I have seen a number of posts/questions aiming to extract a single value from an excel cell.
I seem unable to do the reverse, save a single value to a designated cell. I have off course been able to save the result of a query (a whole table) to a given location in an Excel sheet, but can't seem to update a single value.
Is there also any way(s) to do this from within the Power Query code itself without having to load a whole query.
I found that PowerQuery provides built-in parameters: Power Query parameters
However, while I can set these parameters manually (see tutorial linked above, parameters can be defined through the GUI), I cannot seem to figure out how they can be set programmatically.
In brief, I would like to keep track of when was the last update of the data model run to see if the analysis should be run again or not.
Being able to save parameters and update them each time the query is run would be very useful.
Thanks for your help!