Forum Discussion

Tarik37's avatar
Tarik37
New Member
5 years ago
Solved

Dynamic parameters for SQL statment in native Query (import mode)

Hello everyone, After some research i came across this article that discribe how to bind parameters to a column. Dynamic parameters allow parameters in Power Bi to be bound to a column, in which an...
  • parry2k's avatar
    5 years ago

    Tarik37 I don't think this feature makes sense if you are using the import model coz data is already imported in the memory, it is more to direct query when an only a small set of queries are executed.

     

    What would be the use case for this to work in import mode?

  • parry2k's avatar
    5 years ago

    Tarik37 seems like you want to limit your native query to only pull data based on a date range. I guess for now you need to use direct query instead of import.