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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Alexo3627
Frequent Visitor

Table TOPn name

Hello,

I´ve the Table1, and I need to create a new calculated table "Final Table" ( only the name of the camp Prod), but with the top 1 for each Region:

TopN.PNG

Thanks.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Alexo3627 , Ideally you should use Rank/TOP/index and a visual table.

 

but for calculated table try like

 

selectcolumns(filter(addcolumns(Table, "_Rank", Rankx(filter(Table, [Region] = earlier([region]) ), [Sales],,desc,dense) ),[_Rank] =1), [Product])

 

 

Index function: Top/Bottom Performer by name and value- https://youtu.be/HPhzzCwe10U

 

View solution in original post

2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

Why do you want only 1 column in the Final Table.  Wouldn't you also want to see the Product and Region?


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
amitchandak
Super User
Super User

@Alexo3627 , Ideally you should use Rank/TOP/index and a visual table.

 

but for calculated table try like

 

selectcolumns(filter(addcolumns(Table, "_Rank", Rankx(filter(Table, [Region] = earlier([region]) ), [Sales],,desc,dense) ),[_Rank] =1), [Product])

 

 

Index function: Top/Bottom Performer by name and value- https://youtu.be/HPhzzCwe10U

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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