<?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 Is it possible to create a measure that ignores all filters except those from the visual? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-create-a-measure-that-ignores-all-filters/m-p/2757886#M85346</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have this graph which compares the currently filtered % counts of users vs those of the population.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The measures are:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Unique User Count = Calculate(DISTINCTCOUNT(UserData[user_id]))&lt;/LI-CODE&gt;&lt;P&gt;and&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Population = CALCULATE([Unique User Count],ALLEXCEPT('UserData','Savings Bucket Orders'[Savings Buckets]))&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I need to reproduce this kind of graph multiple times for different x-axis of interest, I was wondering if there was a way to have something &lt;EM&gt;like&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Population = CALCULATE([Unique User Count],ALLEXCEPT('UserData','Columns_in_visual'))&lt;/LI-CODE&gt;&lt;P&gt;which I can reuse in every graph instead of having to create a new measure for each of them.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;All attempts I've tried remove everything in the filter context which isn't what I'm after.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2022 10:03:04 GMT</pubDate>
    <dc:creator>Tuame</dc:creator>
    <dc:date>2022-09-09T10:03:04Z</dc:date>
    <item>
      <title>Is it possible to create a measure that ignores all filters except those from the visual?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-create-a-measure-that-ignores-all-filters/m-p/2757886#M85346</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have this graph which compares the currently filtered % counts of users vs those of the population.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The measures are:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Unique User Count = Calculate(DISTINCTCOUNT(UserData[user_id]))&lt;/LI-CODE&gt;&lt;P&gt;and&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Population = CALCULATE([Unique User Count],ALLEXCEPT('UserData','Savings Bucket Orders'[Savings Buckets]))&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I need to reproduce this kind of graph multiple times for different x-axis of interest, I was wondering if there was a way to have something &lt;EM&gt;like&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Population = CALCULATE([Unique User Count],ALLEXCEPT('UserData','Columns_in_visual'))&lt;/LI-CODE&gt;&lt;P&gt;which I can reuse in every graph instead of having to create a new measure for each of them.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;All attempts I've tried remove everything in the filter context which isn't what I'm after.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 10:03:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-create-a-measure-that-ignores-all-filters/m-p/2757886#M85346</guid>
      <dc:creator>Tuame</dc:creator>
      <dc:date>2022-09-09T10:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a measure that ignores all filters except those from the visual?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-create-a-measure-that-ignores-all-filters/m-p/2757935#M85351</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="352866" data-lia-user-login="Tuame" class="lia-mention lia-mention-user"&gt;Tuame&lt;/a&gt; , I doubt you can make a dynamic list of columns like that as of now. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create an idea &lt;A href="https://ideas.powerbi.com/ideas/" target="_blank"&gt;https://ideas.powerbi.com/ideas/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 10:20:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-create-a-measure-that-ignores-all-filters/m-p/2757935#M85351</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-09-09T10:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a measure that ignores all filters except those from the visual?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-create-a-measure-that-ignores-all-filters/m-p/2757952#M85355</link>
      <description>&lt;P&gt;I imagined as much, but wanted to ask people who are smarter than me haha - I'll leave the thread open a bit longer in case someone has a smart idea but if not I'll mark as a solution. Thanks for your reply!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 10:24:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-create-a-measure-that-ignores-all-filters/m-p/2757952#M85355</guid>
      <dc:creator>Tuame</dc:creator>
      <dc:date>2022-09-09T10:24:27Z</dc:date>
    </item>
  </channel>
</rss>

