<?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 Round function not rounding in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/889357#M7797</link>
    <description>&lt;P&gt;I have used the round function to round to 2 decimal places, but when I export my reports, the numbers are coming out almost rounded, but not quite (for example,&amp;nbsp;27,343.0900000001). Any idea why this is happening?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jan 2020 19:21:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-01-03T19:21:26Z</dc:date>
    <item>
      <title>Round function not rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/889357#M7797</link>
      <description>&lt;P&gt;I have used the round function to round to 2 decimal places, but when I export my reports, the numbers are coming out almost rounded, but not quite (for example,&amp;nbsp;27,343.0900000001). Any idea why this is happening?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 19:21:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/889357#M7797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-03T19:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Round function not rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/889360#M7798</link>
      <description>&lt;P&gt;What are you doing to export the reports?&amp;nbsp;You could check the Issues forum here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Issues/idb-p/Issues" target="_blank"&gt;https://community.powerbi.com/t5/Issues/idb-p/Issues&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And if it is not there, then you could post it.&lt;BR /&gt;&lt;BR /&gt;If you have Pro account you could try to open a support ticket. If you have a Pro account it is free. Go to &lt;A href="https://support.powerbi.com" target="_blank"&gt;https://support.powerbi.com&lt;/A&gt;. Scroll down and click "CREATE SUPPORT TICKET".&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 19:38:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/889360#M7798</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-01-03T19:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Round function not rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/890872#M7865</link>
      <description>&lt;P&gt;Thanks, I will post there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have another question, perhaps I am doing something wrong. I have a table with a field that is rounded using the round function, and then another table that is just 1/2 of the sum of that field. If I leave the second table unrounded, it = half of the sum of the first table. If I put the round function on the second table, the amount is off by a few dollars. Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 18:58:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/890872#M7865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-06T18:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Round function not rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/890959#M7874</link>
      <description>&lt;P&gt;Are you using SUM (ROUND ([column]) )? Because that would first ROUND it and then sum the Rounded numbers. The other way arround will sum the colum and then round the result. So if I have two value, 4.02, 5.49 and go with the SUM(ROUND()), it would be 4 + 5 = 9. If I go with ROUND(SUM()) it would be ROUND(4.02+5.49) = ROUND(9.51) = 10.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Djerro123&lt;/P&gt;&lt;P&gt;-------------------------------&lt;/P&gt;&lt;P&gt;If this answered your question, please &lt;STRONG&gt;mark it as the Solution&lt;/STRONG&gt;. This also helps others to find what they are looking for.&lt;/P&gt;&lt;P&gt;Keep those &lt;STRONG&gt;thumbs up&lt;/STRONG&gt; coming! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 20:35:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/890959#M7874</guid>
      <dc:creator>JarroVGIT</dc:creator>
      <dc:date>2020-01-06T20:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Round function not rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/890980#M7878</link>
      <description>&lt;P&gt;That is helpful and makes sense, but I don't think quite fixes the issue. I wasn't very specific in my initial question, so let me try to do a better job of describing what's going on. I'm actually not using a sum function, I just do not have the other fields that break the data into multiple lines like in the first table so it is presented in a summarized way. So for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Table 1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Account Number&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;Amount&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;acct 123&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 128,544.44&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;acct 345&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200,000.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;acct 789&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20,048.44&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Table 2- not rounded&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Acount Number&lt;/TD&gt;&lt;TD&gt;Half Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;act 000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;=0.5*Amount&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Table 2- rounded&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Account Number&lt;/TD&gt;&lt;TD&gt;Half Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;act 000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;=round(0.5*Amount,2)&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first one that is not rounded gives me the correct number,&amp;nbsp;174,296.44. The one that is rounded gives me a different number:&amp;nbsp;174,299.84&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might also be worth mentioning that Amount in the first table has the rounding formula in it as well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 21:12:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/890980#M7878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-06T21:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Round function not rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/890991#M7879</link>
      <description>&lt;P&gt;I can't seem to reproduce the problem with hard values:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I get the same results?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Djerro123&lt;/P&gt;&lt;P&gt;-------------------------------&lt;/P&gt;&lt;P&gt;If this answered your question, please &lt;STRONG&gt;mark it as the Solution&lt;/STRONG&gt;. This also helps others to find what they are looking for.&lt;/P&gt;&lt;P&gt;Keep those &lt;STRONG&gt;thumbs up&lt;/STRONG&gt; coming! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 21:30:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/890991#M7879</guid>
      <dc:creator>JarroVGIT</dc:creator>
      <dc:date>2020-01-06T21:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Round function not rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/892070#M7897</link>
      <description>&lt;P&gt;Thanks for taking a look, that makes me feel better-- I would expect to get the same results as well so I wonder if it's a bug related to the rounding issue in my original question.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 14:38:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/892070#M7897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-07T14:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Round function not rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/1245277#M20434</link>
      <description>&lt;P&gt;I am having the same problem. Regardless of how I implement the round function (I have tried every iteration), it seems to have issues. Some of my numbers round while others do not.&amp;nbsp; I believe this is a Power BI bug.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 14:03:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/1245277#M20434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-23T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Round function not rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/4191689#M166439</link>
      <description>&lt;P&gt;I discovered that the Table View&amp;gt; format&amp;gt; rounding&amp;nbsp; needed to be swiched from "&lt;STRONG&gt;auto&lt;/STRONG&gt;" to the desired &lt;STRONG&gt;2&lt;/STRONG&gt; digits.&lt;BR /&gt;&lt;BR /&gt;this seems to hard lock to two digits in the viewed tables, and my csv's now export correctly.&lt;BR /&gt;&lt;BR /&gt;(whereas rounding to 2 digits in Dax or Query kept generating the rounding artifacts.)&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2024 02:29:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Round-function-not-rounding/m-p/4191689#M166439</guid>
      <dc:creator>Echi</dc:creator>
      <dc:date>2024-09-29T02:29:32Z</dc:date>
    </item>
  </channel>
</rss>

