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

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

Reply
Connor888
Frequent Visitor

Different values in Dataflow Preview vs Desktop

Hi,

 

I have a dataflow pulling some information from Oracle and cleaning it up - one of these steps semi-intelligently removes duplicate rows through a few bits of logic, and then blindly removes any remaining duplicates with Table.Distinct. The problem I'm getting is that although in the preview this seems to work fine, in Desktop I'm getting an error in my one-many join thanks to a duplicate record. My first instinct was that there was a case issue (e.g. 'a123' vs 'A123') as I've had these happen before, but the situation involves an index with the value always in caps. 

 

Digging deeper, there are two columns which in the preview show a single value each, e.g:

 

IndexColumn 1Column 2
FREIGHTValue 1Value 2

 

Perplexingly when I download the output I have this:

 

IndexColumn 1Column 2
FREIGHTValue 1Value 2
FREIGHTValue 2Value 1

 

I'm assuming that in the original data source the latter is what is actually present in the database, this isn't being invented by Power BI, but I'm confused as to why my remove duplicates step (which is removing duplicates in the index only) does not catch this.

 

Any ideas?

 

Connor

0 REPLIES 0

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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 Solution Authors