Forum Discussion

JFG1234's avatar
JFG1234
Frequent Visitor
3 years ago
Solved

Graph items with no data from measure

I have this visualisation (graph) and accomodating table:   The promoted count and status count are based off the following measures:     Promoted Count = var prom_count = CALCULATE( ...
  • JFG1234's avatar
    JFG1234
    3 years ago

    Fixed it by creating a dimension year table and using that YEAR dimension instead of aggregating over the YEAR column in the source data.