Forum Discussion
RIMMIMI
5 years agoFrequent Visitor
Line Chart Visualization Error
Hello , Im struggling with a line chart report , my target is to display the result between march 2020 and march 2021 , I used this request : LA = CALCULATE([ID INCIDENT(No Blank)],DATESINPERIO...
Anonymous
5 years agoNot applicable
HI RIMMIMI
It looks like either your DAX query doing zero handling because of measure you have created or your dataset having entry for the same.
In new page just drag this measure in table visual with all required column and check if data is coming till december 2021 or not . If it is coming with 0 value then measure need to be corrected.
Thanks
RIMMIMI
5 years agoFrequent Visitor
Hello ,
I had a matrix before transforming it to a chart line , indeed the values after march are 0, because my data stop at march 2021, I dont understand why it continues until december 2021