Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
Anonymous
Not applicable

Trim Double Quotes from All of My Data

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!

1 ACCEPTED SOLUTION
HotChilli
Community Champion
Community Champion

You could right-click a column and choose 'Replace Values' . Replace " with nothing

View solution in original post

2 REPLIES 2
JakeInUK
Frequent Visitor

Text.Replace([field],Character.FromNumber(34),"")

HotChilli
Community Champion
Community Champion

You could right-click a column and choose 'Replace Values' . Replace " with nothing

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.