Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
146 | |
87 | |
66 | |
52 | |
46 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |