Hi All
Can anyone help me create a measure for "month over month % change"? I have all the $ in a column as "Claims [transaction amount]". I have a dates map column too and have them linked. I tried =sum(claims[transaction amount])-previousmonth([claim date])/[transaction amount]).
Desired...