Forum Discussion
Bind to parameter is missing in modelling advanced properties for parameter
- 4 years ago
Anonymous , are you using a direct query? I think this option is for direct query
refer
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters
Anonymous , are you using a direct query? I think this option is for direct query
refer
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters
Hello,
I am using direct query and the option still refuses to appear.
Photo of my parameter:
Here is my M query that is DirectQuery that calls the Param:
let
LearnerChart = #"LearnerChart",
SQLQuery =
"SELECT * FROM [dbo].[ReportLinks] WHERE 1=1 AND URL = '" & LearnerChart & "'",
Source = Value.NativeQuery(Sql.Database(SqlSserver,SqlDB), SQLQuery)
in
Source
Then I created my table of values for the binding process but it still isn't there. Here is an image showing my direct query table and the table I made to store the values in showing no bind option...
I followed the guide you linked step by step. Thoughts? I really am at a loss here.....