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
- Anonymous4 years agoNot applicable
Hi Amit,
I'm from Sahana team we import data using sharepoint excel file. Since the file name is changing weekly we decided to create parameter and implement it as a M Query in Advance query editor. to access the created parameter in Modeling tab Advance property we are unable to see Bind to parameter option.
- MacBI1 year agoRegular Visitor
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.....