Forum Discussion
Saxon202202
3 years agoHelper III
Lookup reference multiple columns
Hello, I have two tables are data and report. In data table the following columns are Result, Reference1, Reference2. In report table the following columns are Reference1 and Reference2. I am try...
katika555
3 years agoResolver I
Hi Saxon202202
RETURN
If(isblank(RESULT1)&&NOT Isblank(RESULT2),RESULT2,RESULT3)- Saxon2022023 years agoHelper III
katika555 ,
Can you please explain what you suggested to me. I already created DAX code but it's not working but you gave me for if statement?