Forum Discussion
bathyphen
3 years agoFrequent Visitor
Filtering via the URL
Hi, I have been trying for some time to pass some parameters into my URL to automatically filter my PBI Report (which has multiple tabs) and I just cannot get it to work. I have read the document on...
- 3 years ago
colon : is not an accepted delimiter between table and column. Use a forward slash / . NO SPACES!!!
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
lbendlin
3 years agoSuper User
colon : is not an accepted delimiter between table and column. Use a forward slash / . NO SPACES!!!
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
bathyphen
3 years agoFrequent Visitor
Thank you for your response.
I changed the names of my table & column to have no spaces & it finally worked. Completely forgot about the colon that might have been an issue. 🤦♀️