Forum Discussion
OSS
7 years agoHelper III
Multiply two tables
Dear all I have two tables. First table contains account numbers and amount columns. The second table also contains account numbers and division percentages. I need to connect these tables via ...
- 7 years ago
How I have solved the problem:
First I have unpivoted the second table with percentages. Then muptiply with the previous table.
Greg_Deckler
7 years agoCommunity Champion
This looks like a measure totals problem. Very common. 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