Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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!
Solved! Go to Solution.
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.
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 67 | |
| 34 | |
| 32 | |
| 29 |