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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
ac_clynk
Frequent Visitor

Distinct and MAX as filters in query

Hi there.  My google fu is letting me down.

 

I'm accessing a web API and returning 100 records.

I only care to get distinct user; distinct(user), and the record with highes value for number; max(number)

For instance:

 

user        number     content

joe          2                blah

jim          1                blah

joe          3                blah

jon         12               blah

jim          6                blah

 

What I'd like to have returned is:

 

joe         3              blah

jim         6              blah

jon         12            blah

 

How am I to only return that? 

 

Much appreciated!

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

Hi 

 

Just create a measure for your number column. Max of Number= MAX( Table1[Number Column]).

 

Then pull USer, Content and Max of Number measure into your visuals.

 

Thanks

Raj

View solution in original post

Hi Raj,

 

For some reason, this solution wasn't as clear until I read your answer to another request:

https://community.powerbi.com/t5/Desktop/Getting-the-Max-value-of-each-group/m-p/485735#M226201

 

Combining these two instructions worked for me.   I was trying to emulate the Teams status of members in the Harvest time tracking system.  Many thanks.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi 

 

Just create a measure for your number column. Max of Number= MAX( Table1[Number Column]).

 

Then pull USer, Content and Max of Number measure into your visuals.

 

Thanks

Raj

Hi Raj,

 

For some reason, this solution wasn't as clear until I read your answer to another request:

https://community.powerbi.com/t5/Desktop/Getting-the-Max-value-of-each-group/m-p/485735#M226201

 

Combining these two instructions worked for me.   I was trying to emulate the Teams status of members in the Harvest time tracking system.  Many thanks.

Anonymous
Not applicable

Hi @ac_clynk

 

Glad that my post helped you.

 

Thanks

Raj

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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