Forum Discussion
Created two slicers using three column values
- 3 years ago
Due to Data integrity, i am providing the result with sample values as mentioned in my post.
Code sample here:
Slicer1 =
IF(CONTAINSSTRING(Table1[columnxyz],"ABC")
|| CONTAINSSTRING(Table1[columnxyz],"DEF"),"Super",
IF(CONTAINSSTRING(Table1[columnxyz],"12AA"),"Big",
IF(CONTAINSSTRING(Table1[columnxyz],"34BB"),"Work","")))Slicer2 =
Switch(True(),
CONTAINSSTRING(Table1[columnxyz],"ABC")
|| CONTAINSSTRING(Table1[columnxyz],"DEF"),Table1[ColumnB],
CONTAINSSTRING(Table1[columnxyz],"12AA"),Table1[ColumnB],
CONTAINSSTRING(Table1[columnxyz],"34BB"),Table1[ColumnC])
Hello SantoshKumar ,
Please can you share your exepacted result for more understanding.
- SantoshKumar3 years agoMicrosoft Employee
Mahesh0016 Here are the examle:
Option1 is first selection , Option2 is second selection and Option3 is third selection. Let me know whether it will works?- Mahesh00163 years agoSuper User
these are three column in one table or different table.
- SantoshKumar3 years agoMicrosoft Employee
Same Table