<?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: Numerical formats in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1156204#M17662</link>
    <description>&lt;P&gt;&lt;EM&gt;you are here used simply two numbers, I am using Dax calculation to divide the result of a count statement for a column by a count statement for another column!! Which didn't give me the ax act result without approximation! &amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2020 15:49:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-12T15:49:23Z</dc:date>
    <item>
      <title>Numerical formats</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1154489#M17625</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I am using dax measure to calculate the result for division of two counts for two columns, the issue that I always got an integer approximated result ( for example when the actual division result is 0.68 I got 1)!!&lt;/P&gt;&lt;P&gt;how can we change the result numeric format to show the exact value without approximation to nearest integer? Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 05:23:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1154489#M17625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-12T05:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Numerical formats</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1154497#M17627</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;Select your measure and go to the ribbon above . Click on the dropdown and select Decimal Number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 05:31:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1154497#M17627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-12T05:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Numerical formats</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1154544#M17628</link>
      <description>&lt;P&gt;This is not working!! The result is still Integer!!&amp;nbsp;&lt;BR /&gt;I can change the format to each one of this but it is only applied to the integer value for example 1, 1,00, 100%, 100.00% ... etc. The problem is in the Dax code that did the approximation!!&amp;nbsp;&lt;BR /&gt;I have these values for the different counts of two columns: 1024 &amp;amp; 860.&amp;nbsp;&lt;BR /&gt;so 860/1024=0.839&lt;/P&gt;&lt;P&gt;I got 1 &amp;amp; not 0.839. I hope it is now clear.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 05:52:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1154544#M17628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-12T05:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Numerical formats</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1154583#M17629</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;Not sure why are you getting 1.&amp;nbsp; This is what I get.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Jun 2020 05:59:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1154583#M17629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-12T05:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Numerical formats</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1156204#M17662</link>
      <description>&lt;P&gt;&lt;EM&gt;you are here used simply two numbers, I am using Dax calculation to divide the result of a count statement for a column by a count statement for another column!! Which didn't give me the ax act result without approximation! &amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 15:49:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1156204#M17662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-12T15:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Numerical formats</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1156254#M17664</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;Dividing 2 measures also give me the formatting. Not sure why it is not showing up in your pbix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Result1 = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;var _a = FILTER(ALLEXCEPT('Table2','Table2'[Bank]), 'Table2'[ErrorType] &amp;lt;&amp;gt; BLANK())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(DISTINCTCOUNT('Table2'[Process]),_a)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Result2 = CALCULATE(DISTINCTCOUNT('Table2'[Process]),ALLEXCEPT('Table2','Table2'[Bank]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DivideVal = DIVIDE([Result2],[Result1])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Below image&amp;nbsp; is for&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DivideVal = DIVIDE([Result1],[Result2])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;HN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Jun 2020 16:10:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1156254#M17664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-12T16:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Numerical formats</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1156361#M17669</link>
      <description />
      <pubDate>Sat, 13 Jun 2020 20:20:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1156361#M17669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-13T20:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Numerical formats</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1157171#M17700</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;Shown both the division in the above post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share some sample data and the measure formula for TAT Order and Typical Submission&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;HN&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jun 2020 16:08:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1157171#M17700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-13T16:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Numerical formats</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1157379#M17704</link>
      <description>&lt;P&gt;It was my fault, I was forget one filter active, now everything is working. Thank you for your cooperation&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jun 2020 20:19:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Numerical-formats/m-p/1157379#M17704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-13T20:19:43Z</dc:date>
    </item>
  </channel>
</rss>

