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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
mklevemann
Frequent Visitor

Unknown evaluation error code: 104100 With DataFlow Gen2

I've been getting this error with DataFlow Gen2 and have narrowed it down to a pivot step I am doing.   I have a super simple table with 3 fields, Key, Name, and date;  I'm pivoting on name.   Any ideas how to troubleshoot?

 

mklevemann_0-1756913008853.png

 

1 ACCEPTED SOLUTION
mklevemann
Frequent Visitor

So after a bunch of trial and error, I finally found the issue;  after the pivot I had some rows in [error] and once I removed them it loaded successfully.   

View solution in original post

2 REPLIES 2
mklevemann
Frequent Visitor

So after a bunch of trial and error, I finally found the issue;  after the pivot I had some rows in [error] and once I removed them it loaded successfully.   

v-veshwara-msft
Community Support
Community Support

Hi @mklevemann ,

Thanks for reaching out to Microsoft Fabric Community.

The error code 104100 in Dataflow Gen2 usually comes up as a generic evaluation error. This can happen in situations where staging is enabled on intermediate queries or when the query structure introduces conflicts. Disabling staging on the related queries or simplifying the transformation has helped resolve this in some situations, as discussed here:

Solved: Re: Dataflow Gen2 (CI/CD) Non-deterministic failur... - Microsoft Fabric Community

Solved: DataFlow Gen2 104100 Couldn't refresh the entity b... - Microsoft Fabric Community

 

Since you’ve narrowed it down to the pivot step, the error could be related to duplicate or inconsistent Name values that generate duplicate column names after pivoting, or multiple Key–Date values under the same Name which require an aggregation. A mismatch in the data type of the column being aggregated can also lead to this issue.

If the error persists after verifying the above points, I recommend raising a support ticket to have this investigated further.

Here is the guide on how to raise a support ticket: How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn

 

Hope this helps. Please reach out for further assistance.

Thank you.

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