combo chart - x axis make the arrow icon disappear
Hello everyone,
I have the following chart - a combo chart:
The y axis doesn't start at 0 because i created a calculated a condition.
Although i would like to make the bottom arrow dissapear (in the figure it is surrounded in red) because it's not really good design related. This is what i want not to appear
Hm, did you try hiding 0-rows? Otherwise you might need to switch the value to null() or similar. There are many ways to do it, something like If(rowno()>2,null(),sum(Value)) could work.