Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Cumulative Stakced column chart

I am trying to make a cumulative stacked column chart using different measures. The chart will be a month over month and year to date. I use a date slicer to choose the date range that I am looking f...
  • v-robertq-msft's avatar
    v-robertq-msft
    5 years ago

    Hi, Anonymous 

    According to your description, the problem seems to exist in the relationship between your ‘Date’ table and the main table.

    I also went back to my test pbix file, and also created a Calendar table like this:

    Calendar = CALENDARAUTO( )

    Then I create a Many to one and Both filter relationship between the two tables, like this:

     

    Then I changed the Date columns in the charts and Slicers with the date columns in the Calendar table, my chart can also work normally like before:

     

     

    You can download my test pbix file here

    You can also go to check your relationship between tables and find if there is a problem.

     

    Best Regards,

    Community Support Team _Robert Qin

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.