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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Saravanan_ameer
Frequent Visitor

Active relationship

Hi Expects,

 

I need apply the slicer for the department.If i select the depatment name it needs show both the table details but due to more than 1 active relationship i am not getting the filtered result for both the table only one result i am getting.

 

Saravanan_ameer_0-1669783187250.pngSaravanan_ameer_1-1669783239295.png

If i select the department slicer only absent employee details are getting filtered but i need both the present and absent should get filtered.

 

Please help

3 REPLIES 3
FreemanZ
Super User
Super User

If you need to filter Presents table with Department table, you need USERELATIONSHIP to temporally activate their relationship, the code it like this:

CALCULATE(

    [],

    USERELATIONSHIP(a column from Department, a column from Presents) 

)

Column = CALCULATE([],USERELATIONSHIP('DEPARTMENT'[Department Name],Presents[dept_name]))
 
BUT getting error

by [], i mean a measure or an expression resulting a scalar value, like SUM() or COUNT()

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.