The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
113 | |
81 | |
72 | |
49 | |
41 |
User | Count |
---|---|
139 | |
113 | |
74 | |
64 | |
63 |