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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 54 | |
| 40 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 96 | |
| 83 | |
| 36 | |
| 30 | |
| 25 |