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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
when I expand the Table column, there would show some error.
Table.ExpandTableColumn(Source, "KeyWords", {"Name"}, {"Name"})
Would someone help on this? Thanks a lot!
Solved! Go to Solution.
Hi @jiangxm80 ,
I tested with the following example data, but it works fine. Could you please share your sample data?
Best Regards,
Winniz
Hi @jiangxm80 ,
I tested with the following example data, but it works fine. Could you please share your sample data?
Best Regards,
Winniz
Thanks, I just found that error was not due to that Table field, but another releated one. I have got the issue resolved.
The Table column "KeyWord" was created via the following.
Table.AddColumn(#"Expanded owninguser_appointment", "KeyWords", each let CurrentText=[description] in Table.SelectRows(KeyWords,each Text.Contains(CurrentText,[Keys])))