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

Relationship between three tables

Hi everyone!

 

I have a Fact table with a column which contain a foreign key.

This column may contain IDs that references to the Dimension City Table (whose DID countains 7 digits) or to the State Dimension Table (ID has 2 digits).

Someone could help on how should I make the relationship between the Fact Table and the Dimensions one in this case?

Thank you!!!

1 ACCEPTED SOLUTION
v-eqin-msft
Community Support
Community Support

Hi @cinthiafkc ,

 

Please follow these steps:

 

1. Add a Custom column based on the length of the ID_Entity column:

=if Text.Length(  Number.ToText( [ID_Entity])  )=2 then "ID_State" else "ID_City"

Eyelyn9_0-1632276420427.png

2.Click Custom column-->Pivot columns-->use ID_Entity as Values

Eyelyn9_1-1632276499424.png

 

After applying these changes, the relationships would be automatically built:

Eyelyn9_2-1632276625287.png

 

Best Regards,
Eyelyn Qin
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-eqin-msft
Community Support
Community Support

Hi @cinthiafkc ,

 

Please follow these steps:

 

1. Add a Custom column based on the length of the ID_Entity column:

=if Text.Length(  Number.ToText( [ID_Entity])  )=2 then "ID_State" else "ID_City"

Eyelyn9_0-1632276420427.png

2.Click Custom column-->Pivot columns-->use ID_Entity as Values

Eyelyn9_1-1632276499424.png

 

After applying these changes, the relationships would be automatically built:

Eyelyn9_2-1632276625287.png

 

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

Greg_Deckler
Super User
Super User

@cinthiafkc Can you provide some example data? Seems like you should split that column into two maybe. Either that or perhaps combine your city and state dimensions. Hard to be sure with the information provided.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler 
The column ID_Entity of Investment Table is the one which contains both ID_city and ID_State

cinthiafkc_1-1632081181562.pngcinthiafkc_2-1632081191152.png

 

cinthiafkc_3-1632081208616.pngcinthiafkc_4-1632081216084.png

 

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.