Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don'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.

Reply
raj777karthik
Microsoft Employee
Microsoft Employee

show top 50 customers on table static

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

    CONCATENATEX(
                TOPN(
                    __MAX_VALUES_TO_SHOW,
                    table,table[column],
                    desc,table[tablecolumn],desc
                ),
                CALCULATE(min('column]),ALLEXCEPT(collection,table[id])),
                ", ",
                'table '[CreatedOn Date],
                desc
            )
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @raj777karthik ,

I can't speculate on the data based on your formula. I have create a simple sample.

Please have a try.

vpollymsft_0-1643357810557.png

Create a measure.

 

_rank__ = RANKX(FILTER(all(collection),collection[collection]=SELECTEDVALUE(collection[collection])),CALCULATE(SELECTEDVALUE(collection[create date])),,ASC)

 

 

Then filter the date.

vpollymsft_1-1643357851888.png

vpollymsft_2-1643357860088.png

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.

 

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @raj777karthik ,

I can't speculate on the data based on your formula. I have create a simple sample.

Please have a try.

vpollymsft_0-1643357810557.png

Create a measure.

 

_rank__ = RANKX(FILTER(all(collection),collection[collection]=SELECTEDVALUE(collection[collection])),CALCULATE(SELECTEDVALUE(collection[create date])),,ASC)

 

 

Then filter the date.

vpollymsft_1-1643357851888.png

vpollymsft_2-1643357860088.png

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.

 

 

parry2k
Super User
Super User

@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.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.