Forum Discussion
Anonymous
7 years agoNot applicable
sum of separate code
amount account code account code 10 1 1 15 5 2 result-> 2 10 30 7 7 30 5 1 5 2 Create 3 different measurements i...
- 7 years ago
Hi Anonymous
You may create the measures like below:
Measure 1 = CALCULATE(SUM('Table'[amount]),'Table'[account code]=1)Measure 2 = CALCULATE(SUM('Table'[amount]),'Table'[account code]=2)Measure 3 = CALCULATE(SUM('Table'[amount]),'Table'[account code]=7)Regards,
Gopal30
7 years agoHelper I
Why don't you use Matrix visualization i think it will give you the same result.