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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
Anonymous
Not applicable

@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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors