<?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 Card Visual to show 'Nil Selection' in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-Visual-to-show-Nil-Selection/m-p/3439049#M130547</link>
    <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have a card visual that I would like to show current selection on a slicer. Could someone please advise on a dax measure to show "Nil Selected" on the card when no selection has been made on the slicer?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2023 01:03:17 GMT</pubDate>
    <dc:creator>AMBP73</dc:creator>
    <dc:date>2023-09-20T01:03:17Z</dc:date>
    <item>
      <title>Card Visual to show 'Nil Selection'</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-Visual-to-show-Nil-Selection/m-p/3439049#M130547</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have a card visual that I would like to show current selection on a slicer. Could someone please advise on a dax measure to show "Nil Selected" on the card when no selection has been made on the slicer?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 01:03:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-Visual-to-show-Nil-Selection/m-p/3439049#M130547</guid>
      <dc:creator>AMBP73</dc:creator>
      <dc:date>2023-09-20T01:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Card Visual to show 'Nil Selection'</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-Visual-to-show-Nil-Selection/m-p/3439712#M130605</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The use of isfiltered will help here.&lt;/P&gt;&lt;P&gt;measure = if(not(isfiltered(&lt;EM&gt;&lt;STRONG&gt;column on which the card will be filtered)),&lt;/STRONG&gt;&lt;/EM&gt; "Nil Selection", &lt;EM&gt;&lt;STRONG&gt;output&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt;&lt;STRONG&gt;column/measure&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 09:42:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-Visual-to-show-Nil-Selection/m-p/3439712#M130605</guid>
      <dc:creator>ChiragGarg2512</dc:creator>
      <dc:date>2023-09-20T09:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Card Visual to show 'Nil Selection'</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-Visual-to-show-Nil-Selection/m-p/3440732#M130673</link>
      <description>&lt;P&gt;Hi, thanks for the solution. The 'Nil selected' is coming up when nothing is selected on the slicer, however when selecting a value I get an error? In the second part of the measure you provided it wouldn't allow me to put just the column so I created a measure for that column to input, maybe this is the issue? The measure I created for the second&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Part is calculate(countrows).&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 00:09:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-Visual-to-show-Nil-Selection/m-p/3440732#M130673</guid>
      <dc:creator>AMBP73</dc:creator>
      <dc:date>2023-09-21T00:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Card Visual to show 'Nil Selection'</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-Visual-to-show-Nil-Selection/m-p/3441307#M130724</link>
      <description>&lt;P&gt;change the last part to SelectedValue(column name used in filter) or [measure]&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 09:46:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Card-Visual-to-show-Nil-Selection/m-p/3441307#M130724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-21T09:46:58Z</dc:date>
    </item>
  </channel>
</rss>

