Forum Discussion
Anonymous
7 years agoNot applicable
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...
- 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.
parry2k
7 years agoSuper User
Anonymous you cannot pass your measure value to query, you can create parameter and can pass parameter value to query but not measure.