The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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(rtrim(category)) <> 'AD' and column1= column1 and name= manu_name)
Thanks in advance
Does table1 and table2 have relationship with each other? Could you share some sample data?
Regards,
Jimmy Tao
Please check the below link i posted the sample data
https://community.powerbi.com/t5/Desktop/Need-help-to-implement-sql-query-to-dax/m-p/792418#M381460
Thanks
User | Count |
---|---|
78 | |
77 | |
37 | |
33 | |
31 |
User | Count |
---|---|
92 | |
81 | |
58 | |
48 | |
48 |