Forum Discussion
Hide blank columns Multi-Row Card View
Hi Bianca,
Unfortunately this option does not work, because you need to pick a field as a condition, what will happen is that if that specific field is blank , the entire multi card value color will become the color of the background defined in the example given above, that would mean the entire content would be "hidden" including fields with values.
Has anyone else found a solution for this? I am facing the same problem. Seeing the "(Blank)" fields in the report is really not appealing but I can't seem to be able to format at a value by value level.
Hi Anonymous ,
Have you tried wraping your metric on a COALESCE? that will return the value has empty try the following code:
METRIC = COALESCE ( SUM(Table[Column], "")
Be aware that this metric cannot be used then on a chart because the values that have blaknbs being replaced