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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Syndicate_Admin
Administrator
Administrator

Select highest level identifier

Good morning

I have a table similar to the following, there are operators with different levels, each operator can have several levels and I want to stay with each operator and its highest level. Someone who can help me? I have table 1 and I want to have table 2.

Table 1

idlevel
1002
1003
1011
1022
1031
1032
1042
1041
1043

Table 2

idlevel
1003
1011
1022
1032
1043

Thank you all very much for the help.

1 ACCEPTED SOLUTION
Arul
Super User
Super User

@Syndicate_Admin ,

Please try this DAX as a new table.

 

Table 2 =
SUMMARIZE ( 'Table 1', 'Table 1'[id], "Level", MAX ( 'Table 1'[level] ) )

 

Output:

Arul_0-1670941621562.png

Thanks,





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


View solution in original post

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

Thank you very much for the help. It works perfectly for me.

Arul
Super User
Super User

@Syndicate_Admin ,

Please try this DAX as a new table.

 

Table 2 =
SUMMARIZE ( 'Table 1', 'Table 1'[id], "Level", MAX ( 'Table 1'[level] ) )

 

Output:

Arul_0-1670941621562.png

Thanks,





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.