Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have done a pivot table that I populate with "Current Period" and "Previous Period" values, using the following Calculated dimension:
=IF(MATCH(SELECTED_MONTH-PREVIOUS_MONTH,0,1),PREVIOUS_MONTH)
and the following expression:
COUNT
I need to calculate and display the variance between SELECTED_MONTH and PREVIOUS_MONTH as well as the percentage variance.
Would appreciate any assistance.
(Location)think the expression is missing ... :
johanlun wrote:
and the following expression:
COUNT
The expression is:
count(source)