<?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: Hi Team, Pls help this dax calculated table im getting error in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4697577#M179920</link>
    <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="672212" data-lia-user-login="tkavitha911" class="lia-mention lia-mention-user"&gt;tkavitha911&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 May 2025 04:14:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-05-19T04:14:13Z</dc:date>
    <item>
      <title>Hi Team, Pls help this dax calculated table im getting error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4691801#M179663</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ADDCOLUMNS(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; SUMMARIZE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Daily Inventory',&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Daily Inventory'[Country New name]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; "ThisThursdayNetInventory", CALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Net Inventory mUSD],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ALLEXCEPT('Daily Inventory', 'Daily Inventory'[Country New name], 'Daily Inventory'[Location_c], 'Daily Inventory'[Type]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Daily Inventory'[Date] =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR TodayDate = TODAY()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR ThisThursdayDate = TodayDate + (5 - WEEKDAY(TodayDate, 2))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN ThisThursdayDate&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;"LastThursdayNetInventory", CALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Net Inventory mUSD],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ALLEXCEPT('Daily Inventory', 'Daily Inventory'[Country New name], 'Daily Inventory'[Location_c], 'Daily Inventory'[Type]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Daily Inventory'[Date] =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR TodayDate = TODAY()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR LastThursdayDate = TodayDate - WEEKDAY(TodayDate, 2) - 2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN LastThursdayDate&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;"Difference", [ThisThursdayNetInventory] - [LastThursdayNetInventory]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 May 2025 06:09:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4691801#M179663</guid>
      <dc:creator>tkavitha911</dc:creator>
      <dc:date>2025-05-14T06:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team, Pls help this dax calculated table im getting error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4692285#M179676</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="672212" data-lia-user-login="tkavitha911" class="lia-mention lia-mention-user"&gt;tkavitha911&lt;/a&gt;&amp;nbsp;, Try using&lt;/P&gt;
&lt;P&gt;DAX&lt;BR /&gt;ADDCOLUMNS(&lt;BR /&gt;SUMMARIZE(&lt;BR /&gt;'Daily Inventory',&lt;BR /&gt;'Daily Inventory'[Country New name]&lt;BR /&gt;),&lt;BR /&gt;"ThisThursdayNetInventory", CALCULATE(&lt;BR /&gt;[Net Inventory mUSD],&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLEXCEPT('Daily Inventory', 'Daily Inventory'[Country New name], 'Daily Inventory'[Location_c], 'Daily Inventory'[Type]),&lt;BR /&gt;'Daily Inventory'[Date] =&lt;BR /&gt;VAR TodayDate = TODAY()&lt;BR /&gt;VAR ThisThursdayDate = TodayDate + (5 - WEEKDAY(TodayDate, 2))&lt;BR /&gt;RETURN ThisThursdayDate&lt;BR /&gt;)&lt;BR /&gt;),&lt;BR /&gt;"LastThursdayNetInventory", CALCULATE(&lt;BR /&gt;[Net Inventory mUSD],&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLEXCEPT('Daily Inventory', 'Daily Inventory'[Country New name], 'Daily Inventory'[Location_c], 'Daily Inventory'[Type]),&lt;BR /&gt;'Daily Inventory'[Date] =&lt;BR /&gt;VAR TodayDate = TODAY()&lt;BR /&gt;VAR LastThursdayDate = TodayDate - WEEKDAY(TodayDate, 2) - 2&lt;BR /&gt;RETURN LastThursdayDate&lt;BR /&gt;)&lt;BR /&gt;),&lt;BR /&gt;"Difference", [ThisThursdayNetInventory] - [LastThursdayNetInventory]&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 10:20:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4692285#M179676</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-05-14T10:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team, Pls help this dax calculated table im getting error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4693277#M179718</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="672212" data-lia-user-login="tkavitha911" class="lia-mention lia-mention-user"&gt;tkavitha911&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft fabric community forum. Also thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp; for providing solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To assist you better, could you please clarify what you're trying to achieve with this calculated table? Specifically, are you looking to compare net inventory values for this Thursday versus last Thursday by country and location?&lt;/P&gt;
&lt;P&gt;Also, are [ThisThursdayNetInventory] and [LastThursdayNetInventory] defined measures, or are you trying to calculate them within this expression? Lastly, please share the exact error message you're encountering. This will help us provide more accurate guidance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 04:03:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4693277#M179718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-15T04:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team, Pls help this dax calculated table im getting error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4697577#M179920</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="672212" data-lia-user-login="tkavitha911" class="lia-mention lia-mention-user"&gt;tkavitha911&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 04:14:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4697577#M179920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-19T04:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team, Pls help this dax calculated table im getting error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4704271#M180177</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="672212" data-lia-user-login="tkavitha911" class="lia-mention lia-mention-user"&gt;tkavitha911&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 01:22:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4704271#M180177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-23T01:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team, Pls help this dax calculated table im getting error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4706644#M180255</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/672212" target="_blank"&gt;@tkavitha911&lt;/A&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 05:09:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hi-Team-Pls-help-this-dax-calculated-table-im-getting-error/m-p/4706644#M180255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-26T05:09:31Z</dc:date>
    </item>
  </channel>
</rss>

