Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello! I have a problem and have a feeling a simple DAX formula can solve it.
I would like the 'Desired Output' column to be the Max of the 'Check' column, evaluated for each Name.
Any help is much appreciated, thanks.
Solved! Go to Solution.
Thanks for the post ashishrj,
After many more google searches I was able to find this, Stack Overflow Calc Max
Desired Output=CALCULATE(MAX([Check]),FILTER(Table1,[Name]=EARLIER([Name])))
@scottkad You can use MAX() DAX expression. In your case Desired Output = MAX (TableName[Check]). Let me know if this is what you are looking for !
Thanks for the post ashishrj,
After many more google searches I was able to find this, Stack Overflow Calc Max
Desired Output=CALCULATE(MAX([Check]),FILTER(Table1,[Name]=EARLIER([Name])))
But what you going to do if you have unsorted list? You can't really on ordering in general. Is there is way to do this without order dependence?
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 105 | |
| 40 | |
| 33 | |
| 25 |