Forum Discussion
Filter Choice Controlling Other Filters
- 1 year ago
1. Ensure Proper Data Model Design
You need a structure where both Phase and Study belong to the same table, or they are properly related.
Alternatively, if you have dimension tables:
PhaseDim (PhaseID, PhaseName)
StudyDim (StudyID, StudyName, PhaseID)
Then ensure:
StudyDim[PhaseID] is related to PhaseDim[PhaseID]
Your fact table has StudyID, which connects to StudyDim[StudyID]2. Add Slicers
Add a slicer for Phase
Add another slicer for Study
Power BI will automatically filter the Study slicer based on the selected Phase if the model relationships are correct.3. Ensure Relationships Are Set to "Single" Direction
Go to Model View and ensure:
Relationships between Phase β Study are set to Single directional filtering (from Phase to Study or from Study to Fact).
Avoid bidirectional relationships unless absolutely needed.4. Avoid Adding Filters from Unrelated Tables
If your slicers come from unrelated tables, cascading will not work. Make sure the filter field sources are properly related either directly or through a fact table.
Hi colettb
1. Ensure Proper Data ModelYou need to ensure that your data model contains both the tables are logically connected.
2. Create a relationship between Phase and Study (You can set cross filter direction between both the tables).
π I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
π‘ Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
π As a proud SuperUser and Microsoft Partner, weβre here to empower your data journey and the Power BI Community at large.
π Curious to explore more? [Discover here].
Letβs keep building smarter solutions together!