Forum Discussion

SabineOussi's avatar
SabineOussi
Skilled Sharer
10 years ago
Solved

Monthly Comparison

Hello,   I'm trying to generate a report similar to the below where I want to compare specific attributes between two consecutive months.   Date is given in full date format so whenever I ...
  • austinsense's avatar
    10 years ago

    Great question - you have two options. Sounds like you might want to start with #1 and see how that goes ...

     

    1. Create a calculated column that returns the month and year. For example, FORMAT(Table[Date], "yyyy-mm"), that will transform "Mar 15, 2016 12:30 AM" into "2016-03"

     

    2. Add a date table to your data model that already includes the month rollup.