Forum Discussion

mikesolvesbi's avatar
mikesolvesbi
Copper Contributor
Nov 02, 2023

Azure Data Factory Filter

Hello,

When creating a Filter in Azure Data Factory Dataflow can I use 

 

ListPrice != 0

 

or should I use

 

NotEquals(ListPrice,0)

 

Not sure what the difference is.

 

ListPrice is a double.

No RepliesBe the first to reply

Share

Resources