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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
mmsherer
Regular Visitor

Report Builder - Required Unchecked in Desktop App, but Required after Publishing

Hey Ya'll. 

 

I've been following these two tutorials: 

https://www.youtube.com/watch?v=9qgFDkpfGPc

https://www.youtube.com/watch?v=XSIbRNXGgPQ

 

But I cannot for the life of me figure out this issue. In PowerBI Report Builder I have my parameters set as not required, but when I publish to service they are required. I have a table connected via sql server, and the parameters created by a combination of the above (mostly the second). Here are my settings: 

mmsherer_0-1773161612577.png

mmsherer_1-1773161624473.png

mmsherer_2-1773161633755.pngmmsherer_3-1773161705812.pngmmsherer_4-1773161759641.png

 

I've tried redoing multiple times, the only thing I still have to try is the default value? Maybe because I don't have one it's making me pick something? 

Thanks!!

 



1 ACCEPTED SOLUTION
v-priyankata
Community Support
Community Support

Hi @mmsherer 

Thank you for reaching out to the Microsoft Fabric Forum Community.

 

Your thought is likely correct. When a parameter is used in the dataset query, Power BI Service still expects a value to be passed when the report runs. If no default value is set, the Service will prompt you to choose one before executing the report.

One thing you could try is setting a default value for the parameter so the report can run without requiring a selection each time. Another option, if the parameter is meant to be optional, is to adjust the dataset query to handle NULL values (ex : WHERE (@Parameter IS NULL OR Column = @Parameter) ). This allows the report to run even when no value is selected.

 

If there are any deviations from your expectation please let us know, we are happy to address. 

Thanks.

 

View solution in original post

5 REPLIES 5
v-sgandrathi
Community Support
Community Support

Hi @mmsherer,

 

Following up to check whether you got a chance to review the suggestions given. If the issue still persists please let us know. Glad to help. 

 

Thank you.

mmsherer
Regular Visitor

Wonderful! Thank you for the suggestion - I will try that 🙂

Hi @mmsherer 

Thank you for reaching out to the Microsoft Fabric Forum Community.

 

I hope the information provided was helpful. i hope you have tried that, please don't hesitate to reach out to the community if you have any other issues.

 

v-priyankata
Community Support
Community Support

Hi @mmsherer 

Thank you for reaching out to the Microsoft Fabric Forum Community.

 

Your thought is likely correct. When a parameter is used in the dataset query, Power BI Service still expects a value to be passed when the report runs. If no default value is set, the Service will prompt you to choose one before executing the report.

One thing you could try is setting a default value for the parameter so the report can run without requiring a selection each time. Another option, if the parameter is meant to be optional, is to adjust the dataset query to handle NULL values (ex : WHERE (@Parameter IS NULL OR Column = @Parameter) ). This allows the report to run even when no value is selected.

 

If there are any deviations from your expectation please let us know, we are happy to address. 

Thanks.

 

Yes! It was a combination of things. The default parameters was one part, but I think for anyone viewing this later, I also had not set up the parameter queries correctly, in the Query Designer page. Lessons learned on DAX. 🙂 Thank you all!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.