Forum Discussion

Sharu's avatar
Sharu
Frequent Visitor
7 years ago
Solved

Measure not filtering as expected

Dear all,   I need to calculate the amount of repeated incidents per category and the incidents need to have a standard solution. I used the following formula to calculate it (I have blanked out th...
  • Sharu's avatar
    Sharu
    7 years ago

    Thanks for your help! I altered your measure a little bit, and it works!

     

    This is the measure I ended up using:

     

    KPI = CALCULATE(( COUNT(Table[Brief Description (Details)])), FILTER(Table,[Standard solution] = "Yes" ) )