March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I have more than 500 different values in a column and I need to replace all of them for a single value in a new column. How can I do that easily? Is there such a function as replace all values except blank, for a unique value?
Thanks, RA
Solved! Go to Solution.
hi @Anonymous
try calculated column
Column = IF(
isBlank('Table'[Field]);blank();"YourNewValue")
)
do not hesitate to give a kudo to useful posts and mark solutions as solution
hi @Anonymous
it should work
= if [Column1] = null then null else "YourValue"
do not hesitate to give a kudo to useful posts and mark solutions as solution
Follow the following. Remember you need to add several entries then the system makes a rule and follows the rule.
hi @Anonymous
try calculated column
Column = IF(
isBlank('Table'[Field]);blank();"YourNewValue")
)
do not hesitate to give a kudo to useful posts and mark solutions as solution
Hi AZ38 -
How can I apply this same formula in the POWER QUERY EDITOR?
In my specific case, it would be better to do this there, by addin a Custom column.\
Pls, let me know.
Thank you. RA
hi @Anonymous
it should work
= if [Column1] = null then null else "YourValue"
do not hesitate to give a kudo to useful posts and mark solutions as solution
SUPER!!!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |