Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
Hi @annahuo ,
You can try changing this section:
Replacer.ReplaceValue
to this:
Replacer.ReplaceText
Pete
Proud to be a Datanaut!
Dear Pete,
It works ! Thank you so much for this help 🙂
Best regards,
Anna