Forum Discussion
Anonymous
1 year agoNot applicable
Interpretation of GUI window about privacy level
Hi! Basically - i want to access the Azure Maps Service for forward Geocoding (city -> Longitude, Lattidude). For this reason i made a query in M to access the service and to map a combinatio...
- 1 year ago
Anonymous You're right! Power BI’s privacy levels prevent combining Private (API key file) and Public (Azure Maps URL) sources in a single query for data protection. This blocks sending the API key if privacy levels differ.
Solutions:
-
Temporarily set both sources to Public (safe only for local dev).
-
Use "Ignore Privacy Levels" for the file (local testing only).
-
Move the API key to Azure Key Vault and set both to Organizational.
-
Use Power BI Service parameter credentials in production.
BBF
💡 Did I answer your question? Mark my post as a solution!
👍 Kudos are appreciated
🔥 Proud to be a Super User!
-
Anonymous
1 year agoNot applicable
I tried so set both params to public and it seems, that this kind of adjustment solved the issue.
The authentication to the service still isn´t possible (but the data privacy issue is solved for me atm).
Thank you for your help 🙂