<?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: Custom Visual - Access Filtered and Unfiltered Data in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Access-Filtered-and-Unfiltered-Data/m-p/1017062#M23016</link>
    <description>&lt;P&gt;I am looking at a similar issue. Did you find a fix? The only thing I can think is to store the data when the page loads, and use it to compare against the changing dataViews data.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2020 08:01:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-09T08:01:38Z</dc:date>
    <item>
      <title>Custom Visual - Access Filtered and Unfiltered Data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Access-Filtered-and-Unfiltered-Data/m-p/709642#M19602</link>
      <description>&lt;P&gt;When a filter is applied, I need to be able to access both the filtered and unfiltered data in my visual. I am developing a hierarchical tree, so once data is filtered/sliced to a specific node, I need to know what that node is AND I need the unfiltered dataset to find the filtered node's ancestors and children.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing I tried was editing the slicer's visual interactions to not filter my custom visual's dataset. While I obviously could access the entire dataset, my custom visual had no way of knowing what values the slicer was set to filter on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to access both the filtered dataset and the unfiltered dataset in the dataViews?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 17:52:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Access-Filtered-and-Unfiltered-Data/m-p/709642#M19602</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2019-06-07T17:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual - Access Filtered and Unfiltered Data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Access-Filtered-and-Unfiltered-Data/m-p/1017062#M23016</link>
      <description>&lt;P&gt;I am looking at a similar issue. Did you find a fix? The only thing I can think is to store the data when the page loads, and use it to compare against the changing dataViews data.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 08:01:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Access-Filtered-and-Unfiltered-Data/m-p/1017062#M23016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-09T08:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual - Access Filtered and Unfiltered Data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Access-Filtered-and-Unfiltered-Data/m-p/1296743#M25254</link>
      <description>&lt;P&gt;Sorry for responding so late to this, but what I ended up doing was storing the &lt;EM&gt;original dataset&lt;/EM&gt; in one object and the &lt;EM&gt;current dataset&lt;/EM&gt; in another object. On update, the &lt;EM&gt;current dataset&lt;/EM&gt; would get overwritten each time but the &lt;EM&gt;original dataset&lt;/EM&gt; would only change if more data became visible on update (i.e. if the report was set to initially load with a filter already applied and the user turned it off). By storing two versions of the dataset, I could reference datapoints that had been filtered out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 15:29:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Access-Filtered-and-Unfiltered-Data/m-p/1296743#M25254</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2020-08-14T15:29:40Z</dc:date>
    </item>
  </channel>
</rss>

