Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Data Source Credentials for web

If I want to use the data source from the website how do I make it auto-refresh, because I cannot click 'data source credential' 

4 REPLIES 4
Anonymous
Not applicable

tempsnip.png

Did it work?

Hi @Anonymous ,

 

Did you use the RelativePath and Query options with Web.Contents()?

For example, use 

 

Web.Contents(
 "https://data.gov.uk/api", 
 [
  RelativePath="3/action/package_search", 
  Query=[q="cows"]
 ]
)

 

instead of

 

Web.Contents(
 "https://data.gov.uk/api/3/action/package_search?q=cows"
)

 

For more details, please refer to https://blog.crossjoin.co.uk/2016/08/23/web-contents-m-functions-and-dataset-refresh-errors-in-power-bi/

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

 

It is hard to tell what your data sources are from the information provided

 

Can you expand the "Gateway connection" so I can see the sources needed?

 

If you are connecting to on-premise data sources, then you need to setup the gateway, then you should be able to expand the credentials area

 

Just need a little more information to tell

 

Thanks,

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors