Forum Discussion
SumX? - cumulative running total
- 9 months ago
lbendlin Ashish_Mathur v-prasare
Guess what - think I got the problematic measure to work :). I remain confused in many areas of DAX - but I can move forward now. Thank you to all three of you for your suggestions.
My solution was to place Animal Days in a SumX iterator - and that resulted in the group total work, as well as the cumulative animal day measure. Something simple, but yet so confusing.
=Var ReportValue = SUMX(VALUES('Calendar'[Dates]),[End Animal Inventory Quantity]) return ReportValue
Which one of these tabs contains the actual source data? How is "Consolidated" computed?
To answer your question (I think) - Excel PowerQuery transforms the two "dump" tabs together and computes the Consolidated Table which is then loaded into the excel data model.
DAX measures are then the "values" within Power Pivot table (tab Animal Day calc). These power queries and Data Model loading should be accessable in the file.