March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
My report (PBIX file) is developed with Power BI Desktop and saved in my OneDrive 365. I published this report in premium workspace in service. When I go to check the report in service it is there and works fine. On the following day in the morning I want to refresh my data so this is what I do
Is there a way to do this automatically daily so the user of my reports just refreshes the browser in order to get new data in?
Solved! Go to Solution.
Good job,
That's normal it can take couple minutes to see the updates applied on the page or just refresh it and you will see it right after
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
looks ok now
I scheduled another one to run at 11 am and as of now looks like it is still running (see red arrow). when I manually refresh it it takes only like 20-30 seconds
Refresh the whole page
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
I was able to adjust the code and set up the refresh schedule. It did run this morning successfully according to the message however the report did not show fresh data only after I manually clicked here
Good job,
That's normal it can take couple minutes to see the updates applied on the page or just refresh it and you will see it right after
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
ok fair enough how would I adjust this. This is the data that i have to manually update every week or so in excel file which is use as a source for my blank query. This file is for one table in this report. All other tables are done via blank query/api calls
When go here Data Source Settings dialog in Power Query Editor, and then select Data Sources In Current File i see this which is file I am using to get data for one of my tables. Is that why? This file is in my OneDrive
I am using API calls in my power queries. Is that why I cant refresh?
I think you are misusing the fonctionality of OneDrive integration
The purpose is clearly not for refreshing the model
Power BI Desktop OneDrive and SharePoint integration - Power BI | Microsoft Learn
You might want to use different approach if you want to refresh the model automatically.
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
Where is "Query 1" coming from? I have 12 queries in my report. None of them are called "Query 1"
Your issue is due to refreshing dynamic Datasources. I found this for you
Certainly! Refreshing dynamic data sources in Power BI Service can be tricky, especially when dealing with APIs and dynamic content. Let’s tackle this step by step:
Dynamic Data Sources in Power BI Service:
The Challenge:
Workaround:
let GetPages = (Path) => let Host = "https://management.azure.com/subscriptions/", Source = Json.Document(Web.Contents(Host, [RelativePath = Path])), LL = @Source[value], Next = Text.Replace(Source[#"nextLink"], Host, ""), result = try @ll & @GetPages(Next) otherwise @ll in result, Fullset = GetPages(SubscriptionId & "/resources?api-version=2019-05-01") in Fullset
Explanation:
Apply to Your Scenario:
Remember, this workaround ensures that your dynamic data sources are refreshed in both Power BI Desktop and the Service. If you encounter any issues, feel free to ask for further assistance! 🚀
also in the community many had faced the same issue, check them out
Search - Microsoft Fabric Community
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
I was able to get to this line
LL = @Source[value] but had to modify it to
LL = @Source,
which returns table
Can anyone help from here
Sorry, what is this spoiler?
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
sorry it must have been something in my cut and paste. Would you be able to adjust this code a bit. I am confused by the part of the code where you have fullpath variable. I have api key and couple of variables in post data
What code? My fullpath variable !
Honestly I have never worked with dynamic datasources but it doesn't hur to try
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
This is good information but none of my queries containg paging. How would I narrow it down to see which one of my queries is preventing me of doing automatic refresh? Each of my queries is showing me this
Try them one by one after publishing it in the service.
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
Hi @stribor45
In the service go to semantic model settings and set up a scheduled refresh
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
32 | |
24 | |
12 | |
11 | |
9 |
User | Count |
---|---|
47 | |
46 | |
23 | |
12 | |
9 |