Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Thanks
Solved! Go to Solution.
@sanjeewauom , if data type is time, it will sort. If it duration created as text, then create a sort column and mark that as sort column
You can do this power query for sort column
sort col= Duration.Days([D1])*1000000 + Duration.Hours([D1])*10000 + Duration.Minutes([D1])*100 + Duration.Second([D1])*100
Else create two column in dax
duration 1 = [d1]
Duration sort = <Create a logic based on format>
mark Duration sort as sort column for Duration 1 and use that in visual
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
@sanjeewauom , if data type is time, it will sort. If it duration created as text, then create a sort column and mark that as sort column
You can do this power query for sort column
sort col= Duration.Days([D1])*1000000 + Duration.Hours([D1])*10000 + Duration.Minutes([D1])*100 + Duration.Second([D1])*100
Else create two column in dax
duration 1 = [d1]
Duration sort = <Create a logic based on format>
mark Duration sort as sort column for Duration 1 and use that in visual
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
Many Thanks for your reply. I will try it out.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
87 | |
87 | |
85 | |
67 | |
49 |
User | Count |
---|---|
135 | |
112 | |
100 | |
66 | |
62 |