Forum Discussion

rqh's avatar
rqh
Frequent Visitor
2 years ago
Solved

Line Chart with Current Year and Prior Year values

Hi everyone! My line chart has two lines: one for current year sales (CY) and the other for prior year sales (PY). For the most recent year, CY records stop in May. I would like for the chart to n...
  • Ashish_Mathur's avatar
    2 years ago

    Hi,

    Try this measure

    PY net sales new = if([Net sales]=blank(),blank(),[net sales])

    If this does not work, then share the download link of the PBI file.