Hello friends,
Need your help with this simple and common scenario:
My model combines two facts: Actual and Budget
Actual is built from API data source and should be refreshed daily (or by "Refresh Now")
Budget - is taken from GoogleDrive Excel file. It changes very rarely (once a month or two)
So, I don't want my queries to actually refresh data from the Budget file each time when the Refresh is run.
(The reason is that it takes time and also that the Google Drive connection fails from time to time - it's annoying since I don't really need it to refresh)
When the budget changes - I am OK with some special simple manual refresh.
Any ideas?
Thanks a lot!
Michael