Forum Discussion
Calculation
- 4 years ago
Hi tbezui3
If you want to find their respective maximum Calldate according to uniqueidentifier, you can try this way,
create a measure (see sample file attached below)
Measure = CALCULATE(MAX('Table'[Calldate]),ALLEXCEPT('Table','Table'[uniqueidentifier]))also, here is a same post for your reference,
Calculation Fixed:MAX - Microsoft Power BI Community
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi tbezui3
If you want to find their respective maximum Calldate according to uniqueidentifier, you can try this way,
create a measure (see sample file attached below)
Measure = CALCULATE(MAX('Table'[Calldate]),ALLEXCEPT('Table','Table'[uniqueidentifier]))
also, here is a same post for your reference,
Calculation Fixed:MAX - Microsoft Power BI Community
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.