AntonioCoelho
Advocate II
5 years agoStatus:
New
Error using a "null" value within the JSON report filters using the Power BI JS API ("Is Blank")
Hi, We have been experienced since last Friday some issues when using the PowerBI JS API when getting and setting the reports filters. The issue is with the operator "Is Blank" in the Power B...
AntonioCoelho
Advocate II
5 years agov-chuncz-msft thank you for your feedback. I already created a ticket to further investigate this issue.
I'm not creating the Json filter, I'm the Microsoft API (https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters#page-level-filters) to get and set the page filter.
The Json example above is returned by the API using the "page.getFilters()" method.
When I try to use the same exact filter returned by the API to change the page filters using the method "page.setFilters([filter])" the API throws the error.
Again, this was working since at least 1 year ago until around the last week.