Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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