Forum Discussion
Anonymous
7 years agoNot applicable
Aggregation issue
I have an issue with the following table I created in Power BI. Why is the sum of Outer Square only calculated per Variant Code and not among all entries?
- Anonymous7 years ago
Ok, this simple measure did work:
AQMtotal = 'Production Order'[Quantity]*RELATED('Production BOM Header'[Outer Square])
Greg_Deckler
7 years agoCommunity Champion
That depends on whether Outer Square is a column or a measure. If it is a measure, see my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
- Anonymous7 years agoNot applicable
I didn't work with measures yet. In this case it's just two tables connected through a third table: