<?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 Selection vs Filter in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Selection-vs-Filter/m-p/1759108#M28733</link>
    <description>&lt;P&gt;I've got 2 visuals, let's say A and B.&lt;/P&gt;&lt;P&gt;At the moment it's possible to "select" some values in A using SelectionManager, and B will be changed according to that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I added Filtering to A, thus I was able to filter B using applyJsonFilter().&lt;/P&gt;&lt;P&gt;However, if I wanted to also "select" a value in A while B was filtered, B crashed.&lt;/P&gt;&lt;P&gt;No error message was shown, but after some googling it was suggested that it's probably some cross-filtering issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is it possible at all to filter and select B from A at the same time?&lt;/P&gt;&lt;P&gt;If not, I could probably change the "select" mechanism of A to "filter" B.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But what's the difference between "select" and "filter" from a logical/architectural view? Are they interchargeable?&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 06:43:17 GMT</pubDate>
    <dc:creator>KoBe321</dc:creator>
    <dc:date>2021-04-01T06:43:17Z</dc:date>
    <item>
      <title>Selection vs Filter</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Selection-vs-Filter/m-p/1759108#M28733</link>
      <description>&lt;P&gt;I've got 2 visuals, let's say A and B.&lt;/P&gt;&lt;P&gt;At the moment it's possible to "select" some values in A using SelectionManager, and B will be changed according to that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I added Filtering to A, thus I was able to filter B using applyJsonFilter().&lt;/P&gt;&lt;P&gt;However, if I wanted to also "select" a value in A while B was filtered, B crashed.&lt;/P&gt;&lt;P&gt;No error message was shown, but after some googling it was suggested that it's probably some cross-filtering issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is it possible at all to filter and select B from A at the same time?&lt;/P&gt;&lt;P&gt;If not, I could probably change the "select" mechanism of A to "filter" B.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But what's the difference between "select" and "filter" from a logical/architectural view? Are they interchargeable?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 06:43:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Selection-vs-Filter/m-p/1759108#M28733</guid>
      <dc:creator>KoBe321</dc:creator>
      <dc:date>2021-04-01T06:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Selection vs Filter</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Selection-vs-Filter/m-p/1760882#M28750</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/182186"&gt;@KoBe321&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Probably the easiest way to think about it is filter = slicer, select = regular chart.&lt;/P&gt;
&lt;P&gt;The filter API asks Power BI to hard-filter other visuals in the page, like a slicer would. The selection manager requests Power BI performs interactive operations either internally to your own visual or in confunction with others (such as cross-highlight), which do not explicitly remove data from each visual's data view so that they can show partial data, dim out non highlighted fields etc..&lt;/P&gt;
&lt;P&gt;They aren't really interchangable as you'd typically use one over the other. You can technically use both (I personally haven't used them both together; just separately), but in each case you would want to think about what needs to happen from an end-user perspective if you do.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 04:57:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Selection-vs-Filter/m-p/1760882#M28750</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2021-04-02T04:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selection vs Filter</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Selection-vs-Filter/m-p/1762354#M28765</link>
      <description>&lt;P&gt;Thank you Do you happen to know what causes this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Developer/Filter-disables-SelectionManager/m-p/1759570" target="_blank"&gt;https://community.powerbi.com/t5/Developer/Filter-disables-SelectionManager/m-p/1759570&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 03 Apr 2021 13:41:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Selection-vs-Filter/m-p/1762354#M28765</guid>
      <dc:creator>KoBe321</dc:creator>
      <dc:date>2021-04-03T13:41:08Z</dc:date>
    </item>
  </channel>
</rss>

