Forum Discussion
GeekAlfPro
4 years agoHelper V
X-axis hours fixed
Hi, i've a graph with hours on X-axis. i'm looking for the way to fix range on 00:00 to 24:00 even if there no data between 00:00 et 07:00 for example. on my graph the axis changes depending on th...
mhossain
4 years agoSolution Sage
I guess, hours on the x axis coming from some mapping table and you have 0 to 24:00 all hours.
In the measure for the value you can add IF(ISBLANK(measure),0,measure).
Hope above helps.
You can share the dummy pbix if above is not clear.