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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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