86343/dax-calculation-the-max-for-a-group
I would like the 'Desired Output' column to be the Max of the 'Check' column. I have a problem and have a feeling a simple DAX formula can solve it.
You can try this out:
Desired Output=CALCULATE(MAX([Check]),FILTER(Table1,[Name]=EARLIER([Name]))
To reduce memory usage in a complex ...READ MORE
Yes exactly ! i need a measure for ...READ MORE
How do I register for a certification ...READ MORE
If the user selects only one value ...READ MORE
The COUNTROWS function can be used to ...READ MORE
You can make use of this: MTD Budget ...READ MORE
The error says you need to use ...READ MORE
Hi, @Vnk, Regarding your above query, you can ...READ MORE
You can access column variables of previously ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.