<?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: Measure to Compute 21Day Median of another Measure with 3 Dimensions in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Compute-21Day-Median-of-another-Measure-with-3/m-p/3737923#M145726</link>
    <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 02 Mar 2024 23:04:24 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-03-02T23:04:24Z</dc:date>
    <item>
      <title>Measure to Compute 21Day Median of another Measure with 3 Dimensions</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Compute-21Day-Median-of-another-Measure-with-3/m-p/3734928#M145566</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;I need a measure to compute a 21 day median of another measure&lt;BR /&gt;&lt;BR /&gt;I'm working on a web analytics dataset.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;There are 5 Dimensions&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Date&lt;/LI&gt;&lt;LI&gt;Hour&lt;/LI&gt;&lt;LI&gt;deviceCategory&lt;/LI&gt;&lt;LI&gt;landingPage&lt;/LI&gt;&lt;LI&gt;sessionDefaultChannelSource&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;2 Facts&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;sessions&lt;/LI&gt;&lt;LI&gt;engagedSessions&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I have a measure called Bounce Rate&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Bounce Rate = CALCULATE(DIVIDE(SUM('BounceRateData'[sessions])-SUM('BounceRateData'[engagedSessions]),SUM('BounceRateData'[sessions])))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;STRONG&gt;I have a calendar table with all types of date based dimensions&lt;/STRONG&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to compute a 21 day median for the measure Bounce Rate, for a given set of Dimensions.&lt;BR /&gt;what i need is the median of bounce rate for the dimensions calculated at a day level and then the 21 day median calculated on top of this.&lt;BR /&gt;&lt;BR /&gt;I've tried a number of ways to achieve this but none of it seems to work as desired.&lt;BR /&gt;&lt;BR /&gt;I can create static calculated columns for each combination of dimensions but I'm looking for a way to calculate this on the fly for any combination of dimensions.&lt;BR /&gt;&lt;BR /&gt;Thanks for all help.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Mar 2024 00:33:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Compute-21Day-Median-of-another-Measure-with-3/m-p/3734928#M145566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T00:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Measure to Compute 21Day Median of another Measure with 3 Dimensions</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Compute-21Day-Median-of-another-Measure-with-3/m-p/3737923#M145726</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 23:04:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Compute-21Day-Median-of-another-Measure-with-3/m-p/3737923#M145726</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-02T23:04:24Z</dc:date>
    </item>
  </channel>
</rss>

