Forum Discussion

ramonis56's avatar
ramonis56
New Member
2 years ago

Discontinuous accumulated chart

Hi!
How can i fix this discontinuity?

Measument codes:

 

[ ]'s

Ramon

2 Replies

  • sjoerdvn's avatar
    sjoerdvn
    Icon for Solution Sage rankSolution 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])