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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Mbuczynski
Frequent Visitor

Dynamic Filtering not working with new table visualization

I have a dynamic filter on a table that link to a different report. When I changed the table to the new table visual the links go to the correct report but do not filter even though the filter data is passed into the url correctly. Anyone else having this issue? I was able to validate this as the root cause by using an older version of the file with everything else the same except for the visual type was the old static table.

1 ACCEPTED SOLUTION

@Mbuczynski

 

ETA is between 08/16 and 08/21 for Power BI Service.

The fix will appear on Sep 2017 version of Power BI Desktop (Usually first week of September).

 

A workaround is to replace any space in the data with %20

This can be done using a calculated column as

Url2 = SUBSTITUTE(Table1[URL], " ", "%20")  

 

Dynamic Filtering not working with new table visualization_1.jpg

 

Best Regards,
Herbert

View solution in original post

6 REPLIES 6
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Mbuczynski,

 

Could you please provide more information?

What kind of URL and link here? (maybe you are using Power BI embedded.)

Maybe these two posts could help:

Passing-parameters-to-the-report-URL

https://www.youtube.com/watch?v=nfkVljh_9O4&feature=youtu.be

 

Best Regards!

Dale

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

@v-jiascu-msft - This is on a published report in the power bi service. I used the dynamic filtering technique listed in the guy in a cube video linked below. It was working until I changed the table to the new table format (the one that can be clicked and used as a filter) included with July's release. 

 

https://www.youtube.com/watch?v=EXObcA9G9Vw

Hi @Mbuczynski,

 

There is a workaround for now. Just for now, I am going to submit an report internally and I will post here as soon as I get response.

The workaround is: create the url, then paste it in the browser. Finally we will get a new url. Use this new url in the report. 

Thank you for your understanding and patience.

 

Best Regards!

Dale

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

@v-jiascu-msft - Thank you for the response Dale, and thank you for escalting to the team. 

 

Unfortunately, that work around will not work for us. We have a dynamic set of data that we are using to pass through to the filter and I cannot manually update that each day. At this time the links will remain broken. 

@Mbuczynski

 

ETA is between 08/16 and 08/21 for Power BI Service.

The fix will appear on Sep 2017 version of Power BI Desktop (Usually first week of September).

 

A workaround is to replace any space in the data with %20

This can be done using a calculated column as

Url2 = SUBSTITUTE(Table1[URL], " ", "%20")  

 

Dynamic Filtering not working with new table visualization_1.jpg

 

Best Regards,
Herbert

@v-haibl-msft - Excellent. Thank you for your help. Looking forward to the fix. In the meantime, the workaround provided works great. 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

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.