Forum Discussion
Dynamic Filtering not working with new table visualization
- 9 years ago
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")
Best Regards,
Herbert
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")
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.