Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
70 | |
68 | |
50 | |
32 |
User | Count |
---|---|
115 | |
100 | |
73 | |
65 | |
40 |