This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
With the 'Replace Values' function, there should be a way to change the values if they are not a specified value. Right now, you can only do it if it is a specified value, but it would help if I could change the values if they are not equal to something. For instance, I have a number column and I want to make it a binary field. If the value is zero, it should stay zero. If it is not zero, I want to change it to 1. It appears that this can only be done if a new column is added, which I would like to avoid to keep the file size smaller. Instead I would like to change the value in that column to 1 if the current is not zero
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.