Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We would like to show all dimensions for a bar graph even if there is a Null or 0 value for the following stages and projects.
Ideally, we would like to have this as a stacked bar chart, overall per stage.
Total number of bars to be shown = 3 (Ideation, Development, Testing)
Is it somehow possible to display all 3 stages no matter if one stage contains only 0 and null values?
We tried as follows with set expressions: Min({1}[orders])
But as can be seen below, we need the irrelevant data at the bottom of the bars to not show up.