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
DenBI
New Member

problem with drillthrough and relationships (cardinality)

I can't get my head around an issue. I have two tables with data, one containing slotreport data (high level data), and on containing slotdetails data (fine grain data) containing more details about the slots. tables are related through a slot(id) but as in both tables keys are not unique I use a connectiontable and set up relations between the tables, based on the slotID's. as a result I get a many (slotreport) to one (slotid) to many (slotdetails) relation chain. (see picture)

 

for some reason I can't use drilltrhough on the slotid's from the slotreport table in order to get slotdetails data in my details tab. I would expect that since these tables are logically related PBI would understand then when using a key from one table, it could be used in drill though on another related table. Am I doing somehing wrong?

 

Unfortunately I can't include .pbix, so please find attached some photo's to illustrate.

 

Hooe someone can help....

 

details.PNGmain.PNGmodel.PNG

 

2 REPLIES 2
v-yuta-msft
Community Support
Community Support

Hi DenBI ,

 

Set the direction of relationship between slotreport and slotID to be bidirectional direction and check if the issue still occurs.

 

Regards,

Jimmy Tao

Seward12533
Solution Sage
Solution Sage

Hard to tell from what you provided but try one of these.  Dealing with multiple fact tables can get a bit tricky. 

 

  1. Filter on Slot from your Bidge Table this will force the filter down into both tables. 
  2. IF you need to filter on somethign else then you can set the relationship between the bridge Table (SlotIDs) and the SlotReport table Bidirectional. This will force the filter to flow back up and then down into the other table.
  3. You can use a trick to force the filter context by writing a measure for the slotdetail data that explicitly references the SlotReport table by specifying the table name within a calcualte.  (see some screen shots below) 

 

 capture20180711175520684.pngcapture20180711175654587.pngcapture20180711175834998.pngcapture20180711175917040.pngcapture20180711180036226.png

 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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