Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I have these values in a column in a table
AEP
AEP
AEP,AO
AEP,AO,SQI
AEP,SQI
AO
AO,SQI
SQI
From this I have created a slicer in power BI using "contains" which has the follwing values
AEP
AO
SQI
Hi, @Anonymous
I am afraid that it cannot be achieved at present.
Powerbi cannot obtain the status of your last step. Each change of the selected state is compared with the unselected state of the slicer and you cannot compare the last selection state of the slicer with the current selection state.
Best Regards,
Community Support Team _ Eason
You should be able to use a measure like this in your table visual with your column of values to be searched (or as a visual level filter = 1).
Visible =
VAR slicervalues =
VALUES ( Table1[SlicerColumn] )
VAR thisvalue =
MIN ( Table2[SearchColumnValues] )
VAR rowsfound =
FILTER ( slicervalues, SEARCH ( Table1[SlicerColumn], thisvalue, 1, 0 ) > 0 )
RETURN
IF ( rowsfound > 0, 1, BLANK () )
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 45 | |
| 38 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 87 | |
| 69 | |
| 38 | |
| 29 | |
| 26 |