Forum Discussion

Rck7's avatar
Rck7
Helper II
8 years ago
Solved

How to create a column chart, comparing two different dates from a single date column ?

Hi friends, I am hoping someone could suggest me a way to create a clustered column chart comparing values for two different date ranges from a  single date column. I have a table with a date c...
  • v-huizhn-msft's avatar
    8 years ago

    Hi Rck7,

    Please create a measure using the similar formula below.

    2015/10/27-2016/8/26 = CALCULATE(sum(Table[Tokens],SAMEPERIODLASTYEAR(Table[date]))

    Then add the measure above in as value level in the clustered column chart, and check if it works fine. If this still doesn't resolved your issue, please share yoru sample table for further analysis.

    Best Regards,
    Angelia