Stacked bar chart - value label when 0.00

I am not entirely sure if this is how the engine should behave.

I have one measure stacked on top of the other but sometimes it’s 0.00. I want to show labels but label for 0.00 is not necessary and by default it’s white, hence it looks like following:

image

As a workaround I neet to wrap my whole Table Calculation in another if statement to reutrn NULL if the value is 0. I think we could use a setting Treat zeros like NULLs in the visualisation tab.

0 1 650
1 REPLY 1

@Dawid, when that happens (and it’s annoying) you can always “hide” the label with a conditional value format

Try this:
#,###.00[>10];[<10]

Top Labels in this Space