Forum Discussion
Merging Tables with Addition Function
- 8 years ago
Try appending the two tables.
Go to Home - Edit Queries - Append Queries - Append Queries as New.
If you add the Colum 1 and Column 2 to a Table visual, it should display the summarised values.
If you need to create a data table of the summarised values, you can use the SUMMARIZE() DAX function.
If this solves your problem please mark as teh solution.
Try appending the two tables.
Go to Home - Edit Queries - Append Queries - Append Queries as New.
If you add the Colum 1 and Column 2 to a Table visual, it should display the summarised values.
If you need to create a data table of the summarised values, you can use the SUMMARIZE() DAX function.
If this solves your problem please mark as teh solution.
- jimbolya8 years agoRegular Visitor
I will try this.
However, I've never used the SUMARIZE DAX function...
That part will probaby not go well lol.
Jimbo