Forum Discussion
Character Limit on Value Function?
- 4 years ago
Emanshu Given your observed behavior of a 308 character limit, it looks like it's interpreting the values as decimals, which are limited to roughly 10^308. Note that even within this limit, you only get about 15 decimal digits of reliable precision.
May I ask what you need such giant numbers for? Typically, it makes more sense to work with text strings with data of that lengh.
Emanshu , the whole number have limitation in term of size
check limits here - https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-data-types
Emanshu Given your observed behavior of a 308 character limit, it looks like it's interpreting the values as decimals, which are limited to roughly 10^308. Note that even within this limit, you only get about 15 decimal digits of reliable precision.
May I ask what you need such giant numbers for? Typically, it makes more sense to work with text strings with data of that lengh.