<?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: DAX formula weighted average support requested in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-weighted-average-support-requested/m-p/2203874#M51794</link>
    <description>&lt;P&gt;Hello AlexisOlson,&lt;/P&gt;&lt;P&gt;Thanks for your reply, this is indeed the (a?) solution that solves the problem from my question. It shows me again that I'm not used to thinking in a DAX way, in Excel I would have solved the issue probably much faster.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Nov 2021 14:38:07 GMT</pubDate>
    <dc:creator>MichelBrown</dc:creator>
    <dc:date>2021-11-23T14:38:07Z</dc:date>
    <item>
      <title>DAX formula weighted average support requested</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-weighted-average-support-requested/m-p/2201681#M51694</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;Can someone help me with a DAX formula to calculate average sales per store per period and per region as in the below example?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even after reading many questions on the same topic, I can't get it to work. My DAX attempt in the screenshot comes close but the aggregated results on period level and store level are ok, but not on total and not on Region level.&lt;/P&gt;&lt;P&gt;Here is the model and my DAX attempt (DIVIDE(SUM(fact_Sales[Sale]);SUMX(fact_Sales;RELATED(dim_Regions[Number of stores]));0))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any support.&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 14:11:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-weighted-average-support-requested/m-p/2201681#M51694</guid>
      <dc:creator>MichelBrown</dc:creator>
      <dc:date>2021-11-22T14:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: DAX formula weighted average support requested</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-weighted-average-support-requested/m-p/2201970#M51701</link>
      <description>&lt;P&gt;Assuming you're using dim_Regions[Region] in your visual, you should be able to define the ratio as:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sales per store =
DIVIDE (
    SUM ( fact_Sales[Sale] );
    SUM ( dim_Regions[Number of stores] );
    0
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 22 Nov 2021 16:44:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-weighted-average-support-requested/m-p/2201970#M51701</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-11-22T16:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: DAX formula weighted average support requested</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-weighted-average-support-requested/m-p/2203874#M51794</link>
      <description>&lt;P&gt;Hello AlexisOlson,&lt;/P&gt;&lt;P&gt;Thanks for your reply, this is indeed the (a?) solution that solves the problem from my question. It shows me again that I'm not used to thinking in a DAX way, in Excel I would have solved the issue probably much faster.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 14:38:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-weighted-average-support-requested/m-p/2203874#M51794</guid>
      <dc:creator>MichelBrown</dc:creator>
      <dc:date>2021-11-23T14:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: DAX formula weighted average support requested</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-weighted-average-support-requested/m-p/2203952#M51803</link>
      <description>&lt;P&gt;DAX definitely takes some getting used to. I like it much better than Excel formulas now though (which tend to be difficult to read).&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 15:11:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-weighted-average-support-requested/m-p/2203952#M51803</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-11-23T15:11:50Z</dc:date>
    </item>
  </channel>
</rss>

