Forum Discussion

Justas4478's avatar
Justas4478
Post Prodigy
3 years ago
Solved

Counting values for measure

Hi I am trying to create the measure that count number of voids where void value is = 0.99p.   However [Voids Volume] and [Voids Value] are measures so calculate function does not want to work....
  • Justas4478's avatar
    Justas4478
    3 years ago

    I found the change to the measure that solved the problem.

    Voids99p = CALCULATE(COUNTROWS(filter(Actuals,[Voids Value]=0.99)))