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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Modeling practices for Shared Ownership DIM tables

     A mouth-full--let me unpack. I have a couple DIM tables: Company, station. Both will provide necessary information to my FACT table later on. But they too have a relationship necessary for the model. I need to know what company owns which stations; however, some stations are owned by more than one company. I was curious is there are industry standards or best practices when developing a model with such information. Below I have provided a visual:

IHargrave_0-1642093459397.png

I want to be able to provide a Company ID to the Station DIM table that way I can create a hierarchy in the visual space. Company->Station->Equipment etc. Let me know if you have any questions. Thanks in advance,

 

Isaac.

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

One practice is to separate Company and Station in two Dim tables and have a third table to define their relationships. If in the fact table, company and station always appear as a pair, you can add a new ID column like [StationID]&"-"&[CompanyID] in both Fact table and the third table, and build relationship on the new columns.

 

For example

22011904.jpg

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

bcdobbs
Community Champion
Community Champion

First thought is leave them separate and describe the relationship between them in a factless fact table. Literally two columns CompanyId and StationId



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors