Is it in Transformer possible to create a measure which uses this function:
((new quantity - old quantity)/old quantity *100%) / ((New price - old price)/old price *100%)
New price and new quantity are known in the current period and old price and old quantity are known in the previous period.
I can only calculate the quantity change or the price chance. But not both at the same time.
((new quantity - old quantity)/old quantity *100%) / ((New price - old price)/old price *100%)
New price and new quantity are known in the current period and old price and old quantity are known in the previous period.
I can only calculate the quantity change or the price chance. But not both at the same time.