<?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: Minimum value from selected slicer options to be dispalyed in card in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2731141#M83646</link>
    <description>&lt;P&gt;Hi, you can try below dax measure for the all slicer selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[ID]&lt;/SPAN&gt;&lt;SPAN&gt;)=&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"ALL SELECTED"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;NOT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISFILTERED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[ID]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;"4"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[ID]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope this can help you.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 29 Aug 2022 00:24:12 GMT</pubDate>
    <dc:creator>Chew_WenJie</dc:creator>
    <dc:date>2022-08-29T00:24:12Z</dc:date>
    <item>
      <title>Minimum value from selected slicer options to be dispalyed in card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2730039#M83568</link>
      <description>&lt;P&gt;i have a slicer and card, now lets say if i select 2,3,4 from slicer the card should always display minimum selected value from slicer, if nothing is selected a default static text should be present.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 02:20:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2730039#M83568</guid>
      <dc:creator>evano_oruvan</dc:creator>
      <dc:date>2022-08-27T02:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum value from selected slicer options to be dispalyed in card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2730076#M83570</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;lets say your number 2,3,4 is ID, you can create a measure and put into the card for display the minimum selectedvalue. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure = &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;NOT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISFILTERED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[ID]&lt;/SPAN&gt;&lt;SPAN&gt;)),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;4&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[ID]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;The number 4 you can change to your default static text.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Hope this can help you.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 27 Aug 2022 04:03:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2730076#M83570</guid>
      <dc:creator>Chew_WenJie</dc:creator>
      <dc:date>2022-08-27T04:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum value from selected slicer options to be dispalyed in card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2730231#M83583</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks man, i just added max it worked any option i could add text so that if all slicer is selected it would display text as "all slicer selected".&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 11:42:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2730231#M83583</guid>
      <dc:creator>evano_oruvan</dc:creator>
      <dc:date>2022-08-27T11:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum value from selected slicer options to be dispalyed in card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2731141#M83646</link>
      <description>&lt;P&gt;Hi, you can try below dax measure for the all slicer selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[ID]&lt;/SPAN&gt;&lt;SPAN&gt;)=&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"ALL SELECTED"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;NOT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISFILTERED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[ID]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;"4"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[ID]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope this can help you.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Aug 2022 00:24:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2731141#M83646</guid>
      <dc:creator>Chew_WenJie</dc:creator>
      <dc:date>2022-08-29T00:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum value from selected slicer options to be dispalyed in card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2734590#M83846</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="433388" data-lia-user-login="evano_oruvan" class="lia-mention lia-mention-user"&gt;evano_oruvan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;According to your description, You want to display the maximum value when selecting multiple or single choices, display "all slicer selected" when selecting all, and display "fixed text" when there is no selection.Right?&lt;/P&gt;
&lt;P&gt;Here are the steps you can follow：&lt;/P&gt;
&lt;P&gt;(1)This is my test data:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(2)We can create a &lt;STRONG&gt;measure&lt;/STRONG&gt;:&amp;nbsp; &lt;SPAN&gt;“&lt;/SPAN&gt;Text&lt;SPAN&gt;”&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Text =
IF (
    ISFILTERED ( 'Table'[CategoryName] ),
    IF (
        COUNTROWS ( VALUES ( 'Table'[CategoryName] ) )
            = COUNTROWS ( ALL ( 'Table'[CategoryName] ) ),
        "select all ",
        MIN ( 'Table'[CategoryName] )
    ),
    "no select"
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then we can put the [CategoryName] field in the slice visual and put the [Text] measure in the card to test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(3)The results as follows:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[Note]&lt;/STRONG&gt; We can't use the "select all" function of the slicer to determine whether to select all. Because the built-in "select all" function is the same as the logic of not selecting.&lt;/P&gt;
&lt;P&gt;The ISFILTER() function cannot judge the following relationship:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this method can&lt;SPAN&gt;’&lt;/SPAN&gt;t&amp;nbsp; meet your needs, can you provide some special inputs and outputs so that we can help you better.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 08:42:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2734590#M83846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-30T08:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum value from selected slicer options to be dispalyed in card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2734593#M83847</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="433388" data-lia-user-login="evano_oruvan" class="lia-mention lia-mention-user"&gt;evano_oruvan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;According to your description, You want to display the maximum value when selecting multiple or single choices, display "all slicer selected" when selecting all, and display "fixed text" when there is no selection.Right?&lt;/P&gt;
&lt;P&gt;Here are the steps you can follow：&lt;/P&gt;
&lt;P&gt;(1)This is my test data:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(2)We can create a &lt;STRONG&gt;measure&lt;/STRONG&gt;:&amp;nbsp; &lt;SPAN&gt;“&lt;/SPAN&gt;Text&lt;SPAN&gt;”&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Text =
IF (
    ISFILTERED ( 'Table'[CategoryName] ),
    IF (
        COUNTROWS ( VALUES ( 'Table'[CategoryName] ) )
            = COUNTROWS ( ALL ( 'Table'[CategoryName] ) ),
        "select all ",
        MIN ( 'Table'[CategoryName] )
    ),
    "no select"
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then we can put the [CategoryName] field in the slice visual and put the [Text] measure in the card to test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(3)The results as follows:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[Note]&lt;/STRONG&gt; We can't use the "select all" function of the slicer to determine whether to select all. Because the built-in "select all" function is the same as the logic of not selecting.&lt;/P&gt;
&lt;P&gt;The ISFILTER() function cannot judge the following relationship:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this method can&lt;SPAN&gt;’&lt;/SPAN&gt;t&amp;nbsp; meet your needs, can you provide some special inputs and outputs so that we can help you better.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 08:43:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-value-from-selected-slicer-options-to-be-dispalyed-in/m-p/2734593#M83847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-30T08:43:01Z</dc:date>
    </item>
  </channel>
</rss>

