An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Kunal Bhatia ,
Would you please try case(LocalToBaseRate == 0.00000000, 1.00000000, LocalToBaseRate) . Thanks!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What Expression should I use to Replace the Value From 0.00000000 to 1.00000000
In Derived Column - I tried using this Expression , but it gives me NULL result in Preview Output.
This Expression --> case(LocalToBaseRate == 0.00000000,'1')
Column Name = LocalToBaseRate
Value I want to Replace whereever it finds "0.00000000" , it should replace to "1.00000000"
Please suggest the expression for Derived column .
Thanks
An Azure service for ingesting, preparing, and transforming data at scale.
Answer accepted by question author
Hi @Kunal Bhatia ,
Would you please try case(LocalToBaseRate == 0.00000000, 1.00000000, LocalToBaseRate) . Thanks!