<?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: Card for Slicer Selection in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3164445#M113746</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I commented out the line for "Multiple".&amp;nbsp; I still do not know what [ct] mean.&amp;nbsp; Until that is clear, I can leave that out.&lt;BR /&gt;As you can see, even when nothing is selected "All" does show up in the card.&lt;BR /&gt;Along the same lines, selecting 0-7, "Sub" does not show either on the card.&lt;BR /&gt;&lt;BR /&gt;I'll play with your expression to see if I can get it to go.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for the response.&lt;BR /&gt;Any further help is appreciated!&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 23:24:31 GMT</pubDate>
    <dc:creator>roncruiser</dc:creator>
    <dc:date>2023-03-30T23:24:31Z</dc:date>
    <item>
      <title>Card for Slicer Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3159213#M113406</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'd like to see within a card a comment based on selection of the slicer.&lt;BR /&gt;I'm not sure how go about this.&lt;BR /&gt;&lt;BR /&gt;This is the slicer:&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;If "Selected All" or none selected then "All".&lt;BR /&gt;If all 0-7 in green selected then "Sub".&lt;BR /&gt;If only 220 selected then "High".&lt;BR /&gt;If there are random selections then "Multiple".&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This will be for a title of a chart.&amp;nbsp; I'm working with selectedvalue but with no success so far.&amp;nbsp; Still going at it.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 19:34:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3159213#M113406</guid>
      <dc:creator>roncruiser</dc:creator>
      <dc:date>2023-03-28T19:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Card for Slicer Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3159886#M113439</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="114828" data-lia-user-login="roncruiser" class="lia-mention lia-mention-user"&gt;roncruiser&lt;/a&gt; , &lt;/P&gt;
&lt;P&gt;Switch(&lt;/P&gt;
&lt;P&gt;isblank( Selectedvalue(Table[Column])) , "All",&lt;/P&gt;
&lt;P&gt;Selectedvalue(Table[Column]) *1 &amp;lt;=7, "Sub"&lt;/P&gt;
&lt;P&gt;Selectedvalue(Table[Column]) *1 =220, "High"&lt;/P&gt;
&lt;P&gt;//add other conditions&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 04:59:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3159886#M113439</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-03-29T04:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Card for Slicer Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3164277#M113739</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank You for the reply.&lt;BR /&gt;&lt;BR /&gt;Maybe there is somethings I am missing as it is not working for me.&amp;nbsp; I created the measure and&amp;nbsp;&lt;BR /&gt;dropped it into a card and choose the slicer settings but get the following....&lt;BR /&gt;&lt;BR /&gt;Not sure what I am doing wrong.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 20:33:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3164277#M113739</guid>
      <dc:creator>roncruiser</dc:creator>
      <dc:date>2023-03-30T20:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Card for Slicer Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3164343#M113741</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this should do the trick:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Switch&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;('Table'[column]) = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;countrows&lt;/SPAN&gt;&lt;SPAN&gt;('Table'), &lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;('Table')), &lt;/SPAN&gt;&lt;SPAN&gt;"All"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;('Table'[column])&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt; || &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;('Table'[ct]) &amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;countrows&lt;/SPAN&gt;&lt;SPAN&gt;('Table'), &lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;('Table')) -&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Multiple"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;VALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Selectedvalue&lt;/SPAN&gt;&lt;SPAN&gt;('Table'[column]))*&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;7&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Sub"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;VALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Selectedvalue&lt;/SPAN&gt;&lt;SPAN&gt;('Table'[column]))*&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp;=&lt;/SPAN&gt;&lt;SPAN&gt;220&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"High"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Max&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Mar 2023 21:32:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3164343#M113741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-30T21:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Card for Slicer Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3164413#M113744</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hi Max,&lt;BR /&gt;&lt;BR /&gt;I do not know what [ct] means with respect to the expression.&amp;nbsp; I do not have a column "ct" in my table.&lt;BR /&gt;Should I use an use an explicit measure to get count?&amp;nbsp; Does ct = count?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Ron&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 22:42:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3164413#M113744</guid>
      <dc:creator>roncruiser</dc:creator>
      <dc:date>2023-03-30T22:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Card for Slicer Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3164445#M113746</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I commented out the line for "Multiple".&amp;nbsp; I still do not know what [ct] mean.&amp;nbsp; Until that is clear, I can leave that out.&lt;BR /&gt;As you can see, even when nothing is selected "All" does show up in the card.&lt;BR /&gt;Along the same lines, selecting 0-7, "Sub" does not show either on the card.&lt;BR /&gt;&lt;BR /&gt;I'll play with your expression to see if I can get it to go.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for the response.&lt;BR /&gt;Any further help is appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 23:24:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3164445#M113746</guid>
      <dc:creator>roncruiser</dc:creator>
      <dc:date>2023-03-30T23:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Card for Slicer Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3169477#M114194</link>
      <description>&lt;P&gt;I likely was not clear with the card expectations.&lt;BR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here's a better example:&lt;BR /&gt;&lt;BR /&gt;Slicer settings:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;if none selected.&amp;nbsp; Card reads "none".&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;if all selected. Card reads "All".&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;if all selected as shown. Meaning all of 0-1-2-3-4-5-6-7 are selected at the same time. Card reads "Sub".&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;if only "220" is selected as shown. Card reads "High".&lt;BR /&gt;&lt;BR /&gt;Thanks for the attemped solutions, but none of them met the criteria or did something entirely different than intended.&lt;BR /&gt;&lt;BR /&gt;I tried to play around and modify the solutions but still could not get them to work.&lt;BR /&gt;Still seeking help please.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 13:31:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3169477#M114194</guid>
      <dc:creator>roncruiser</dc:creator>
      <dc:date>2023-04-03T13:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Card for Slicer Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3890139#M151717</link>
      <description>&lt;P&gt;Thank you Anonymous Max.&amp;nbsp; I revisted this and was able to implement your measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 21:35:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-for-Slicer-Selection/m-p/3890139#M151717</guid>
      <dc:creator>roncruiser</dc:creator>
      <dc:date>2024-05-03T21:35:04Z</dc:date>
    </item>
  </channel>
</rss>

