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.
Hello All ,
I have two table A and B and I need to create DAX for below SQL query on it -
select * from
(
select a.user,a.city from A1 a
left outer join B1 b on a.user = b.user and a.city= b.city
where isnull(b.user,'') = ''
) a
where a.user not in (select user from B1)
order by a.city
Thank you for the reply
Solved! Go to Solution.
@Anonymous ,
About how to convert sql to dax, I would suggest you to refer to the tutorial below:
https://www.sqlbi.com/articles/from-sql-to-dax-projection/
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
HI @Anonymous
Can you provide a data sample?
Many Thanks
Mariusz
@Anonymous ,
About how to convert sql to dax, I would suggest you to refer to the tutorial below:
https://www.sqlbi.com/articles/from-sql-to-dax-projection/
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the reply. I have tried it but some of the KEywords are not working on Power Bi editor.
@Anonymous ,
Please remove the key word "EVALUATE".
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
64 | |
51 | |
36 | |
26 |
User | Count |
---|---|
85 | |
55 | |
45 | |
44 | |
36 |