Forum Discussion
ramonis56
2 years agoNew Member
Discontinuous accumulated chart
Hi!
How can i fix this discontinuity?
Measument codes:
[ ]'s
Ramon
2 Replies
- FreemanZ
Super User
- sjoerdvn
Solution Sage
As there is no info on the model or the graph, I have to guess here...
If your X axis is on the 'Realizados' table your measure is not evaluated at all for certain points. To fix that you need to change the X axis to the 'Dates' table. Also, you need a relationship between 'Dates'[Date] and 'Realizados'[DATA ORIGINAL], and change MAX('Realizados'[DATA ORIGINAL]) to MAX('Dates'[Date])