<?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: Weekly Team Average - Running Data in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-Team-Average-Running-Data/m-p/4356930#M172968</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="899356" data-lia-user-login="Valentin09" class="lia-mention lia-mention-user"&gt;Valentin09&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;you can try this formula to find&amp;nbsp;&lt;SPAN&gt;Daily Average for players who particpated full&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Full avg = AVERAGEX(FILTER(Team,Team[Participation] = "Full"),Team[Distance])&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Weekly Team-SUM for Week you and try this&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Weekly team = SUMX(VALUES(Team[Date]),[Full avg])&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;If this post&amp;nbsp;&lt;EM&gt;helps&lt;/EM&gt;, then please give us Kudos and consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as a solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2025 10:14:18 GMT</pubDate>
    <dc:creator>vivek31</dc:creator>
    <dc:date>2025-01-09T10:14:18Z</dc:date>
    <item>
      <title>Weekly Team Average - Running Data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-Team-Average-Running-Data/m-p/4356842#M172964</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;(just the Athlete-Name is missing in the picture!)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I want the Visual at the end to look like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a calculation which gives me a Team-Average for every day. In the Team-Average I just want to have players which have a "Full"-Tag in the Participation Column. The goal is to have a Dashboard which gives me a Weekly Teamoverview like the one above, where the Team-Averages for every day are SUMed for the whole week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Name: Player 1 / Date: 08.01.2025 / Participation: Full / Distance: 3.000 / Week: 1&lt;/P&gt;&lt;P&gt;Name: Player 2 / Date: 08.01.2025 / Participation: Full / Distance: 2.500 / Week: 1&lt;/P&gt;&lt;P&gt;Name: Player 3 / Date: 08.01.2025 / Participation: Part / Distance: 3.000 / Week: 1&lt;/P&gt;&lt;P&gt;Name: Player 1 / Date: 09.01.2025 / Participation: Full / Distance: 4.000 / Week: 1&lt;/P&gt;&lt;P&gt;Name: Player 2 / Date: 09.01.2025 / Participation: Full / Distance: 3.000 / Week: 1&lt;/P&gt;&lt;P&gt;Name: Player 3 / Date: 09.01.2025 / Participation: Part / Distance: 3.000 / Week: 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daily Average for players who particpated full on 08.01.2025 = 2.750&lt;/P&gt;&lt;P&gt;Daily Average for players who particpated full on 09.01.2025 = 3.500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Weekly Team-SUM for Week 1 = 6.250&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking forward to hear from you and thanks a lot in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 09:24:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-Team-Average-Running-Data/m-p/4356842#M172964</guid>
      <dc:creator>Valentin09</dc:creator>
      <dc:date>2025-01-09T09:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Team Average - Running Data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-Team-Average-Running-Data/m-p/4356930#M172968</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="899356" data-lia-user-login="Valentin09" class="lia-mention lia-mention-user"&gt;Valentin09&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;you can try this formula to find&amp;nbsp;&lt;SPAN&gt;Daily Average for players who particpated full&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Full avg = AVERAGEX(FILTER(Team,Team[Participation] = "Full"),Team[Distance])&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Weekly Team-SUM for Week you and try this&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Weekly team = SUMX(VALUES(Team[Date]),[Full avg])&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;If this post&amp;nbsp;&lt;EM&gt;helps&lt;/EM&gt;, then please give us Kudos and consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as a solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 10:14:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekly-Team-Average-Running-Data/m-p/4356930#M172968</guid>
      <dc:creator>vivek31</dc:creator>
      <dc:date>2025-01-09T10:14:18Z</dc:date>
    </item>
  </channel>
</rss>

