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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
HowardFrazier76
Frequent Visitor

Relationship in power bi

I have 2 tables that I want to create a relationship between. The first table is the employee roster from Sql Server it has the employee name , employee number , hire date and termination date. The other table is the training roster comes from the share point spreadsheet maintained by several people it contains employee name , training date , employee #. I'm trying to create relationship with employee number but I keep getting the message that I can't create a one to one it has to be one to many. I get this message even after I got rid of the duplicates from the spreadsheet. I also changed both to whole numbers. It's it because I have to trim the space in the cells first ?  What am I doing wrong ?

1 ACCEPTED SOLUTION
rbriga
Impactful Individual
Impactful Individual

Here's a quick trick for that-

Create a table in PBI (or a pivot table in Excel), insert the key you wish (employee #) and a distinct count of employee # for each. Sort descending by the distinct count.

If you have duplicates, they would float to the top.

 

Also, clean up the employee # by turning it into a string\ varchar and trim it of spaces.

IDs aren't numbers you add, multiply or average over, so they don't need to be integers.

-------------------------
Data analyst by day, hockey goalie by night.
Did I help? Then please hit that "kudos" or "accept as a solution" button!

View solution in original post

2 REPLIES 2
rbriga
Impactful Individual
Impactful Individual

Here's a quick trick for that-

Create a table in PBI (or a pivot table in Excel), insert the key you wish (employee #) and a distinct count of employee # for each. Sort descending by the distinct count.

If you have duplicates, they would float to the top.

 

Also, clean up the employee # by turning it into a string\ varchar and trim it of spaces.

IDs aren't numbers you add, multiply or average over, so they don't need to be integers.

-------------------------
Data analyst by day, hockey goalie by night.
Did I help? Then please hit that "kudos" or "accept as a solution" button!
tamerj1
Super User
Super User

Hi @HowardFrazier76 

you might also check for blanks

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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