Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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 @UsePowerBI
You can filter the value in the filter panel with measure =1, like below:
Hi @UsePowerBI
Not sure if you'd like to get below results:
Pbix attached
Not exactly, I need it to filter Col1 and display the values containing A or B.
Is that possible?
Hi @UsePowerBI
You can filter the value in the filter panel with measure =1, like below:
@UsePowerBI , 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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
86 | |
86 | |
84 | |
67 | |
49 |
User | Count |
---|---|
131 | |
110 | |
97 | |
71 | |
67 |