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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

XML Expanding Error

Hi All,

 

Having an issue when expanding an xml file. For some reason it is detecting some values as a table which are a single values. 

I have a cell highlighted in the photo where the value is just "3" but it is displaying as a table. Then later on the same column is displaying correctly. Bit confused. I assume it is a simple fix. 

 

Thanks

 

 

xmlerror.PNG

 

 

1 ACCEPTED SOLUTION
Jimmy801
Community Champion
Community Champion

Hello @Anonymous 

 

you have to use Table.TransformColumns instead of TransformColumnTypes

 

BR

 

Jimmy

View solution in original post

3 REPLIES 3
Jimmy801
Community Champion
Community Champion

Hello @Anonymous 

 

you have to use Table.TransformColumns instead of TransformColumnTypes

 

BR

 

Jimmy

Jimmy801
Community Champion
Community Champion

Hello @Anonymous 

 

I'm not an expert on XML, but I think if power query is identifying as table, then there is a reason for that in XML. What you can do is to apply a Transform.Columns to read from the table first cell / first column. Here an example of a possible function

{{"Element:Text", each try _[#"Element:Text"]{0} otherwise _}}

If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too

Have fun

Jimmy

 

Anonymous
Not applicable

@Jimmy801 
Hi Jimmy, I am struggling to get this to work. I potentially am not doing it correctly. 

 

So say for the Column "Race.Dog.Box" how would would that look

I believe the start would be = Table.TransformColumnTypes(#"Expanded Race.Dog",{{"Race.Dog.Box".........

Sorry, i am lacking experience with this sort of stuff


Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.