Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I have two tables that I need to join and pull data from.
Table A holds Projects (Parent), Table B holds Tasks (Child). Table B has a Parent ID column that joins to Table A on the ID column. Here is an example :
I need to identify the corresponding child tasks in Table B for the Projects in Table A.
I've already created a relationship between TableA.ID and TableB.ParentID and tried merging the queries using an inner join, but it did not return any matches (when there are clearly matches there).
Any suggestions? Thanks in advance!
Solved! Go to Solution.
@Anonymous,
How do you merge the tables in Power BI Desktop? Everything works well when I use Merge Queries option in Query Editor or use DAX.
Regards,
Lydia
@Anonymous,
How do you merge the tables in Power BI Desktop? Everything works well when I use Merge Queries option in Query Editor or use DAX.
Regards,
Lydia
Hey @Anonymous
I recommend using the Merge Queries option inside the Query Editor. I've still never been able to get NATURALINNERJOIN to work...
-Parker
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
107 | |
99 | |
99 | |
38 | |
37 |
User | Count |
---|---|
157 | |
121 | |
73 | |
73 | |
63 |