March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi All,
Please see below Graph and the order of Result. I need to change the order the result is showing so instead of A,B,WA,WT,WW i would like to see it in the order of A,B,WT,WW,WA. Any help is appreciated.
Solved! Go to Solution.
You need another column that matches up the sort order that you want, so something like:
A,1
B,2
WT,3
WW,4
WA,5
The you can set the "Sort By" column to this other column. You could create this other column in Power Query with an IF statement and then use it as your Sort By column.
You need another column that matches up the sort order that you want, so something like:
A,1
B,2
WT,3
WW,4
WA,5
The you can set the "Sort By" column to this other column. You could create this other column in Power Query with an IF statement and then use it as your Sort By column.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |