I was able to install the “Gateway” so thanks, Matt!!
I want to compare last year amount with this year amount by month and I use this formula: CALCULATE(SUM('CC'[Paid_v]),
DATEADD('CC'[date],-1,YEAR) )
It gave me the total for last year but it does not show me the total by month. Do I need to create a “date” table? I used a “date” column.