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")) return IF(ISBLANK(ErrorCount), 0, ErrorCount)
 
but I would like it so that when the user clicks the card, it then filters the table visual which contains all of the data.  Thank you in advance.
 
  • 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

2 Replies

  • 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