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.
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])))