<?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 to get rows which is NOT selected in a visual in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-get-rows-which-is-NOT-selected-in-a-visual/m-p/2941685#M6326</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for your approach. The standard selector is woring in my case however, the inverse selector seems to be blank and doesn't show any data. I am using DATE as a slicer.&amp;nbsp; Below is the code I have modified for my case&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Standard Selector = 
VAR __dept = MAX([User])
VAR __products = VALUES('Date'[Event Attended])
VAR __table = SELECTCOLUMNS(FILTER(ALL('Engagement'),[Event Attended] IN __products),"__dept",[User])
RETURN
IF(__dept IN __table,1,BLANK())&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Inverse Selector = 
VAR __dept = MAX(Engagement[User])
VAR __products = VALUES('Date'[Event Attended])
VAR __table = SELECTCOLUMNS(FILTER(ALL('Engagement'),[Event Attended] IN __products),"__dept",[User])
RETURN
IF(__dept IN __table,BLANK(),1)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the visuals&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Praj_0-1669890430248.png" style="width: 306px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/833416iBDE5D4C42FAEC8E2/image-dimensions/306x275?v=v2" width="306" height="275" role="button" title="Praj_0-1669890430248.png" alt="Praj_0-1669890430248.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Praj_1-1669890465642.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/833417iCA04A0AFCE22772C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Praj_1-1669890465642.png" alt="Praj_1-1669890465642.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure if this is because I am using date as a slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Praj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2022 10:28:31 GMT</pubDate>
    <dc:creator>Praj</dc:creator>
    <dc:date>2022-12-01T10:28:31Z</dc:date>
    <item>
      <title>How to get rows which is NOT selected in a visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-get-rows-which-is-NOT-selected-in-a-visual/m-p/2939851#M6318</link>
      <description>&lt;P&gt;Hello Everyone,&lt;BR /&gt;&lt;BR /&gt;I am loooking for a way to gather rows which is not selected in a visual.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For example,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my dataset which has two columns-User and Event Attended.&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="Praj_0-1669828793442.png" style="width: 138px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/832869i8CE37C08873BCF02/image-dimensions/138x120?v=v2" width="138" height="120" role="button" title="Praj_0-1669828793442.png" alt="Praj_0-1669828793442.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a date slicer on column "Event Attended".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Praj_1-1669828981636.png" style="width: 303px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/832870i9A1BD28FAF9F17F5/image-dimensions/303x158?v=v2" width="303" height="158" role="button" title="Praj_1-1669828981636.png" alt="Praj_1-1669828981636.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know whenever I select Q1 in my slicer, the users who are associated with an event during that quarter is displayed in the table like below image however, I am looking for a way to display the users who are &lt;STRONG&gt;not&lt;/STRONG&gt; part of Q1. Is there any way to get these user details(cc,ee,ff).&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="Praj_3-1669829304476.png" style="width: 321px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/832877i5B84759802828D28/image-dimensions/321x259?v=v2" width="321" height="259" role="button" title="Praj_3-1669829304476.png" alt="Praj_3-1669829304476.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any approach for this problem is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;P&gt;Praj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 17:33:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-get-rows-which-is-NOT-selected-in-a-visual/m-p/2939851#M6318</guid>
      <dc:creator>Praj</dc:creator>
      <dc:date>2022-11-30T17:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rows which is NOT selected in a visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-get-rows-which-is-NOT-selected-in-a-visual/m-p/2939871#M6319</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/475101"&gt;@Praj&lt;/a&gt;&amp;nbsp;Try this inverse slicer method:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Inverse-Selector/m-p/648290#M325" target="_blank"&gt;Inverse Selector - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 17:40:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-get-rows-which-is-NOT-selected-in-a-visual/m-p/2939871#M6319</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-11-30T17:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rows which is NOT selected in a visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-get-rows-which-is-NOT-selected-in-a-visual/m-p/2941685#M6326</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for your approach. The standard selector is woring in my case however, the inverse selector seems to be blank and doesn't show any data. I am using DATE as a slicer.&amp;nbsp; Below is the code I have modified for my case&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Standard Selector = 
VAR __dept = MAX([User])
VAR __products = VALUES('Date'[Event Attended])
VAR __table = SELECTCOLUMNS(FILTER(ALL('Engagement'),[Event Attended] IN __products),"__dept",[User])
RETURN
IF(__dept IN __table,1,BLANK())&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Inverse Selector = 
VAR __dept = MAX(Engagement[User])
VAR __products = VALUES('Date'[Event Attended])
VAR __table = SELECTCOLUMNS(FILTER(ALL('Engagement'),[Event Attended] IN __products),"__dept",[User])
RETURN
IF(__dept IN __table,BLANK(),1)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the visuals&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Praj_0-1669890430248.png" style="width: 306px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/833416iBDE5D4C42FAEC8E2/image-dimensions/306x275?v=v2" width="306" height="275" role="button" title="Praj_0-1669890430248.png" alt="Praj_0-1669890430248.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Praj_1-1669890465642.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/833417iCA04A0AFCE22772C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Praj_1-1669890465642.png" alt="Praj_1-1669890465642.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure if this is because I am using date as a slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Praj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 10:28:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-get-rows-which-is-NOT-selected-in-a-visual/m-p/2941685#M6326</guid>
      <dc:creator>Praj</dc:creator>
      <dc:date>2022-12-01T10:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rows which is NOT selected in a visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-get-rows-which-is-NOT-selected-in-a-visual/m-p/2941770#M6328</link>
      <description>&lt;P&gt;Nevermind&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;, The solution worked! I made a small mistake in slicer.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;P&gt;Praj&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 11:23:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-get-rows-which-is-NOT-selected-in-a-visual/m-p/2941770#M6328</guid>
      <dc:creator>Praj</dc:creator>
      <dc:date>2022-12-01T11:23:27Z</dc:date>
    </item>
  </channel>
</rss>

