Forum Discussion
asantarsiero
6 years agoNew Member
SQL to PowerBI
Hello everyone!
How do I translate this SQL query into DAX?
status=0 AND transaction_type_uid=0 AND free_flag IN (0,2)
AND NOT EXISTS (
SELECT 1 FROM cancel_request WHERE user_uid=l.user_uid AND status='pending' AND type IS NULL
)
Thanks in advance!
2 Replies
- Greg_DecklerCommunity Champion
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
- AnonymousNot applicableThe most precise answer is: IT DEPENDS.
Best
D