Forum Discussion
wjey9f
3 years agoRegular Visitor
Dynamic Data Source Refresh in Power BI Service
I am trying to schedule a refresh from a csv file located on a network drive that is updated daily with a date stamp at the beginning. Below is the current dynamic input that allows me to refresh wi...
GilbertQ
3 years agoSuper User
Hi wjey9f
As far as I know it is not possible to use a dynamic data source because it will always first try and detect the file. When it is dynamic it cannot do that.
With that been said, what you could do is to rather browse the local folder which will be the same folder. Then dynamically you can filter the files for your file name as based above?
- wjey9f3 years agoRegular Visitor
This worked to set up the refresh schedule! Thank you!
One part I forgot to mention is that I was hoping the refresh would fail if files with that specific date stamp were not in the folder. That way I could get an email notification that there was no file available. Any chance you know a workaround for this?
I appreciate all your help!