<?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: DAX for replacing &amp;quot; ALL &amp;quot; in a drop down slicer  to a custom text in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-replacing-quot-ALL-quot-in-a-drop-down-slicer-to-a/m-p/2492520#M68683</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Base on my research, there is no settings to customize the text when no option selected on the slicer.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please try the method(&lt;STRONG&gt;see attachment&lt;/STRONG&gt;) and check if it can be used as an workaround.&lt;/P&gt;
&lt;P&gt;1. Create a &lt;STRONG&gt;measure&lt;/STRONG&gt; as below&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = IF ( NOT ( ISFILTERED ( 'Table'[Weeks-2] ) ), "Please select store", "" )&lt;/LI-CODE&gt;
&lt;P&gt;2. Create a &lt;STRONG&gt;card&lt;/STRONG&gt; visual and put the measure onto it&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 07:15:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-04T07:15:33Z</dc:date>
    <item>
      <title>DAX for replacing " ALL " in a drop down slicer  to a custom text</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-replacing-quot-ALL-quot-in-a-drop-down-slicer-to-a/m-p/2485611#M68224</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a requirement like replacing the "All" with a custom text.&lt;BR /&gt;&lt;BR /&gt;For example a I have a Shopping Store multi selection drop down. The default value "All" have to be replaced with a custom text "Please select store".&amp;nbsp; Can any one help me with the DAX for masking the slicer with a card so that it displays&lt;BR /&gt;1. custom text when nothing is selected&lt;BR /&gt;2. "Multiple Selections" when more than one store is selected.&lt;BR /&gt;3. Displays the selected value when a single store is selected. ,&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;The data source i am using for the report is a analysis service. Please help on this.&amp;nbsp;&lt;BR /&gt;If there is any custom visual which achieves the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Power Bi User.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 10:56:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-replacing-quot-ALL-quot-in-a-drop-down-slicer-to-a/m-p/2485611#M68224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-29T10:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for replacing " ALL " in a drop down slicer  to a custom text</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-replacing-quot-ALL-quot-in-a-drop-down-slicer-to-a/m-p/2488668#M68422</link>
      <description>&lt;P&gt;None of this is even remotely possible.&amp;nbsp; You may need to write your own custom visual, but even then that is still a stretch.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 12:42:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-replacing-quot-ALL-quot-in-a-drop-down-slicer-to-a/m-p/2488668#M68422</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-05-02T12:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for replacing " ALL " in a drop down slicer  to a custom text</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-replacing-quot-ALL-quot-in-a-drop-down-slicer-to-a/m-p/2492520#M68683</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Base on my research, there is no settings to customize the text when no option selected on the slicer.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please try the method(&lt;STRONG&gt;see attachment&lt;/STRONG&gt;) and check if it can be used as an workaround.&lt;/P&gt;
&lt;P&gt;1. Create a &lt;STRONG&gt;measure&lt;/STRONG&gt; as below&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = IF ( NOT ( ISFILTERED ( 'Table'[Weeks-2] ) ), "Please select store", "" )&lt;/LI-CODE&gt;
&lt;P&gt;2. Create a &lt;STRONG&gt;card&lt;/STRONG&gt; visual and put the measure onto it&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 07:15:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-replacing-quot-ALL-quot-in-a-drop-down-slicer-to-a/m-p/2492520#M68683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-04T07:15:33Z</dc:date>
    </item>
  </channel>
</rss>

