Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
AishwariyaV
Helper IV
Helper IV

Data value exceeds the whole number(Int.64) datatype limit

Hi all,

 

I am currently working on a dataset in which a column contains data value as 9223372036854775807, but the power bi whole number datatype limit is from -9223372036854775807 to 9223372036854775806, so it throws error.

 

What is the solution for this?

 

Thanks in advance.

 

3 REPLIES 3
V-pazhen-msft
Community Support
Community Support

@AishwariyaV 

This idea may not be realized. According to the document, it allows for 19 digits; positive or negative whole numbers between -9,223,372,036,854,775,807 (-2^63+1) and 9,223,372,036,854,775,806 (2^63-2). This is the underlying design of power bi. If use Value() to forcibly convert it to an integer type, the following values will all be displayed as 0.

Vpazhenmsft_2-1630056157187.png

This is the relevant document, I hope to help you:

https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-data-types#number-types

 

Best Regards,

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

jdbuchanan71
Super User
Super User

Can you change the data type to text?

hi @jdbuchanan71 ,

 

It works when i change to text datatype, but what if i wanna use it as such, as numeric value?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.