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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
TeodorGot
New Member

Visualization between 3 tables

Hi there!

TeodorGot_0-1614179924084.png

I have One table with ID(unique), and two another tables with duplicated IDs, so for "General" tables I create (1:*) relationship to both direction, as you can see in screenshot. So I wan create a page with 3 slicers: One from "General" table, one from "XRT", and one from "CATO" tables. Ok -its work, when I choose one of option in some slicer another slicer change according to my choice. Now I make a R-script visualisation that include all of three slicers. And now that say is no relationship between "XRT" and "CATO" tables, and I can't activate it because I  use in different pages another connections.

Any ideas, how to solve?

Thank you

2 REPLIES 2
Anonymous
Not applicable

Hi  @TeodorGot ,

 

Try to change the relationship between the two tables and other tables to achieve a direct connection between the two tables

 

Best Regards,

Liu Yang

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

lbendlin
Super User
Super User

You will want to seriously rethink your data model.  Generally when you have a 1:* relationship you want the search filter to flow only from the 1 to the *.  The 1 represents the dimension table and the * represents the facts table.  Ideally you would want to end up with a star schema.  Try to avoid bidirectional searches (unless you have really good reaon) and *:* relationships.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

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