Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
Is there a character limit on the Value function?
I have a concanted column with values in lengths from 6 to 7071, if I try to convert it to a whole number or even add a new column by using test = value(column) I receive an error. However it seems to work for text lengths less than 309 characters.
Solved! Go to Solution.
@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.
@AlexisOlson Thank you for the clarfication.
My goal is to create an identifyer for unique number patterns/sequences. These are the first 3 account numbers that are posted by journal ID, I would like to see what unique patterns are occuring in each journal ID.
My next step is to just pull the first number of each acconut per journal id, and try to create a sequence that way. The first number will at least tell me if it is an asset/liab/exp and so forth. Then this way I can reduce the size of each value and still try and acheive some type of pattern/sequence recognition.
only issue I have now is pulling the distinct number and not include repeating digits as seen below.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
77 | |
76 | |
57 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |