Forum Discussion
Deleted
- Anonymous2 years ago
Hi agarwala ,
You can add report-level filters to an entire report. From the Fields pane, select the field that you want to add as a new report-level filter and drag it to the Report Level Filters area. The visual objects on the active page and on all pages in the report change to reflect the new filter. If you save a report using filters, the report reader can interact with the filters in the Reading view to select or clear values.
Page 1:
Page 2:
Alternatively, you can synchronise the slicer and use it on any or all pages in the report.
More details can be found in the documentation: Slicers in Power BI - Power BI | Microsoft Learn
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous2 years ago
Hi agarwala ,
You can write the filter conditions into the dax formula, at this time no matter which page to use, it is the same filter conditions. You can refer to the following example:
Measure = IF(MAX('financials1'[Country]) = "Canada" || MAX('financials1'[Country]) = "France", 1)page 1:
page 2:
Best Regards,
Clara Gong
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
I am trying to synchronise filters on different visuals between different pages so report level filters wont work and I guess slicers are making my report too slow .
Trying to use the option "DAX Expressions to Sync Filters" if someone can guide me in this direction pls that would be really helpful.
Thanks
Arti