<?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 and show visual base on slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-and-show-visual-base-on-slicer/m-p/4688480#M179558</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;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;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;Chaithra.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 May 2025 06:37:23 GMT</pubDate>
    <dc:creator>v-echaithra</dc:creator>
    <dc:date>2025-05-12T06:37:23Z</dc:date>
    <item>
      <title>Hide and show visual base on slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-and-show-visual-base-on-slicer/m-p/4671079#M178921</link>
      <description>&lt;P&gt;Hi, I want to hide visual base on my slicer which made from Field Parameter.&lt;BR /&gt;&lt;BR /&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;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 13:00:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-and-show-visual-base-on-slicer/m-p/4671079#M178921</guid>
      <dc:creator>Mokegubshook</dc:creator>
      <dc:date>2025-04-28T13:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and show visual base on slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-and-show-visual-base-on-slicer/m-p/4671119#M178925</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;</description>
      <pubDate>Mon, 28 Apr 2025 13:11:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-and-show-visual-base-on-slicer/m-p/4671119#M178925</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-04-28T13:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and show visual base on slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-and-show-visual-base-on-slicer/m-p/4684970#M179440</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;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&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;Chaithra.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 12:43:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-and-show-visual-base-on-slicer/m-p/4684970#M179440</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-05-08T12:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and show visual base on slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-and-show-visual-base-on-slicer/m-p/4688480#M179558</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;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;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;Chaithra.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 06:37:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-and-show-visual-base-on-slicer/m-p/4688480#M179558</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-05-12T06:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and show visual base on slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-and-show-visual-base-on-slicer/m-p/4704572#M180184</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1234890" target="_blank"&gt;@Mokegubshook&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&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;Chaithra.&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 06:11:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hide-and-show-visual-base-on-slicer/m-p/4704572#M180184</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-05-23T06:11:53Z</dc:date>
    </item>
  </channel>
</rss>

