Since last week when I try to apply a page filter without first setting the report filter I get an error on the console: Unhandled Promise rejection: Failed to execute 'postMessage' on 'Window': TypeError: Cannot read property 'instanceOfIVisualLevel' of undefined could not be cloned...
Using the demo it's possible to test this: https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#
- Sample Report
- Click "Run"
- Click "Interact"
- Go to "Filters & Slicers" and click "Set page filters"
- Click run to apply the page filter
- Check browser console
What is the problem? Is it missing something in the demo?