Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

How to do a Direct Query from a SQL Server Stored Proc and pass Measure value as input parameter?

  I have the following query definition in my Power Query - Advanced Editor:   Currently the value for the input parameter @DepartmentID is hard-coded to 'E126' as shown below: let Source = S...
  • parry2k's avatar
    7 years ago

    Anonymous you cannot pass your measure value to query, you can create parameter and can pass parameter value to query but not measure.