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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Pbendix
New Member

Error-row after merge

 

Hello all,

I have read multiple thread for my issue, but non of them could help! 

 

I have 2 different tables (from service now and Excel) with several columns in each. Each table has a serial number(unique) column, and every serial number consist of number and characters. When i merge (left outer) the two tables on the serial number column I get a merged table with a last row consisting of errors:

 

Pbendix_1-1662491206537.png

 

If I click on the error I get the message:   

 

Expression.Error: [Expression.Error] We cannot convert a value "" to type Record. 
Details:
Value=
Type=[Type]

 

Can someone tell me what causes the error!

 

Thanks..

1 REPLY 1
Anonymous
Not applicable

Hi @Pbendix ,

 

You may check all queries and all query steps to see if there's an error before merged.

Could you please tell me what's in your last original row? 

After merged, is there a additional column with tables? 

Merging queries doesn't put records but tables in the new column. When this is expanded, then a code step is generated using function Table.ExpandTableColumn.

Your additional column should be a table column (which is a list indeed, but not a separate list).

 The reply from @MarcelBeug  in this post explained well.

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors