Forum Discussion

mjovene's avatar
mjovene
Frequent Visitor
2 years ago
Solved

Use table filtered in var to filter the same table again

Hello,

I use the following dataset : 

I first display this table with a filter on the manager selected and the date selected (this date has to be in the range Start Date - End Date) :

My goal is to display next to it the same table but solely filtered on the clients that are present in the table i showed above, and on another date I chose (Date 2). It would look like this :

So I tried to create a metric "GetClients" to filter the clients on my second table : 


(Here [Active Dates 1] is the metric to filter the table based on the first date, so that I retrieve the table first table in my variable)

But when I aply it I don't have the result expected (ClientC shouldn't be there):

Is it a problem to first filter testTable in a variable and then use it to filter again testTable ? 

Are there other solutions to get the clients of the first table?

Thanks

 


 

 

 

 

 

4 Replies