Forum Discussion
Number Mismatch Between Power BI Desktop and Service
- 1 year ago
Hi alsalikh_1416 , It might be because of rounding differences or data refresh inconsitencies
Rounding: Ensure correct data type and explicitly round values using Power Query or
RoundedValue = ROUND(SUM(Table[Column]), 2)Time Zone: Verify the 3-hour adjustment doesn't exclude rows due to mismatched time zones.
Data Refresh: Ensure the dataset in Service is refreshed and matches Desktop.
Filters: Confirm identical filters and aggregation logic in Desktop and Service.
Regional Settings: Match regional settings between Desktop and Service.
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance
Hello, thank you for your answer.
The problem was in rounding, power BI rounded to the smaller value, while the Sharepoint rounded to the bigger value.
I used this formula in the Power Query: Number.RoundUp([Column])