Hello,
I have the following DAX but it returns blank value. I am trying to filter on two values (policy year 2018/19 & 2019/20) from the same column.
CALCULATE(SUM(IntCustomSearchResults[Value of Incident]),IntCustomSearchResults[Category]="Motor",IntCustomSearchResults[Policy Year]="2018/19",IntCustomSearchResults[Policy Year]="2019/20")
Thanks,
Chris
I have the following DAX but it returns blank value. I am trying to filter on two values (policy year 2018/19 & 2019/20) from the same column.
CALCULATE(SUM(IntCustomSearchResults[Value of Incident]),IntCustomSearchResults[Category]="Motor",IntCustomSearchResults[Policy Year]="2018/19",IntCustomSearchResults[Policy Year]="2019/20")
Thanks,
Chris