Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

How to Hide selected Cell in table visual

How to hide '0' & '61 'cells on HKW2 Column in table visual

I want to hide 0 on HKW2 column

support

  • if there are specific numbers then you can do this
    NewMeasure = IF([Avg] =61||[Avg] =0, BLANK(),[Avg])

1 Reply

  • if there are specific numbers then you can do this
    NewMeasure = IF([Avg] =61||[Avg] =0, BLANK(),[Avg])