Forum Discussion
jaymanivannan
8 years agoFrequent Visitor
PowerBI Desktop Vs PowerBI Web - data display issue
Hi, I have created a report by using direct query option from SAP HANA Database. The report is showing the decimal value (2 decimals) in Desktop version. I published the report. But, Web report is n...
- 8 years ago
I resolved the issue. I have applied to_decimal function in the select SQL query for the decimal column. After this change, both Desktop and Web reports are showing the decimal value.
jaymanivannan
8 years agoFrequent Visitor
I resolved the issue. I have applied to_decimal function in the select SQL query for the decimal column. After this change, both Desktop and Web reports are showing the decimal value.