- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
(Help) Page filters aren't working (New)
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-2019 01:55 AM - edited 02-06-2019 01:57 AM
Hi,
It all started last friday after the release of the Personal Bookmarks, but we are currently experiencing issues with filtering Power BI Online reports. The new page filters won't filter the report. The only workaround we have right now is the select the value I want to filter, and then press refresh on the report. But that only helps if the labels can be selected (See: Chrome Dev tools error). In the Attachment you'll see two screenshots with Chrome Dev Tools trowing an error each time a filter is pressed
- I checked the SSAS instance with the profiler and Power BI doesn't send a DAX query to the SSAS cube unless I press refresh on the report. Cross filtering is working.
- We are using LiveQuery. That’s why I can see that no DAX is being send to the SSAS Cube (via the profiler).
- All the filters aren't working, Report, Page and Visual.
- Did try to unpublish the app and publish it again, didn't work
- Removed the report and published it again.
- It does work in Power BI Desktop, but not in Chrome, Firefox, IE, Edge and the Power BI Mobile App
Is someone experiencing the same issues?
First error
Second Error
Third Error
Solved! Go to Solution.
Accepted Solutions
Re: (Help) Page filters aren't working (New)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Monday
Looking in to it closer the issue is the line of code in the theme trying to set font and style, removing that part in the custom theme then the filter works. But then you need to adress the visuals one-by-one in the theme if you want to change fonts,styles etc.
Ex gives blank filters:
"visualStyles":{"*":{"*":{"*":[{"fontSize":10,"fontFamily":"Segoe UI","color":{"solid":{}}}],"general":[{"responsive":true}]}}}
No errors on filters
"visualStyles":{"*":{"*":{"*":[]}}
All Replies
Re: (Help) Page filters aren't working (New)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-2019 03:08 AM
Yes, Same issue for us! All filters are blank! Any update from Microsoft on this one please?
Re: (Help) Page filters aren't working (New)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-2019 03:11 AM
No, not yet. I don't why it takes this long..
Re: (Help) Page filters aren't working (New)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-2019 04:13 AM
Can confirm I can reproduce the same behaviour as well.
Re: (Help) Page filters aren't working (New)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Sunday
Is this such an isolated issue?
Re: (Help) Page filters aren't working (New)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Monday
Looking in to it closer the issue is the line of code in the theme trying to set font and style, removing that part in the custom theme then the filter works. But then you need to adress the visuals one-by-one in the theme if you want to change fonts,styles etc.
Ex gives blank filters:
"visualStyles":{"*":{"*":{"*":[{"fontSize":10,"fontFamily":"Segoe UI","color":{"solid":{}}}],"general":[{"responsive":true}]}}}
No errors on filters
"visualStyles":{"*":{"*":{"*":[]}}
Re: (Help) Page filters aren't working (New)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Monday
Cool, I'll try that and let you know if it works.
Re: (Help) Page filters aren't working (New)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Monday
Thanks! I removed all the Visual Style elements from the theme and only left the colors.. That did the trick.