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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
meduza
Frequent Visitor

TOP10

Hello,
I have table with clients and all orders details, when I count orders (measure), i got clients with amount of orders, when i do filter, top10, i can get this ...
but I want to have table same like before with all details, just with this TOP10 clients....

I cant make it with TOPN or summarize, because when i  dont get all info i want

I want same table,  but to see only top10 clients info..... how can i do without filter? because when i put slicer... i see all info..
Thanks for any advice

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @meduza ,

 

It seems to work on this table as well.If you need to create another calculation sheet, please talk to me:

vtianyichmsft_0-1718864866471.png

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

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

5 REPLIES 5
meduza
Frequent Visitor

Hello @Anonymous ,
thank you for try and reply, but it is not what i need... I will try again to explain:

example we have like this table: 

meduza_0-1718862705630.png

After ranking we see TOP10 (yellow)

meduza_1-1718862764450.png

 

And finally I want to have seperate table with only this TOP10, same table with same columns.

meduza_2-1718862847792.png



How can I do this please with DAX?





Anonymous
Not applicable

Hi @meduza ,

 

It seems to work on this table as well.If you need to create another calculation sheet, please talk to me:

vtianyichmsft_0-1718864866471.png

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Anonymous
Not applicable

Hi @meduza ,

 

I made simple samples and you can check the results below:

vtianyichmsft_0-1718848925407.png

Top2 = var _t = ADDCOLUMNS('Table',"Rank",RANKX(ALL('Table'),[count],,DESC,Dense))
RETURN COUNTAX(FILTER(_t,[Rank]<=2),[count])

 

An attachment for your reference. Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

meduza
Frequent Visitor

@Daniel29195 
See example of my table, we have 15 client, but i want to have TOP10 client by count of orders, and to have table only with TOP10 client, and to work with them.
TABLE with TOP10 clients and to see all info like we saw before, just to ignore clients which are not top10... If i do this on visual filter topn... when i put slicer from table... i see also other clients... 

meduza_0-1718794328909.png

 

Daniel29195
Community Champion
Community Champion

@meduza 

can you share a visual representation of your requirement .

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.