Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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!!!
User | Count |
---|---|
121 | |
72 | |
71 | |
57 | |
50 |
User | Count |
---|---|
167 | |
83 | |
68 | |
65 | |
55 |