This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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
My end result should be an analysis as follows but being able to filter by columns from the other tables.
Solved! Go to Solution.
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]) )
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)
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 38 | |
| 29 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 30 | |
| 25 | |
| 24 |