Forum Discussion
ryanm
10 years agoNew Member
Conversion overflows exception when attempting to show a DECIMAL(38,34) measure.
Hi everyone, I have a Measure that is a DECIMAL(34,30) on the SQL Server side. However, when I try to model this Fact table on the Dashboard I get the following error message (in bold): The f...
- 10 years ago
See the data types supported on this page, specifically the precision allowed for Decimal types.
greggyb
10 years agoResident Rockstar
See the data types supported on this page, specifically the precision allowed for Decimal types.
ryanm
10 years agoNew Member
Thanks Greg! That was exactly what I was looking for.