Forum Discussion

ashukla2's avatar
ashukla2
Regular Visitor
3 years ago
Solved

Best way to modify parameters for advanced editor

I have a SQL database that I generate new queries for through the Advanced Editor. To get some customability in the query, I created a couple parameters and reference those in the advanced editor. Ho...
  • v-jianboli-msft's avatar
    v-jianboli-msft
    3 years ago

    Hi ashukla2 ,

     

    If you want to bind a parameter, you need to under DirectQuery mode:

    Besides, you should check if your query use your parameter correctly.

    Here is my example:

    When I change the parameter in power query, the data of TESTTABLE will change accordingly:

     

    Best Regards,

    Jianbo Li

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.