Forum Discussion
rpiboy_1
3 years agoHelper V
Passing an argument through Expression.Evaluate
Building from this thread: Solved: Pass Text String as Function Name - Microsoft Fabric Community And having also reviewed Chris Webb's blog post as noted in the same thread. I need to pass a...
- 3 years ago
Hi,
use Function.Invoke
Function.Invoke(Expression.Evaluate("FnAdminQuery"&[Geo], #shared),{[DataType]})Stéphane