Forum Discussion

npetersen20's avatar
npetersen20
Frequent Visitor
1 year ago
Solved

Line Chart Time Series with No Data

Currently I have a Line and Cluster Chart with no data from January or February 2022. However, when building out the visual instead of excluding the data it shows the data as 0 on the chart. How woul...
  • npetersen20's avatar
    1 year ago

    I found a solution, Wrapping my measure in an 2022 = If( *Calculation* = 0, Blank(), *Calculation*). This fixed the line chart issue.