Forum Discussion
Outer Join Does Not Works
Hi All,
I have data in form of below 2 tables:
Table 1
Table 2
I joined these 2 tables with all data from table 1 and matching data from table 2.
When I try to pull Table1.Metric and Table.Count it just gives same out put as Table 2.
Rather I am expecting as below
Expected Output:
Couple ways to do this:
Click "Show items with no data", that'll bring in blanks and not zeros.Probably best to create a measure that sums the counts from table 2 and use that instead of the related column.
3 Replies
- AnonymousNot applicable
Can you please explain how did you join?
Thansk
Raj - Aron_MooreSolution Specialist
Couple ways to do this:
Click "Show items with no data", that'll bring in blanks and not zeros.Probably best to create a measure that sums the counts from table 2 and use that instead of the related column.
- AnonymousNot applicable
ohh that was easy one....