This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have this visual table and I want it to be first grouped autoamtically by branch and then by Highest to lowest turn around days.
Solved! Go to Solution.
Hi @powerbi_lost ,
Here's my solution.
Create a calculated column.
Rank = RANKX('Table',[Turnaround days]+RANKX('Table',[Branch],,DESC,Dense)*100,,DESC,Dense)
Then you could add the rank column into the table visual, sort asc.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @powerbi_lost ,
Here's my solution.
Create a calculated column.
Rank = RANKX('Table',[Turnaround days]+RANKX('Table',[Branch],,DESC,Dense)*100,,DESC,Dense)
Then you could add the rank column into the table visual, sort asc.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you! It worked 🙂
@powerbi_lost Try this new Table DAX:
Hey PowerBI_lost,
I think you should use a matrix visual instead of a table visual. Then you are able to group. Then you can sort on Turnaround days.
I think this will give you the result you are searching for.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |