Forum Discussion
Adding Custom filters - Custom PowerBI Connector
- Anonymous4 years ago
Hi OndrejH ,
I found some blogs about creating custom connectors and a thread with the same needs as yours, hopefully the methods used in them will help you.
Power BI Custom Connector – Quick Start
Custom Data Connector: How to Deploy and Test
Custom Connectors - how to pass parameters (see the message 6 from seadude)
There is an easier way to pass parameters in the URL. When creating a Custom Connector, use "{}" in the path for each dynamic parameter.
**Example:**
https://test.com/api/{version}/{parameter1}/test
Best Regards
Hi OndrejH ,
I found some blogs about creating custom connectors and a thread with the same needs as yours, hopefully the methods used in them will help you.
Power BI Custom Connector – Quick Start
Custom Data Connector: How to Deploy and Test
Custom Connectors - how to pass parameters (see the message 6 from seadude)
There is an easier way to pass parameters in the URL. When creating a Custom Connector, use "{}" in the path for each dynamic parameter.
**Example:**
https://test.com/api/{version}/{parameter1}/test
Best Regards
Does the "{}" work with the service? or will it treat is as a dynamic connector?