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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
annahuo
New Member

Fail to replace "." by "," in power query

Hi,

 

I have encouterd an issue to replace the "." by "," in my requete. After applying the formula "Table.ReplaceValue(#"Colonnes permutées",".",",",Replacer.ReplaceValue,{"NOMINAL"})", the "." still exists and there is no ",". The data type is in text format. 

 

Does anybody encounter the same issue and succeed in tackling with it?

 

Thank you in advance.

 

 

2 REPLIES 2
BA_Pete
Super User
Super User

Hi @annahuo ,

 

You can try changing this section:

 

Replacer.ReplaceValue

 

 

to this:

 

Replacer.ReplaceText

 

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Dear Pete,

 

It works ! Thank you so much for this help 🙂

 

Best regards,

Anna

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors