Forum Discussion

MikeyDK1's avatar
MikeyDK1
Frequent Visitor
3 years ago
Solved

Data source connection

Hey   I have just downloaded MicrosoftDefenderForEndpoint-PowerBI/Administration and Management at master · microsoft/MicrosoftDefenderForEndpoint-PowerBI · GitHub pbix file.   It works fine in P...
  • ibarrau's avatar
    ibarrau
    3 years ago

    With Variables I mean the values are in the code writen. You can use "parameters" that will need to write it at Service or it's just another step at the power query code. You can have steps like
    tenantId = 'xxxxx'
    appId = 'xxxxx'
    appSecret = 'xxxxx'
    resourceAppIdUri = 'https://api.securitycenter.windows.com'
    oAuthUri = "https://login.windows.net/$TenantId/oauth2/token"

     

    If you have a Web.Contests with all those values in the request login and getting the data with only code, then it's an anonymous auth because the code is already doing it all.

    I hope that make sense