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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
varelapablo90
Helper II
Helper II

Filter a not related table using same filters/slicers

Hello community

 

I would like to know if it is somehow possible to filter a table by using slicers from my model despite the table I am insterested does not have any relationship with the other existing tables.

Model is in the screenshot below, and the table I am interested to filter is the one called Threshold

 

varelapablo90_0-1648217150329.png

varelapablo90_1-1648217154229.png

 

My end result should be an analysis as follows but being able to filter by columns from the other tables.

 

varelapablo90_2-1648217368330.png

 

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

Replace the Inv_Threshold and Value_Threshold calculated columns with measures, that way they will still respond to filters or slicers on the other tables, e.g.

Inv_Threshold = CALCULATE( COUNTROWS(T_RawData_Azure), T_RawData_Azure[Amount_in_EUR] <= SELECTEDVALUE( 'Thresholds'[Threshold]) )

View solution in original post

2 REPLIES 2
johnt75
Super User
Super User

Replace the Inv_Threshold and Value_Threshold calculated columns with measures, that way they will still respond to filters or slicers on the other tables, e.g.

Inv_Threshold = CALCULATE( COUNTROWS(T_RawData_Azure), T_RawData_Azure[Amount_in_EUR] <= SELECTEDVALUE( 'Thresholds'[Threshold]) )

Thanks (L)

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.