TicaTorch1
New Member
- Joined
- Mar 29, 2017
- Messages
- 28
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 result: current month transaction amount - previous month transaction amount / current month transaction amount.
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 result: current month transaction amount - previous month transaction amount / current month transaction amount.
Last edited: