Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi Community,
I'm developing an application that get's data from a REST API which uses OAuth2.
This query is used to get an initial access token:
= Json.Document(Web.Contents(url,[Headers = [#"Content-Type"="application/x-www-form-urlencoded",#"Authorization"="Basic BASE64(Client_Id and Secret)"],
Content = Text.ToBinary(
"grant_type=client_credentials"
)
]
))The Client_Id and Secret is stored BASE64 encoded inside of the actual query.
My question is if users would be able to access this information from an app published to powerbi.com?
Users will not have Edit permission on the report.
Thanks in advance!
Solved! Go to Solution.
hi, @hnorden
Yes, It is secure when users have no Edit permission on the report.
Best Regards,
Lin
hi, @hnorden
Yes, It is secure when users have no Edit permission on the report.
Best Regards,
Lin
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.