I am having trouble using the "ReportLevelFilters" field in the "Export to File for Power BI Reports" step in Power Automate.
I am receiving the following log:
{
"error": {
"code": "InvalidRequest",
"message": "Export report with more than one filter is not supported"
}
}
My flow is simple, basically, I am querying my Power BI.

This table returns the report's destination emails.

Then I apply a loop to extract a file in PDF format for each email and send it via Outlook.
However, I don't know if the syntax of my ReportLevelFilters is incorrect...

What I am trying to do in this flow is not only send the report to each email filtered by their permissions but also by currency separated into 3 PDF files.
PDF 1 - BRL
PDF 2 - USD
PDF 3 - EUR

Thanks for attention !!