You can use Select Where with Starts With to select those rows and then exclude them
Current Data Table() << Select Where(Starts With(:sample, "Bad")) << Exclude(1);
Then in graph builder, hold shift and click on red triangle to select show excluded rows

If you wish to show the values in Principal Components platform I think you would have to write a script for that using graphic script
-Jarmo