Forum Discussion
Multiple lines text in a table or Matrix
- 10 years ago
Anonymous, it appears not to be SQL related but a direct issue with PowerBI.
I have made contact witht hem and they are activly looking into this.
My way around this for now is to pull the data into a pivot table in Excel and use the workbook function now available in BI, not ideal but a work around.
Thanks for your help.
Hi Anonymous,
It is one field thats wrapped up into 1 line, not the whole table.
It appears that the associated field in our SQL database uses a double space as the new line identifier.
Thanks
Craig
CraigBlackman can you pull the data from the data using a query? You could specify a function to split text for that field on that delimiter if you want it in two rows instead of the one.
- CraigBlackman10 years agoHelper III
Hi Anonymous,
The data is presently using a SQl query to do so, so yes I can.
Not sure how to do as you suggested. Can you point me in the right direction?
Thanks
Craig
- Anonymous10 years agoNot applicable
CraigBlackman There are multiple ways to accomplish this. This forum has several different solutions to the problem, in your case you would just change the comma delimiter to double space.
http://stackoverflow.com/questions/5493510/turning-a-comma-separated-string-into-individual-rows
- CraigBlackman10 years agoHelper III
Anonymous, it appears not to be SQL related but a direct issue with PowerBI.
I have made contact witht hem and they are activly looking into this.
My way around this for now is to pull the data into a pivot table in Excel and use the workbook function now available in BI, not ideal but a work around.
Thanks for your help.