Forum Discussion

kmartink's avatar
kmartink
Frequent Visitor
3 years ago

A measure using IF condition with a column reference

Hi, I'm using a slicer filtering the weeks and have made this measure to calculate how many days in a selected week was a score below 80%.   Low Score = IF(     CALCULATE(SUM('Table'[Score]))>=0...