Forum Discussion

rpiboy_1's avatar
rpiboy_1
Helper V
3 years ago
Solved

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...
  • slorin's avatar
    3 years ago

    Hi, 

     

    use Function.Invoke

     

    Function.Invoke(Expression.Evaluate("FnAdminQuery"&[Geo], #shared),{[DataType]})

     Stéphane