Forum Discussion
Anonymous
8 years agoNot applicable
Plot zero when there is no data in line chart
Month = month('Shiptracking history'[Date])
year = year('Shiptracking history'[Date])
MovingAverage = calculate(sum('Shiptracking history'[Production+0]),DATESINPERIOD('Shiptracking history'[Date],...
v-cherch-msft
Microsoft Employee
8 years agoHi Anonymous
You may try to replace the null value with "0" in query editor.
Regards,
Cherie
Anonymous
8 years agoNot applicable
v-cherch-msft thanks, it didn't work. I have provided more details in my post, in case that is helpful