Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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 |
---|---|
21 | |
19 | |
12 | |
9 | |
7 |
User | Count |
---|---|
30 | |
27 | |
14 | |
13 | |
11 |