<?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: Multi step measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-step-measure/m-p/4367713#M173408</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="908009" data-lia-user-login="jeffr6596" class="lia-mention lia-mention-user"&gt;jeffr6596&lt;/a&gt;&amp;nbsp;Yes, you can achieve this by creating a measure that sums the "Number of Contacts Made" only for the items that were submitted on time&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DAX&lt;BR /&gt;SumOfContactsMadeOnTime = &lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM('YourTable'[Number of Contacts Made]),&lt;BR /&gt;'YourTable'[ON TIME] = "On Time"&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2025 15:14:12 GMT</pubDate>
    <dc:creator>bhanu_gautam</dc:creator>
    <dc:date>2025-01-16T15:14:12Z</dc:date>
    <item>
      <title>Multi step measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-step-measure/m-p/4367625#M173404</link>
      <description>&lt;P&gt;I am attempting to write a measure and would appreciate assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with columns for&amp;nbsp;&lt;/P&gt;&lt;P&gt;Submitted Date&lt;/P&gt;&lt;P&gt;Due Date&lt;/P&gt;&lt;P&gt;I have added a column with the measure written to determine if the items were submitted on time.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ON TIME =&lt;/SPAN&gt; &lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DATEVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Date Submitted]&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;[Due Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"On Time"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Late"&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;I also have columns for&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Number of Contacts Required&lt;/P&gt;&lt;P&gt;Number of Contacts Made&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to write a measure which will calculate the sum of Number of Contacts Made only if the item was on time.&lt;/P&gt;&lt;P&gt;Is there a way to do this?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 14:52:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-step-measure/m-p/4367625#M173404</guid>
      <dc:creator>jeffr6596</dc:creator>
      <dc:date>2025-01-16T14:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multi step measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-step-measure/m-p/4367711#M173407</link>
      <description>&lt;P&gt;You can create a measure like&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Contacts made on time =
CALCULATE (
    SUM ( 'Table'[Number of contacts made] ),
    'Table'[On time] = "on time"
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 16 Jan 2025 15:13:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-step-measure/m-p/4367711#M173407</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2025-01-16T15:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multi step measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-step-measure/m-p/4367713#M173408</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="908009" data-lia-user-login="jeffr6596" class="lia-mention lia-mention-user"&gt;jeffr6596&lt;/a&gt;&amp;nbsp;Yes, you can achieve this by creating a measure that sums the "Number of Contacts Made" only for the items that were submitted on time&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DAX&lt;BR /&gt;SumOfContactsMadeOnTime = &lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM('YourTable'[Number of Contacts Made]),&lt;BR /&gt;'YourTable'[ON TIME] = "On Time"&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 15:14:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-step-measure/m-p/4367713#M173408</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-01-16T15:14:12Z</dc:date>
    </item>
  </channel>
</rss>

