This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I've created a measure that multiplies TotEndingInventory (wish is a meassure) by TotStCost ( which is a measure as well) But, when I put that measure in a table, the grand total is performing its original function (that is TotEndingInventory * TotStandarCost instead of summarizing the individuals row values.
According with the screenshot below, the total of TotEndingInventoryVal column is $211 437, which is the result of TotEndingIventory * TotStCost, instead of $72 945, which is the SUM of the row values in this column...
Can anybody help me please?
Tks in advance.
Solved! Go to Solution.
Hi,
Try this
=IF(HASONEVALUE([SAPMaterial]),[TotEndingInvValue],SUMX(SUMMARIZE(VALUES([SAPMaterial]),[SAPMaterial],"Total",[TotEndingInvValue]),[Total]))
Hope this helps.
Hi,
Try this
=IF(HASONEVALUE([SAPMaterial]),[TotEndingInvValue],SUMX(SUMMARIZE(VALUES([SAPMaterial]),[SAPMaterial],"Total",[TotEndingInvValue]),[Total]))
Hope this helps.
It it working. Thank you so much
Hello @arcejames
Are the amounts that are feeding into your two measures [TotEndingInventory] and [TotStCost] in the same table as the SAPMaterial field?
I will assume this is the case and the table is called Sales.
You will want to use an iterator over your table to do the calc, something like
TotEndingInvVal2 = SUMX ( Sales, Sales[EndingInventory] * Sales[StCost])
Please note that the EndingInventory and StCost in my measure are the columns in the sales table, the ones you sum in your existing measure.
If I have missed the mark, please share a sample of your model so we can help further.
Can you please share your measures and/or a mock dataset?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 22 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 28 | |
| 22 | |
| 22 |