Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hey all. I have this table extracting data from API and it was all working fine. Now some changes were made to an API and now instead of getting records I get URL to a json which holds the data. I get new URL each time I call the initial endpoint. My question is how to get the data 🙂
This is how my API call output looks like now, this link hold the data, just not sure how to get there ?
If you take a look at advanced editor, the last step should be something like
in
#"GetURL"
or something like that
Just call another let function on the editor and parse the GetURL into Web.Contents()
If you're okay with it, show me the advanced editor steps but put dummy password or authentication codes to maintain security.
call the fileURL again with Web.Contents() and parse the received JSON again.
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.