<?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: Calculating ratios in dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1206593#M19384</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can achieve this by doing 2 calculations:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;CV Sent&lt;/LI&gt;&lt;LI&gt;Interviews&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Then create a 3rd calculation by concatenating these 2 calculations with a ":" sign.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Share some sample data so that a proper DAX can be suggested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2020 13:26:15 GMT</pubDate>
    <dc:creator>Pragati11</dc:creator>
    <dc:date>2020-07-07T13:26:15Z</dc:date>
    <item>
      <title>Calculating ratios in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1206398#M19381</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;How do you calculate a ratio in DAX.&lt;/P&gt;&lt;P&gt;I am formulating a monthly report and want to include a ratio for CV Sent:Interviews in the past month.&lt;/P&gt;&lt;P&gt;CV sent would be a sum and Interviews is a count.&lt;/P&gt;&lt;P&gt;Both of these values have individual consultants attached to them. Ideally I'd like to be able to show a ratio for each consultant.&lt;/P&gt;&lt;P&gt;all help is appreciated, thanks&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 12:26:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1206398#M19381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-07T12:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating ratios in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1206593#M19384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can achieve this by doing 2 calculations:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;CV Sent&lt;/LI&gt;&lt;LI&gt;Interviews&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Then create a 3rd calculation by concatenating these 2 calculations with a ":" sign.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Share some sample data so that a proper DAX can be suggested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 13:26:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1206593#M19384</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-07-07T13:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating ratios in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218111#M19697</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81077" data-lia-user-login="Pragati11" class="lia-mention lia-mention-user"&gt;Pragati11&lt;/a&gt; ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;I have written the two measures to put against each other.&lt;/P&gt;&lt;P&gt;What formula do I use to make them a ratio.&lt;/P&gt;&lt;P&gt;Measures written are attached.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 10:25:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218111#M19697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-13T10:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating ratios in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218127#M19699</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can create another dax as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ratio_Calc = CONCATENATE([Team Interviews], CONCATENATE(" : ", [Team CV Sent]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just see of this works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 10:34:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218127#M19699</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-07-13T10:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating ratios in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218175#M19703</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81077" data-lia-user-login="Pragati11" class="lia-mention lia-mention-user"&gt;Pragati11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help again.&lt;/P&gt;&lt;P&gt;The ratio came out as below.&lt;/P&gt;&lt;P&gt;Is there any way to make this ratio a 1:(Number) ratio, as this would be far more useful&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 10:45:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218175#M19703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-13T10:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating ratios in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218182#M19704</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you mean you end up with 2 ratios?&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1:99&lt;/LI&gt;&lt;LI&gt;1:546&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 10:47:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218182#M19704</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-07-13T10:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating ratios in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218203#M19707</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incase you want to get the ratio as 1:x .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ratio 1 = DIVIDE( [Team CV Sent] , [Team Interviews])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then concatenate&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ratio_Calc = CONCATENATE("1", CONCATENATE(" : ",&amp;nbsp; [Ratio 1]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 10:57:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218203#M19707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-13T10:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating ratios in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218205#M19708</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81077" data-lia-user-login="Pragati11" class="lia-mention lia-mention-user"&gt;Pragati11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean that I want to end up with a simplified ratio,&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g 99 : 546 would be 1 : 5.515&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 10:58:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218205#M19708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-13T10:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating ratios in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218217#M19709</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a measure as follows:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ratio Value =&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;[Team CV Sent] /&amp;nbsp;[Team Interviews]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ratio_Calc = CONCATENATE("1", CONCATENATE(" : ", [Ratio Value]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 11:01:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1218217#M19709</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-07-13T11:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating ratios in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1265769#M21204</link>
      <description>&lt;P&gt;I had the same issue and this formula worked for me, however, the ratio is not appearing in whole numbers. My result is 1:5.4637..... How can I get the result to show as just 1:5?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 21:29:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/1265769#M21204</guid>
      <dc:creator>Jessica_Ballard</dc:creator>
      <dc:date>2020-07-31T21:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating ratios in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/2982612#M100010</link>
      <description>&lt;P&gt;Use ROUNDUP with a 0 for the second argument when you're concatenating.&lt;/P&gt;&lt;P&gt;examples:&lt;/P&gt;&lt;P&gt;RATIO = CONCATENATE(ROUNDUP(Table[Measure],0), ":1") -- will display as '#:1'&lt;/P&gt;&lt;P&gt;RATIO = CONCATENATE("1:", ROUNDUP(Table[Measure],0)) --will display as '1:#'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 18:59:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-ratios-in-dax/m-p/2982612#M100010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-21T18:59:40Z</dc:date>
    </item>
  </channel>
</rss>

