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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Sheetalkhare151
Frequent Visitor

Power BI Dataset refresh issue(Duplicate Value)

Hi, 

I'm getting this error in Power BI service 
Column 'PAR_ROW_ID' in Table 'W_PARTY_ORG_D_Agency' contains a duplicate value '0' and this is not allowed for columns on the one side of a many-to-one relationship or for columns that are used as the primary key of a table.

I've verified the database and desktop, and there are no duplicates. I specifically filtered the table for Par_row_id = "0", and it only returns one value. Additionally, I thoroughly reviewed all relationships, and there are no auto-detect issues.

Regarding the incremental refresh, I've implemented it alongside the table join. Could there be a problem with the incremental refresh?

Thanks!

1 ACCEPTED SOLUTION
Idrissshatila
Super User
Super User

Hello @Sheetalkhare151 ,

 

you need to check the duplicate from the power query side, because it's bit importing the data with duplication.



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

4 REPLIES 4
Idrissshatila
Super User
Super User

Hello @Sheetalkhare151 ,

 

you need to check the duplicate from the power query side, because it's bit importing the data with duplication.



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Hi @Idrissshatila ,
I checked the table. I went to the Power Query and removed duplicated values, but I still get the error.

Hello @Sheetalkhare151 ,

 

then there's still an id that has more than one value, maybe blank.

 

the table with one side should have distinct values.



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Hi @Idrissshatila ,

I've resolved the issue by modifying the initial filter.

Initially, the filter was set as "Table.SelectRows(W_PARTY_ORG_D1, each [CREATED_ON_DT] >= RangeStart and [CREATED_ON_DT] <= RangeEnd)".

I've made a change to the filter, now it reads  "Table.SelectRows(W_PARTY_ORG_D1, each [CREATED_ON_DT] >= RangeStart and [CREATED_ON_DT] < RangeEnd)".

And the Modified filter worked for me.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors