<?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: Grouping lines of data together in a measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-lines-of-data-together-in-a-measure/m-p/1995961#M44239</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="278962" data-lia-user-login="pauljohnson" class="lia-mention lia-mention-user"&gt;pauljohnson&lt;/a&gt;&amp;nbsp;Wouldn't you just put those three colums in the Axis and drill into it?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Aug 2021 18:17:17 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2021-08-03T18:17:17Z</dc:date>
    <item>
      <title>Grouping lines of data together in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-lines-of-data-together-in-a-measure/m-p/1995845#M44237</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to be able to create a measure, that will give me total hours worked (Weekly Hours), I have multiple lines with same WorkerID, Week No and Year but want to group hours worked based on all these being the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should only be displaying one row for each grouped set so in example below, just the lines with Weekly hours, I do get this, but the weekly hours seem to be way out on each line.&lt;/P&gt;&lt;P&gt;I have the below data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I was using this measure, but it doesn’t seem to be working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Weekly Hours = CALCULATE(SUM('HoursReports'[Hours Worked]),&lt;/P&gt;&lt;P&gt;FILTER(&lt;/P&gt;&lt;P&gt;ALL('HoursReports'),&lt;/P&gt;&lt;P&gt;'HoursReports'[Year] = EARLIER('HoursReports'[Year]) &amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;'HoursReports'[Week No] = EARLIER('HoursReports'[Week No]) &amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;'HoursReports'[WorkerID] = EARLIER('HoursReports'[WorkerID])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I doing something wrong, or is there an easier way of doing this?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 16:43:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-lines-of-data-together-in-a-measure/m-p/1995845#M44237</guid>
      <dc:creator>pauljohnson</dc:creator>
      <dc:date>2021-08-03T16:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping lines of data together in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-lines-of-data-together-in-a-measure/m-p/1995961#M44239</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="278962" data-lia-user-login="pauljohnson" class="lia-mention lia-mention-user"&gt;pauljohnson&lt;/a&gt;&amp;nbsp;Wouldn't you just put those three colums in the Axis and drill into it?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 18:17:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-lines-of-data-together-in-a-measure/m-p/1995961#M44239</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-08-03T18:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping lines of data together in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-lines-of-data-together-in-a-measure/m-p/1997370#M44299</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;i need the weekly total as i need to drill down on the is column and cretae further measures on it, worker more than ?? hrs less then ??hrs for instance.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 09:11:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-lines-of-data-together-in-a-measure/m-p/1997370#M44299</guid>
      <dc:creator>pauljohnson</dc:creator>
      <dc:date>2021-08-04T09:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping lines of data together in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-lines-of-data-together-in-a-measure/m-p/1997874#M44320</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="278962" data-lia-user-login="pauljohnson" class="lia-mention lia-mention-user"&gt;pauljohnson&lt;/a&gt;&amp;nbsp;Hard to go farther on this without sample data I can copy and paste and what you are looking for in terms of output.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 12:52:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-lines-of-data-together-in-a-measure/m-p/1997874#M44320</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-08-04T12:52:56Z</dc:date>
    </item>
  </channel>
</rss>

