Forum Discussion
kala2
Helper III
4 years agoStacked Line Chart, how to stop line from continuous
I have a Stacked Line Chart which displays data by month DAX Red Line Measure is: MeasureRedLine = SUM(Costs[value]) + 0 I want to remove the empty gap between months and stop the ...