Dear developers,
I've imported data from a plain sql server table. One column contains many characters, however according the documentation this should not be an issue.
https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-data-types/#text-type
However when reading data, I am limited to 32766 characters, which is an issue for me. How could this be and how could I overcome this?
With kind regards