Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I cannot get this to work, not sure why it is not already sorting this for me especially with all the AI stuff being implemented. Can someone please help? I was reaing in some articles to index them? or to sort them? but I do not see anywhere where I can sort in PowerQuery. If someone can kindly nudge me in the right direction I would greatly appreciate it. Thanks and Happy Monday.
Solved! Go to Solution.
Hi @wherdzik
You need to add a column with a numeric value of the weekday :
And then sort your text on weekdays by this column:
I attached the PBIX you can follow my steps from it.
Please note :
The best practice for working with days is to use a date table, which includes all needed columns.
For more information please refer :
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @wherdzik
You need to add a column with a numeric value of the weekday :
And then sort your text on weekdays by this column:
I attached the PBIX you can follow my steps from it.
Please note :
The best practice for working with days is to use a date table, which includes all needed columns.
For more information please refer :
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly