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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
perepelena
Frequent Visitor

Mashup Exception Expression Error DataFlows 2 Gen

Hello!

 

I'm trying to transform and load data in dataflow 2 gen.
The dataflow is published but the error occurs while updating:

"The error code: Mashup Exception Expression Error: Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: Expression.Error: The table could not be inserted., InnerException: Cannot convert a List type value to a Text type"

 

In that query there are the following steps:

1. Source (SharePoint.Tables...)
2. Navigation
3. 
Table.ExpandListColumn(Navigation, "PO")
4. 
Table.ExpandRecordColumn(#"Expanded: PO", "PO", {"lookupValue"}, {"Project Office"})
5. Table.ExpandListColumn(#"Expanded: PO 1", "Contractor")
6. Table.ExpandRecordColumn(#"Expanded: Contractor", "Contractor", {"lookupValue"}, {"Contractor"})

and so on

 

The columns Project office and Contractor are LookUp columns that consist of only one text value each (while creating table people choose one text value from a list for one table record). So that the type that I set for these columns is Text.

 

Could you please explain to me what the problem can be in my case?

 

1 ACCEPTED SOLUTION
frithjof_v
Community Champion
Community Champion

Did you try highlighting all columns and choose Keep rows -> Keep errors?

View solution in original post

2 REPLIES 2
frithjof_v
Community Champion
Community Champion

Did you try highlighting all columns and choose Keep rows -> Keep errors?

Thank you! Your advice revealed errors in other columns that interfered with updating.

Helpful resources

Announcements
FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Fabric Update Carousel

Fabric Monthly Update - March 2026

Check out the March 2026 Fabric update to learn about new features.

Top Solution Authors
Top Kudoed Authors