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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
MP_123
Microsoft Employee
Microsoft Employee

Passing parameters to the report URL

hi, is it possible to pass paramters to the report URL?

for example to directly slice on October .. 

 

is it possible?

 

thanks!

1 ACCEPTED SOLUTION

@MP_123 Wow, yeah...  I was a little off here. I was thinking SSRS integration with Power BI... Most likely a leftover conversation in my head from this week. - Sorry!

In the Service the report slicers/filters will stay as the selected filters if you save the report with those selections.

I'm not 100% on whether or not this is achiveable in the Service... I know you can pass in filters to an Embedded report. You can find a quick sample outlined by Adam Saxton in his video he just released yesterday - here

He gives you access to a sample where you can set filters and pass them in to the report, and the code to go along with it.

 

Hopefully this answer is more applicable 🙂


Looking for more Power BI tips, tricks & tools? Check out PowerBI.tips the site I co-own with Mike Carlo. Also, if you are near SE WI? Join our PUG Milwaukee Brew City PUG

View solution in original post

6 REPLIES 6
Seth_C_Bauer
Community Champion
Community Champion

@MP_123 Nothing I know of allows us to do this. I have the same request thinking about furthur future integration. Here is a current idea to vote up. It looks like this one has the most votes, and the comments align with this request.


Looking for more Power BI tips, tricks & tools? Check out PowerBI.tips the site I co-own with Mike Carlo. Also, if you are near SE WI? Join our PUG Milwaukee Brew City PUG

actually i don't understand why this idea is what i asked Smiley Frustrated maybe i'm wrong.

i want to give users direct link to the report, with the filters that i want them to see

i saw something with

&?filter eq 'Month'

but it doesn't work for me and i don't know if this is the right syntax or when can i find it.

 

thanks!

Hi @MP_123,

 

I just tested it on my side, and I can still pass parameter to the report URL. The syntax should like below.Smiley Happy

ReportURL?filter=tableName/columnName eq 'value'

 

Regards

http://localhost:83/reports/powerbi/Opportunity%20By%20Count%20and%20Amount?filter=FactOpportunity/Nature eq 'adhoc'

I am Trying to solution above url In Report server but Filter Not working

I guess this link you could solve your questions, my friend:

https://powerbi.microsoft.com/en-us/documentation/powerbi-service-url-filters/

 

It was very useful to me.

@MP_123 Wow, yeah...  I was a little off here. I was thinking SSRS integration with Power BI... Most likely a leftover conversation in my head from this week. - Sorry!

In the Service the report slicers/filters will stay as the selected filters if you save the report with those selections.

I'm not 100% on whether or not this is achiveable in the Service... I know you can pass in filters to an Embedded report. You can find a quick sample outlined by Adam Saxton in his video he just released yesterday - here

He gives you access to a sample where you can set filters and pass them in to the report, and the code to go along with it.

 

Hopefully this answer is more applicable 🙂


Looking for more Power BI tips, tricks & tools? Check out PowerBI.tips the site I co-own with Mike Carlo. Also, if you are near SE WI? Join our PUG Milwaukee Brew City PUG

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors