Forum Discussion
dkbollig
9 years agoNew Member
Calculate difference from previous month
I have the following table that looks as such I am using the following formula to count all orders numOrders = COUNTROWS(AllOrders)...
Anonymous
9 years agoNot applicable
Hi dkbollig,
In my opinion, you can use a calculate column to store the running total, then write a measure to get the running total of previous month and calculate the different between current value and previous.
Regards,
Xiaoxin Sheng
ElliotP
9 years agoPost Prodigy
AnonymousSounds like the idea. I can't see any operations in there so that might be something to consider.