Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
In a Dataflow, I have a table containing the [Value] column, which looks like this:
| Value |
| 24.572,02 € |
| 4.501,02 € |
| 242,09 € |
I tried using
Hi @Anonymous ,
Have you tried changing Replacer.ReplaceValue to Replacer.ReplaceText and also changing the replace to value from "" to null?
Pete
Proud to be a Datanaut!
HI @Anonymous
I think the engine is implicitly converting the data type if you are replacing the currency sign with blank/" ", because the whole column would then be filled with float/decimal type numbers.
reference article: Power Query M type system - PowerQuery M | Microsoft Learn
instead of replacing, you could even split column by delimeter if required instead for other purposes.
Appreciate a thumbs up if this is helpful.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.