Forum Discussion
abansalgeoforce
1 year agoFrequent Visitor
DAX function not calculating decimal values correctly.
I have a simple DAX function and have realized that powerBi doesn't calculate the values correctly. It rounds off to nearest integer. i have tried multiple suggestions (as mentioned below), but none ...
- Anonymous1 year ago
abansalgeoforce, Looks like Power BI is auto-converting the result to a fixed decimal with low precision at some point in the DAX chain.
abansalgeoforce
1 year agoFrequent Visitor
Thanks Anonymous . I tried exactly the same. When I use just column1, I see value 6.66. When I do column1-1, I get 1.66. The moment I do (column1-1)/5, I get 0.4
Anonymous
1 year agoNot applicable
abansalgeoforce, Looks like Power BI is auto-converting the result to a fixed decimal with low precision at some point in the DAX chain.