<?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: Weighted average. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weighted-average/m-p/2994888#M100875</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="465225" data-lia-user-login="BhanuPBI" class="lia-mention lia-mention-user"&gt;BhanuPBI&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I hope this is what you are looking for.&amp;nbsp;Please refer to attached sample file .&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Time = SUM ( 'Table'[Time taken] )&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;Average Time = 
DIVIDE (
    [Time],
    CALCULATE (
        [Time],
        ALL ( 'Table' ),
        VALUES ( 'Table'[Client] )
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Dec 2022 13:36:55 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-12-30T13:36:55Z</dc:date>
    <item>
      <title>Weighted average.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weighted-average/m-p/2994697#M100858</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can any one help me to create report for weighted average time taken for extracting the invoice by client wise.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For your&amp;nbsp;&lt;SPAN&gt;reference i have shared screenshot below of my table. please create any sample pbix file to show the weighted average for each invoice time taken by client wise.&lt;/SPAN&gt;&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;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 Dec 2022 10:13:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weighted-average/m-p/2994697#M100858</guid>
      <dc:creator>BhanuPBI</dc:creator>
      <dc:date>2022-12-30T10:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Weighted average.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weighted-average/m-p/2994735#M100865</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure how you weigh each invoice, but please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;The below is one of ways to calculate weighted avg.&lt;/P&gt;
&lt;P&gt;I hope the below can provide some ideas on how to create a solution for your data model.&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;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 10:54:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weighted-average/m-p/2994735#M100865</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-12-30T10:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Weighted average.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weighted-average/m-p/2994888#M100875</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="465225" data-lia-user-login="BhanuPBI" class="lia-mention lia-mention-user"&gt;BhanuPBI&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I hope this is what you are looking for.&amp;nbsp;Please refer to attached sample file .&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Time = SUM ( 'Table'[Time taken] )&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;Average Time = 
DIVIDE (
    [Time],
    CALCULATE (
        [Time],
        ALL ( 'Table' ),
        VALUES ( 'Table'[Client] )
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 13:36:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weighted-average/m-p/2994888#M100875</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-12-30T13:36:55Z</dc:date>
    </item>
  </channel>
</rss>

