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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
harryrhulme
Regular Visitor

Relationships between large datasets

Hello,

 

I am trying to create a relationship table between two large data sets. I have created a relationship table containing unique data, no blank rows and there are over 30,000 data entries. I am getting an error when trying to create the relationship in Power BI saying that I haven't removed duplicate values even though I have. Is this because the key table containing unique data is so large and can anyone offer a solution?

 

Many thanks

1 ACCEPTED SOLUTION

@harryrhulme,

 

Check rows in the following calculated table.

Table =
FILTER (
    SUMMARIZECOLUMNS ( Table1[Column1], "Count", COUNTROWS ( Table1 ) ),
    [Count] > 1
)
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-chuncz-msft
Community Support
Community Support

@harryrhulme,

 

First, you may select "Remove Duplicates" in Query Editor.  

Second, check uppercase/lowercase spelling if it is a text field. Text(such as a, A) in query editor is case-sensitive, but not in the data model.

Finally, use SUMMARIZE Function and COUNT Function to have a check.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you that has solved the problem for some duplicates.

 

I am still getting a problem with some data being duplicated even though I have formatted into lowercase - removed duplicates and uppercase - removed duplicates. Do you have any other suggestions as to the formatting issues that could be causing this?

 

Thank you

@harryrhulme,

 

Check rows in the following calculated table.

Table =
FILTER (
    SUMMARIZECOLUMNS ( Table1[Column1], "Count", COUNTROWS ( Table1 ) ),
    [Count] > 1
)
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.