Forum Discussion
ReportLevelFilters is not working using PowerAutomate
I can't make this filter function work in Power Automate. It works well using Service URL String but when applied to Power Automate Export to File for Power BI Reports - Report Level Filters, it never worked! Spent 3 days already still no resolution.
I have applied any possible filters in the ReportLevelFilters parameters, still the generated ouput is the default view/visual room.
Can you post a snip of what you care currently doing?
- arnemenzo2 years agoFrequent Visitor
LaurenNick
Can you spot where the problem is?
Table Name: Main - Rejected VIM Invoices
Column Name: Market Area
Exporting PNG Image: Already enabled at Tenant Level
My PBI Workspace Access: Contributor Role
This is just a sample but the actual case would use a dynamic filter (i.e. Country Name) which expects to generate around 100 different snapshot images per country. For illustration purposes, I'm using Market Area.- LaurenNick2 years agoFrequent Visitor
Report Level Filter Sample 3 looks close but try adding a _x0020_ between Market and Area.
I think I ended up creating duplicate columns in my data that didn't have the spaces as this was driving my bonkers
- arnemenzo2 years agoFrequent Visitor
LaurenNickwe've finally figured out where the problem is. Power BI Rest API is not enabled for Power Automate at the Tenant Level. So we have to go through the App Registration in my case.
This article helped my issue: Call Power BI Rest APIs with Power Automate (vahiddm.com)
- alexkarwoski1 year agoFrequent Visitor2 seconds ago
I have a similar problem.
Currently I have three filters, two only allow for 1 selection and the other allows for multiple. Lets call them state, name and age respectively.
Essentially what I want to do is iterate through these filters in power automate and generate a report for each state, name, age combination. For example, say state was GA, name was Alex, and age was 1,2, and 3. I want to click a Power Automate button in Power BI. I want generate the report for a certain page using Export for Power BI Report in power automate for the combinations
GA,Alex, 1
GA,Alex, 2
GA,Alex, 3
I have this all set up. And when I check the filters that were passed this is exactly what they are. However, the report is the same for all three pages. It shows the merged summary from having the multiple selections. I am on a premium capacity server, and have been stuck for a few days.
Any thoughts?