This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi all,
I am working with a dynamic data source and the Power BI Service does not support refresh of a dynamic data source. However, I've seen a couple of posts where fetching data with Web.Contents has worked in PBI Service.
Is there any way I can modify my query to get it to work? If not, are there any alternatives/work-arounds for this issue?
Here is the query:
= let
Result = Json.Document(Web.Contents(
"URL",
[
Headers = [#"Content-Type" = "application/json", #"Method" = "POST", #"User-Agent" = "Mozilla/5.0"],
Content = Json.FromValue([ #"parameter" = "value"])
]
))
in
Result
Any help is highly appreciated.
Thanks!
Solved! Go to Solution.
Hi @Anonymous
To refresh dynamic data sources in Power BI Service, you can use Web.Contents() and Relative Path parameter in it, please refer:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Check this link for your problem statement:
https://blog.crossjoin.co.uk/2016/08/23/web-contents-m-functions-and-dataset-refresh-errors-in-power...
Hi @Anonymous
To refresh dynamic data sources in Power BI Service, you can use Web.Contents() and Relative Path parameter in it, please refer:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous For dynamic data source in power bi service, check out the below link :
Dynamic data source in power bi service
Hope this helps!!
If this solved your problem, please accept it as a solution!!
Best Regards,
Shahariar Hafiz
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 7 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 34 | |
| 26 | |
| 22 | |
| 21 | |
| 21 |