Questions tagged [powerbi-custom-data-connector]

7 questions
1
vote
0 answers

Extract JSON Value and Use in Header in Custom Connector/R

I’m creating a custom connector, the API requires me to authenticate with a username and password, it will then return a token to use for further queries. (The token has to be refreshed every 5mins but that’s another story) I’ve extracted the token…
trevrobwhite
  • 443
  • 1
  • 7
  • 22
1
vote
2 answers

BIM 360 DATA CONNECTOR SOURCE CODE IN C SHARP

We are developing a web application with C Sharp as backend, We trying to integrate BIM 360 data connector in our application, For which, can anyone share a sample BIM 360 data connector source code in C#?
1
vote
0 answers

Power Bi - Custom Connector Oauth2 (fhir)

We've Smile CDR fhir server that supports oauth2. We're trying to connect to it using power bi, for this we're creating custom connector. We've added power bi as a client in Smile CDR. In the code we're passing every details however, we're getting…
0
votes
0 answers

Import Data from Microsoft Graph API to Power BI

I have been trying to import data from Microsoft Graph API directly to Power BI. I have been given credentials for "Secret Key Name", "Secret Key", "Secret ID", "Client ID", "Tenant ID". This is my first time using M function so unable to get it…
0
votes
0 answers

How can we Obfuscate a powerBI custom connector? .mez file

I have written a custom connector for PowerBI which requests my_app for data. this connector is a mez file, and i want to obfuscate this so that users cannot reverse engineer and look at what API calls are made to my_app. Is there a way to achieve…
0
votes
0 answers

How to properly build a Clio Power Query custom connector for Power BI?

I am building a custom Power Query connector for Clio. It is my first PQ custom connector so I need to know 2 things: How do I work in the token handling in the Token Handling section? Once I get that working, how do I make the Client ID and Secret…
0
votes
1 answer

LinkedIn PBI Custom Data Connector - Error when scheduling a report refresh

Such as to report on a company's LinkedIn page from Power Bi, I created a LinkedIn app, with the required scope (using the Marketing Developer Platform product), and developed my own custom data connector to access the API. I don't have any issue…