Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I would like to send a paginated report to my customers by e-mail, on request. After creating the paginated report, I integrate it into Power BI Service. I then apply the necessary filters to select the desired data. An integrated button in Power BI triggers a Power Automate flow that exports the report as a PDF and sends it to customers.
However, I'm encountering a technical problem with the configuration of multi-value filters. Could you tell me how to configure them correctly?
Thank you in advance for your help.
Solved! Go to Solution.
Hi @mfofana24
Could you please verify below points.
If the above information helps you, please give us a Kudos and marked the reply Accept as a Solution.
Thanks,
Cheri Srikanth
Hi @mfofana24
It's been a while since I heard back from you and I wanted to follow up. Have you had a chance to try the solutions that have been offered?
If the issue has been resolved, can you mark the post as resolved? If you're still experiencing challenges, please feel free to let us know and we'll be happy to continue to help!
Looking forward to your reply!
Hi @mfofana24
I wanted to check if you had a chance to try the suggested solution.
Please let us know if you need any further assistance.
Looking forward to your update!
Thank you.
Hi @mfofana24
Could you please verify below points.
If the above information helps you, please give us a Kudos and marked the reply Accept as a Solution.
Thanks,
Cheri Srikanth
Hi @mfofana24
We haven't heard from you since last response and just wanted to check whether the work around provided has worked for you. If yes, please accept as solution to help others benefit. If not, feel free to reach out.
Thank you.
Hi @v-csrikanth ,
My paginated report in Power BI Report Builder fails with the error ‘DAX query fails to prepare,’ despite having a valid data source connection and configured parameters. How can I resolve this issue ?
Hi @mfofana24
Here are a few things that you can check to help resolve the issue:
Verify Power BI Service Permissions:
Reconnect the Power BI Connector in Power Automate:
If the above information helps you, please give us a Kudos and marked the reply Accept as a Solution.
Thanks,
Cheri Srikanth
Hi @mfofana24
Yes, exporting and sending a paginated report via PA using Power BI Service is possible with a Power BI Pro (Per User) license and a Microsoft 365 E3 license, but with some limitations.
Licensing Requirements:
Power BI License:
Microsoft 365 E3 License:
Additionally, you can also find the few lmits and configs:
https://learn.microsoft.com/en-us/power-automate/limits-and-config#timeout
If the above information helps you, please give us a Kudos and marked the reply Accept as a Solution.
Thanks,
Cheri Srikanth
Thank you, after PA Flow setup i have this error message :
Error from token exchange: Permission denied due to missing connection ACL: Connection https://europe-002.azure-apim.net/@europe-002/logicflows/02963388-0ff6-428f-a190-17f52a64966e version -9223372036854775808, connection=europe-002/powerbi/shared-powerbi-a48bc5ec-d624-417a-990b-ec2c377bc681
@v-csrikanth Thank you for your feedback, precision this is possible with a power bi per user license and a Microsoft E3 license (not prenium) ?
Hi @mfofana24
Welcome to the Microsoft Fabric Community Forum.
Please ensure the below steps to resolve your issue:
Configure Multi-Value Parameter in Power BI Paginated Report:
Ensure that your paginated report in Power BI Report Builder is set up to handle multi-value parameters correctly:
PA Flow setup:
In your Power Automate flow, when calling use the "Export To File for Paginated Reports" connector in PA.
Multi-value parameters should be passed as a comma-separated string with URL encoding.
PA might require it in a JSON array format like:
**************************************
["Value1", "Value2", "Value3"]
**************************************
If your values are dynamic (coming from a Power BI button trigger), you can use automate expressions to format:
**************************************
join(triggerBody()?['Region'], ',')
**************************************
If the above information helps you, please give us a Kudos and marked the reply Accept as Solution.
Thanks,
Cheri Srikanth
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.