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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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