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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

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
Super User
Super User

@meduza 

can you share a visual representation of your requirement .

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.