Forum Discussion
Anonymous
4 years agoNot applicable
Hide Table Measure
Hello Everyone, Am looking for a way to hide "data fields" for a specific table column that is built out of a measure. Below is an image of the Values that I want to hide (highlighted - Yello...
- 4 years ago
Hi Anonymous
Add condition to your measure output like this:
Measure =
Var _Old_Measure= Put your current measure formula here
Return
IF(_Old_Measure>1,blank(),_Old_Measure)If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
VahidDM
4 years agoSuper User
Hi Anonymous
Add condition to your measure output like this:
Measure =
Var _Old_Measure= Put your current measure formula here
Return
IF(_Old_Measure>1,blank(),_Old_Measure)
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/