Forum Discussion

CookieMonster's avatar
8 years ago
Solved

Do not show data in Table and Multi-Row Card when Text Filter is empty

I have a Text Filter, a table and a Multi-row Card.   When I search in the Text Filter, only the relevent data is shown in the table and Multi-row Card, but when I clear the Text Filter, all data i...
  • sokg's avatar
    sokg
    8 years ago

    1. Create a measure

     

    MeasureToCheck = COUNTROWS(ALLSELECTED(Sheet1[AnimalType]))

     

    2. Select table visual first and then click and drag that measure to visual level filter (see pic below)

     

     

    and choose is 1.

     

    3. Repeat 2 but first click row card.

     

    So we have

     

     

     

    then

     

     

    and at the end

     

     

    Are you ok???

     

     

     

     

     

     

    Are you ok with this???