Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ChrisAZ
Helper V
Helper V

Need help with PowerBI report export via Power Automate

So I have posted previously on this, but thought a video of my steps could be useful. I feel like it has to be something silly and small at this point keeping me from getting the correct email output that is individualized.

Problem explanation video 

1 ACCEPTED SOLUTION

You still have a space in the table name after the word Portal. 
Please remove the space and try again. 

View solution in original post

19 REPLIES 19
tayloramy
Community Champion
Community Champion

Glad I could help. 

 

If you found this useful, consider giving Kudos. If I solved your problem, mark this post as the solution. 

tayloramy
Community Champion
Community Champion

@ChrisAZ

Glad to hear it. 
Now let's adjust it in Power Automate. 

Back on this screen: 

tayloramy_1-1756997451482.png


change the filter to 

Portal_x0020_Revenue/Driver_x0020_Name eq 'Andrew Parker'


replacing Andrew Parker with the output from your excel sheet. 

 

If you found this useful, consider giving Kudos. If I solved your problem, mark this post as the solution. 

 

So I changed it to this below, but the emails are still set to All Drivers and not filtering:

ChrisAZ_0-1756999027535.png

 

@ChrisAZ 

Please remove the quotes around the table name now. The only quotes should be around the output from the excel file.
Also remove the space. 

The Table/Column section of the filter should be exactly this: 

Portal_x0020_Revenue/Driver_x0020_Name

Tried running this and still no filters:

ChrisAZ_0-1757000675532.png

 

You still have a space in the table name after the word Portal. 
Please remove the space and try again. 

It works. You are a life saver. Thank you so much!

tayloramy
Community Champion
Community Champion

@ChrisAZ 

Try adding this filter at the end of the report URL: 

&filter=Portal_x0020_Revenue/Driver_x0020_Name eq 'Andrew Parker'

 If you found this useful, consider giving Kudos. If I solved your problem, mark this post as the solution. 

That works! So now what do I change in my Power Automate?

ChrisAZ
Helper V
Helper V

So I tried adding it now before and after those as well but it did not change the results at all. Curious what is different about the workflow you created and how it works.

ChrisAZ_0-1756945216083.png

 

Interesting. 

This is my workflow: 

tayloramy_0-1756945318040.pngtayloramy_1-1756945404210.png

tayloramy_3-1756945442636.png


This is a simpler example as I am not dynamically getting the filter condition or email list, but it demonstrates the functionality of the power bi export itself. 

Can you try building a URL to filter the report? 
Something like: 
https://app.powerbi.com/groups/ ... ?experience=power-bi&filter='Portal Revenue'/'Driver Name' eq 'Andrew Parker'

and see if you cna get the filter to work in the web? This will help rule out of the filter is wrong or if there's an issue on the Power Automate side of things

 

Thanks for sticking with me on this. Do you know where/how I would determine the full URL? Sorry, I am quite new to Power Automate.

Hi @ChrisAZ

The URL is the link to the Power BI report. 
Open up the report in your workspace, and then append the filter parameter to the end of the URL

&filter='Portal Revenue'/'Driver Name' eq 'Andrew Parker'


The general format for report URLs is: 

https://app.fabric.microsoft.com/groups/{Workspace ID}/reports/{Report ID}/{Report Page ID}


If you found this useful, consider giving Kudos. If I solved your problem, mark this post as the solution. 

So I added &filter='Portal Revenue'/'Driver Name' eq 'Andrew Parker' to the end of that URL for that report and when it loaded (it changed the full URL some on its own), it still loaded the report for All Drivers and not for Andrew Parker.

@ChrisAZ 
Okay so this tells us that the filter condition is not working, so no matter what you do in Power Automate this isn't going to work until the filter condition is corrected. 

I recommend reviewing the documentation about query string parameter filtering: 
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn


THe next thing I would try is encoding the spaces: 

&filter=Portal_x0020_Revenue/Driver_x0020_Name eq 'Andrew Parker'

Can you also send a screenshot of the semantic model so I can see what the table and column look like in there? 

 

If you found this useful, consider giving Kudos. If I solved your problem, mark this post as the solution.  

By encoding the spaces, meaning add the space in before the name?

ChrisAZ_0-1756996397227.png

 

tayloramy
Community Champion
Community Champion

Hi @ChrisAZ
I just made a mock sample of this in my environment, and the filter is working as expected. 

Have you tried hard coding one of the driver names yet?

Actualy, upon closer looking, it seems that your table name has a space in it but is not sorrounded by quotes, that might be what is causing the filter to fail. 

Can you correct that and try? 


If that doesn't work, I suggest to try hard coding a specific driver name to see if the error is on the Power BI connector or if it's in reading the data from excel. 

 

If you found this useful, consider giving Kudos. If I solved your problem, mark this post as the solution. 

Thanks for the response! Are you referring to here?

ChrisAZ_0-1756944344647.png

If so, I just added that, and reran it but same issue where it is just running it for "All Drivers" instead of feeding the names. It also shows in the Log the following which would imply it is feeding the names:

ChrisAZ_1-1756944473797.png

Then it has the second driver's name from the list as well. When it gets to me via email it only shows those names in terms of sending one out to that driver name, but not applying it correctly filtered in the attachment.

 

Hi @ChrisAZ

I'm referring to here:  

tayloramy_0-1756944723826.png

It should say 'Portal Revenue'/'Driver Name' eq 'blah blah blah' 
the ' before Driver and after Name is missing I believe. 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors