<?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: PBI summing and rounding or rounding and summing in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PBI-summing-and-rounding-or-rounding-and-summing/m-p/2513418#M69780</link>
    <description>&lt;P&gt;Thank you for your response. That column is not using any formula. it's pulling its data directly from the workbook.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 12:07:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-13T12:07:21Z</dc:date>
    <item>
      <title>PBI summing and rounding or rounding and summing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PBI-summing-and-rounding-or-rounding-and-summing/m-p/2511650#M69685</link>
      <description>&lt;P&gt;Hi All--&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure how to fix this and will very much appreciate the help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Power BI is $1.278 vs. our monthly reporting which shows $1,276 from the excel workbook where PBi is pulling the data directly from.&amp;nbsp; Im not sure if Power BI is rounding then summing vs. summing then rounding but that is just a guess.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 22:35:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PBI-summing-and-rounding-or-rounding-and-summing/m-p/2511650#M69685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-12T22:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: PBI summing and rounding or rounding and summing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PBI-summing-and-rounding-or-rounding-and-summing/m-p/2511823#M69689</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , PBI does not round unless that has been done by creating a new column or adding a step in power query .&lt;/P&gt;
&lt;P&gt;Or you formula using round before sum&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;example = sumx(table, round(Table[Value],3) )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to download this data and compare it with excel.&lt;/P&gt;
&lt;P&gt;orCan you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 01:30:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PBI-summing-and-rounding-or-rounding-and-summing/m-p/2511823#M69689</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-05-13T01:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: PBI summing and rounding or rounding and summing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PBI-summing-and-rounding-or-rounding-and-summing/m-p/2513418#M69780</link>
      <description>&lt;P&gt;Thank you for your response. That column is not using any formula. it's pulling its data directly from the workbook.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 12:07:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PBI-summing-and-rounding-or-rounding-and-summing/m-p/2513418#M69780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-13T12:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: PBI summing and rounding or rounding and summing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PBI-summing-and-rounding-or-rounding-and-summing/m-p/2519862#M70197</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;According to your screenshot, I know the column with problem is in Whole Number Data Type or in Whole&amp;nbsp; Number Format.&lt;/P&gt;
&lt;P&gt;Here I create a sample to have a test.&lt;/P&gt;
&lt;P&gt;The first matrix show original data in Decimal Number&amp;nbsp;Data Type and in General Format.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The second matrix show data in Decimal Number&amp;nbsp;Data Type and in Whole Number Format.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The third matrix show data in Whole Number Data Type and in General Format.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;We can see that in matrix one Value1 total = 27, in matrix two Value1 total should be 28, however it will still show 27 and&amp;nbsp;in matrix three Value1 total is 28. So&amp;nbsp;we can conclude that if we only change format (whole number) instead of data type, Power BI will &lt;SPAN&gt;sum then round the total. If we change data type&amp;nbsp;(whole number),&amp;nbsp;Power BI will round then sum the total.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note: change the data type will make the data be stored differently.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;So we can understand that modifying the format only modifies the display form of the data, while modifying the data type will directly change the data in data model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 08:50:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PBI-summing-and-rounding-or-rounding-and-summing/m-p/2519862#M70197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-17T08:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: PBI summing and rounding or rounding and summing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PBI-summing-and-rounding-or-rounding-and-summing/m-p/2539359#M71486</link>
      <description>&lt;P&gt;Hi Rico-&amp;nbsp; I tried playing around with it but still no luck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my value from power query&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;but it's pulling different value under the report section&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 15:11:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PBI-summing-and-rounding-or-rounding-and-summing/m-p/2539359#M71486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-25T15:11:35Z</dc:date>
    </item>
  </channel>
</rss>

