This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher 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?
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 21 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 55 | |
| 53 | |
| 45 | |
| 26 | |
| 24 |