<?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 in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/1663670#M33948</link>
    <description>&lt;P&gt;You can do the same in DAX using the&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/dax/format-function-dax" target="_self"&gt;FORMAT function&lt;/A&gt;&amp;nbsp;to convert numbers to whatever format you'd like.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Ratio = FORMAT ( [Numerator], "#,##0" ) &amp;amp; "/" &amp;amp; FORMAT ( [Denominator], "#,##0" )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2021 17:04:32 GMT</pubDate>
    <dc:creator>AlexisOlson</dc:creator>
    <dc:date>2021-02-12T17:04:32Z</dc:date>
    <item>
      <title>Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/1663625#M33944</link>
      <description>&lt;P&gt;I need to replicate a forumula in Excel which displays a ratio, being a sum of values based on certain criteria (in this case the number of items that failed in the Outcome column of a table) then effectively joins the result using &amp;amp;"/"&amp;amp; to the sum of all values in the same column.&amp;nbsp; So result in this case is not presented as a percentage (which would be rather more straightforward!) but e.g. 16/3,609.&amp;nbsp; This is the preferred presentation for the user as I suppose it provides more context than .44% necessarily would.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 16:43:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/1663625#M33944</guid>
      <dc:creator>PBI_Curious</dc:creator>
      <dc:date>2021-02-12T16:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/1663640#M33946</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="285234" data-lia-user-login="PBI_Curious" class="lia-mention lia-mention-user"&gt;PBI_Curious&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use:&lt;/P&gt;
&lt;P&gt;New measure =&lt;BR /&gt;VAR _Result = FORMAT([measure1], "Standard")&amp;nbsp; &amp;amp; "/" &amp;amp;&amp;nbsp; FORMAT([measure2], "Standard")&lt;BR /&gt;RETURN&lt;BR /&gt;SWITCH(TRUE(),&lt;/P&gt;
&lt;P&gt;ISBLANK([measure1], BLANK(),&lt;BR /&gt;[measure1] = 0, BLANK(),&lt;/P&gt;
&lt;P&gt;ISBLANK([measure2], BLANK(),&lt;BR /&gt;[measure2] = 0, BLANK(),&lt;BR /&gt;_Result)&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 17:15:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/1663640#M33946</guid>
      <dc:creator>PaulDBrown</dc:creator>
      <dc:date>2021-02-12T17:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/1663670#M33948</link>
      <description>&lt;P&gt;You can do the same in DAX using the&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/dax/format-function-dax" target="_self"&gt;FORMAT function&lt;/A&gt;&amp;nbsp;to convert numbers to whatever format you'd like.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Ratio = FORMAT ( [Numerator], "#,##0" ) &amp;amp; "/" &amp;amp; FORMAT ( [Denominator], "#,##0" )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 17:04:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax/m-p/1663670#M33948</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-02-12T17:04:32Z</dc:date>
    </item>
  </channel>
</rss>

