Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register 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.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 32 | |
| 27 | |
| 26 |