Forum Discussion

jiangxm80's avatar
jiangxm80
Helper I
4 years ago
Solved

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!

3 Replies

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

    • jiangxm80's avatar
      jiangxm80
      Helper I

      Thanks, I just found that error was not due to that Table field, but another releated one. I have got the issue resolved.