COUNT within slice

Hi,

I have tried for hours for the simplest formula!

I have a slice called "Within Range" and in that I have a text column called status, I want to count the number of times the value "X" or "Y" appear within the slice in a virtual column of a summary table...

Sorry for being so simple!!

Solved Solved
0 2 463
1 ACCEPTED SOLUTION

Try this...

COUNT(FILTER("ya slice", IN([status], LIST("X","Y"))

View solution in original post

2 REPLIES 2

Try this...

COUNT(FILTER("ya slice", IN([status], LIST("X","Y"))

@TeeSee1 to the rescue once again! Thankyou!

Top Labels in this Space