How to test if SELECT() returns nothing or not

Hi Everyone,

I am trying to test if the following SELECT expression returns NULL or not.

SELECT(
Transactions[Date],
AND( [Name] = [_THISROW].[Name] ,
[Type] = ‘Exit’
)
)

Thanks a lot…

0 4 268
4 REPLIES 4

Thanks Marc

Test your expression over the Expression Assistant.

Thanks Tsuji.

Top Labels in this Space