Forum Discussion
SwiatLudzieTy
Helper I
3 years agoBind free text to parameter
So we can bind an existing field with predefined values to a Power Query parameter and pass it to SQL. Great! But what if I need enable user to insert ANY value (perhaps ID) and bind that to para...
amitchandak
Super User
3 years agoSwiatLudzieTy , based on what I got,
You can have M paramater and replace that in SQL step of power query
"Select * from table where col = " & Mparam
or refer
https://community.powerbi.com/t5/Desktop/Bind-Parameter-not-work/m-p/3034608
SwiatLudzieTy
Helper I
3 years agoHello Amit, unfortunately it does not answer my question. My main question is how to allow user enter free text in report (something similar to slicer, but allowing entering any value) which will be bound to PQ parameter.