Forum Discussion
Anonymous
8 years agoNot applicable
Replacing Blank
Hi, I am using couple of "single card visual".For each card visual i am using a different column, these columns have "1" and "0" as value. I am showing count of only "0"s using advanced filter becaus...
- Anonymous8 years ago
Anonymous,
Create the following measures in your table.
Count of 0 = CALCULATE(COUNT(Table[Col3]),Table[Col3]=0)
outputmeasure = IF([Count of 0]=BLANK(),"None",[Count of 0])
Regards,
Lydia
Anonymous
8 years agoNot applicable
mede it isnt working still giving "(Blank)"
i created a measure with
Sold To_Count = IF(Data[SOLD-TO]=0,BLANK(),Data[SOLD-TO])
then in advanced filter i used the following condition (is not 1) and also tried with (is 0).