Forum Discussion
Summarize Table with different tables misses some rows
Hi all,
I want to create a summarized table from 2 different tables. Since the Playerid and other key columns are not unique, I put the Player, Country, Brand, Date and Region tables (as unique values) and also they are inserted as slicer filter as well. The relationships are as below,
Because the TableA and TableB have many other columns, I tried to create new summarized table'
In my first attempt, this code run perfect and I got my columns as below,
Code:
Result
When I tried to get Total Deposit column from TableB (since I want to add RegionFK from TableA) to compare results, I got this
Code:
The code is missing some rows as I've seen.
How can I solve this issue?
Note: I've had to change name of tables/ columns from original ones, so I might be miss something
Thank you,
VKisa
2 Replies
- amitchandak
Super User
vkisa , first append and then summarize refer
https://medium.com/@amitchandak/power-bi-power-query-vs-dax-append-and-summarize-data-233f173d0839
- vkisa
Helper II
amitchandak Thank you for your reply. In my original TableA, TotalDeposit column doesn't exist but I can check it from our databases. Also, I want to add RegionFK column as well. So, appending function is not what I'm looking for.
R,
V