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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
BerlinAlexander
Helper II
Helper II

Dataflow duplicates rows from an SQL DB

I created a dataflow with around 6 queries. The queries are from different sources: some flat files on the sharepoint, some SQL databases.

 

One of the SQL DB query within the dataflow got refreshed in such a way that every line is duplicated. In the meantime I've tried re-running it and the result is exactly the same. Every row is duplicated.

 

I'm at a loss what happened. I've checked the data directly in the DB and it's correct. There are no duplicates.

 

The code for this query is:

 

let
  Source = Sql.Database("server name""database"),
  Navigation = Source{[Schema = "dbo", Item = "CurrentYear"]}[Data],
  #"Renamed columns" = Table.RenameColumns(Navigation, {{"51UXP104E9IRKT8S9ZGX29XDTGARAN90""% Order Days Elapsed"}, {"0CUST_SALES""Customer Hierarchy"}, {"0MATERIAL""Material"}, {"20CUST_SALES""Sales"})
in
  #"Renamed columns"
 
Any ideas what could have happened?
1 REPLY 1
v-zhenbw-msft
Community Support
Community Support

Hi @BerlinAlexander ,

 

Does Power BI Desktop duplicate all rows when you connect the data source? How many more rows are duplicated?

Could you please post some screenshots of Power BI and data sources? Please don't contain any Confidential Information or Real data in your reply.

 

Maybe you can refer the following posts.

 

https://community.powerbi.com/t5/Desktop/Duplicate-data/td-p/72200

https://community.powerbi.com/t5/Desktop/Error-while-Refreshing-data-on-power-bi-Desktop/m-p/1096007...

 

Best regards,

 

Community Support Team _ zhenbw

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors