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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors