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.
Hello Clara,
Thanks for replying.
I saw the option of using DAX expression to synchronise filters in this article.
But dint understand how to do it as i have never done it before.
https://www.process.st/how-to/sync-filters-in-power-bi/
So wanted to know if its possible or not.
Cheers
Arti
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.