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

Unable to filter a count by a slicer from another table

I may be coming up short on my understanding of data modeling, but I can't seem to figure out why my 'Shops'[Shop] slicer will not filter a card for Count of 'drawings'[DrawingID] based on the Shop selection.

 

wlandry12_0-1652825995284.png

 

Is it because the Shop filter stops short at the 'productioncontrolitems' table due to the directions of the relationships?

Is there a measure I could create to establish a filterable relationship between 'Shops'[Shop] and 'drawings'[DrawingID]?

2 ACCEPTED SOLUTIONS
lbendlin
Super User
Super User

Is it because the Shop filter stops short at the 'productioncontrolitems' table due to the directions of the relationships?

That's exactly right.  "You can't get there from here".

 

You probably need to rethink the characteristics for your tables. Looks like the Drawings table is more a fact table rather than a dimension.  So the arrow should probably point into the Drawings table, not out of it.

 

Are you familiar with the concepts of star schema or snowflake schema?

View solution in original post

I'm not very familiar with those schema concepts, but you make a good point about pointing the arrow into the Drawings table. I set the cross filter direction to "Both" between that table and the productioncontrolitems table and was able to get the Shop slicer to filter the Drawing Count card. 

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

Is it because the Shop filter stops short at the 'productioncontrolitems' table due to the directions of the relationships?

That's exactly right.  "You can't get there from here".

 

You probably need to rethink the characteristics for your tables. Looks like the Drawings table is more a fact table rather than a dimension.  So the arrow should probably point into the Drawings table, not out of it.

 

Are you familiar with the concepts of star schema or snowflake schema?

I'm not very familiar with those schema concepts, but you make a good point about pointing the arrow into the Drawings table. I set the cross filter direction to "Both" between that table and the productioncontrolitems table and was able to get the Shop slicer to filter the Drawing Count card. 

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