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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have tables “MainProject” and “WorkOrder” and both have a field named DEPARTMENT.
I also have a 3rd table called “Department_Relations”. Department relations has a list of many departments, countries, and areas. (More departments than countries, and more countries than areas).
I have an active relationship from MainProject[Department] many to 1 DepartmentRel[Department].
Also have an inactive relationship for WorkOrder[Department] many to 1 DepartmentRel[Department]
I tried the following options and the putting the measure or calculated column in a slicer, but they did not “slice”.
Measure1 = CALCULATETABLE( DISTINCT('Department Relations'[xArea] ) , USERELATIONSHIP(Work_Order_Master[WMF_Department], 'Department Relations'[Department]) )
This calculated column was in the Department Relations table.
Calc1 = CALCULATETABLE( DISTINCT('Department Relations'[xArea] ) , USERELATIONSHIP(Work_Order_Master[WMF_Department], 'Department Relations'[Department]) )
I would love to hear your thoughts and ideas for one or both options from above.
Thanks
Alan
I also tried some ideas from this post but did not get anywhere.
@asjones,
Slicers don't utilize inactive relationships, thus when you create slicer using fields of DepartmentRel table, and select values in the slicer, visuals that contains WorkOrder fields will not be filtered.
In your scenario, I note that you create a new table using the following DAX. Could you please share sample data of your tables and post expected result? Also it is not possible to drag measure to a slicer.
CALCULATETABLE( DISTINCT('Department Relations'[xArea] ) , USERELATIONSHIP(Work_Order_Master[WMF_Department], 'Department Relations'[Department]) )
Regards,
Lydia
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.