Forum Discussion

jaymanivannan's avatar
jaymanivannan
Frequent Visitor
8 years ago
Solved

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...
  • jaymanivannan's avatar
    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.