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
amritksahoo
New Member

Not able to join 2 tables using relationships. Values are getting aggregated from 2nd table

Hi Folks,

 

I am trying to join Actual hours per category and forecast hours per category from 2 different tables. However, I am unable to do so. I used all the permuations and combinations.

Actual Hours Table:

 

Service CategoryTerritory NameActual HousDate
ABCUS51-Dec-2021
ABCUS102-Dec-2021

 

Forecast Hours Table

 

Service CategoryTerritory NameForecast HousDate
ABCUS101-Dec-2021
ABCUS202-Dec-2021

 

Also in the forecast table there are future dates as well. I tried to build a realtionship using date, territory and service category. When I am trying to insert in one table, values from 2nd table is getting aggregated.

 

Results I am getting:

 

Service CategoryTerritory NameActual HousForecast HoursDate
ABCUS5301-Dec-2021
ABCUS10302-Dec-2021

 

Thanks in advance for the help.

1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

Hi @amritksahoo ,


You can also try to create a new column:

Column = LOOKUPVALUE(Table2[Forecast Hous],Table2[Date],Table1[Date],Table2[Service Category],Table1[Service Category],Table2[Territory Name],Table1[Territory Name])

Vlianlmsft_0-1645076506171.png

 

 

Best Regards,
Liang
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

2 REPLIES 2
V-lianl-msft
Community Support
Community Support

Hi @amritksahoo ,


You can also try to create a new column:

Column = LOOKUPVALUE(Table2[Forecast Hous],Table2[Date],Table1[Date],Table2[Service Category],Table1[Service Category],Table2[Territory Name],Table1[Territory Name])

Vlianlmsft_0-1645076506171.png

 

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@amritksahoo , You need to join both these tables with common dimensions like

Service Category, Territory Name and Date

 

and analyze them with help from common dimension

Common table

Bridge Table: https://www.youtube.com/watch?v=Bkf35Roman8&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=19

 


To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos. star schema

https://docs.microsoft.com/en-us/power-bi/guidance/star-schema

 

 

 

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.