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 All. Below i am pasting a SQL statement:
"case when state in ('Awaiting Info','Open','New') then Due_Date"
How do i write DAX for calculated column according to the SQL statement above? Any help would be much appreciated. Thanks in Advance!
Solved! Go to Solution.
Try:
ColumnName = IF([state) in {'Awaiting Info','Open','New'}, "Due_Date")
Try:
ColumnName = IF([state) in {'Awaiting Info','Open','New'}, "Due_Date")
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
7 |