<?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: Create a Weekly report based on categorised daily data in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Weekly-report-based-on-categorised-daily-data/m-p/3704838#M144113</link>
    <description>&lt;P&gt;Its not just sum I was looking at. I am looking at calculating all the other parameters, like Rolling Average etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2024 22:52:41 GMT</pubDate>
    <dc:creator>andy291086</dc:creator>
    <dc:date>2024-02-16T22:52:41Z</dc:date>
    <item>
      <title>Create a Weekly report based on categorised daily data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Weekly-report-based-on-categorised-daily-data/m-p/3695732#M143720</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had been tasked to create a weekly aggregation report ,which uses a dataset similar to below.&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;And the expectation was to create a dashboard like below ..&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;The top row in the output is expected to be a slicer and the other measures are calculated at weekly grain.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help with ideas on how to create this report. I am facing issues in creating weekly measures on daily data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 08:13:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Weekly-report-based-on-categorised-daily-data/m-p/3695732#M143720</guid>
      <dc:creator>andy291086</dc:creator>
      <dc:date>2024-02-13T08:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Weekly report based on categorised daily data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Weekly-report-based-on-categorised-daily-data/m-p/3698070#M143827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="652170" data-lia-user-login="andy291086" class="lia-mention lia-mention-user"&gt;andy291086&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on the information you provided, here is my brief analysis.&lt;/P&gt;
&lt;P&gt;I created a simple table.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If you want to calculate the value of their Sum you can enter the following DAX code.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Total Work Hours = SUM('Table'[No. of Work Hours]) &lt;/LI-CODE&gt;
&lt;P&gt;Then you will see the Total Work Hour.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You can also create a column to calculate the Week Number.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = WEEKNUM('Table'[Date])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Use a slicer and you can get what you want.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 06:22:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Weekly-report-based-on-categorised-daily-data/m-p/3698070#M143827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-14T06:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Weekly report based on categorised daily data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Weekly-report-based-on-categorised-daily-data/m-p/3704838#M144113</link>
      <description>&lt;P&gt;Its not just sum I was looking at. I am looking at calculating all the other parameters, like Rolling Average etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 22:52:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Weekly-report-based-on-categorised-daily-data/m-p/3704838#M144113</guid>
      <dc:creator>andy291086</dc:creator>
      <dc:date>2024-02-16T22:52:41Z</dc:date>
    </item>
  </channel>
</rss>

