Forum Discussion
Error when expanding the column
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!
Hi jiangxm80 ,
I tested with the following example data, but it works fine. Could you please share your sample data?
Best Regards,
Winniz
3 Replies
- jiangxm80Helper I
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])))
- v-kkf-msftCommunity Support
Hi jiangxm80 ,
I tested with the following example data, but it works fine. Could you please share your sample data?
Best Regards,
Winniz- jiangxm80Helper I
Thanks, I just found that error was not due to that Table field, but another releated one. I have got the issue resolved.