Forum Discussion
vgarcia
3 years agoNew Member
Export a report from the API applying filters
Hello, I am trying to export a report from the API applying filters. If I make the query to the url, it returns the report well filtered. But if I do it from the API, it does not apply the changes.
I have the request body like this.
Does anyone know where my mistake can be?
{
"format": "PDF",
"powerBIReportConfiguration ": {
"reportLevelFilters": {
"filter": "Cuestionarios/activityid eq '4B684BFA-779D-ED11-AAD1-6045BD8C54BA'"
}
}
}
I have also tried to make the filter from the url, but it still returns the report without filtering
Any help is appreciated.
1 Reply
- vgarciaNew Member
I have tried to do the same from powerautomate and it works correctly
I attach a screenshot, in case my English is not understood too much