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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
pwferguson99
Regular Visitor

filter in URL not working

I have the following tables in my power bi model:

ParentTable(parentid varchar(20))

ChildTable(childid varchar(20))

ParentChildTable(parented varchar(20), childid varchar(20)) (FK to both Parent and Child table)

 

ChildDetail1Table (childid varchar(20), other stuff)  (FK to Child table)

ChildDetail1Table (childid varchar(20) other stuff) (FK to Child table)

 

Slicer with ChildName – from childtable

BarChart1 has data from ChildDetail1Table

Table2 has data from ChildDetail2Table

 

I’m trying to use the ‘?filter= ParentTable/parentid eq ‘xxxx’ ‘ in the url to show the children associated with a specific parent

Is this even doable since I do not have the parentid in any of the visuals? what returns is all children with no filtering - which coincides with the way it looked before publishing

 

I have also tried changing the filter to ?filter= ChildTable/childid in ('xxxx','yyyy','zzzz') - before and after adding the childid to a visualization

I have followed every video and document I can find but am unable to make this work.  Any guidance would be greatly appreciated.  

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, @pwferguson99 

First we need to put a field on Filter on this page before publishing

vyohuamsft_0-1720664094116.png

After publishing, we open the report on the service and append http to the URL, and need to delete experience=power-bi

vyohuamsft_1-1720664319095.png

vyohuamsft_2-1720664411072.png

Then here is my preview:

vyohuamsft_3-1720665650779.png

For more information, please refer to the following document:

Filter a report using query string parameters in the URL - Power BI | Microsoft Learn

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi, @pwferguson99 

First we need to put a field on Filter on this page before publishing

vyohuamsft_0-1720664094116.png

After publishing, we open the report on the service and append http to the URL, and need to delete experience=power-bi

vyohuamsft_1-1720664319095.png

vyohuamsft_2-1720664411072.png

Then here is my preview:

vyohuamsft_3-1720665650779.png

For more information, please refer to the following document:

Filter a report using query string parameters in the URL - Power BI | Microsoft Learn

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you. I added an additional slicer for the parentid and then hid it(because the requirement indicated that it was not to be visible) and it worked.  I guess I thought PBI would be able to read the semantic model/relationships and identify the correct children 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors