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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
al12397
Frequent Visitor

Web URL Query String reaching browser character limits? others ways to pass parameters?

Hey All,

I have 2 dashboards. One in which is my Main dashboard with summarized Data and the other is a direct query dashboard with larger dataset. From there I give an option to Users to look at the larger dataset via a weburl in which I pass filters (something like "https://reportingserver.net/Reports/powerbi/exampledashboard&filter=table%2Fcolumn1%20in%20('parameter')") from my "Main" dashboard  . In same instances based on the Value users selects my Query String exceeds the charecter limits set by the different browsers becasue of a lot of paramerters. My question - Is there another way to pass parameters onto a different dashboard in the Reporting Server?maybe instead of a weburl something like passing sql query? Is there a way to solve my Web Url Query String problem without significantly reducing user selections?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @al12397,

>>Can you explain more in detail this approach

In fact, the URL filters that you mentioned not able to interact with other types of filters.

Filter a report using query string parameters in the URL 

So if you want to change the t-sql that applies to your data source, I'd like to suggest you create a query parameter that stored these query string and uses it in the query option of SQL connector. 

After you publish your report to power bi service, you can also modify this query parameter to change the backend query table. (notice: you need to keep the result similar to previous table structures or it will return an error to processing the query table steps)

Using the Power BI Service Parameters to change connection strings (To possibly change between Dev 

Edit parameter settings in the Power BI service 

If you share permission to end users, he also able to do the similar things that I mentioned above.

Regards,

Xiaoxin Sheng

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

HI @al12397,

For your scenario, it is impossible to send other types of parameters/filters from the url query string.
If you setting up query parameter and apply it with your power query table connector function, it is possible to post the t-sql string to database side. (notice: they not able to interact with URL query strings)

Regards,

Xiaoxin Sheng

Hey,

@Anonymous Can you explain more in detail this approach, How does it work, How do I set it up and will it work with only end users making selections drilling down etc?

Anonymous
Not applicable

Hi @al12397,

>>Can you explain more in detail this approach

In fact, the URL filters that you mentioned not able to interact with other types of filters.

Filter a report using query string parameters in the URL 

So if you want to change the t-sql that applies to your data source, I'd like to suggest you create a query parameter that stored these query string and uses it in the query option of SQL connector. 

After you publish your report to power bi service, you can also modify this query parameter to change the backend query table. (notice: you need to keep the result similar to previous table structures or it will return an error to processing the query table steps)

Using the Power BI Service Parameters to change connection strings (To possibly change between Dev 

Edit parameter settings in the Power BI service 

If you share permission to end users, he also able to do the similar things that I mentioned above.

Regards,

Xiaoxin Sheng

lbendlin
Super User
Super User

Are these filters predictable (ie the users always seems to use the same set of fields etc) or random (no discernable pattern?).  If the former then you might be able to create different reports that better cater to the users' preferred focus.

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.