Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am trying to create an if statement to see if one value on a table is blank and another value on another table equals whatever. I am getting the result as follows, does anyone know how to resolve this issue?
Solved! Go to Solution.
Hi @Michaelbean21 ,
Please try this:-
Estimated premius bank =
IF (
FACT_BookOfBusiness[Estimated Premius] = BLANK ()
&& RELATED ( DIM_LineStatus[Line Status Code] ) IN { "AQR", "CAI", "CCQ" ....},//add your values of if condition inside " ".
"Audit",
"No Audit"
)
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @Michaelbean21 ,
Please try this:-
Estimated premius bank =
IF (
FACT_BookOfBusiness[Estimated Premius] = BLANK ()
&& RELATED ( DIM_LineStatus[Line Status Code] ) IN { "AQR", "CAI", "CCQ" ....},//add your values of if condition inside " ".
"Audit",
"No Audit"
)
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Thank you much for your help on this! Been trying to figure this out for over a week now.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.