Forum Discussion
mikesolvesbi
Nov 02, 2023Copper Contributor
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