Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello All,
I am working on a requirement,
In this, I have created a filter of dimension from the parameter field,
and I want to make it dynamic and get the rank of sales through it,
but after doing everything, the issue is coming at one place where the rank is returning 1 for everyone.
If I select any value from 1 to 10 from the slicer then it should return the value accordingly.
I will Thankfull if you help me in this case
Thanks
Can you please share your model ?
Hi,
Please share the intent. I see that you are trying to write 2 measures - Rank and Top sales. What is your ultimate goal? Share the download link of t he PBI file and show the expected result.
want that if I select any value from the dimensions and select any of the top numbers, then the value of the selected top cells should appear in the result as per the selected dimensions.
Try the following :
Rank =
RANKX(
ALL('KPI Selection'),
CALCULATE(SUM(Fact_Sales[Total Sale Qty])),
,
DESC,
DENSE
)
It is showing 1 for all
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 |
|---|---|
| 54 | |
| 47 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 82 | |
| 71 | |
| 38 | |
| 28 | |
| 25 |