Forum Discussion
Anonymous
7 years agoNot applicable
Need a help on multiple if condition statment
Hi Experts, I need a help, I want to lookup the value from another sheet and check the conditions and calculate the values. the below formula i have it in excel, how to convert it into DAX or...
Anonymous
7 years agoNot applicable
Seriously, how can we possibly help you in an issue like this? DAX is not a 1:1 translation with excel, it's a just a different model. How can we even think about finding a solution without an idea of the data structure?
IFERROR exists also in DAX
VLOOKUP can be generally achieved with a LOOKUPVALUE
IF has the same syntax in Excel and DAX
There is your help....