<?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: How do I hide wording on a card visual until something is selected in a table visual? in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-do-I-hide-wording-on-a-card-visual-until-something-is/m-p/3806563#M9401</link>
    <description>&lt;P&gt;Just create a measure:&lt;BR /&gt;&lt;SPAN&gt;ShowValues = IF( HASONEVALUE('table'[column]), [measure],BLANK() )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;let me know if this works&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;If this helped, Follow this blog for more insightful information about data analytics&lt;BR /&gt;&lt;A href="https://analyticpulse.blogspot.com/" target="_blank"&gt;https://analyticpulse.blogspot.com/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://analyticpulse.blogspot.com/2024/03/superstore-sales-2022-vs-2023-year-on.html" target="_blank"&gt;https://analyticpulse.blogspot.com/2024/03/superstore-sales-2022-vs-2023-year-on.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://analyticpulse.blogspot.com/2024/04/commercial-real-estate-portfolio.html" target="_blank"&gt;https://analyticpulse.blogspot.com/2024/04/commercial-real-estate-portfolio.html&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2024 05:33:31 GMT</pubDate>
    <dc:creator>AnalyticPulse</dc:creator>
    <dc:date>2024-04-03T05:33:31Z</dc:date>
    <item>
      <title>How do I hide wording on a card visual until something is selected in a table visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-do-I-hide-wording-on-a-card-visual-until-something-is/m-p/3806542#M9400</link>
      <description>&lt;P&gt;I am trying to filter a card visual so that it does not show first/last/count values in the visual until something is selected from a table visual (not a slicer) and cannot seem to figure out how to create a measure to do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know a simple way to do so? I have been researching and cannot find anything to assist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 05:23:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-do-I-hide-wording-on-a-card-visual-until-something-is/m-p/3806542#M9400</guid>
      <dc:creator>Jhanson93</dc:creator>
      <dc:date>2024-04-03T05:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I hide wording on a card visual until something is selected in a table visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-do-I-hide-wording-on-a-card-visual-until-something-is/m-p/3806563#M9401</link>
      <description>&lt;P&gt;Just create a measure:&lt;BR /&gt;&lt;SPAN&gt;ShowValues = IF( HASONEVALUE('table'[column]), [measure],BLANK() )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;let me know if this works&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;If this helped, Follow this blog for more insightful information about data analytics&lt;BR /&gt;&lt;A href="https://analyticpulse.blogspot.com/" target="_blank"&gt;https://analyticpulse.blogspot.com/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://analyticpulse.blogspot.com/2024/03/superstore-sales-2022-vs-2023-year-on.html" target="_blank"&gt;https://analyticpulse.blogspot.com/2024/03/superstore-sales-2022-vs-2023-year-on.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://analyticpulse.blogspot.com/2024/04/commercial-real-estate-portfolio.html" target="_blank"&gt;https://analyticpulse.blogspot.com/2024/04/commercial-real-estate-portfolio.html&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 05:33:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-do-I-hide-wording-on-a-card-visual-until-something-is/m-p/3806563#M9401</guid>
      <dc:creator>AnalyticPulse</dc:creator>
      <dc:date>2024-04-03T05:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I hide wording on a card visual until something is selected in a table visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-do-I-hide-wording-on-a-card-visual-until-something-is/m-p/3806593#M9402</link>
      <description>&lt;P&gt;Sorry how would I incorporate the data that I need into this measure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data from the table is called 'ValueData' and the card visual is called 'ValueData' [ValueDescription]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jhanson93_1-1712123732821.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1071397i6AE84E379E9F60F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jhanson93_1-1712123732821.png" alt="Jhanson93_1-1712123732821.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 05:55:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-do-I-hide-wording-on-a-card-visual-until-something-is/m-p/3806593#M9402</guid>
      <dc:creator>Jhanson93</dc:creator>
      <dc:date>2024-04-03T05:55:39Z</dc:date>
    </item>
  </channel>
</rss>

