Forum Discussion
Why do the same values have different rank number?
I study with the decimal number and fixed decimal number.
Then I change my amount column to fixed-decimal-number type, it solved.
But I still want to know why the number is different between the MYSQL database and power bi desktop.
I've re-read your comment and realized that you mentioned double(10,2) which should return just two decimal places. I've found a similar issue on https://community.powerbi.com/t5/Desktop/Power-Query-decimal-precision-problem-does-not-get-to-0-when/td-p/375545.
- Anonymous6 years agoNot applicable
Hi danextian,
Sorry for reply late and thanks for your reply.
Yes, I'm using the double(10,2) in my MYSQL database for this column, so I think it won't be the MYSQL problem.
And I saw the link you mentions, do you think it is a bug of Power BI about precision decimal?
For now, I can use "Change Type to decimal number" to solve this problem.
Thanks.
Aiolos Zhao