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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
athhar
Frequent Visitor

Change report parameter using URL

Hello experts,

 

I have a working set up of parameter pOwner and use it to filter the query. Next step is to let user change the parameter value through URL query (https://app.powerbi.com/.../ReportSection?rp:pOwner=amy). Found this article but doesn't seem to work: https://docs.microsoft.com/en-us/power-bi/paginated-reports/report-builder-url-pass-parameters

Any idea?

 

let
Source = Sql.Database("someserver.database.windows.net", "somedatabase", [Query="select * from items where belongs_to='" & pOwner & "'"])
in
Source

4 REPLIES 4
aribanMSFT
Employee
Employee

Im struggling with the same issue. How can a powerBI report viewer edit the parameters ? PowerBI seems ti have been built with novice developers and product managers seriously. Sad but its the truth

lbendlin
Super User
Super User

regular reports don't have parameters (data sources have parameters). You can specify report filters, and bookmarks.

lbendlin
Super User
Super User

i think you are mixing paginated reports with regular reports in the Power BI service. They likely use different URL schemas.

Yes so I learned. Also means there is no way for regular report to change its parameters?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.