Forum Discussion
row value to column value and find difference
- 6 years ago
Hi Anonymous
Create a measure
Measure = IF ( ISINSCOPE ( 'Table 3'[ Col2 ] ), SUM ( 'Table 3'[ Col3] ), CALCULATE ( SUM ( 'Table 3'[ Col3] ), FILTER ( 'Table 3', 'Table 3'[ Col2 ] = "WK5" ) ) - CALCULATE ( SUM ( 'Table 3'[ Col3] ), FILTER ( 'Table 3', 'Table 3'[ Col2 ] = "WK4" ) ) )
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-juanli-msft
is it possible to change name of total to Differnce along with that one more difference column WK5 - ( Avg of past weeks) ? Appreciate your help . Thanks
Hi Team,
Is the above requirement is not possible ?
- v-juanli-msft6 years agoCommunity Support
Hi Anonymous
In The format setting of the visual->Subtotal
Best Regards
Maggie
- Anonymous6 years agoNot applicable
Thank you.. I have tried adding another difference as mentioned above picture but i am not able to do ..
is it possible to add one more difference last week minus avg of past weeks along with last week difference
- v-juanli-msft6 years agoCommunity Support
Hi Anonymous
I'm afraid it is impossible.
You could add another table beside the matrix.
Best Regards
Maggie