🧪 Wrangling Data Flows¶
Leverage Power Query integration in Azure Data Factory for self-service data preparation and transformation.
📋 Table of Contents¶
🎯 Wrangling Overview¶
Wrangling Data Flows bring Power Query's intuitive interface to Azure Data Factory, enabling business analysts to prepare data without coding.
Features¶
- Visual data profiling
- Column operations
- Data type conversions
- Filtering and sorting
- Pivoting and unpivoting
- Merging and appending
🔄 Power Query Integration¶
Create Wrangling Data Flow¶
{
"name": "CustomerWranglingDataFlow",
"properties": {
"type": "WranglingDataFlow",
"typeProperties": {
"sources": [
{
"name": "CustomerSource",
"dataset": {"referenceName": "CustomerCSV"}
}
]
}
}
}
📚 Additional Resources¶
🚀 Next Steps¶
Module Progress: 12 of 18 complete
Tutorial Version: 1.0 Last Updated: January 2025