<?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 Visualization in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CARD-Visualization/m-p/739130#M2193</link>
    <description>&lt;P&gt;Hello - thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the Card visualization to show the result of my filter. The issue I have is that when I choose All in the filter the Card visualization defaults to the first selection of the field. How can I make the Card say "All"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filter = All&lt;/P&gt;&lt;P&gt;Card = Braves &amp;lt;- I want this to say "All"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filter = New York&lt;/P&gt;&lt;P&gt;Card = Yankees&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Sat, 13 Jul 2019 00:23:05 GMT</pubDate>
    <dc:creator>hellovaras</dc:creator>
    <dc:date>2019-07-13T00:23:05Z</dc:date>
    <item>
      <title>CARD Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CARD-Visualization/m-p/739130#M2193</link>
      <description>&lt;P&gt;Hello - thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the Card visualization to show the result of my filter. The issue I have is that when I choose All in the filter the Card visualization defaults to the first selection of the field. How can I make the Card say "All"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filter = All&lt;/P&gt;&lt;P&gt;Card = Braves &amp;lt;- I want this to say "All"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filter = New York&lt;/P&gt;&lt;P&gt;Card = Yankees&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2019 00:23:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CARD-Visualization/m-p/739130#M2193</guid>
      <dc:creator>hellovaras</dc:creator>
      <dc:date>2019-07-13T00:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: CARD Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CARD-Visualization/m-p/739198#M2195</link>
      <description>&lt;PRE&gt;Measure for Card =
if(
    HASONEVALUE( Slicer[City] ),
    VALUES( Slicer[City] ),
    if(
        ISFILTERED( Slicer ),
        "Many Cities Selected",
        "All Cities"
    )
)&lt;/PRE&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2019 13:44:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CARD-Visualization/m-p/739198#M2195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-13T13:44:34Z</dc:date>
    </item>
  </channel>
</rss>

