Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 not showing the decimal value, it is rounding off the numbers. This decimal value is very important for us. Could any of you help me?
Solved! Go to Solution.
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.
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.