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 write this date picker query in report Builder but keep getting an error
=IIf(NOT IsNothing(Fields!ACT_START_DATE.Value), AND (Fields!BL_START_DATE.Value Is Nothing),DateAdd("d",3,Today())) does anyone know what i am missing ?
here is the error message
The Value expression for the field 'Test' contains an error: [BC30201] Expression expected.
Solved! Go to Solution.
Hi @Anonymous ,
Please try the formula.
= IIf( NOT IsNothing(Fields!ACT_START_DATE.Value) AND (Fields!BL_START_DATE.Value Is Nothing), DateAdd("d",3,Today()))
Best Regards,
Winniz
Hi @Anonymous ,
Please try the formula.
= IIf( NOT IsNothing(Fields!ACT_START_DATE.Value) AND (Fields!BL_START_DATE.Value Is Nothing), DateAdd("d",3,Today()))
Best Regards,
Winniz
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.