Forum Discussion
adoalan
Helper III
3 years agoCase when in Power BI
I have this SQL code and I need to convert this in a dax in Power BI Can I get some help: Thank you
- 3 years ago
adoalan you're missing two brackets "))" after "...Street1])" and after "...PostalCode])"
- 3 years ago
adoalan
You are missing the brackets :-Can you just try this :-
Valldata Fix = IF(nfp_giftaiddeclaration[cratedbyyominame] = "Valldata" && ISBLANK(nfp_giftaiddeclaration[House])
&& ISBLANK(nfp_giftaiddeclaration[Postcode]) && NOT(ISBLANK(RELATED(contact[Address 1: Street 1]))) && NOT(ISBLANK(RELATED(contact[Address 3: ZIP/Postal Code]))), "Y", "N")
adoalan
Helper III
3 years agoJorgePinho this works half for me. So the c.address1_line1 is coming from a different table called contact and it is not popping up when search. Can you help here?
JorgePinho
Solution Sage
3 years agoAre the tables connected?