<?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: Percentage does not equal numerator / denominator in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1040900#M23245</link>
    <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check if there is any visual level filter applied or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution!&lt;BR /&gt;Appreciate with a kudos &lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2020 06:02:36 GMT</pubDate>
    <dc:creator>nandukrishnavs</dc:creator>
    <dc:date>2020-04-22T06:02:36Z</dc:date>
    <item>
      <title>Percentage does not equal numerator / denominator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1040267#M23239</link>
      <description>&lt;DIV&gt;I need some help with a %. There are three objects here. One % on a card, one showing the numerator &amp;amp; denominator, and a text box with a target. 488 / 1185 = 41.2%....not 43%. I've validated they are both coming from the same columns, as seen below. The value of the variables is the same. One is showing the numerator &amp;amp; denominator, and one is doing the calculation.&lt;BR /&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="num_denom.png" style="width: 163px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/259089i12947C45F21236C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="num_denom.png" alt="num_denom.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The % is coming from this measure:&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure2 = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var SumIsCompPct = &lt;STRONG&gt;SUM(WorkItem_rollup[IsCompliant])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var SumIsCompTotPct = &lt;STRONG&gt;SUM(WorkItem_rollup[Total])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return DIVIDE(SumIsCompPct,SumIsCompTotPct,0)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;The Num/Denom text is coming from the measure:&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2_NumDenom = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var SumIsComp = &lt;STRONG&gt;SUM(WorkItem_rollup[IsCompliant])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var SumIsCompTot = &lt;STRONG&gt;SUM(WorkItem_rollup[Total])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return "(" &amp;amp; SumIsComp &amp;amp; " / " &amp;amp; SumIsCompTot &amp;amp; ")"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know why I get an incorrect 43%? Oh, data types are:&lt;/P&gt;&lt;P&gt;IsCompliant: Whole Number&lt;BR /&gt;Total: Whole Number&lt;BR /&gt;Measure2: Percentage of precision 2&lt;BR /&gt;2_NumDenom : Text&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 20:47:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1040267#M23239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-21T20:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage does not equal numerator / denominator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1040900#M23245</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check if there is any visual level filter applied or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution!&lt;BR /&gt;Appreciate with a kudos &lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 06:02:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1040900#M23245</guid>
      <dc:creator>nandukrishnavs</dc:creator>
      <dc:date>2020-04-22T06:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage does not equal numerator / denominator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1041812#M23263</link>
      <description>&lt;P&gt;Great idea! However, they are both filtered only by the date.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter on Pct.png" style="width: 443px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/259428iFF178C9FFC3168A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="filter on Pct.png" alt="filter on Pct.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter_numDenom.png" style="width: 444px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/259429i73432BF6020AB3D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="filter_numDenom.png" alt="filter_numDenom.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 12:24:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1041812#M23263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T12:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage does not equal numerator / denominator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1041823#M23264</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp; - can you add both measures into the table visual and share the snapshot, please.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 12:35:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1041823#M23264</guid>
      <dc:creator>nandukrishnavs</dc:creator>
      <dc:date>2020-04-22T12:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage does not equal numerator / denominator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1041852#M23265</link>
      <description>&lt;P&gt;I put those two items in a table and got what I would expect.&amp;nbsp; It appears to be an issue with the card object that shows the 43%.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data as table.png" style="width: 586px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/259438iE361B839F2347F1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="data as table.png" alt="data as table.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 12:50:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1041852#M23265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T12:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage does not equal numerator / denominator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1041895#M23266</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp; change the topN filter and manually select the filter value.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:11:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1041895#M23266</guid>
      <dc:creator>nandukrishnavs</dc:creator>
      <dc:date>2020-04-22T13:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage does not equal numerator / denominator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1041947#M23267</link>
      <description>&lt;P&gt;I went to change the Timeseries_DT filter to basic filtering (which defaulted to the earliest date). I changed to the last date, and it didn't change. That's strange. I poked around and the issue is that most tables have a "Timeseries_DT" field that is the date of every row. Somehow, the % card was pulling from another table's "Timeseries_DT" column. I made it the correct one, and it works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for helping me back up and work this issue out!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:40:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Percentage-does-not-equal-numerator-denominator/m-p/1041947#M23267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T13:40:32Z</dc:date>
    </item>
  </channel>
</rss>

