Forum Discussion

rkhidesh's avatar
rkhidesh
Frequent Visitor
8 months ago
Solved

Exact match using Microsoft's Text Filter or the Text Slicer

Hello, I want to modify either the Text Slicer or Microsoft's Text Filter so that instead of the "contains" logic, it uses "is" logic. I don't have admin priveleges so I can't install anything. I ca...
  • Anonymous's avatar
    Anonymous
    8 months ago

    Hi rkhidesh,

     

    As suggested by nielsvdc  this feature currently isnt possible with the existing slicers in PowerBI.  You can try using a disconnected search table with a DAX measure to force exact match filtering instead of the default contains behavior. In this approach, the user types or selects a value in a separate slicer table, and a DAX measure then checks whether the value in the main table is exactly equal to that input. The table visual is filtered based on this measure. depending on the data model and user interaction, it may or may not perfectly fit every scenario.

     

    Thanks & Regards,

    Prasanna Kumar