<?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: DAX Measure Question in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-Question/m-p/3708679#M144284</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="692593" data-lia-user-login="chicagolarsons" class="lia-mention lia-mention-user"&gt;chicagolarsons&lt;/a&gt;&amp;nbsp;You need ALLEXCEPT instead of ALL and in the ALLEXCEPT specify your Region column.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2024 17:16:14 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2024-02-19T17:16:14Z</dc:date>
    <item>
      <title>DAX Measure Question</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-Question/m-p/3708644#M144281</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First time poster, relatively new (but not brand new) to PowerBI. I am create a marketing dashboard for my company, and I am stuck on creating a measure that shows a count of new opportunities by region in the past 30 days.&amp;nbsp; I have got the time filter right, and I didn't think I would need to put anything about the regions in the measure, but the results are telling me otherwise.&amp;nbsp; So here are some details so that wiser minds can help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tables are Calendar (date : creation date) CRM Opportunity (organization : Org ID)&amp;nbsp; CRM Region&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Measure is:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;New Opps Last &lt;/SPAN&gt;&lt;SPAN&gt;30&lt;/SPAN&gt;&lt;SPAN&gt; Days =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'CRM Opportunity'&lt;/SPAN&gt;&lt;SPAN&gt;[Opportunity Code]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'CRM Opportunity'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;'CRM Opportunity'&lt;/SPAN&gt;&lt;SPAN&gt;[Creation Date]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;()-&lt;/SPAN&gt;&lt;SPAN&gt;30&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;'CRM Opportunity'&lt;/SPAN&gt;&lt;SPAN&gt;[Creation Date]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;()))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;When I put it in a table, as shown below, it's summing all the new opportunities in the last 30 days correctly, but not discerning any difference between the regions.&amp;nbsp; In the details table, below that, you can see the break between Canada and Central.&amp;nbsp; There are 21 opportunities for Canada, 20 for Central, etc.&amp;nbsp; I assumed the table and the measure would work together, but clearly I'm wrong. Can anyone tell me what I'm doing wrong, and how to do this correctly?&amp;nbsp; I'd really appreciate it!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Kirstin&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 16:55:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-Question/m-p/3708644#M144281</guid>
      <dc:creator>chicagolarsons</dc:creator>
      <dc:date>2024-02-19T16:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure Question</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-Question/m-p/3708679#M144284</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="692593" data-lia-user-login="chicagolarsons" class="lia-mention lia-mention-user"&gt;chicagolarsons&lt;/a&gt;&amp;nbsp;You need ALLEXCEPT instead of ALL and in the ALLEXCEPT specify your Region column.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 17:16:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-Question/m-p/3708679#M144284</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2024-02-19T17:16:14Z</dc:date>
    </item>
  </channel>
</rss>

