<?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: RE : How to average value with group by and summarized in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2157506#M49862</link>
    <description>&lt;P&gt;I didn't use any DAX. Just added the fields to a table visual and changed the aggregation on Total to be average&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 08:10:03 GMT</pubDate>
    <dc:creator>HotChilli</dc:creator>
    <dc:date>2021-10-27T08:10:03Z</dc:date>
    <item>
      <title>RE : How to average value with group by and summarized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2146131#M49390</link>
      <description>&lt;P&gt;Hi all ,&lt;/P&gt;&lt;P&gt;i am trying to write a dax function to calculate&amp;nbsp; the total time recorded by the worker , by grouping the jira id and name . here is the dataset . The column total has the time recorded by the worker . can anyone please help out with this ? Thanks in advance.&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;</description>
      <pubDate>Wed, 20 Oct 2021 15:47:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2146131#M49390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-20T15:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: RE : How to average value with group by and summarized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2146272#M49394</link>
      <description>&lt;P&gt;The first thing to do is to get the time worked in each row (a time_worked column).&amp;nbsp; I would probably do this in Power Query but you can use DATEDIFF (and from , to have to be datetime type) if you want to do it in DAX.&lt;/P&gt;
&lt;P&gt;You should be able to create a visual with id and name, and sum the new Time_worked column.&lt;/P&gt;
&lt;P&gt;If you want a separate calculated table, you can use SUMMARIZECOLUMNS&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 16:48:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2146272#M49394</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2021-10-20T16:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: RE : How to average value with group by and summarized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2148663#M49477</link>
      <description>&lt;P&gt;The total is the column where it has time worked in the each row , when i am creating a visual , the total time worked by worker is showing correctly , but when i am selecting average instead of sum , it averages the total based on time entry , but here&amp;nbsp; total time entries needs to by grouped by jira and average of that&amp;nbsp; is needed&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 16:20:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2148663#M49477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-21T16:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: RE : How to average value with group by and summarized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2149045#M49489</link>
      <description>&lt;P&gt;Yes, I saw the column but it was 1 all the way.&amp;nbsp; It didn't look right.&lt;/P&gt;
&lt;P&gt;If you repost the data (not a picture) and show me what the desired output is, I'll have a go&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 21:00:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2149045#M49489</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2021-10-21T21:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: RE : How to average value with group by and summarized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2156435#M49810</link>
      <description>&lt;P&gt;&lt;A href="https://mega.nz/file/yVoFRATQ#v5gyEoPYpxJGnDhbePONL19R8iWOxjbc1VCdLYJgoyw" target="_blank"&gt;https://mega.nz/file/yVoFRATQ#v5gyEoPYpxJGnDhbePONL19R8iWOxjbc1VCdLYJgoyw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hi here is the xlsx file which has the data and the pivot table has desired values i need , i hope it helps ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 18:57:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2156435#M49810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-26T18:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: RE : How to average value with group by and summarized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2156613#M49818</link>
      <description>&lt;P&gt;I'm confused.&amp;nbsp; I put the 2 fields in a table, selected average for the Total field and it gets the required result.&lt;/P&gt;
&lt;P&gt;What am I missing?&lt;/P&gt;
&lt;P&gt;(also why is the Total field a rowcount - so that makes it different from the original posted picture where it's all 1 and it's not total time either - which is 10 minutes on each row)?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 21:05:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2156613#M49818</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2021-10-26T21:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: RE : How to average value with group by and summarized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2156828#M49837</link>
      <description>&lt;P&gt;can you send me the dax you used ? i just want to try on original data ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 02:03:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2156828#M49837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-27T02:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: RE : How to average value with group by and summarized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2157506#M49862</link>
      <description>&lt;P&gt;I didn't use any DAX. Just added the fields to a table visual and changed the aggregation on Total to be average&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 08:10:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2157506#M49862</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2021-10-27T08:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: RE : How to average value with group by and summarized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2159949#M49940</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Or a simple average measure should work. The table visual will automatically group by the included columns like Name and Jira, although they are the same in this sample.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Measure = AVERAGE([total])&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&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;
&lt;P&gt;Paul Zheng _ Community Support Team&lt;BR /&gt;If this post helps, please Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 06:35:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RE-How-to-average-value-with-group-by-and-summarized/m-p/2159949#M49940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-28T06:35:10Z</dc:date>
    </item>
  </channel>
</rss>

