Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

URL: query string too long

Hello everyone,

 

I am currently building a Power Apps app and have a problem with a link that shows and filters one of my Power BI reports. Two problems, actually. Please redirect me if I am at the wrong place here.

 

One problem is that sometimes that I get a message of failed login when trying to access the filtered report. I get the following error message for the sign-in link: AADSTS90015: Requested query string is too long. This problem exists across browsers and does not seem to come from the browser limit for URL lengths.

It seems like one can access the link after signing in to Power BI in a separate browser tab but this is more of a workaround than a solution. Some searching lets me believe that this is an issue connected to the Azure AD login and at several places about changing a web.config file. However, since I am not well-versed in administration (I don't have administrative rights in my organization anyways) I would like to know if there is a way to fix this; even better if I can fix it myself.

 

The other problem is that the filter-query of the URL can get quite long, due to how it is dynamically created in the app, and if it gets too long the report does not load anymore. With Edge, I receive the following

(roughtly translating into "This website of app.powerbi.com was not found. For the following address no website was found: <the filtered report URL>).

According to the documentation, there should be no limit to the URL length for the filter and I am only using one condition: <column_name> in <list_of_values>.

 

I am happy for any advice or suggestion on how to approach either problem.

4 Replies