Forum Discussion
Weekly %Variance in sales
- Anonymous8 years ago
vishal17081990,
Change %v to the following.
%v = IF(ISBLANK(MAX(tbl_SalesDaily[previousweekofyear])),0,[DIFFERENCE]/MAX(tbl_SalesDaily[previousweekofyear]))
Regards,
Lydia - Anonymous8 years ago
vishal17081990,
I have sent you PBIX file via Private Message.
Regards,
Lydia
Anonymous
Shared in personal message.. :)
vishal17081990,
I sent you PBIX file via Private message. Please check if you get expected result.
Regards,
Lydia
- vishal170819908 years ago
Helper I
Anonymous
There is something wrong with the %v calculation.
i have dropped you an personal message.
Regards,
Vishal.
- Anonymous8 years agoNot applicable
vishal17081990,
Change %v to the following.
%v = IF(ISBLANK(MAX(tbl_SalesDaily[previousweekofyear])),0,[DIFFERENCE]/MAX(tbl_SalesDaily[previousweekofyear]))
Regards,
Lydia- vishal170819908 years ago
Helper I
Hi Lydia,
Anonymous
that looks perfect... :)
Thanks a ton for the solution...
Cheers,
Vishal.