<?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 the opposite count of a filtered visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1989896#M44002</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Probably not, would have to actually test it. But the ALL should get rid of the slicer filter context and so you *should* be able to get away with a single table.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jul 2021 14:44:04 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2021-07-30T14:44:04Z</dc:date>
    <item>
      <title>How to get the opposite count of a filtered visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1987915#M43946</link>
      <description>&lt;P&gt;So I have a column chart that gives me a count of items based on multiple different fields in the axis. What I want to do is flip this data so that I can see the count of items where these data fields don't apply. If someone has a suggestion please let me know. Thanks in advance and let me know if there is any additional information that I need to provide. Essentially I want the opposite of my data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 17:47:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1987915#M43946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-29T17:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the opposite count of a filtered visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988054#M43950</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;So like this?&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Inverse-Aggregator/m-p/342266#M91" target="_blank"&gt;Inverse Aggregator - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 19:13:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988054#M43950</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-07-29T19:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the opposite count of a filtered visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988079#M43953</link>
      <description>&lt;P&gt;I tried it and didn't get the correct result. I think what I really need to do is create a new column.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 19:28:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988079#M43953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-29T19:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the opposite count of a filtered visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988117#M43958</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Would ned to see sample data.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 19:49:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988117#M43958</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-07-29T19:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the opposite count of a filtered visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988124#M43960</link>
      <description>&lt;P&gt;So each name would pop up in multiple rows. I would need to create something that can filter out names that contain each one of these values. So in this example if I wanted to show the count of names that don't relate to value 1 then I would get 1 name.&amp;nbsp; In the case of this table it would only be name:2345. I should be able to show this data in a visual or table.&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;name&lt;/TD&gt;&lt;TD&gt;data values&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;1234&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;value 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;value 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;TD&gt;value 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2345&lt;/TD&gt;&lt;TD&gt;value 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2345&lt;/TD&gt;&lt;TD&gt;value 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2345&lt;/TD&gt;&lt;TD&gt;value 4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 29 Jul 2021 19:53:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988124#M43960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-29T19:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the opposite count of a filtered visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988150#M43964</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;So more like:&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;
&lt;P&gt;Let's see:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
  VAR __SelectedNames = DISTINCT('Table'[name])
  VAR __AllNames = DISTINCT(ALL('Table'[name]))
RETURN
  COUNTROWS(EXCEPT(__AllNames,__SelectedNames))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 20:01:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988150#M43964</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-07-29T20:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the opposite count of a filtered visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988200#M43968</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;Do I still need a second table for this measure? I'm trying to make the comparison between this measure and the link you sent me. The link looks like exactly what I need.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 20:55:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1988200#M43968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-29T20:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the opposite count of a filtered visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1989896#M44002</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Probably not, would have to actually test it. But the ALL should get rid of the slicer filter context and so you *should* be able to get away with a single table.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 14:44:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-opposite-count-of-a-filtered-visual/m-p/1989896#M44002</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-07-30T14:44:04Z</dc:date>
    </item>
  </channel>
</rss>

