<?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: Avg/day/store in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avg-day-store/m-p/2623960#M76568</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer this measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
AVERAGEX ( ALLEXCEPT ( 'dim', 'dim'[store] ), [units sold] ) / 7
&lt;/LI-CODE&gt;
&lt;P&gt;If it doesn't work, please share some sample data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jay&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2022 05:56:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-07T05:56:42Z</dc:date>
    <item>
      <title>Avg/day/store</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avg-day-store/m-p/2614594#M75923</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;I'm trying to calculate Avg/day/store but, my number are not coming out correctly. Is anything wrong with my DAX.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 16:01:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avg-day-store/m-p/2614594#M75923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-01T16:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Avg/day/store</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avg-day-store/m-p/2615129#M75957</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You've given too little context to answer this question. And the DAX is not correctly formatted, hence hard to read. No idea why you'd like to add Dim[Store] as a filter to CALCULATE. CALCULATE only takes tables as filters, not columns. But you could try this:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;Avg Per Day =
averagex(
  values( 'Date'[calendar_date] ),
  [Units Sold] / 7 -- why divide by 7?
)&lt;/LI-CODE&gt;&lt;P&gt;If you slice by Store, this should give you what you want in the current context. I also understand that [Units Sold] is a measure...&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 08:26:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avg-day-store/m-p/2615129#M75957</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-07-02T08:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Avg/day/store</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avg-day-store/m-p/2621069#M76347</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349489" data-lia-user-login="daXtreme" class="lia-mention lia-mention-user"&gt;daXtreme&lt;/a&gt;&amp;nbsp; &amp;nbsp;I'm trying to calculcate Avg per day per store. Then Week Number on the column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'don't want the store slicer. it works with the store slicer.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 02:03:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avg-day-store/m-p/2621069#M76347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-06T02:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Avg/day/store</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avg-day-store/m-p/2623960#M76568</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer this measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
AVERAGEX ( ALLEXCEPT ( 'dim', 'dim'[store] ), [units sold] ) / 7
&lt;/LI-CODE&gt;
&lt;P&gt;If it doesn't work, please share some sample data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 05:56:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avg-day-store/m-p/2623960#M76568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-07T05:56:42Z</dc:date>
    </item>
  </channel>
</rss>

