The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Solved! Go to Solution.
Hi Thomas,
There isn't a native way of doing this for the same reason there isn't a native way of doing it in Power Query:- because sorting by another column is a display/format function, not a data mashup/transformation function. I.e. there's absolutely no point doing this during ETL in either Dataflows or Power Query. They're designed to mashup/transform data into efficient structure, not to make it look pretty.
You're essentially wasting resources by doing anything in either Dataflows or Power Query that is not specifically focussed on getting the data into an aggregated and/or efficient structure. This even includes basic 'prettifying' functions such as Sort and Reorder Columns etc. These all just get scrambled once sent to the data model anyway as Power BI changes the sort/structure of the table for Vertipaq compression.
Pete
Proud to be a Datanaut!
Hi Thomas,
There isn't a native way of doing this for the same reason there isn't a native way of doing it in Power Query:- because sorting by another column is a display/format function, not a data mashup/transformation function. I.e. there's absolutely no point doing this during ETL in either Dataflows or Power Query. They're designed to mashup/transform data into efficient structure, not to make it look pretty.
You're essentially wasting resources by doing anything in either Dataflows or Power Query that is not specifically focussed on getting the data into an aggregated and/or efficient structure. This even includes basic 'prettifying' functions such as Sort and Reorder Columns etc. These all just get scrambled once sent to the data model anyway as Power BI changes the sort/structure of the table for Vertipaq compression.
Pete
Proud to be a Datanaut!