<?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: Modifying DAX Code for retrieve full data in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089601#M108170</link>
    <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for your help. I got the below error message.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2023 07:10:30 GMT</pubDate>
    <dc:creator>sammy02hk</dc:creator>
    <dc:date>2023-02-21T07:10:30Z</dc:date>
    <item>
      <title>Modifying DAX Code for retrieve full data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089566#M108165</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Below is the sum of Sales with&amp;nbsp;&lt;/P&gt;&lt;P&gt;LLM last last month, LM Last Month, TM This Month&lt;/P&gt;&lt;P&gt;Hope my result like:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;1st approach:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Right now i can retrieve the result by selecting Billing Month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without selecting Billing Month Error Message:&amp;nbsp;&lt;SPAN&gt;A table of multiple values was supplied where a single value was expected&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd approach:&lt;/P&gt;&lt;P&gt;Its not working since i have to use month as one of my parameter.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I modify the code so that I can have a full picture without selecting Month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sammy Chu&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 07:08:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089566#M108165</guid>
      <dc:creator>sammy02hk</dc:creator>
      <dc:date>2023-02-21T07:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying DAX Code for retrieve full data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089592#M108169</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="494195" data-lia-user-login="sammy02hk" class="lia-mention lia-mention-user"&gt;sammy02hk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt;var LLMonth - DATEADD(&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;MAX&lt;/STRONG&gt;&lt;/FONT&gt;(Monthly_All[Billing_Month]),-2,MONTH)&lt;BR /&gt;...&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 06:57:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089592#M108169</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-21T06:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying DAX Code for retrieve full data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089601#M108170</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for your help. I got the below error message.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 07:10:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089601#M108170</guid>
      <dc:creator>sammy02hk</dc:creator>
      <dc:date>2023-02-21T07:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying DAX Code for retrieve full data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089766#M108185</link>
      <description>&lt;P&gt;&lt;!--  StartFragment   --&gt;&lt;SPAN class=""&gt;mSale:=&lt;/SPAN&gt;&lt;SPAN class=""&gt;SUM&lt;/SPAN&gt;&lt;SPAN class=""&gt;(Sales[sale])&lt;/SPAN&gt;&lt;!--  EndFragment   --&gt;&lt;/P&gt;&lt;P&gt;&lt;!--  StartFragment   --&gt;&lt;SPAN class=""&gt;mSalesLM:=&lt;/SPAN&gt;&lt;SPAN class=""&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN class=""&gt;([mSale],&lt;/SPAN&gt;&lt;SPAN class=""&gt;PARALLELPERIOD&lt;/SPAN&gt;&lt;SPAN class=""&gt;('Calendar'[Date],-1,&lt;/SPAN&gt;&lt;SPAN class=""&gt;MONTH&lt;/SPAN&gt;&lt;SPAN class=""&gt;))&lt;/SPAN&gt;&lt;!--  EndFragment   --&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;!--  StartFragment   --&gt;mSalesLLM:=&lt;SPAN class=""&gt;CALCULATE&lt;/SPAN&gt;([mSale],&lt;SPAN class=""&gt;PARALLELPERIOD&lt;/SPAN&gt;('Calendar'[Date],-2,&lt;SPAN class=""&gt;MONTH&lt;/SPAN&gt;))&lt;!--  EndFragment   --&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 08:30:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089766#M108185</guid>
      <dc:creator>RichardOfSydney</dc:creator>
      <dc:date>2023-02-21T08:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying DAX Code for retrieve full data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089783#M108191</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="455894" data-lia-user-login="RichardOfSydney" class="lia-mention lia-mention-user"&gt;RichardOfSydney&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;BR /&gt;But the LLM get the same result with This month.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sammy Chu&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 08:42:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089783#M108191</guid>
      <dc:creator>sammy02hk</dc:creator>
      <dc:date>2023-02-21T08:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying DAX Code for retrieve full data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089787#M108193</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="455894" data-lia-user-login="RichardOfSydney" class="lia-mention lia-mention-user"&gt;RichardOfSydney&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Its work, when the sum put back. Thank you very much&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 08:44:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089787#M108193</guid>
      <dc:creator>sammy02hk</dc:creator>
      <dc:date>2023-02-21T08:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying DAX Code for retrieve full data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089791#M108194</link>
      <description>&lt;P&gt;Dont use the var, they are 3 distinct measures.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 08:46:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Modifying-DAX-Code-for-retrieve-full-data/m-p/3089791#M108194</guid>
      <dc:creator>RichardOfSydney</dc:creator>
      <dc:date>2023-02-21T08:46:31Z</dc:date>
    </item>
  </channel>
</rss>

