Forum Discussion
shyamji
6 years agoHelper I
Get All Months Even No Data
Hi,
i am trying to display a chart for last 12 months, if i use year/month on x-axis but months having no data are not shown on chart.
Please help to display all months on chart.
Thanks
2 Replies
- Greg_DecklerCommunity Champion
Which chart are we discussion here?
- Greg_DecklerCommunity Champion
Sometimes this works:
Measure =
VAR __Calc = <some calculation>
RETURN
IF(ISBLANK(__Calc),0,__Calc_)