Forum Discussion
AkankshaAcharya
3 years agoRegular Visitor
Query on custom connectors
Hi team, I have a custom connector in Power BI and would like to distinguish between calls from Power BI desktop from Power BI service. Now my questions are : A) Is it possible to distinguish call...
lbendlin
3 years agoSuper User
Power BI service has no idea how to handle your custom connectors. This is all delegated to the gateway cluster members. These gateway cluster members behave like headless instances of Power BI Desktop. As far as I know there is no way to determine which entity (your PC or a gateway) is requesting the Power Query code for the custom connector. What you could assume is that the operating system of the requestor is Windows 10 or 11 for the desktop, and Windows Server for the gateway.
- AkankshaAcharya3 years agoRegular Visitor
How can I get the operating system of the requestor in the connector? Is there a function that I could use in power query?
- lbendlin3 years agoSuper User
In the vast majority of cases the requestor will be the Azure service. Not sure how that will help you.