<?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 Hide graph when no data is selected in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Hide-graph-when-no-data-is-selected/m-p/860085#M21590</link>
    <description>&lt;P&gt;I have a table of data containing site locations, and a related line graph showing environmental times series data belonging to that site. When I select a row in the table, the line graph shows the related data. (perfect!)&lt;/P&gt;&lt;P&gt;However when no site is highlighted the graph aggregates the data and shows the sum. This is misleading and incorrect.&lt;/P&gt;&lt;P&gt;How do I show a blank graph when nothing is selected in the table?&lt;/P&gt;</description>
    <pubDate>Fri, 29 Nov 2019 00:49:58 GMT</pubDate>
    <dc:creator>kiwipeet</dc:creator>
    <dc:date>2019-11-29T00:49:58Z</dc:date>
    <item>
      <title>Hide graph when no data is selected</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Hide-graph-when-no-data-is-selected/m-p/860085#M21590</link>
      <description>&lt;P&gt;I have a table of data containing site locations, and a related line graph showing environmental times series data belonging to that site. When I select a row in the table, the line graph shows the related data. (perfect!)&lt;/P&gt;&lt;P&gt;However when no site is highlighted the graph aggregates the data and shows the sum. This is misleading and incorrect.&lt;/P&gt;&lt;P&gt;How do I show a blank graph when nothing is selected in the table?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 00:49:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Hide-graph-when-no-data-is-selected/m-p/860085#M21590</guid>
      <dc:creator>kiwipeet</dc:creator>
      <dc:date>2019-11-29T00:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hide graph when no data is selected</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Hide-graph-when-no-data-is-selected/m-p/860086#M21591</link>
      <description>&lt;P&gt;More:&lt;/P&gt;&lt;P&gt;I've created a measure which can detect when a row is selected:&lt;BR /&gt;SlicerCheck = if(calculate(distinctcount([Site Name]),allselected('TakeStatus'[Site Name]))=1,"Y","N")&lt;/P&gt;&lt;P&gt;But how can I filter or hide data based on this?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 00:50:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Hide-graph-when-no-data-is-selected/m-p/860086#M21591</guid>
      <dc:creator>kiwipeet</dc:creator>
      <dc:date>2019-11-29T00:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide graph when no data is selected</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Hide-graph-when-no-data-is-selected/m-p/860401#M21594</link>
      <description>&lt;P&gt;Have you tried using this measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;replace the [Your measure] in the code below with the current measure that you are using in the line graph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if(isfiltered([Site Name]),[Your measure], blank())&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you use blank(), it returns no values and should leave your graph blank&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nishant&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 07:42:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Hide-graph-when-no-data-is-selected/m-p/860401#M21594</guid>
      <dc:creator>Nishantjain</dc:creator>
      <dc:date>2019-11-29T07:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide graph when no data is selected</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Hide-graph-when-no-data-is-selected/m-p/860408#M21595</link>
      <description>Hi. Thanks for replying. I got it working... Something along the lines of what you are suggesting. Ive marked your answer as correct.</description>
      <pubDate>Fri, 29 Nov 2019 07:21:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Hide-graph-when-no-data-is-selected/m-p/860408#M21595</guid>
      <dc:creator>kiwipeet</dc:creator>
      <dc:date>2019-11-29T07:21:37Z</dc:date>
    </item>
  </channel>
</rss>

