Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Greetings,
I am using Power BI Desktop for Report Server, May 2022 version. I am getting unexpected results when performing a Merge of two tables using an Inner Join. Below are the tables and results.
Table 1 (RCM Room Activity Patient Types) :
NOTE: There are a LOT more rows in the actual table. I just limited to these rows as they illustrate the issue.
Table 2 (Note Categories by Patient Type):
Results:
The M code for the step is as follows:
I am not understanding why rows with Patient Types 'P' and '3' are being filtered out; I see why Patient Type 'A' is filtered out. Is there something I am missing, or is this a bug, or some sort of weird side-effect, or...? Any help or insight is appreciated. Thanks in advance.
Solved! Go to Solution.
UPDATE:
I figured it out. There were extra spaces in the Pt Type column of Table 2.
I feel sufficiently foolish. ☹️
Additional Info:
The same issue occurs using a Left Outer Join:
UPDATE:
I figured it out. There were extra spaces in the Pt Type column of Table 2.
I feel sufficiently foolish. ☹️
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 4 | |
| 4 |