This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
So I am loading CSV data in using the SharePoint Folder option. However, all of my data is loading into one column - it is not getting delimitted.
So I used the Split Column option to delimit by a comma with a quote character of double quotes. However, one of my columns has a few rows with a double-quote in the data which is messing up my formatting.
I changed by Split Column option to not have a quote character setting but now all of my data is contained within double quotes. Is there any easy way to remove all of the double quotes?
I tried to use text.trim in the M code but I cannot figure it out so any help would be greatly appreciated. Thank you!
Solved! Go to Solution.
You could right-click a column and choose 'Replace Values' . Replace " with nothing
Text.Replace([field],Character.FromNumber(34),"")
You could right-click a column and choose 'Replace Values' . Replace " with nothing
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 44 | |
| 43 | |
| 21 | |
| 21 |