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.
Greg_Deckler
10 years agoCommunity Champion
This looks like something that you should use the smiley icon to send a frowny face to support and explain the issue below.
greggyb
10 years agoResident Rockstar
See the data types supported on this page, specifically the precision allowed for Decimal types.
- ryanm10 years agoNew Member
Thanks Greg! That was exactly what I was looking for.