Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
jiangxm80
Helper I
Helper I

Error when expanding the column

when I expand the Table column, there would show some error. 

PowerBI Error.PNG

Table.ExpandTableColumn(Source, "KeyWords", {"Name"}, {"Name"})

 

Would someone help on this? Thanks a lot!

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

Hi @jiangxm80 ,

 

I tested with the following example data, but it works fine. Could you please share your sample data?

 

vkkfmsft_0-1654826027212.png

vkkfmsft_1-1654826117978.png

 

Best Regards,
Winniz

 

View solution in original post

3 REPLIES 3
v-kkf-msft
Community Support
Community Support

Hi @jiangxm80 ,

 

I tested with the following example data, but it works fine. Could you please share your sample data?

 

vkkfmsft_0-1654826027212.png

vkkfmsft_1-1654826117978.png

 

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. 

jiangxm80
Helper I
Helper 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])))

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors