Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hey, for a report I use web.Contents to create tables from json/csv data from the web. These web.Contents calls are consuming an api that uses a Bearer token for authorization. These queries work within the Power Query editor and actually get the correct data, however not when trying to Apply.
When an Apply step is started, I get an "Access Web content" pop up which tries to verify that the data sources can be accessed, which fails because I can't use a Bearer token header in this popup.
an example of a query that works like this would be something like this:
= Json.Document(Web.Contents("https://<website.com/relevant/path>", [Headers=[Authorization=#"bearer-token"]]))
How can I get past the "Access Web content" popup?
Solved! Go to Solution.
@Anonymous , refer if this older solution can help
@Anonymous , refer if this older solution can help
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 79 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |