Forum Discussion
Nicho247
6 years agoHelper III
displayed table values are not matching source data
Hello - Difficult problem to describe. I have a SQL query which is returning some data. In the SQL query I have cast the column in question as a decimal(18,2). I have then pushed this into ex...
- 6 years ago
That's the way decimals work. apply formatting to it if you want to display only two significant digits.
Icey
6 years agoCommunity Support
Hi Nicho247 ,
Is this problem solved?
If it is solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If not, please let me know.
Best Regards,
Icey
Nicho247
6 years agoHelper III
Hi Icey
Yes, though I am dissatified with the explanation. If formatting is set to auto, power bi may or may not convert 2 decimals to 10 decimals without cause. I fixed this by changing from auto to '2' even though the raw data is fixed decimal number & was fixed at 2 upstream through SQL server.
N