<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hide or show visual base on parameter slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4684806#M179430</link>
    <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1234890" target="_blank"&gt;@Mokegubshook&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;BR /&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 12:14:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-05-08T12:14:59Z</dc:date>
    <item>
      <title>Hide or show visual base on parameter slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4671097#M178922</link>
      <description>&lt;P&gt;Hi, I want to hide or show visual base on my slicer which made from Field Parameter.&lt;/P&gt;&lt;P&gt;If I select completeness Status then I want to hide or show some visual.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;My slicer is made from field parameter&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;My problem is, I try many way but got errors like "Parameter is part of composite key"&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 13:05:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4671097#M178922</guid>
      <dc:creator>Mokegubshook</dc:creator>
      <dc:date>2025-04-28T13:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show visual base on parameter slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4671120#M178926</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1234890" data-lia-user-login="Mokegubshook" class="lia-mention lia-mention-user"&gt;Mokegubshook&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a DAX Measure for Visibility: You need to create a DAX measure that determines whether a visual should be shown or hidden based on the slicer selection. For example:&lt;/P&gt;
&lt;P&gt;ShowVisual =&lt;BR /&gt;IF(&lt;BR /&gt;SELECTEDVALUE('Parameter Table'[Parameter Fields]) = "Completeness Status",&lt;BR /&gt;1,&lt;BR /&gt;0&lt;BR /&gt;)&lt;BR /&gt;This measure returns 1 if "Completeness Status" is selected, otherwise 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the measure to conditionally format the visual's transparency or visibility. You can do this by:&lt;/P&gt;
&lt;P&gt;Selecting the visual you want to hide/show.&lt;BR /&gt;Going to the "Format" pane.&lt;BR /&gt;Finding the property that controls visibility (like "Transparency" or "Visibility").&lt;BR /&gt;Applying a rule based on the ShowVisual measure. For example, set transparency to 100% when ShowVisual is 0 and to 0% when ShowVisual is 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you can use bookmarks and the selection pane to control the visibility of visuals. Create bookmarks for different states (e.g., one with the visual shown and one with it hidden) and use the slicer to trigger these bookmarks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 13:12:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4671120#M178926</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-04-28T13:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show visual base on parameter slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4671542#M178939</link>
      <description>&lt;P&gt;Thank you for your respond!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I use your code but yurn out that it return 1 in every selection&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 16:43:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4671542#M178939</guid>
      <dc:creator>Mokegubshook</dc:creator>
      <dc:date>2025-04-28T16:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show visual base on parameter slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4672404#M178952</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1234890" data-lia-user-login="Mokegubshook" class="lia-mention lia-mention-user"&gt;Mokegubshook&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Power BI doesn’t truly "hide" visuals dynamically, but 100% transparency effectively makes it invisible to the user.&lt;/P&gt;
&lt;P&gt;Make sure your Field Parameter is not part of a composite key in your model if you're joining it in relationships; don't relate it directly to other tables unless necessary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 07:46:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4672404#M178952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-29T07:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show visual base on parameter slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4677576#M179150</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1234890" data-lia-user-login="Mokegubshook" class="lia-mention lia-mention-user"&gt;Mokegubshook&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;BR /&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 11:57:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4677576#M179150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-02T11:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show visual base on parameter slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4680194#M179262</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1234890" target="_blank"&gt;@Mokegubshook&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;BR /&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 11:40:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4680194#M179262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-05T11:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show visual base on parameter slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4684806#M179430</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1234890" target="_blank"&gt;@Mokegubshook&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;BR /&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 12:14:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-or-show-visual-base-on-parameter-slicer/m-p/4684806#M179430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-08T12:14:59Z</dc:date>
    </item>
  </channel>
</rss>

