How to use IS NOT NULL in synapse dataflow

NishimuraChinatsu-9854 756 Reputation points
2022-12-20T06:36:09.603+00:00

I would like to use IS NOT NULL in synapse's dataflow, but I can't get it to work.
Can you please tell me how to do it?

I have also tried notNull, but it doesn't work...
I used the dataflow filter.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,392 questions
0 comments No comments
{count} votes

Accepted answer
  1. ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
    2022-12-20T10:16:05.923+00:00

    Hi @NishimuraChinatsu-9854 ,

    Thank you for posting query in Microsoft Q&A Platform.

    You can use expression as !isNull(<value/column>) to evaluate not null values.

    Please check below screenshot for better understanding.
    272389-image.png

    Hope this helps.

    ---------
    Please consider hitting Accept Answer button. Accepted answers help community as well.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful