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.

The end result that I am trying to get would look something like this only it would show them by date for each store filtering in to Clerk ID registed to that store.

 

I am not sure what modifications need to be made so it would work with the measures.

Thanks.

  • 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)))

4 Replies