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.
Hello
I have repeatedly asked for some clarity on how to create a custom slicer but I get answers that are not self-explanatory.
Please if you don't want to describe ALL the steps to achieve this (ie. what and how to create tables, measures, slicers etc if needed) don't waste time to reply as I will not be able to use your answer.
I have a table that I want to filter based on whether a Col1 contains the string "A" or "B".
I want to create a slicer that will have two selections: A and B.
What do I need to code (table? measure?) and what do I need to drop in the slicer field?
Thanks!
Solved! Go to Solution.
Hi @Anonymous
You can filter the value in the filter panel with measure =1, like below:
Not exactly, I need it to filter Col1 and display the values containing A or B.
Is that possible?
Hi @Anonymous
You can filter the value in the filter panel with measure =1, like below:
@Anonymous , Assumption is that col1 is in independent table
measure =
var _max = maxx(allselected(Table),Table[Col1 ])
return
calculate(countrows(Table1), filter(Table1,containsstring(Table1[Column1],_max)))
Hi,
1. You can use the same column in the slicer and select the required string.
2. Click on "New Table" and use the below code to create a new table contains "A" or"B" then establish a relationship with your data and use this new column as a slicer.
Appreciate a Kudos! 🙂
If this helps and resolves the issue, please mark it as a Solution! 🙂
Regards,
N V Durga Prasad
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
55 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |