Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
avidthinker
Frequent Visitor

Sorting in Dataflow

Hi,

 

I am having an issue with a DateTime column I converted to Date to sort to get rid of duplicates in another column.

 

DataFormat.Error: We couldn't parse the input provided as a DateTime value.

Details
Reason = DataFormat.Error
Detail = 0000-00-00 00:00:00
 
Prior to 16 Feb this was working in Power BI Fabric Service.
Previously Dates displayed as dd/mm/yyyy or mm/dd/yyyy was working not sure why the date needs to be in yyyy-mm-dd format?
Tried convert using locale, convert from DateTime to Date then sort but same issue.
 
MCode
Table.Sort(#"Changed column type 1", {{"Order xxx", Order.Descending}})
 
 
3 REPLIES 3
avidthinker
Frequent Visitor

Hi lbendlin,

 

Thanks for the update, reason being in sorting against a date column, I have duplicates in my main key column I would like to remove duplicates so I do not get issues with my 1:n relationships downstream.

 

I guess if I am using the file to populate the dataflow I will need to cleanse my data before utilising it, but this functionality was working without issue prior to Fabric Feb update, wonder what MS had done to now cause sorts to fail if not formatted correctly.

 

 

Thanks for the update, reason being in sorting against a date column, I have duplicates in my main key column I would like to remove duplicates so I do not get issues with my 1:n relationships downstream.

 

This still does not require sorting.  Do a Table.Distinct on your intended key column and Power Query will randomly pick the row to keep.

lbendlin
Super User
Super User

ISO8601 format is generally preferred to reduce ambiguity.

 

Sorting in Power Query must be avoided as it is an extremely costly operation, and usually not required in the downstream process.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors