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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
A454A
Frequent Visitor

Data Modelling

Previously I had a nice star schema type of relationships as per the above image.

 

A454A_0-1770213256961.png

 


Now I have to add a new table Master_Table as per below to generate the below table.

A454A_1-1770213276902.png

A454A_2-1770213293379.png

 



Which means I am not using middle Dimension Table in my Matrix. Will this give me accurate results?


1 ACCEPTED SOLUTION
cengizhanarslan
Super User
Super User

1-to-many relationships

  • Master_Table[M_Code] → Dimension[Star_Code]

  • Dimension[Star_Code] → T1/T2/T3

Single-direction filtering

  • From Master → Dimension → Facts

  • No bi-directional shortcuts

Grain is respected

  • Each M_Code maps deterministically to Star_Code(s)

  • No ambiguous many-to-many paths

If these are met, the Dimension table still acts as the logical bridge.

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

View solution in original post

3 REPLIES 3
v-sshirivolu
Community Support
Community Support

Hi @A454A ,
I would also take a moment to thank @cengizhanarslan ,
for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
 

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions

 

Hi @A454A ,

I hope the information provided above assists you in resolving the issue. If you have any additional questions or concerns, please do not hesitate to contact us. We are here to support you and will be happy to help with any further assistance you may need.

cengizhanarslan
Super User
Super User

1-to-many relationships

  • Master_Table[M_Code] → Dimension[Star_Code]

  • Dimension[Star_Code] → T1/T2/T3

Single-direction filtering

  • From Master → Dimension → Facts

  • No bi-directional shortcuts

Grain is respected

  • Each M_Code maps deterministically to Star_Code(s)

  • No ambiguous many-to-many paths

If these are met, the Dimension table still acts as the logical bridge.

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.