Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
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]?
Solved! Go to Solution.
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.
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.