Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hey
I have just downloaded MicrosoftDefenderForEndpoint-PowerBI/Administration and Management at master · microsoft/MicrosoftDe... pbix file.
It works fine in PowerBI Desktop when using my own credentials.
But how do I setup data source credentials? (I have create an application in Azure)
(Using this in another powershell script)
$tenantId = 'xxxxx'
$appId = 'xxxxx'
$appSecret = 'xxxxx'
$resourceAppIdUri = 'https://api.securitycenter.windows.com'
$oAuthUri = "https://login.windows.net/$TenantId/oauth2/token"
Solved! Go to Solution.
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
Happy to help!
Hi. If your web source is an endpoint and you have all those values as variables setting headers in the code. Then there is nothing else than anonymous to continue because you are handling the auth in the code. I have used that one to connect to some Azure services and it worked good.
I hope that helps,
Happy to help!
But how do I add the variables to a dataset?
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
Happy to help!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
19 | |
16 | |
15 | |
12 | |
11 |
User | Count |
---|---|
32 | |
25 | |
25 | |
19 | |
19 |