Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
55 | |
55 | |
37 | |
30 |
User | Count |
---|---|
78 | |
64 | |
45 | |
42 | |
40 |