The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi everyone,
Currently I'm stumbling on an issue integrating a slicer and text filter functions. I would like to to the following:
When selecting an item (e.g., Store A) on the slicer -> apply that filter to the visual:
When searching for a word (e.g., 'apple') on the text filter -> show the counts on the visual:
Both tasks are easy to implement when using separate visuals; however, I would like to use one and the same visual (or at least hide the one that is not used).
Does anyone know how I can visualize the results showing only one visual at a time?
Thanks!
Robert
Hi, @Anonymous
May I ask if your problem has been solved?
It makes it easier to give you a solution.
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , if you want change the measure
then a measure like
if(isfiltered(Table[Text]), [count measure], [Sum measure])
@amitchandak, Thanks! This works, but now when I use the text filter, it shows the count for every product:
Whereas, I just need:
Also, in order to use the slicer again, I need to manually clear the text filter first. Is there perhaps a way where I can still use 2 visuals (one for the slicer and one for the text filter), but hide the one that is not used? (e.g., when using the slicer, hide the text filter visual and vice versa).
Thanks again!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
123 | |
85 | |
77 | |
55 | |
49 |
User | Count |
---|---|
135 | |
127 | |
78 | |
64 | |
63 |