Forum Discussion
Anonymous
5 years agoNot applicable
Arrange date in correct order
Hi everyone, I plotted a graph but the date structure is not arranged graphically. I got this column of dates from my excel file and It is in format Jan-16 which means January, 2016. I want to di...
- 5 years ago
Hi Anonymous ,
Please create a custom column in power query:
= Table.AddColumn(#"Changed Type", "Datefororder", each Text.Insert([No. of Working Days],4,"20"))Then convert it to date in data view:
Then you can use sort by columns:
Please refer to the pbix file.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
jaideepnema
Solution Sage
5 years agoHi Anonymous ,
Can you please confirm if the data type of your date column is date or something else ?
Regards,
Jaideep Nema