<?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: My average rate is showing more than 100% in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4664481#M178643</link>
    <description>&lt;P&gt;I'm using this at the moment, I'm bit new to power Bi&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Avg Utilisation Rate =&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Office Utilisations'&lt;/SPAN&gt;&lt;SPAN&gt;[Seat Utilisation]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;'Office Utilisations'&lt;/SPAN&gt;&lt;SPAN&gt;[Date count]&lt;/SPAN&gt;&lt;SPAN&gt;)) * &lt;/SPAN&gt;&lt;SPAN&gt;0.01&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;however, when I have something like below instead of calculating for 100%. This is the simple calculation I'm trying,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 23 Apr 2025 07:42:28 GMT</pubDate>
    <dc:creator>divyaraj1407</dc:creator>
    <dc:date>2025-04-23T07:42:28Z</dc:date>
    <item>
      <title>My average rate is showing more than 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4664421#M178639</link>
      <description>&lt;P&gt;This is my DAX, but not sure why it is showing more than 100% when I'm trying calculate my average rate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Avg Utilisation Rate =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Office Utilisations'&lt;/SPAN&gt;&lt;SPAN&gt;[Seat Utilisation]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Total Seating Capacity'&lt;/SPAN&gt;&lt;SPAN&gt;[Current Seat Count]&lt;/SPAN&gt;&lt;SPAN&gt;))) * &lt;/SPAN&gt;&lt;SPAN&gt;100&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I used this one too,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Avg Utilisation Rate = (DIVIDE(SUM('Office Utilisations'[Seat Utilisation]), 'Office Utilisations'[Date count])) * 0.01&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please help?&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Apr 2025 07:17:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4664421#M178639</guid>
      <dc:creator>divyaraj1407</dc:creator>
      <dc:date>2025-04-23T07:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: My average rate is showing more than 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4664428#M178640</link>
      <description>&lt;P&gt;Assume this is related to your data. Confirm the numerator is less than your demoninator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can debug by creating measures for both numerator and denominator and visualing in a table&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 07:20:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4664428#M178640</guid>
      <dc:creator>Deku</dc:creator>
      <dc:date>2025-04-23T07:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: My average rate is showing more than 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4664481#M178643</link>
      <description>&lt;P&gt;I'm using this at the moment, I'm bit new to power Bi&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Avg Utilisation Rate =&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Office Utilisations'&lt;/SPAN&gt;&lt;SPAN&gt;[Seat Utilisation]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;'Office Utilisations'&lt;/SPAN&gt;&lt;SPAN&gt;[Date count]&lt;/SPAN&gt;&lt;SPAN&gt;)) * &lt;/SPAN&gt;&lt;SPAN&gt;0.01&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;however, when I have something like below instead of calculating for 100%. This is the simple calculation I'm trying,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Apr 2025 07:42:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4664481#M178643</guid>
      <dc:creator>divyaraj1407</dc:creator>
      <dc:date>2025-04-23T07:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: My average rate is showing more than 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4664507#M178646</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1264302" data-lia-user-login="divyaraj1407" class="lia-mention lia-mention-user"&gt;divyaraj1407&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Instead of doing straight SUM can you wrap your formula with an iterator.. See the below code works for you or not.. If not, i suugest you to provide your pbix file with dummy data so that we can check from our end.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;AVERAGEX(
    VALUES('Office Utilisations'[Date]),
    DIVIDE(
        SUM('Office Utilisations'[Seat Utilisation]),
        SUM('Total Seating Capacity'[Current Seat Count])
    )
) * 100&lt;/LI-CODE&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;sanalytics&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 08:07:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4664507#M178646</guid>
      <dc:creator>sanalytics</dc:creator>
      <dc:date>2025-04-23T08:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: My average rate is showing more than 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4670123#M178874</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1264302" data-lia-user-login="divyaraj1407" class="lia-mention lia-mention-user"&gt;divyaraj1407&lt;/a&gt;,&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="195725" data-lia-user-login="sanalytics" class="lia-mention lia-mention-user"&gt;sanalytics&lt;/a&gt;. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 07:13:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4670123#M178874</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-04-28T07:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: My average rate is showing more than 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4675814#M179064</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1264302" data-lia-user-login="divyaraj1407" class="lia-mention lia-mention-user"&gt;divyaraj1407&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 12:11:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4675814#M179064</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-05-01T12:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: My average rate is showing more than 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4679181#M179220</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1264302" data-lia-user-login="divyaraj1407" class="lia-mention lia-mention-user"&gt;divyaraj1407&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven’t heard back from you regarding your issue. If it has been resolved, please mark the helpful response as the solution and give a ‘Kudos’ to assist others. If you still need support, let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 04:19:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-average-rate-is-showing-more-than-100/m-p/4679181#M179220</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-05-05T04:19:43Z</dc:date>
    </item>
  </channel>
</rss>

