<?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 Aggregate daily sales data to monthly and each month data should be displayed in separate column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2641212#M77549</link>
    <description>&lt;P&gt;I have different products sold on every day. I want to know in a particular month how many pieces of a particular product were sold.&lt;/P&gt;&lt;P&gt;The data is :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the Output should be :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I request for the response as soon as possible. Please anyone help me&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 11:20:37 GMT</pubDate>
    <dc:creator>Simran-Fathima</dc:creator>
    <dc:date>2022-07-15T11:20:37Z</dc:date>
    <item>
      <title>Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2641212#M77549</link>
      <description>&lt;P&gt;I have different products sold on every day. I want to know in a particular month how many pieces of a particular product were sold.&lt;/P&gt;&lt;P&gt;The data is :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the Output should be :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I request for the response as soon as possible. Please anyone help me&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 11:20:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2641212#M77549</guid>
      <dc:creator>Simran-Fathima</dc:creator>
      <dc:date>2022-07-15T11:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2641251#M77552</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="413203" data-lia-user-login="Simran-Fathima" class="lia-mention lia-mention-user"&gt;Simran-Fathima&lt;/a&gt; , Create a date table and join with your date and Month year there &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try a measure like sum(Table[No of sales]) +0&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 11:36:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2641251#M77552</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-15T11:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2641267#M77553</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created a calendar table with having month name column and month number column. This helps to create a monthly aggregated information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 11:44:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2641267#M77553</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-07-15T11:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2643784#M77734</link>
      <description>&lt;P&gt;Yes this is what I required. But I dont want blank spaces for the month which dont have sales. Instead it should be filled with "0". Can u please help me out on how to do this?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 05:56:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2643784#M77734</guid>
      <dc:creator>Simran-Fathima</dc:creator>
      <dc:date>2022-07-18T05:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2644307#M77768</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your message.&lt;/P&gt;
&lt;P&gt;Please try to write measure (explicit measure) like below and put it into the visualization.&lt;/P&gt;
&lt;P&gt;Please check the below measure and the attached file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;No of sales measure: = 
SUM( Data[No of sales] ) + 0&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 18 Jul 2022 09:00:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2644307#M77768</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-07-18T09:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2644773#M77787</link>
      <description>&lt;P&gt;Didnt get the desired output. the output i got:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 11:43:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2644773#M77787</guid>
      <dc:creator>Simran-Fathima</dc:creator>
      <dc:date>2022-07-18T11:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2644799#M77791</link>
      <description>&lt;P&gt;I'm not sure if I'm doing any mistake related to managing permissions. I'll send the screenshot of the relationships. Let me know where did i go wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a beginner to power bi. So I seek for a help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 11:52:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2644799#M77791</guid>
      <dc:creator>Simran-Fathima</dc:creator>
      <dc:date>2022-07-18T11:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2645531#M77819</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please share your pbix file's link (onedrive or googledrive or dropbox...), and then I can try to have a look into it.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 17:03:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2645531#M77819</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-07-18T17:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2645603#M77826</link>
      <description>&lt;P&gt;I have shared you the link of that pbix file Link. Hope a solution for my problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Pbix file link" href="https://my.shell.com/:u:/g/personal/simran_fathima_shell_com/EeJgI9NmQsZHqKLD2JB7iAcBm_3JCjWlmK7xPiOXwpxoFQ" target="_self"&gt;https://my.shell.com/:u:/g/personal/simran_fathima_shell_com/EeJgI9NmQsZHqKLD2JB7iAcBm_3JCjWlmK7xPiOXwpxoFQ&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 17:47:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2645603#M77826</guid>
      <dc:creator>Simran-Fathima</dc:creator>
      <dc:date>2022-07-18T17:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2645626#M77828</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I do not have an access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 18:07:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2645626#M77828</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-07-18T18:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2645631#M77829</link>
      <description>&lt;P&gt;I'm not aware of how to share pbix file directly here&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 18:11:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2645631#M77829</guid>
      <dc:creator>Simran-Fathima</dc:creator>
      <dc:date>2022-07-18T18:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate daily sales data to monthly and each month data should be displayed in separate column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2645660#M77830</link>
      <description>&lt;P&gt;I got the solution as expected. Thank you so much for your help&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 18:27:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-daily-sales-data-to-monthly-and-each-month-data-should/m-p/2645660#M77830</guid>
      <dc:creator>Simran-Fathima</dc:creator>
      <dc:date>2022-07-18T18:27:44Z</dc:date>
    </item>
  </channel>
</rss>

