Forum Discussion
Ackbar-Learner
Resolver I
3 years agoIssue with Summarize in Power Pivot
Hi I am having with Summarize function in Power Pivot Dax Below are four dependent measures one after the other. As you can see for the measure Projected Amount (EUR), the subtotals are correct b...
- 3 years ago
Ackbar-Learner
Sorry I got distracted with some other business.
Please use the following for measure 22nd Measure: = SUMX ( VALUES ( TabPLGLItem[GLItem] ), [TaxAmountWithSign] )
tamerj1
Community Champion
3 years agoAckbar-Learner
Sorry I got distracted with some other business.
Please use the following for measure 2
2nd Measure: =
SUMX ( VALUES ( TabPLGLItem[GLItem] ), [TaxAmountWithSign] )Ackbar-Learner
Resolver I
3 years agoThis was so easy and I went to fetch it on the moon😃. Any clue why did the Summarize function not work?
Also, would you mind explaining what is actually the above function doing? This will be for the benefit of people who will read this afterwards and myself as well.
- tamerj13 years ago
Community Champion
Ackbar-Learner
You were blanking out the total using HASONEVALUE which was absolutely unnecessary- Ackbar-Learner3 years ago
Resolver I
Thanks tamerj1