Forum Discussion
Issue 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 but the last one just after tax is not deducting the tax. Please see the Dax for each measure below:
The issue seems to lie between the 2nd and 3rd measure. I cannot get the Summarize function to work correctly in the 2nd measure so that the 3rd measure (Running Total) can read it and apply same in its formula.
Any help would be greatly appreciated.
Best Regards
Ackbar-Learner
Sorry I got distracted with some other business.
Please use the following for measure 22nd Measure: = SUMX ( VALUES ( TabPLGLItem[GLItem] ), [TaxAmountWithSign] )
9 Replies
- Ackbar-LearnerResolver I
amitchandak grateful for any idea?
- tamerj1Community Champion
Hi Ackbar-Learner
Try to add the equal sign- Ackbar-LearnerResolver I
tamerj1 no effect mate🤔
- tamerj1Community Champion
Hi Ackbar-Learner
Would you please copy/paste the code of the four measures?