Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
haassiej
Helper I
Helper I

DAX Case When

Hi guys,

 

I could really use your help turning the SQL formula below into a DAX format. What is the DAX-equivalent of a 'case when..' in SQL? Help is very much appreciated!

 

 

 

case when nvl(amount_remaining,0) <> 0

and (sysdate - due_date) > 0

then (sysdate - due_date)

else 0 end

 

 

Kind Regards

 

1 ACCEPTED SOLUTION
edhans
Super User
Super User

Try looking at the IF() function, and use multiple criteria by joing them with the double ampersand.

 

= IF(A = 1 && B = 2, Does This If True, Does This if False)


Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

2 REPLIES 2
v-jiascu-msft
Employee
Employee

Hi @haassiej,

 

If you have more than one cases, you can use nested IF or SWITCH.

 

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
edhans
Super User
Super User

Try looking at the IF() function, and use multiple criteria by joing them with the double ampersand.

 

= IF(A = 1 && B = 2, Does This If True, Does This if False)


Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.