Main Question :
I have created various custom functions that I frequently use. I would like to store them in a repository somewhere and call them whenever necessary. I know that I can save all those functions in an Excel file and save it in OneDrive. But I would like to save them somewhere I can edit and share them easily like GitHub.
And finally, if it is possible, can we make a private repository? If i want few of my functions to be shared privately, can I protect/lock them using a password?
Helpful Resources:
Understanding the following probably might be helpful in answering this.
Resource 1:
There is a function called #shared in PowerQuery which lists down all the functions available and their respective description. You can know more about it at the following post.
I think understanding how does this function (#shared) work and Where is this information being extracted from will be helpful in answering My main question above. Which is basically, how can I make something like this for my custom functions?
Resource 2:
One possible help for this question would be an existing repository in Github by Hugoberry.
Note:
- I'm not a coder, but I'm comfortable in reading/understanding codes.
- I don't understand Github very clearly.
Edit 1:
For those who are looking for an answer to this question, the answer provided by Nacho works for creating a function with Manual Entry(Text/Number) inputs.
It does not work for functions that refer to a table/parameter.
