Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have an app containing data about specific web pages. I want to allow users of this app to paste the URL of a page into a text filter to get data specific to that URL.
However, there are often extra parameters in URLs that make them longer, meaning they are no longer exactly the same as the URLs in the list I'm checking against. So I want the text filter to use regular expressions to look at only part of the URL, and cut off any extra parameters at the end.
So suppose this is the app:
This is how the filter works when searching on "example.com/page1", a literal match with one of the cells:
But it doesn't work on URLs with parameters added, like "example.com/page1&referrer=mail":
Is there a way to make PowerBI look at only part of the string in a Text Filter with user input?
Thanks in advance.
Solved! Go to Solution.
Hi @FrankvanDorp
Unfortunately, all text slicers (including external from the market place) can search for text based on partial input, but they cannot ignore irrelevant characters and perform a search based on something that is only "similar" to the beginning.
There is an idea about a similar issue you can vote for it or post your idea :
https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=6242eec2-fa3e-ec11-a3ee-281878e61691
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi @FrankvanDorp
Unfortunately, all text slicers (including external from the market place) can search for text based on partial input, but they cannot ignore irrelevant characters and perform a search based on something that is only "similar" to the beginning.
There is an idea about a similar issue you can vote for it or post your idea :
https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=6242eec2-fa3e-ec11-a3ee-281878e61691
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
User | Count |
---|---|
84 | |
80 | |
69 | |
46 | |
46 |
User | Count |
---|---|
106 | |
50 | |
49 | |
40 | |
39 |