Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Is there a way to change a string parameter to replace certain characters and then save this to a new parameter, such that if the first parameter is changed then the second one automatically updates as well?
Solved! Go to Solution.
Hi! I was trying to create a parameter that was based off a user given string. This string is then passed into an sql query with a bunch of special characters escaped. I did this through passing it to the SQL query like "% stringName %" and then adding a bunch of .textReplace(). Like this: "% stringName%.textReplace().textReplace().textReplace() %".
I was trying to get to a way of escaping those characters, this was the best solution I found
you cannot dynamically create parameters. Please provide a more detailed explanation of what you are aiming to achieve. What have you tried and where are you stuck?
Hi! I was trying to create a parameter that was based off a user given string. This string is then passed into an sql query with a bunch of special characters escaped. I did this through passing it to the SQL query like "% stringName %" and then adding a bunch of .textReplace(). Like this: "% stringName%.textReplace().textReplace().textReplace() %".
I was trying to get to a way of escaping those characters, this was the best solution I found
I'm still not clear what you are trying to achieve. Can you give an example?
The scenario was:
User wants to know the count of a certain string based on an SQL query
That string my contain single and double quotes, and [ or ]
These needed to be escaped automatically prior to being passed into the sql query, and turned into a %
The user needed to be able to change the string on demand and then have power bi update the tiles
I was trying to find out how to be able to pass in this string as a parameter to the sql query in power bi, with those charcaters automatically escaped
In order to do this, I passed it into the query through a parameter, then used .textReplace() a bunch of times to escape all those characters
I was originally trying to use a power bi M query to achieve this, however the parameter wasn't being successfully updated
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 64 | |
| 47 | |
| 41 | |
| 36 | |
| 23 |
| User | Count |
|---|---|
| 185 | |
| 123 | |
| 106 | |
| 78 | |
| 52 |