Forum Discussion
sathyaramesh
Advocate II
7 years agoneed help to connvert sql query to dax
Hi, I have a sql query i need to implemet in dax. select distinct id, name from table1 where product= 'abc' and not exists ( select manufacturer, manu_name from table2 where ltrim(rtr...
v-yuta-msft
Community Support
7 years ago
Does table1 and table2 have relationship with each other? Could you share some sample data?
Regards,
Jimmy Tao
sathyaramesh
Advocate II
7 years agoPlease check the below link i posted the sample data
v-yuta-msft
https://community.powerbi.com/t5/Desktop/Need-help-to-implement-sql-query-to-dax/m-p/792418#M381460
Thanks