Forum Discussion
Anonymous
2 years agoNot applicable
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
if there are specific numbers then you can do this
NewMeasure = IF([Avg] =61||[Avg] =0, BLANK(),[Avg])
1 Reply
- Ahmedx
Super User
if there are specific numbers then you can do this
NewMeasure = IF([Avg] =61||[Avg] =0, BLANK(),[Avg])