Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Filtering everything but one column in a table?

Hi,    I have got a filtering issue here. I created a measure for finding when a keyword was first seen based on the date table and the calculate funciton:  First Seen = CALCULATE(FIRSTDATE([Date...
  • Anonymous's avatar
    Anonymous
    5 years ago

    I solved it using this formula: 

    First Seen = CALCULATE(MIN([Date]), ALL('Calendar'[Date]))

     And then applying filter for impressions >0