Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |