gbrueckl / PowerBI-VSCode

A VSCode extension to manage your PowerBI tenant using the Power BI REST API
MIT License
60 stars 12 forks source link

[Idea] View/create/update dataset refresh schedule #20

Open dphillipsathome opened 1 year ago

dphillipsathome commented 1 year ago

It would be nice to view how often a dataset is scheduled to refresh in the VS Code extension. While this can be discerned by scanning through the dataset runs, it'd be more efficient to have that info already summarized. Additionally, I find creating/updating the refresh schedule in the service a little clunky if you need to have it refresh more than a couple times a day, since you have to choose a specific time. It would be nice if the extension could simplify this, or at least allow you to update the refresh schedule in the extension vs. jumping out into the service.

gbrueckl commented 1 year ago

definitely somethin we will consider for the next release(s)

until then, you can use a notebook to update the schedule - this way you at least stay in VSCode