Forum Discussion
Storing a long text in a cell
- Anonymous9 years ago
Anonymous,
There is also a limitation about the maximum string length in a single cell. The limitaion makes sense in terms of performance.
Which custom visual would you load all the text string to?
Regards,
Anonymous,
Why not directly connect to the JSON file using "Get Data->JSON" entry in Power BI Desktop? Would you mind sharing me the JSON file so that I can test?
Regards,
Anonymous
here is an example of the file I want to load:
https://raw.githubusercontent.com/santiblanko/colombia.geojson/master/depto.json
- Anonymous9 years agoNot applicable
Anonymous,
Directly connect to the JSON file using "Get Data->JSON" entry in Power BI Desktop, then expand the record and lists in the JSON file following the guide in the blog and similar thread below.
https://www.youtube.com/watch?v=t2b-aJ1spAU
http://community.powerbi.com/t5/Integrations-with-Files-and/Multi-Dimensional-Json-file-to-Table/td-p/113667
Regards,- Anonymous9 years agoNot applicable
Anonymous Thank you for the reply. Me I want to store it a text and not json format. I want to use it form a custom visual. I read that a cell can support up to 525 Mo of text file in one cell. But why isn't it working.
- CahabaData9 years ago
Memorable Member
in summary, as I understand your post - you have a long text field. What is the character count length of your data field typically?
what is meant by: "when I try to fetch the MAP column, the column is not complete" ? in that 'fetch' does not have formal definition in Power BI and so do you mean a visual of some kind or in the table itself after import/Get Data?