Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
meetbardoliya47
New Member

How to make Slicer Work on Inactive Relationship in PowerBI?

0

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.

meetbardoliya47_0-1731963152196.png

 

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:

  1. Why does the filter on ManagerName fail to propagate to the DimTasks table?
  2. How can I fix this so that filtering on ManagerName in the slicer filters the tasks table correctly?
1 ACCEPTED SOLUTION
Jai-Rathinavel
Super User
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 

Link to documentation 




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

1 REPLY 1
Jai-Rathinavel
Super User
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 

Link to documentation 




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 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.