Hi guys,
first of all great article, i've used this as reference for our design concept to deploy workbooks.
Now I actually have a question about maintaining/creating/updating workbooks.(please refer me if I this is not the place to ask me this question).
As in this article you have set up a PowerShell script that deploys per workbook, each workbook in a separate json file that contains actually the workbook data(queries etc).
Is there another approach of how you could do this?
I just like to know . I could give you a sample of how we have done this. https://raw.githubusercontent.com/joerianto83/templates/master/sampleworkbook
in my opinion this is not efficient, and doesn't give any good overview and it so faulty sensitive. Like to know your opinion about it.
What I would prefer is the method you are using here, create separate workbooks keep the logic and data separated.