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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
l have two tables - Table1 and Table2. I have set the relationship many to many with filtering direction as both. I have now set a page level filter so that data from Table1 is being filtered by data from Table2. The filters applied are: Table2, column X = Yes and Table2, column Y = People. This works fine on all visuals containing data from Table1 except when the data is a measure. Where a visual (2x cards and 1x table) is displaying a measure, no filters are applied and it is showing all data from Table1.
My measures are:
Solved! Go to Solution.
Hi @Anonymous ,
Measures calculate values based on the current filter context. If the measures are not responding to the page level filters, it might be due to the use of functions like `CALCULATE` which can modify the filter context.
If you want your measures to respect the page level filters, you can use the `ALLSELECTED` function within the `CALCULATE` function to maintain the filters that are currently applied to the report page.
Below is the official link about 'ALLSELECTED':
ALLSELECTED function (DAX) - DAX | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for this reply. It makes sense what you are saying, yet this is a bug.
The fact you need to add code for what should be the default behaviour is an incongruency and hence it is a bug.
We have something stock (a stock measure) that doesn't respect the filtering context of any of the entire report, report page, or visual level filters.
I hope this gets fixed.
Right now I am hand coding into a measure something that should be seen by the measure at the report level. Very ad hoc / not a good practice.
Hi @Anonymous ,
Measures calculate values based on the current filter context. If the measures are not responding to the page level filters, it might be due to the use of functions like `CALCULATE` which can modify the filter context.
If you want your measures to respect the page level filters, you can use the `ALLSELECTED` function within the `CALCULATE` function to maintain the filters that are currently applied to the report page.
Below is the official link about 'ALLSELECTED':
ALLSELECTED function (DAX) - DAX | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 46 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 75 | |
| 41 | |
| 26 | |
| 26 |