March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
157 | |
97 | |
79 | |
69 |