Forum Discussion
Anonymous
6 years agoNot applicable
row value to column value and find difference
Hi Team, I have a input data like below Col1 Col2 Col3 A Wk 1 10 B WK 2 5 C WK 3 20 B WK 4 10 A WK 5 5 D ...
- 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.
Anonymous
6 years agoNot applicable
Great appreciated .... is it possible to fill the blanks as zero ?
v-juanli-msft
Community Support
6 years agoHi
Since there is no row for the blank cell in your original data, it can't add 0 in current data model.
except we create another data model.
Best Regards
Maggie
- Anonymous6 years agoNot applicable
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
- Anonymous6 years agoNot applicable
Hi Team,
Is the above requirement is not possible ?
- v-juanli-msft6 years ago
Community Support
Hi Anonymous
In The format setting of the visual->Subtotal
Best Regards
Maggie