Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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.
@Sara15 ,
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.
@Sara15 ,
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.
@Sara15 ,
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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
92 | |
86 | |
85 | |
66 | |
49 |
User | Count |
---|---|
140 | |
113 | |
106 | |
64 | |
60 |