Add Option to Control Visibility of Visuals and Buttons Using DAX Measures
Power BI currently lacks the ability to dynamically show or hide visuals—including buttons—based on DAX measures. This is a critical limitation when designing interactive, personalized, or role-based reports.
Why this matters:
Many reports need to show or hide elements (e.g., buttons, shapes, visuals) based on the logged-in user, filters, or business rules.
Currently, developers must use complex and clunky workarounds involving bookmarks, duplicate pages, and layered visuals to simulate dynamic visibility.
Transparent shapes or cards used as blockers still consume mouse focus, preventing interactivity with hidden elements underneath.
Bookmark-based workarounds are hard to maintain and scale.
Proposed enhancement:
Add a “Visible” property to all visuals and buttons in the Format pane that accepts a DAX measure returning TRUE/FALSE.
When the measure evaluates to TRUE, the visual is shown; when FALSE, it's hidden.
This would work similarly to how conditional formatting currently works for properties like color, text, and values.
Example usage:
Set this as the visibility condition for a button to make it accessible only to specific users.
Benefits:
Cleaner, more maintainable reports.
Enables true role-based UI without duplicating pages or using bookmarks.
Improves usability and report security.
Aligns with how other platforms (e.g., Power Apps) handle visibility.
4 Comments
- RHOU
Advocate III
I've been wanting this for years. QlikView had it already back in 2008. There is apparently a dirty workaround: - put a rectangle over the visual - use a measure to set the background color of the rectangle. the last two digits are apparently the alpha channel and if that is set to 00 it goes transparent. - #FFFFFF00 = transparent - #FFFFFF is white BGofRectangle= if(USERPRINCIPALNAME() IN {"[email protected]", "[email protected]"}, #FFFFFF00, #FFFFFF ) //transparent if user is admin, otherwise white to hide the underlying visual - RHOU
Advocate III
I thought I remembered that there was already a popular feature wish for this. It has 1860 votes and shows as PLANNED. https://community.fabric.microsoft.com/t5/Fabric-Ideas/Visibilty-Hide-an-Item/idi-p/4501757 and of course it keeps coming up in newer requests over and over again as well https://community.fabric.microsoft.com/t5/Fabric-Ideas/Bookmark-visibility-to-be-controlled-with-measure-similar/idi-p/4542717 https://community.fabric.microsoft.com/t5/Fabric-Ideas/Allow-Tab-Name-and-Visibility-to-be-based-on-a-measure/idi-p/4497624 https://community.fabric.microsoft.com/t5/Fabric-Ideas/Add-a-format-option-to-make-the-visual-visible-or-not/idi-p/4535299 https://community.fabric.microsoft.com/t5/Fabric-Ideas/Hide-pages-in-PowerBI-based-on-a-measure-or-table-value/idi-p/4703947 https://community.fabric.microsoft.com/t5/Fabric-Ideas/hide-unhide-page-based-on-parameter-or-measure/idi-p/4504558 - sed_jackobNew MemberThe issue with this approach is that the invisible box will stay on top of the 'action botton' and users will not be able to interact with it.
- RHOU
Advocate III
agree. let's hope that this "PLANNED" status that was set in Feb 2025 actually means that we will see this coming some time soon. https://community.fabric.microsoft.com/t5/Fabric-Ideas/Visibilty-Hide-an-Item/idi-p/4501757
Recent ideas
Preserve Power BI Semantic Model Measures and Business Metadata When Generating Fabric IQ Ontologies
When Fabric IQ generates an ontology from an existing Power BI semantic model, it should preserve more of the business semantics that organizations have already invested in defining. Today, a semant...mourakshit43 seconds agoNew MemberNew0Views0likes0CommentsEnforce OneLake Row and Column Security End-to-End in Fabric IQ Ontology
Fabric IQ Ontology should natively preserve and enforce OneLake Security when users access ontology entities, relationships, graphs, and downstream AI experiences. Enterprises may define row-level a...mourakshit2 minutes agoNew MemberNew1View0likes0CommentsSupport Schema Evolution for Fabric Graph Without Rebuilding the Graph Model
Fabric Graph should support controlled schema evolution as enterprise business models change over time. Graph models are rarely static. Organizations need to add new node types, properties, relation...mourakshit4 minutes agoNew MemberNew0Views0likes0CommentsMake Fabric IQ Ontology Entities First-Class Assets in OneLake Catalog
Fabric IQ ontology entities and business concepts should be discoverable as first-class governed assets in OneLake Catalog. Today, users often need to know the underlying Fabric item, table, semanti...mourakshit6 minutes agoNew MemberNew1View0likes0CommentsAdd Incremental and Event-Driven Refresh for Fabric IQ Ontology
Fabric IQ Ontology should support incremental and event-driven updates when the underlying source data changes. For operational and real-time scenarios, ontology entities and relationships may be ba...mourakshit8 minutes agoNew MemberNew2Views0likes0Comments