Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I am trying to expand nested tables from an xml.
Mots have worked without issue but the last few are not working as I get the below message
OLE DB or ODBC error: [Expression.Error] We cannot convert the value "" to type Table..
I have tried expanding the table and then replacing the blank values but with no luck
Any ideas?
Solved! Go to Solution.
Hi @BCWdesign
Based on your error message, I think your problem should be that some of the data is not in table format. Therefore, Power Query can only expand tables and null values will return an error.
I found two posts with similar questions to yours for your reference:
The solution of this post is to copy the table, filter the first table for all tables then expand it. Filter the second table for all data that is not table data and then merge the two tables using the Append function.
Solved: OLE DB or ODBC error: [Expression.Error] We cannot... - Microsoft Fabric Community
Append queries - Power Query | Microsoft Learn
The solution of this post is to standardize the format.
Solved: Cannot convert value to type table - Microsoft Fabric Community
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @BCWdesign
Based on your error message, I think your problem should be that some of the data is not in table format. Therefore, Power Query can only expand tables and null values will return an error.
I found two posts with similar questions to yours for your reference:
The solution of this post is to copy the table, filter the first table for all tables then expand it. Filter the second table for all data that is not table data and then merge the two tables using the Append function.
Solved: OLE DB or ODBC error: [Expression.Error] We cannot... - Microsoft Fabric Community
Append queries - Power Query | Microsoft Learn
The solution of this post is to standardize the format.
Solved: Cannot convert value to type table - Microsoft Fabric Community
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.