Forum Discussion

triseid's avatar
triseid
Frequent Visitor
6 years ago
Solved

Filtering a column for a slicer

I have two tables that look like this:   Table 1   | Table 1                      Table 2   |   Table 2   Names        IDs            1-->*         IDs      |   Unique transactions   The 'Names'...
  • triseid's avatar
    triseid
    6 years ago

    Okay ^^ it was very simple and I figured it out. 

     

    =if(count(TransactionID)>0,1,0))

     

    Then set that as a filter on the slicer with 'Names'. Only show values where the measure = 1. 

     

    Thanks you!