<?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: Average of Rates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Rates/m-p/2371821#M60885</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362658" data-lia-user-login="awashington6" class="lia-mention lia-mention-user"&gt;awashington6&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please try to modify you table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;an_other =summarizecolumns('Sheet1'[Fiscal Year],Sheet1[District],"Usage Rate",Average('Sheet1'[%Beds]))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have misunderstood your meaning, please provide your pbix file without privacy informarion and desird output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ Polly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Mar 2022 07:12:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-03-03T07:12:02Z</dc:date>
    <item>
      <title>Average of Rates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Rates/m-p/2363141#M60453</link>
      <description>&lt;P&gt;I built out a table in powerBI to give me average of a series or rates.&amp;nbsp; &amp;nbsp;However, the average is wrong.&amp;nbsp; I wrote out the new table like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;summarizecolumns(Sheet1[District],'Sheet1'[Fiscal Year],"Usage Rate",Average('Sheet1'[%Beds]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, district only has one hospital with a rate of 81.1% for a specific year. However, when I create the table for with "Usage Rate" by district for that specific year, the table reads 83.5.&amp;nbsp; The table should have a rate fo 81.1 for one hospital in that district for that year . Since that average is wrong, I can safely assume the average is wrong for all other districts with multiple hospitals.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 20:37:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Rates/m-p/2363141#M60453</guid>
      <dc:creator>awashington6</dc:creator>
      <dc:date>2022-02-27T20:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Rates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Rates/m-p/2363185#M60457</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362658" data-lia-user-login="awashington6" class="lia-mention lia-mention-user"&gt;awashington6&lt;/a&gt;&amp;nbsp;can you share any data so someone can try to figure this out?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 21:48:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Rates/m-p/2363185#M60457</guid>
      <dc:creator>littlemojopuppy</dc:creator>
      <dc:date>2022-02-27T21:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Rates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Rates/m-p/2363198#M60459</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I think the likely reason behind this is that you have some filter affecting the calculation (in your test) or alternatively &lt;EM&gt;"However, when I create the table for with "Usage Rate" by district for that &lt;STRONG&gt;specific year&lt;/STRONG&gt;, the table reads 83.5. "&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;Here you refer to year but in your original DAX you use fiscal year. I recommend double cheking filters + columns used since the DAX seems good on a glance. To elaborate further I would need to see the data. (as littemojopuppy mentioned)&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 22:15:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Rates/m-p/2363198#M60459</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-02-27T22:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Rates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Rates/m-p/2370092#M60786</link>
      <description>&lt;P&gt;I am still very new to this.&amp;nbsp; I think I may have done this incorrect or described the situation incorrectly. I think I see what the problem is but do not know how to fix.&amp;nbsp; &amp;nbsp;I created a summarized table for totals by year.&amp;nbsp; I then create another summarized table, create a matrix on the same page.&amp;nbsp; It appears that the first matrix is threwing off the second matrix.&amp;nbsp; In looking at the relationship, there is no relation between the two tables.&amp;nbsp; However, they both are connected to same lookup table in relationshops.&amp;nbsp; Any guidance would be helpful.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 13:13:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Rates/m-p/2370092#M60786</guid>
      <dc:creator>awashington6</dc:creator>
      <dc:date>2022-03-02T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Rates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Rates/m-p/2371821#M60885</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362658" data-lia-user-login="awashington6" class="lia-mention lia-mention-user"&gt;awashington6&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please try to modify you table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;an_other =summarizecolumns('Sheet1'[Fiscal Year],Sheet1[District],"Usage Rate",Average('Sheet1'[%Beds]))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have misunderstood your meaning, please provide your pbix file without privacy informarion and desird output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ Polly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 07:12:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Rates/m-p/2371821#M60885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-03T07:12:02Z</dc:date>
    </item>
  </channel>
</rss>

