Forum Discussion
Arrange date in correct order
- 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
Hi, Anonymous
Thank you for your feedback.
If it is OK with you, please share your sample pbix file's link here, then I can try to look into it to come up with a more relevant solution.
Thanks.
Yes Sure..I've made a sample file your reference and the link is attached below.
https://drive.google.com/file/d/1kZyc4NsV0fmrLhTEt_c06MQFdQx53y5r/view?usp=sharing
Regards,
Diksha Gupta
- Anonymous5 years agoNot applicable
Hi Anonymous ,
after downloading the PBI file you shared, I didn't find the column is "Date".
Here is what after changing the column type:
Is this what you are expecting?
H