Hi,
I am trying to something like below.
select
LegalEntityID
,LegalEntityName
from BO_DS_Work.dbo.LE_ROLLUP_EFFDT_SOURCE
where LegalEntityID not in
(select distinct LegalEntityID
from DM_Source.dbo.LegalEntity)
How do I achieve it in Dataservices. Any help appreciated.