Forum Discussion
JohannesM
Helper I
3 years agoGetting the column sum when multiplying with another table.
Hi, I have two tables and I'm using DAX to multiply a column from table1 with a column from table2. The two tables are connected by a key so it is multiplying per row (the key is built on Group a...
FreemanZ
Super User
3 years agohi JohannesM
it needs both columns to find the unique match.
Actually you can use Merge Query in Power Query, by bring the Table1[Cost] column to Table2. Ensure to select both the group and year in merging. Check this:
- JohannesM3 years ago
Helper I
Actually the problem I have is that not both columns can have an unique match since it's one-to-many. But I'm sure that the multiplying is possible. It is in the column with unique match that I want to get the row instead of column when multiplying.