The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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