<?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: DAX for dividing 2 calculated fields from 2 different tables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2653335#M78300</link>
    <description>&lt;P&gt;You can try&amp;nbsp;&lt;/P&gt;&lt;P&gt;All calls = COUNT('Table calls'[WONumber])&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;All calls = DISTINCTCOUNT('Table calls'[WONumber])&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 13:39:08 GMT</pubDate>
    <dc:creator>technolog</dc:creator>
    <dc:date>2022-07-21T13:39:08Z</dc:date>
    <item>
      <title>DAX for dividing 2 calculated fields from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2650963#M78157</link>
      <description>&lt;P&gt;Hi - I am new to Power BI and I am trying to duplicate a report from another application that we use which shows the percent of service calls by catagory in relation to total service calls.&amp;nbsp; In this example I have 195 total service calls and 7 of them are no problem found.&amp;nbsp; I would like to present this as a percentage.&amp;nbsp; Thanks for any help!!!!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 16:20:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2650963#M78157</guid>
      <dc:creator>skoza12</dc:creator>
      <dc:date>2022-07-20T16:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for dividing 2 calculated fields from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2651180#M78163</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can create first measure:&lt;/P&gt;&lt;P&gt;All calls = COUNTROWS('Table calls')&lt;/P&gt;&lt;P&gt;and second measure:&lt;/P&gt;&lt;P&gt;Non fault calls = CALCULATE( [All calls] , 'Table calls'[Action code] = "Tested and returned ....**USE YOU TITLE* " )&lt;/P&gt;&lt;P&gt;and result measure:&lt;/P&gt;&lt;P&gt;Percent of fault = DIVIDE ( [Non fault calls] , [All calls] )&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 18:15:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2651180#M78163</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2022-07-20T18:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for dividing 2 calculated fields from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2653220#M78291</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Thank you for a quick response and after a couple of attempts I understand the logic but I am still not outputing the correct data for the first measure. (may be a filtering issue).&amp;nbsp; I show 204 service calls in the table but when I create the first measure the output is 1480.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:02:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2653220#M78291</guid>
      <dc:creator>skoza12</dc:creator>
      <dc:date>2022-07-21T13:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for dividing 2 calculated fields from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2653335#M78300</link>
      <description>&lt;P&gt;You can try&amp;nbsp;&lt;/P&gt;&lt;P&gt;All calls = COUNT('Table calls'[WONumber])&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;All calls = DISTINCTCOUNT('Table calls'[WONumber])&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:39:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2653335#M78300</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2022-07-21T13:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for dividing 2 calculated fields from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2653562#M78306</link>
      <description>&lt;P&gt;Let me give this a try - Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 14:54:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2653562#M78306</guid>
      <dc:creator>skoza12</dc:creator>
      <dc:date>2022-07-21T14:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for dividing 2 calculated fields from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2653616#M78309</link>
      <description>&lt;P&gt;Send a screenshots if it wouldn't work.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 15:12:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2653616#M78309</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2022-07-21T15:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for dividing 2 calculated fields from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2659474#M78784</link>
      <description>&lt;P&gt;I have tried your suggestion and i am almost there.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My first measure&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Measure 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Measure 3&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Measrure 1 result = 237&lt;/P&gt;&lt;P&gt;Measure 2 result = 11&lt;/P&gt;&lt;P&gt;Measure 3 result should be 11/237 = 4.64% but is being calcuated as 5.85%&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 14:27:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2659474#M78784</guid>
      <dc:creator>skoza12</dc:creator>
      <dc:date>2022-07-25T14:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for dividing 2 calculated fields from 2 different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2660038#M78824</link>
      <description>&lt;P&gt;In this case try use&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure 3 = DIVIDE ( [Measure 2] , [Measure 1] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 18:40:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-dividing-2-calculated-fields-from-2-different-tables/m-p/2660038#M78824</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2022-07-25T18:40:36Z</dc:date>
    </item>
  </channel>
</rss>

