I have multiple parameters for a report in SSRS Report Builder. I want all the parameters to allow blank values if no selection is necessary, but when I try to run the Report, the first parameter will allow a null/blank value and it will prompt me for the rest of the parameters. Is there any way around this?
Set Allow Blank Value(and/or Allow NULL Values) for all the parameteres.

If the Available values are set, make sure your available values for the parameter brings Blank(and/or NULL) values.
If it comes from query. Update your query something like this:
SELECT FieldX FROM Table1
WHERE blah=blah
UNIONSELECT ''
UNIONSELECT NULL
If it is specify values then specify Blank and NULL values

Set the Default values to pull the blank(OR NULL) depending on your requirement. For Blank leave the value as empty.

Final thing your query which produces the data can handle Blank(and/or NULL) values.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With