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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Diegomon
Frequent Visitor

How to expand individual cells with data type "table" within a string column type

Hello all, in the screenshot below I have a table with a column combining string and table cells, therefore, you cannot see the "expand symbol" when you have a table column, how can I do to expand all cells and have everything as a string?

 

Diegomon_0-1660020664391.png

 

1 ACCEPTED SOLUTION
Diegomon
Frequent Visitor

I found the solution:

 

ExpandCell = Table.ReplaceValue(#"Replaced Comment",each [SSC_x002f_NonSSC],each try List.First(Table.Column(List.First(Table.Column([SSC_x002f_NonSSC],"http://schemas.microsoft.com/ado/2007/08/dataservices/metadata")), "Attribute:null")) otherwise [SSC_x002f_NonSSC],Replacer.ReplaceValue,{"SSC_x002f_NonSSC"})

View solution in original post

2 REPLIES 2
Diegomon
Frequent Visitor

I found the solution:

 

ExpandCell = Table.ReplaceValue(#"Replaced Comment",each [SSC_x002f_NonSSC],each try List.First(Table.Column(List.First(Table.Column([SSC_x002f_NonSSC],"http://schemas.microsoft.com/ado/2007/08/dataservices/metadata")), "Attribute:null")) otherwise [SSC_x002f_NonSSC],Replacer.ReplaceValue,{"SSC_x002f_NonSSC"})

Anonymous
Not applicable

HI @Diegomon,

Can you please share some dummy data that keep the raw structure? They should help us clarify your scenario and and test:

How to Get Your Question Answered Quickly - Microsoft Power BI Community

Regards,

Moonlight

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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