<?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: Help with a measure % which is over 100% in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320330#M124256</link>
    <description>&lt;P&gt;it still doesnt work, it puts eveytthing to 100% or 200%&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2023 11:52:52 GMT</pubDate>
    <dc:creator>roryv2002</dc:creator>
    <dc:date>2023-07-07T11:52:52Z</dc:date>
    <item>
      <title>Help with a measure % which is over 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320008#M124242</link>
      <description>&lt;P&gt;Hi, i have created a mesure which is doing the following&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;% Handled - Abandoned &amp;lt;20s =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; (SUM('daily_aggregated_calls_v1'[call_handled])/((SUM('daily_aggregated_calls_v1'[call_offered])) - SUM('daily_aggregated_calls_v1'[calls_handled_lt_20sec])/100))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the measure works fine but if i have zero calls in [calls_handled_lt_20sec] then the % is over 100% when a manual calcurlation puts it at 100%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Calls Handled&amp;nbsp; 1 / calls offered 1 -&amp;nbsp;calls_handled_lt_20sec 1 / 100 = 100% but power BI is showing it as 101%&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 08:17:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320008#M124242</guid>
      <dc:creator>roryv2002</dc:creator>
      <dc:date>2023-07-07T08:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a measure % which is over 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320279#M124251</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="585776" data-lia-user-login="roryv2002" class="lia-mention lia-mention-user"&gt;roryv2002&lt;/a&gt;&amp;nbsp;try with if:&lt;/P&gt;&lt;P&gt;IF(&lt;BR /&gt;SUM('daily_aggregated_calls_v1'[call_offered]) - SUM('daily_aggregated_calls_v1'[calls_handled_lt_20sec]) = 0,&lt;BR /&gt;100,&lt;BR /&gt;(SUM('daily_aggregated_calls_v1'[call_handled]) / (SUM('daily_aggregated_calls_v1'[call_offered]) - SUM('daily_aggregated_calls_v1'[calls_handled_lt_20sec])) / 100)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Did I answer your question? Mark my post as a solution! Kudos Appreciated!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 11:11:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320279#M124251</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-07-07T11:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a measure % which is over 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320309#M124253</link>
      <description>&lt;P&gt;Hi it nearly works, it puts it at 10000.00% rather then 100.0%&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 11:37:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320309#M124253</guid>
      <dc:creator>roryv2002</dc:creator>
      <dc:date>2023-07-07T11:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a measure % which is over 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320317#M124254</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="585776" data-lia-user-login="roryv2002" class="lia-mention lia-mention-user"&gt;roryv2002&lt;/a&gt;&amp;nbsp;then update "100" to "1". Let me know the results.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 11:44:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320317#M124254</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-07-07T11:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a measure % which is over 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320330#M124256</link>
      <description>&lt;P&gt;it still doesnt work, it puts eveytthing to 100% or 200%&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 11:52:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320330#M124256</guid>
      <dc:creator>roryv2002</dc:creator>
      <dc:date>2023-07-07T11:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a measure % which is over 100%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320336#M124258</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="585776" data-lia-user-login="roryv2002" class="lia-mention lia-mention-user"&gt;roryv2002&lt;/a&gt;&amp;nbsp; let me know what do you want to be shown as result when&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUM('daily_aggregated_calls_v1'[calls_handled_lt_20sec]) = zero&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 12:07:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-a-measure-which-is-over-100/m-p/3320336#M124258</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-07-07T12:07:08Z</dc:date>
    </item>
  </channel>
</rss>

