[Power Query] Decorate a function parameter with allowed values {1..9}
let | |
fnCopy = setParameters(fn,{1..9}) | |
in fnCopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment