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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
i made an app on power bi online where i have some dashboards(all these dash pull data directly from an api rest). when i try to update the dash on pbi online it gives me the following error
"Something didn't work out
This dataset includes a dynamic data source. Because dynamic data sources aren't refreshed in the Power BI service, this dataset won't refresh. Learn more: https://aka.ms/dynamic-data-sources.
Please try again later or contact support. If you contact support, please provide these details."
someone could help to fix this?
Solved! Go to Solution.
Please follow the documentation. Use RelativePath and Query parameters. https://learn.microsoft.com/en-us/powerquery-m/web-contents#example-1
Please follow the documentation. Use RelativePath and Query parameters. https://learn.microsoft.com/en-us/powerquery-m/web-contents#example-1
thanks a lot!