Forum Discussion
alphanumeric columns
Yes, you can use them.
The maximum number of characters you can use is 32,000.
Hi mickey64
will there be any performance related concerns for using these text columns for joining, as per my understanding we should use numeric columns for better performance
- rajendraongole12 years agoSuper User
Hi powerbiexpert22 Adding to the performance , yes it is true when comparisons and joins on alphanumeric columns can be slower because string comparisons are generally more complex than numeric comparisons.Usually result in faster comparisons and joins due to simpler comparison operations as power bi use the columnar storage.
Hope it helps
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!! - mickey642 years agoSuper User
I have no insight into performance.