<?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: I'd like to find the median of the purchase price of the delivery in the weekly sales amount. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-d-like-to-find-the-median-of-the-purchase-price-of-the/m-p/2004154#M44537</link>
    <description>&lt;P&gt;&lt;EM&gt;"I posted it on another board, but there was no answer, so I thought I was mistaken."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not only were you mistaken. You're very likely not to get any answers here, either (it's already Sunday). If you want to know why, please read this:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/How-to-Get-Your-Question-Answered-Quickly/td-p/1626726" target="_blank"&gt;How to Get Your Question Answered Quickly - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Aug 2021 16:38:48 GMT</pubDate>
    <dc:creator>daxer-almighty</dc:creator>
    <dc:date>2021-08-08T16:38:48Z</dc:date>
    <item>
      <title>I'd like to find the median of the purchase price of the delivery in the weekly sales amount.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-d-like-to-find-the-median-of-the-purchase-price-of-the/m-p/1998787#M44370</link>
      <description>&lt;P&gt;&lt;SPAN&gt;work&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MAXX(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;filter ('purchase data',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VALUE('Purchase Data' [Product Number])=ValUE('Sales Data' [Product Number])&amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Buy Data' [day]= ('Consolidated Purchase Week' [day])&amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Purchased Data' [market]= 'Sales Data' [market]), 'Purchased Data' [Product Unit Price])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;didn't work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MEDIANX or AVERAGEX(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;filter ('purchase data',&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VALUE('Purchase Data' [Product Number])=ValUE('Sales Data' [Product Number])&amp;amp;&amp;amp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Buy Data' [day]= ('Consolidated Purchase Week' [day])&amp;amp;&amp;amp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Purchased Data' [market]= 'Sales Data' [market]), 'Purchased Data' [Product Unit Price])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;data type sell (weekly)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;day(week)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product Number&amp;nbsp; &amp;nbsp;market&amp;nbsp; &amp;nbsp; sell data(weekly)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; 2021-1-3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;45875&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;market1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4,500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; 2021-1-10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;45875&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; market1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4,500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;data type buy (weekly)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;day(weekly) &amp;nbsp; &amp;nbsp; &amp;nbsp; Product Number&amp;nbsp; &amp;nbsp;market&amp;nbsp; &amp;nbsp; sell data(weekly)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 2021-1-3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 45875&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; market1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3600&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 2021-1-10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;45875&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; market1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3600&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In addition, I would like to obtain the median value by adding the data of the month corresponding to the week and the previous month.&amp;nbsp;I wonder if this is possible and the solution. Please help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for letting me know if there is a similar case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(I posted it on another board, but there was no answer, so I thought I was mistaken.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 00:50:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-d-like-to-find-the-median-of-the-purchase-price-of-the/m-p/1998787#M44370</guid>
      <dc:creator>ag779655</dc:creator>
      <dc:date>2021-08-05T00:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: I'd like to find the median of the purchase price of the delivery in the weekly sales amount.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-d-like-to-find-the-median-of-the-purchase-price-of-the/m-p/2004154#M44537</link>
      <description>&lt;P&gt;&lt;EM&gt;"I posted it on another board, but there was no answer, so I thought I was mistaken."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not only were you mistaken. You're very likely not to get any answers here, either (it's already Sunday). If you want to know why, please read this:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/How-to-Get-Your-Question-Answered-Quickly/td-p/1626726" target="_blank"&gt;How to Get Your Question Answered Quickly - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Aug 2021 16:38:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-d-like-to-find-the-median-of-the-purchase-price-of-the/m-p/2004154#M44537</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2021-08-08T16:38:48Z</dc:date>
    </item>
  </channel>
</rss>

