All,
I have two tables
Table 1
Location
Table 2
Location, Value,
Now I want to create a table matrix that includes ALL locations in Table 1 + Table 2.
If table 2 does not have a location to match table 1. The row should look like this.
Location1 Location2 Value
New York (blank) (blank)
I created a Many to Many relationship but this is not showing NULL values.
Solved! Go to Solution.
@aishak12 , left join in Power query merge
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Natural left join in DAX
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
Join A and B, plot data from both in visual with this option on the column on A
@aishak12 , left join in Power query merge
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Natural left join in DAX
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
Join A and B, plot data from both in visual with this option on the column on A
User | Count |
---|---|
136 | |
58 | |
55 | |
55 | |
46 |
User | Count |
---|---|
131 | |
73 | |
55 | |
55 | |
50 |