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
gopichilla
Resolver III
Resolver III

Relationship between two tables

Hi All,

 

I have two tables but I can't possible to make the relationship to those tables.

 

 

.2017-05-26_17h17_45.png2017-05-26_17h17_56.png

 

Thanks

4 REPLIES 4
v-ljerr-msft
Employee
Employee

Hi @gopichilla,

 

How is Employee related to Category between the two tables? Is there any logic? Could you explain it a little with some sample data?

 

In addition, have you tried using the LOOKUPVALUE function to create a new calculate column in your employee table in this scenario? The formula should be similar like below. Smiley Happy

column1 =
LOOKUPVALUE (
    'UserTable1'[Category],
    'UserTable1'[User], 'Employee_Table1'[Employee_Number],
    'UserTable1'[Date], 'Employee_Table1'[Date]
)

 

Regards

I used blow query, I didn't get any data.

 

I want the relationship between two tables please help me on this issue.

 

Thanks 

vanessafvg
Super User
Super User

what are you trying to get out of the data?  you can join on date, so  create a separate date table and then link both of the tables on date to that table, however what are you trying to get out of joining the data?  What do you need to see?





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Thanks for quick response. 

I created date table manage relationships to three tables I didn't get any data. 

 

I want the employee wise category. 

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.