<?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: Need DAX formulas in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3864174#M150955</link>
    <description>&lt;P&gt;Thanks for your reply Yulia. I'm looking to sum up the TAT for applications. There are duplications I need to keep so I'm trying to sum the distibct TAT per distinct application.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2024 04:41:52 GMT</pubDate>
    <dc:creator>PB_QNB</dc:creator>
    <dc:date>2024-04-24T04:41:52Z</dc:date>
    <item>
      <title>Need DAX formulas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3861311#M150841</link>
      <description>&lt;P&gt;I have User TAT, Application Numbers, Application Type. I need DAX formulas 1) Total TAT per distinct Application Number, and 2) Total TAT for Application Number AND distinct User TAT&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 07:01:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3861311#M150841</guid>
      <dc:creator>PB_QNB</dc:creator>
      <dc:date>2024-04-23T07:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need DAX formulas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3864062#M150951</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="730126" data-lia-user-login="PB_QNB" class="lia-mention lia-mention-user"&gt;PB_QNB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've created a sample to test and hope it can help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My sample:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create two measures as follow&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;q1 = CALCULATE(COUNT('Table'[User TAT]), ALLEXCEPT('Table', 'Table'[Application Numbers]))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;q2 = CALCULATE(COUNT('Table'[Application Numbers]), ALLEXCEPT('Table', 'Table'[User TAT]))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details about ALLEXCEPT function, you can read related document link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/allexcept-function-dax" target="_blank"&gt;ALLEXCEPT function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I've misunderstood you, please provide detailed sample data and the results you are hoping for:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;How to provide sample data in the Power BI Forum - Microsoft Fabric Community&lt;/A&gt; .&amp;nbsp;Or show it as a screenshot or pbix. Please remove any sensitive data in advance. If uploading pbix files please do not log into your account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yulia Xu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 02:59:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3864062#M150951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-24T02:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need DAX formulas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3864174#M150955</link>
      <description>&lt;P&gt;Thanks for your reply Yulia. I'm looking to sum up the TAT for applications. There are duplications I need to keep so I'm trying to sum the distibct TAT per distinct application.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 04:41:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3864174#M150955</guid>
      <dc:creator>PB_QNB</dc:creator>
      <dc:date>2024-04-24T04:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need DAX formulas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3864175#M150956</link>
      <description>&lt;P&gt;And secondly, for each application there are different types of application ....like Acco12345, type is DeptAODImplementor.....Acco12345, DepITReviewer. Each has duplications.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 04:44:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3864175#M150956</guid>
      <dc:creator>PB_QNB</dc:creator>
      <dc:date>2024-04-24T04:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need DAX formulas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3877709#M151399</link>
      <description>&lt;P&gt;Hi Yulia,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again, but I'm not looking for counts. I need to sum the TAT for Applications....I having multiple records of TAT which has to be be added only once. In other language the query is: q1 Total (Distinct([User TAT]) for Application Number)&lt;/P&gt;&lt;P&gt;Q2 Total(Distinct [User TAT] for [Application Numbers], [Application Type])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, my visual takes care of this and I crossed checked by taking my data into Excel and creating a pivot table. But I still need to understand how to get the DAX to do the column calculations. Thanks for you help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 04:59:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3877709#M151399</guid>
      <dc:creator>PB_QNB</dc:creator>
      <dc:date>2024-04-30T04:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need DAX formulas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3946422#M153329</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; Hi Yulia,&lt;/P&gt;&lt;P&gt;Sorry for late reply. I hope you can see the photo....I need the DAX to calculate columns F and G&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 08:38:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-formulas/m-p/3946422#M153329</guid>
      <dc:creator>PB_QNB</dc:creator>
      <dc:date>2024-05-24T08:38:19Z</dc:date>
    </item>
  </channel>
</rss>

