The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am looking for a way to export report to file in image/pdf format with multiple filters applied as parameter using rest API. When accoring to https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exporttofile#code-try-0 when the body is as follows, am getting error message as "Export report with more than one filter is not supported".
Solved! Go to Solution.
Did you try using the same filter string for both filtering the 2 fields as explained here:
Basically you should probably test your filter string first by adding it to the report URL in PowerBI service, and if it works there it should also work in the API.
Hi @Anonymous,
AFAIK, current it does not support usage your sample shared. Please concatenate these filters into the URL string as the url filter document mentions.
Reports - Export To File#exportfilter
Filter a report using query string parameters in the URL
Regards,
Xiaoxin Sheng
Hi @Anonymous,
AFAIK, current it does not support usage your sample shared. Please concatenate these filters into the URL string as the url filter document mentions.
Reports - Export To File#exportfilter
Filter a report using query string parameters in the URL
Regards,
Xiaoxin Sheng
Did you try using the same filter string for both filtering the 2 fields as explained here:
Basically you should probably test your filter string first by adding it to the report URL in PowerBI service, and if it works there it should also work in the API.
That is correct - it is a current limitation. Try using page level bookmarks instead.