Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
75 | |
46 | |
39 | |
33 |
User | Count |
---|---|
165 | |
90 | |
66 | |
46 | |
43 |