Forum Discussion

instdes's avatar
instdes
Frequent Visitor
3 years ago
Solved

Link Measure Card to Table Visual

Hi,   Any help would be greatly appreciated.  I have a Card with the following measure:   Errors = var ErrorCount = CALCULATE(COUNTROWS('Table'), CONTAINSSTRING('Table'[HasErrors], "True")) retu...
  • Ritaf1983's avatar
    3 years ago

    Hi instdes 
    Cards have no filter functionality.
    Alternatives :
    1. Use a table instead of a card.

    2. Add a button like the "Show errors" / blank button on the card and use the bookmarks functionality to change your original table to a filtered one.
    Here is a link to a published example to use: Published example 
    I recorded my steps in modifying the link to mp4 :here 
    Link to sample bpix : here 

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly