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.
Hi,
Need to show top 50 customers per collection based on created date in table Power BI.Have created below measure as well.
But in table since we have other columns it is showing top customers based on other columns. This should be static it should not change once added in table.
Measure=
var __MAX_VALUES_TO_SHOW= 5
return
Solved! Go to Solution.
Hi @raj777karthik ,
I can't speculate on the data based on your formula. I have create a simple sample.
Please have a try.
Create a measure.
_rank__ = RANKX(FILTER(all(collection),collection[collection]=SELECTEDVALUE(collection[collection])),CALCULATE(SELECTEDVALUE(collection[create date])),,ASC)
Then filter the date.
If I have misunderstood your meaning, please provide your pbix file without privacy information.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @raj777karthik ,
I can't speculate on the data based on your formula. I have create a simple sample.
Please have a try.
Create a measure.
_rank__ = RANKX(FILTER(all(collection),collection[collection]=SELECTEDVALUE(collection[collection])),CALCULATE(SELECTEDVALUE(collection[create date])),,ASC)
Then filter the date.
If I have misunderstood your meaning, please provide your pbix file without privacy information.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@raj777karthik not really clear what you are looking for Read this post to get your answer quickly.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
117 | |
84 | |
49 | |
38 | |
28 |
User | Count |
---|---|
188 | |
76 | |
73 | |
54 | |
42 |