The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I am trying to merge 2 tables with query
= Table.NestedJoin(HPD_Help_Desk, {"ID"}, SLM_Measurement, {"ApplicationUserFriendlyID"}, "SLM_Measurement", JoinKind.Inner)
I got this error
Please supply your data or PBIX file so I can examine the data in your source tables.
Regards
Phil
Proud to be a Super User!
@Nidhi_Kochrekar , Check the data type of the Join column on both sides. Seem like not the same.
Both are text
User | Count |
---|---|
69 | |
64 | |
62 | |
55 | |
28 |
User | Count |
---|---|
112 | |
81 | |
65 | |
48 | |
42 |