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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Shg
Frequent Visitor

Mashup Exception Expression Error

Hi,

I have a Dataflow Gen2 that sources several tables from Dataflow Gen1, and both dataflows were running successfully through a pipeline and load tables into my lakehouse as data destination.

I recently decided to delete one of the tables from both dataflows. I simply removed it from the queries list and my lakehouse. However, since doing so, my Dataflow Gen2 has failed to run, and I am now getting the following mashup error:

Mashup Exception Expression Error: Couldn't refresh the entity due to an issue with the mashup document. MashupException.Error: Expression.Error: The key didn't match any rows in the table.

Since the table no longer appears in my Dataflow sources and lakehouse, I’m unsure how to resolve this issue. Any guidance would be greatly appreciated!

Thank you in advance!

1 REPLY 1
ZhangKun
Super User
Super User

This error usually (but not necessarily) comes from performing a specific index condition on a table, as shown in the following code:

// error
#table({"a", "b"}, {{1, 2}, {3, 4}}){[a = 1, b = 3]}

// ok 
#table({"a", "b"}, {{1, 2}, {3, 4}}){[a = 1, b = 2]}

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.