<?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: To show Blank in card visual until a value in filter is selected in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3270055#M121154</link>
    <description>&lt;P&gt;Thanks for your response&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="331637" data-lia-user-login="BITomS" class="lia-mention lia-mention-user"&gt;BITomS&lt;/a&gt;&amp;nbsp;, The values which I am showing in the card visuals are string type and cominmg directly from the raw data columns. I am bit new to Power BI, am not sure on how to create a measure for string type columns. Is that possible ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;PRaj&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2023 09:11:29 GMT</pubDate>
    <dc:creator>Praj</dc:creator>
    <dc:date>2023-06-06T09:11:29Z</dc:date>
    <item>
      <title>To show Blank in card visual until a value in filter is selected</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3268757#M121076</link>
      <description>&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a card visual which shows the details such as contract start date, Upcoming activities, Last Activity etc as shown below.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two filters, 1st filter to select company and second filter to select the members in the comapny. Whenever our user selects the 1st filter(i,e just the comapny) all the above cards should be blank or invisible. If the user selects the 2nd filter(i,e the member ) then the card visual need to show the details of that specific member.&amp;nbsp; Currently, If the user selects any comapny from the 1st filter, the cards will show the details of the 1st member of the company based on the alphabetical order&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way how I can achieve this. ? Any solution/approach is highly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheer,&lt;/P&gt;&lt;P&gt;Praj&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 14:40:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3268757#M121076</guid>
      <dc:creator>Praj</dc:creator>
      <dc:date>2023-06-05T14:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: To show Blank in card visual until a value in filter is selected</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3268986#M121086</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="475101" data-lia-user-login="Praj" class="lia-mention lia-mention-user"&gt;Praj&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this can be done with new measures for each card visual:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure = IF( ISFILTERED('1st filter') &amp;amp;&amp;amp; ISFILTERED('2nd filter') , [original measure you want to show] , blank() )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 16:30:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3268986#M121086</guid>
      <dc:creator>BITomS</dc:creator>
      <dc:date>2023-06-05T16:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: To show Blank in card visual until a value in filter is selected</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3268996#M121087</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="331637" data-lia-user-login="BITomS" class="lia-mention lia-mention-user"&gt;BITomS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response. I did try this before, but I am trying to show the values from the calculated columns in the card visuals and not from the measure &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 16:37:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3268996#M121087</guid>
      <dc:creator>Praj</dc:creator>
      <dc:date>2023-06-05T16:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: To show Blank in card visual until a value in filter is selected</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3270038#M121150</link>
      <description>&lt;P&gt;Is there anything stopping you creating a measure for each card visual?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 09:00:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3270038#M121150</guid>
      <dc:creator>BITomS</dc:creator>
      <dc:date>2023-06-06T09:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: To show Blank in card visual until a value in filter is selected</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3270055#M121154</link>
      <description>&lt;P&gt;Thanks for your response&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="331637" data-lia-user-login="BITomS" class="lia-mention lia-mention-user"&gt;BITomS&lt;/a&gt;&amp;nbsp;, The values which I am showing in the card visuals are string type and cominmg directly from the raw data columns. I am bit new to Power BI, am not sure on how to create a measure for string type columns. Is that possible ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;PRaj&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 09:11:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3270055#M121154</guid>
      <dc:creator>Praj</dc:creator>
      <dc:date>2023-06-06T09:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: To show Blank in card visual until a value in filter is selected</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3270097#M121158</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="331637" data-lia-user-login="BITomS" class="lia-mention lia-mention-user"&gt;BITomS&lt;/a&gt;&amp;nbsp;, I think I figured a way from your approach. seems like it works. Thanks for that!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Praj&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 09:30:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-show-Blank-in-card-visual-until-a-value-in-filter-is-selected/m-p/3270097#M121158</guid>
      <dc:creator>Praj</dc:creator>
      <dc:date>2023-06-06T09:30:06Z</dc:date>
    </item>
  </channel>
</rss>

