Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi I have A table in Power BI with column "x" with decimal number (value 4950,0000) and column "y" with decimal number 0,1994. I created new column with comand = "x"*"y" and the result is 986,995 but the same calculation in exel equals 987,03. Why this is different?
Solved! Go to Solution.
Hello @Ludwik ,
Check Data Types in Power BI, go to the Data View, select the columns x and y, and ensure they are set to Decimal Number (not Fixed Decimal Number).
Use the ROUND or FORMAT function in Power BI to match the precision of Excel.
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
The discrepancy is due to the different ways Power BI and Excel handle decimal precision and rounding.
To align the results between Power BI and Excel, you can apply rounding explicitly in Power BI like this:
NewColumn = ROUND('Table'[x] * 'Table'[y], 2)
💌 If this helped, a Kudos 👍 or Solution mark ✅ would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
Hi, I solved this, column "x" was was another calculation with column "z" when I added function round to this column everythin wors properly. Thanks for help.
Hello @Ludwik ,
Check Data Types in Power BI, go to the Data View, select the columns x and y, and ensure they are set to Decimal Number (not Fixed Decimal Number).
Use the ROUND or FORMAT function in Power BI to match the precision of Excel.
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
I've checek both colums they are Decimal numbers. I want to keep 4 decimal places. When i used round function ROUND('Table'[x] * 'Table'[y], 4) I still have different result: Excel 9870,0300 and power Bi 986,9995.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
146 | |
87 | |
66 | |
52 | |
46 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |