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

60 Days of Data Days! Live and on-demand sessions, challenges, study groups and more! And it's all FREE!. Join now. Learn more

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 Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

June Fabric Update Carousel

Fabric Monthly Update - June 2026

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

Top Solution Authors