Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Paginated report date picker query error

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.

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

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

View solution in original post

1 REPLY 1
v-kkf-msft
Community Support
Community Support

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

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors