Hello,
I have a column of financial values and I want to find the MAX value of that column when a certain value appears in another column.
I tried this but without any luck.
CALCULATE(
MAX('IntCustomSearchResults'[Value of Incident],
FILTER(IntCustomSearchResults,IntCustomSearchResults[Category]="Motor")
))
Thanks,
Chris
I have a column of financial values and I want to find the MAX value of that column when a certain value appears in another column.
I tried this but without any luck.
CALCULATE(
MAX('IntCustomSearchResults'[Value of Incident],
FILTER(IntCustomSearchResults,IntCustomSearchResults[Category]="Motor")
))
Thanks,
Chris