Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
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
Hey Guys,
I have created a Rank function with a Top/Bottom filter. It's working, but it is acting kinda weird. Please see the attached image does anybody know why is that or what's wrong? It's showing the same rank even though they are not the same numbers that we rank by.
Equation -
Rank = IF(
HASONEVALUE('Top/Bottom'[Order]),
SWITCH(
VALUES('Top/Bottom'[Order]),
"Top 10", RANKX(ALL(Store_dim[StoreName]),[GP per Customer],,DESC,Dense),
RANKX(ALL(Store_dim[StoreName]),[GP per Customer],,ASC,Dense)
))This is a very large file. I try to upload a sample file but it did not work. Sorry about that.
One more thing, when I filter by Rank is less than 16, that is when my chart get weird
Thank you so much
Solved! Go to Solution.
Hi @Anonymous,
Please modify the formula to below for a test.
Rank = IF(
HASONEVALUE('Top/Bottom'[Order]),
SWITCH(
VALUES('Top/Bottom'[Order]),
"Top 10", RANKX(ALLSELECTED(Store_dim),[GP per Customer],,DESC,Dense),
RANKX(ALLSELECTED(Store_dim),[GP per Customer],,ASC,Dense)
))
Regards,
Yuliana Gu
Hi @Anonymous,
Please modify the formula to below for a test.
Rank = IF(
HASONEVALUE('Top/Bottom'[Order]),
SWITCH(
VALUES('Top/Bottom'[Order]),
"Top 10", RANKX(ALLSELECTED(Store_dim),[GP per Customer],,DESC,Dense),
RANKX(ALLSELECTED(Store_dim),[GP per Customer],,ASC,Dense)
))
Regards,
Yuliana Gu
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 | |
| 40 | |
| 38 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |