Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi there,
As a standard graphs will go blank (show nothing) if blank() is returned in a measure, allowing developers to control wheter to show data in a visual or simply have it appear as empty. However, when the zoomslider is enabled, the graphs no longer return nothing if blank() is returned in the measure, rather the visual will show data from the previous state.
As an example, assume you have a table with a list of products and KPIs, as well as two graphs of different types. The two visuals have measures similar to the one above with a condition similar to the one below, only difference being that the in one BLANK() is returned when true, and in the other BLANK() is returned when false.
IF( HASONEFILTER( Product[Name] ), [Measure], BLANK() )
When a user clicks on a product in the table with product names and KPIs the condition will become true in one measure for one visual, and false for another measure in the other visual, thus always returning BLANK() in one visual, and thereby only showing data in one visual at a time.
This little UX trick has worked like a charm for years in both Desktop and Service, however, today reports using this method no longer displays correctly in Power BI Service. Visuals with the zoomslider enabled that are meant to return blank (= nothing) instead show the values from the previous state.
I tested and confirmed that everything works as intended as long as the zoomslider is disabled. As mentioned before, having the zoomslider enabled didn't present this issue until today.
Some help on this issue would be much appreciated.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @LaMatt ,
Thank you for your feedback, we need more details in order to better investigate your issue.
1. Does your issue only occur in Power BI Service, and it still works in Power BI Desktop?
2. Your current version of Power BI Service.
3. What browser are you using and does the problem persist if you clear your browser cache or change browsers?
Best regards.
Community Support Team_Caitlyn