Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All--
Not sure how to fix this and will very much appreciate the help.
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. Im not sure if Power BI is rounding then summing vs. summing then rounding but that is just a guess.
Thank you
Solved! Go to Solution.
Hi @RilwanFlame ,
According to your screenshot, I know the column with problem is in Whole Number Data Type or in Whole Number Format.
Here I create a sample to have a test.
The first matrix show original data in Decimal Number Data Type and in General Format.
The second matrix show data in Decimal Number Data Type and in Whole Number Format.
The third matrix show data in Whole Number Data Type and in General Format.
Result:
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 in matrix three Value1 total is 28. So we can conclude that if we only change format (whole number) instead of data type, Power BI will sum then round the total. If we change data type (whole number), Power BI will round then sum the total.
Note: change the data type will make the data be stored differently.
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.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @RilwanFlame ,
According to your screenshot, I know the column with problem is in Whole Number Data Type or in Whole Number Format.
Here I create a sample to have a test.
The first matrix show original data in Decimal Number Data Type and in General Format.
The second matrix show data in Decimal Number Data Type and in Whole Number Format.
The third matrix show data in Whole Number Data Type and in General Format.
Result:
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 in matrix three Value1 total is 28. So we can conclude that if we only change format (whole number) instead of data type, Power BI will sum then round the total. If we change data type (whole number), Power BI will round then sum the total.
Note: change the data type will make the data be stored differently.
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.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Rico- I tried playing around with it but still no luck.
This is my value from power query
but it's pulling different value under the report section
@RilwanFlame , PBI does not round unless that has been done by creating a new column or adding a step in power query .
Or you formula using round before sum
example = sumx(table, round(Table[Value],3) )
You need to download this data and compare it with excel.
orCan you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Thank you for your response. That column is not using any formula. it's pulling its data directly from the workbook.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |