Forum Discussion
Bastienlin_
4 years agoHelper II
Power Automate button - export pages to pdf or pptx problem
Hello, I am posting here because I got no reply in Power Automate Community. I wanted to add a button to my PBI report to extract pages from this dashboard to PDF and send it to me by email. The ...
- 4 years ago
ReportLevelFilter works just like URL filters which are explained here https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters
If you can dynamically construct a string like this example: "Store/Territory in ('NC', 'TN')" and pass it in the ReportLevelFilters it will filter your report accordingly.
KiranHosakote
3 years agoPost Patron
Hi Bastienlin_
Unless you have a specific reason to use Power Automate, you can automate the selection of dynamic filter and slicer values at report run-time entirely within Power BI. See https://medium.com/p/bfebd39d4c84 for details.