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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Anonymous
Not applicable

How to join tables which does not have unique value columns or have nulls in it

i have a table with raw data and i need to  calculate some aggregations by grouping some columns and i need to join this aggregated table bak to source table to get some details. but the common columns in both tables have nulls in it and does not have a column with unique values in it. I am not able to join those becoz it says, one  of the table must have unique column values and no null values in it. How do i join in this case?

2 ACCEPTED SOLUTIONS
BobBI
Resolver III
Resolver III

Hi Reddy ,

 

You can combine 2 or more coulmns to create Composite Key .

 

OR 

you can copy the source table , strip out all columns except the one or tow  you think can be use as primary key ,

U se remove duplicate  ( in query editor) and  remove duplicate from the column , Now you will have only unique value in thsi New table then use this new table  in the middle and join source table and aggregated table to this this new table

 

source table   << New Table>>>aggregated table.

 

If it doesn't help , share  some data to simulate the solution.

 

thanks,

SS

View solution in original post

vishnurk
Frequent Visitor

I believe the power bi july update have new feature introduced for many to many relationship

https://www.youtube.com/watch?v=ZrANsDNnZug

 

View solution in original post

3 REPLIES 3
vishnurk
Frequent Visitor

I believe the power bi july update have new feature introduced for many to many relationship

https://www.youtube.com/watch?v=ZrANsDNnZug

 

PattemManohar
Community Champion
Community Champion

@Anonymous Sample data and expected output will be helpful to provide any suggestion or solution. 





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




BobBI
Resolver III
Resolver III

Hi Reddy ,

 

You can combine 2 or more coulmns to create Composite Key .

 

OR 

you can copy the source table , strip out all columns except the one or tow  you think can be use as primary key ,

U se remove duplicate  ( in query editor) and  remove duplicate from the column , Now you will have only unique value in thsi New table then use this new table  in the middle and join source table and aggregated table to this this new table

 

source table   << New Table>>>aggregated table.

 

If it doesn't help , share  some data to simulate the solution.

 

thanks,

SS

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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