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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I need to create two groups in a matrix: TOP 10 and others. My data looks like:
Description | Amount |
A | 10 |
A | 20 |
B | 30 |
B | 40 |
B | 50 |
C | 60 |
C | 70 |
C | 80 |
C | 90 |
D | 100 |
D | 110 |
D | 120 |
D | 130 |
D | 140 |
E | 5 |
In this case, I would need the following result:
Description2 | Amount |
D | 600 |
C | 300 |
B | 120 |
OTHERS | 35 |
The solution needs to be dynamic, there's filters that will be applied to the matrix.
I've read multiple threads regarding similar Issues, trying to use RANKX and SUMX functions but I'm not able to solve it when I apply filters.
Thanks!
Thanks padycosmos. I haven't figured out yet how to solve the issue. Any help would be appreciated.