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
Hi,
I have the below table
| Company Group | Premium |
| Company 1 | 4,102,813 |
| Company 2 | 132,970,639 |
| Company 3 | 46,137,791 |
I have a rank formula on a card visual displaying the rank for Company 1.
Each company is split out by subsidiaries as below,
I filter for Company 1 and only for Company 1 uk and Company 1 europe the rank just gives me 1.
How do I update the formula so I can filter for the Company Names but still get the rank for Company group?
| Company Group | Company Name | Premium |
| Company 1 | Company 1 UK | 175,430 |
| Company 1 | Company 1 Europe | 3,469,536 |
| Company 1 | Company 1 Canada | 457,847 |
| Company 2 | Company 2 UK | 35,790,532 |
| Company 2 | Company 2 Europe | 3,457,931 |
| Company 2 | Company 2 Canada | 6,889,328 |
| Company 3 | Company 3 UK | 85,768,320 |
| Company 3 | Company 3 Europe | 45,963,343 |
| Company 3 | Company 3 Canada | 1,238,976 |
Thanks,
Thanks I got the following error
The code I posted works for me. Can you post a screenshot of your measure?
You can use
Group rank = RANKX( ALL( 'Table'[Company Group]), CALCULATE( SUM('Table'[Premium]), ALLEXCEPT('Table', 'Table'[Company Group]) ) )
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 |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 8 | |
| 6 | |
| 6 |