Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I’m working on a Power BI model with the following relationships:
DimManager is connected to DimProjects through a direct relationship (via ManagerID).
DimProjects contains project-level details and is connected to DimTasks through ProjectID.
DimTasks contains task-level details, including TaskID and ProjectID.
Problem:
When I add a slicer for ManagerName from DimManager, it filters the DimProjects table as expected. However, it does not propagate to the DimTasks table, meaning that the tasks shown are not filtered by the selected manager.
Relationships in the Model:
DimManager → DimProjects (Active, via ManagerID). DimProjects → DimTasks (Inactive, via ProjectID).
Expected Behavior: If I select "Alice" in the slicer, only Task 1 (associated with Project A) should appear in the tasks table.
Question:
Solved! Go to Solution.
Hi @meetbardoliya47 , You have to use USERELATIONSHIP() function in a DAX measure to activate the relationship between Dim Project and Dim Task table. Refer below documentation
Proud to be a Super User! | |
Hi @meetbardoliya47 , You have to use USERELATIONSHIP() function in a DAX measure to activate the relationship between Dim Project and Dim Task table. Refer below documentation
Proud to be a Super User! | |
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |