Forum Discussion
jay-sr
1 year agoRegular Visitor
Issue with Applying Page Filters in Power BI ExportTo API
Hello Community, I am facing an issue while trying to export a Power BI paginated report using the ExportTo API with date filters applied. Despite passing the filters in the reportLevelFilters as p...
- 1 year ago
Hello lbendlin ,
I have finally resolved the issue! It turns out the problem was not related to the encoding or syntax of the filter. Instead, it was due to a mismatch between the data accepted by Power BI and the data available in the data models.
Thank you once again, lbendlin , for your response and guidance—it helped me stay on track to identify the root cause.
Best regards,
Jay Kanara
lbendlin
1 year agoSuper User
Your filter is ignored because you did not escape the special characters in the table name and column name.
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn