Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have created a column using below DAX:
Hour = format(Data[FIRST_TOUCH_DATE_TIME], "hh:mm:ss AM/PM")
now I want to sort values as P.M Values will come at Upper side, so i will basically sort by Descending order. How can I achieve this?
Solved! Go to Solution.
Hi @Anonymous,
you have to create another column with the expected order and then tell your Hour column that it should be sorted by the newly created column (see the attached screenshot).
Hi @Anonymous,
you have to create another column with the expected order and then tell your Hour column that it should be sorted by the newly created column (see the attached screenshot).
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.