The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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