Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

How to hide BLANK() in KPI visual?

KPI visual shows BLANK() when there is a GOAL but not callout value.   I tried creating a measure to modify the green colour and show it white (#ffffff) to hide the Blank() within the background wi...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Thanks for your answers, but... placing a 0 does not work, because 0 means 0 and it's different than blank. Also, the second option is not valid for KPI visual, which needs a numeric number.

    The solution I found was using LEN(). if (LEN(measure) >0, #colour, #transparent)