<?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 Force Summarize Table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3728078#M145239</link>
    <description>&lt;P&gt;Good morning all,&lt;BR /&gt;please, i have 3 tables ; "Sales_Tab" as fact,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"ThirdParty" as dim, and Date Table&lt;BR /&gt;i want to create a summarized table with 3 columns ; Client, Start of Month, Sales&lt;BR /&gt;1 - but i want to force the table to display the client event if he has not sales data in that month (want to display 0)&lt;BR /&gt;2 - if it's possible, filter the months only for the 6 last months (including current month)&lt;BR /&gt;i have this code, but it doesn't give me what i want exactely.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Summarize Table = SUMMARIZE(Sales_Tab,ThirdParty[Client],DATE[Start of Month],"Sales",[Total Sales])&lt;BR /&gt;&lt;BR /&gt;thank you so much for your help&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 15:29:59 GMT</pubDate>
    <dc:creator>Sofinobi</dc:creator>
    <dc:date>2024-02-27T15:29:59Z</dc:date>
    <item>
      <title>Force Summarize Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3728078#M145239</link>
      <description>&lt;P&gt;Good morning all,&lt;BR /&gt;please, i have 3 tables ; "Sales_Tab" as fact,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"ThirdParty" as dim, and Date Table&lt;BR /&gt;i want to create a summarized table with 3 columns ; Client, Start of Month, Sales&lt;BR /&gt;1 - but i want to force the table to display the client event if he has not sales data in that month (want to display 0)&lt;BR /&gt;2 - if it's possible, filter the months only for the 6 last months (including current month)&lt;BR /&gt;i have this code, but it doesn't give me what i want exactely.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Summarize Table = SUMMARIZE(Sales_Tab,ThirdParty[Client],DATE[Start of Month],"Sales",[Total Sales])&lt;BR /&gt;&lt;BR /&gt;thank you so much for your help&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 15:29:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3728078#M145239</guid>
      <dc:creator>Sofinobi</dc:creator>
      <dc:date>2024-02-27T15:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Force Summarize Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3729226#M145303</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &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;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 03:01:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3729226#M145303</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-28T03:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Force Summarize Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3730097#M145345</link>
      <description>&lt;P&gt;thank you for your answer,&lt;BR /&gt;here is a sample PBIX file&lt;BR /&gt;i would like ; all the client from the client table even if they haven't sales in that month&lt;BR /&gt;&lt;BR /&gt;&lt;A title="Summarize.pbix" href="https://drive.google.com/file/d/1aZrcjTucakWJ7fLdzfbIKoZRE3PyEej9/view?usp=sharing" target="_self"&gt;Summarize.pbix&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 09:10:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3730097#M145345</guid>
      <dc:creator>Sofinobi</dc:creator>
      <dc:date>2024-02-28T09:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Force Summarize Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3738338#M145742</link>
      <description>&lt;P&gt;please, any advice?&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 15:24:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3738338#M145742</guid>
      <dc:creator>Sofinobi</dc:creator>
      <dc:date>2024-03-03T15:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Force Summarize Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3738356#M145744</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Summarize Table =&lt;/SPAN&gt; &lt;SPAN&gt;ADDCOLUMNS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUMMARIZECOLUMNS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Client&lt;/SPAN&gt;&lt;SPAN&gt;[Oid]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Date'&lt;/SPAN&gt;&lt;SPAN&gt;[Month]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;"Sales"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;calculate&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sales&lt;/SPAN&gt;&lt;SPAN&gt;[Amount]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 03 Mar 2024 16:40:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3738356#M145744</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-03T16:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Force Summarize Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3740505#M145848</link>
      <description>&lt;P&gt;thank you my friend for you answer, it works perfectly&lt;BR /&gt;thank you again.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 15:48:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Force-Summarize-Table/m-p/3740505#M145848</guid>
      <dc:creator>Sofinobi</dc:creator>
      <dc:date>2024-03-04T15:48:46Z</dc:date>
    </item>
  </channel>
</rss>

