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
al1mon
Frequent Visitor

Data Modeling Question

Hello, I need advice with a data modeling problem. Below you may find 3 screenshots and attached PBIX file.

 

Link to Download PBIX file

 

Screenshots below show:

  1. What my report looks like
  2. The problem I am experiencing
  3. My current data model

This data model contains several linking tables for many-to-many relationship between Recommendations table and different geography levels tables (State, County, City). I know that some relationships need to be changed in order to fix this problem but I'm not sure which ones.

 

Screenshot 1 - What my report looks like:
data_model_question_1.jpg

 

p

 

Screenshot 2 - The problem I am experiencing:

data_model_question_2.jpg

 

 

p

 

Screenshot 3 - My current data model:

data_model_question_4.jpg

 

p

 

Thank you!

1 ACCEPTED SOLUTION
al1mon
Frequent Visitor

I was able to figure out this problem on my own. In order to take care of hierarchy between geographical dimension tables (State/County/City) all I had to do was to create Location table with nullable Foreign Keys. See below screenshot.

data_model_question_6.jpg

View solution in original post

3 REPLIES 3
al1mon
Frequent Visitor

I was able to figure out this problem on my own. In order to take care of hierarchy between geographical dimension tables (State/County/City) all I had to do was to create Location table with nullable Foreign Keys. See below screenshot.

data_model_question_6.jpg

amitchandak
Super User
Super User

@al1mon , I removed some bi-directional relations. But this model needs changes. recommandation will merge with State_rec , country_rec and City_rec and create three fact recommandation_State_rec  , recommandation_country_rec

City_rec_recommandatio. They will not join with each other 

 

Screenshot 2020-11-06 11.14.49.png

 

https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks for looking into this. 

 

I have tried your proposed solution but it breaks cross filtering across other visuals. See below screenshot.

 

Can you please elaborate on how you propose to change the data model. I am afraid I don't fully understand your previous explanation. I need to keep cross-filter both directions for State > County > City relationships.

 

Also I assumed state_recscounty_recs and city_recs are already considered fact tables since they contain foreign keys from recommendations and states/counties/cities respectively.

 

data_model_question_5.jpg

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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