Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I'm getting an issue where the data changes when loaded from Power Query to Power BI. I haven't done any particular transformation step before loading (only a value replacement), so it feels odd that this is happening. Appreciate any advice I can get.
Power Query:
Power BI
Thank you!
Solved! Go to Solution.
Hello !
Power Query only shows the sample data after your applied steps and when you load to Power BI, the full dataset is pulled again (not just the preview) so if your source has duplicates or multiple records with the same Opportunity ID, you’ll see them after load.
For example, if your replaced value or filtered rows steps don’t uniquely identify rows, the duplicate IDs will remain when loading.
Sometimes values look identical in PQ but differ slightly (trailing spaces, case differences) and PQ preview can group or sort them differently, but when loaded, you’ll see both rows.
Hello !
Power Query only shows the sample data after your applied steps and when you load to Power BI, the full dataset is pulled again (not just the preview) so if your source has duplicates or multiple records with the same Opportunity ID, you’ll see them after load.
For example, if your replaced value or filtered rows steps don’t uniquely identify rows, the duplicate IDs will remain when loading.
Sometimes values look identical in PQ but differ slightly (trailing spaces, case differences) and PQ preview can group or sort them differently, but when loaded, you’ll see both rows.