Forum Discussion
Sander8000
2 years agoFrequent Visitor
Key is too long for Power Query creating duplicate keys
Hi All, So I am importing a table from snowflake with business keys with a length of 18 characters. Upon loading in PowerBI via Power query I am bound by the length limitation of the integer of 1...
- 2 years ago
18-19 digits is the hard limit in power query M according to: https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-data-types#fixed-decimal-number
But in your case, looks like you might be able to break it into 3 smaller parts? e.g. 2376082064 20221107 237608206420221000
Sander8000
2 years agoFrequent Visitor
thanks all for your help. This worked for me,
Cheers