Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello!
I have a large amount of rows containing this kind of five char substrings and I would like to create a text search in a visualisation to search for example all rows (row_id) containing for example string WX000.
The number of rows is 3M so I would need a text box where a user could type a substring(s), he/she is interested in.
Is it possible to build a search like that?
With Regards,
Kimmo Sivonen
Solved! Go to Solution.
You can do it by downloading a Text search slicer. Learn how here
However, I suspect each of your records has comma delimited tags?
For example, with a Product name the and Tags
TV, speaker, screen, aerial, remote
Radio, aerial, speaker, LCD display
Phone, aerial, speaker, screen
It is best practice to use Power Query to parse these to a 2-column table with Product and one Tags
TV, speaker,
TV, screen,
TV, remote
Radio, aerial
Radio, speaker
Radio, LCD display
Then just user a standard filer with the search option turned on.
See https://learn.microsoft.com/en-us/power-bi/guidance/import-modeling-data-reduction
This will not increase storage; it will actually reduce storage and improve performance because Power BI uses a columnar rather than a tabular database. Power BI will process millions of rows with just 2 short columns much faster than searching for a string in long text. It is a concept that novices struggle to understand.
I am an unpaid volunteer help, please show your thanks by clicking thumbs up and accepts as solution.
You can do it by downloading a Text search slicer. Learn how here
However, I suspect each of your records has comma delimited tags?
For example, with a Product name the and Tags
TV, speaker, screen, aerial, remote
Radio, aerial, speaker, LCD display
Phone, aerial, speaker, screen
It is best practice to use Power Query to parse these to a 2-column table with Product and one Tags
TV, speaker,
TV, screen,
TV, remote
Radio, aerial
Radio, speaker
Radio, LCD display
Then just user a standard filer with the search option turned on.
See https://learn.microsoft.com/en-us/power-bi/guidance/import-modeling-data-reduction
This will not increase storage; it will actually reduce storage and improve performance because Power BI uses a columnar rather than a tabular database. Power BI will process millions of rows with just 2 short columns much faster than searching for a string in long text. It is a concept that novices struggle to understand.
I am an unpaid volunteer help, please show your thanks by clicking thumbs up and accepts as solution.
Please try the visual called "Text Filter".
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
94 | |
89 | |
32 | |
28 |