<?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 Dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606397#M176333</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;I want to compute the sales&amp;nbsp;&lt;img /&gt;&lt;BR /&gt;I want to compute the sales considering the first day of sales only.&amp;nbsp;&lt;BR /&gt;1. The the first figure I avoided the Iteration of product table. Why did i not get an output.&lt;BR /&gt;&lt;BR /&gt;2. I Avoided the iteration over the product table again, But the measure gave me an Output.&lt;BR /&gt;&lt;BR /&gt;3. I iterated over the product table. Is it necessary to iterate over product table. What are the issues with first and second measure. Can someone help me out&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 07:27:16 GMT</pubDate>
    <dc:creator>Cyriackpazhe</dc:creator>
    <dc:date>2025-03-12T07:27:16Z</dc:date>
    <item>
      <title>Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606397#M176333</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;I want to compute the sales&amp;nbsp;&lt;img /&gt;&lt;BR /&gt;I want to compute the sales considering the first day of sales only.&amp;nbsp;&lt;BR /&gt;1. The the first figure I avoided the Iteration of product table. Why did i not get an output.&lt;BR /&gt;&lt;BR /&gt;2. I Avoided the iteration over the product table again, But the measure gave me an Output.&lt;BR /&gt;&lt;BR /&gt;3. I iterated over the product table. Is it necessary to iterate over product table. What are the issues with first and second measure. Can someone help me out&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 07:27:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606397#M176333</guid>
      <dc:creator>Cyriackpazhe</dc:creator>
      <dc:date>2025-03-12T07:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606450#M176334</link>
      <description>&lt;P&gt;Syntactically the first and second measure are identical. Min( sales[order date] ) == minx( sales, sales[order date]). The only difference is you have wrapped on in calculate, since there is no row context or calculate modifiers it does nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 3rd is wrong. You are summing the min order dates of each product together&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not clear why your 1st and 2nd should have differing results&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 07:41:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606450#M176334</guid>
      <dc:creator>Deku</dc:creator>
      <dc:date>2025-03-12T07:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606467#M176335</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;The third one is the correct one. I'm summing the sales amount of the product on the first day of sales.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 07:47:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606467#M176335</guid>
      <dc:creator>Cyriackpazhe</dc:creator>
      <dc:date>2025-03-12T07:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606494#M176338</link>
      <description>&lt;P&gt;You're right, with the formatting on the measure I misread it&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 08:08:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606494#M176338</guid>
      <dc:creator>Deku</dc:creator>
      <dc:date>2025-03-12T08:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606506#M176339</link>
      <description>&lt;P&gt;So my doubt is, is it necessary to iterate over the product table?? Why do i get a different result when i don't iterate over product&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 08:13:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606506#M176339</guid>
      <dc:creator>Cyriackpazhe</dc:creator>
      <dc:date>2025-03-12T08:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606513#M176341</link>
      <description>&lt;P&gt;The first two return a single date for the first order from any product. So you will only get sales from products on that had sales on that day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you iterate products you are getting the first sales date, and then the sales amount &lt;STRONG&gt;per product&lt;/STRONG&gt;, then summing the results. So this also includes products that have first orders after the very first order date&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 08:18:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4606513#M176341</guid>
      <dc:creator>Deku</dc:creator>
      <dc:date>2025-03-12T08:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4649007#M177971</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="916274" data-lia-user-login="Cyriackpazhe" class="lia-mention lia-mention-user"&gt;Cyriackpazhe&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;As we haven’t heard back from you, we wanted to kindly follow up to check if the below solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&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;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 15:44:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4649007#M177971</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-04-11T15:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4653263#M178136</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="916274" data-lia-user-login="Cyriackpazhe" class="lia-mention lia-mention-user"&gt;Cyriackpazhe&lt;/a&gt;,&amp;nbsp;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the below solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&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;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 08:49:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4653263#M178136</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-04-15T08:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4662403#M178544</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="916274" data-lia-user-login="Cyriackpazhe" class="lia-mention lia-mention-user"&gt;Cyriackpazhe&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the below solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&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;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 07:10:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/4662403#M178544</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-04-22T07:10:31Z</dc:date>
    </item>
  </channel>
</rss>

