Get member list that don't have transaction in selected period #Tableau

StackOverflow https://stackoverflow.com/questions/16710034

  •  30-05-2022
  •  | 
  •  

Pergunta

I have member and transaction record. I need to generate a report that will list out member that don't have any transaction in selected period of times. For example: When I choose 6 month ago in the filter, Tableau will list out all member that don't have any transaction for the whole 6 months.

Member
------------------
MemberID Int
Name String


Transaction
------------------
TransID Int
TransDate Date
FK_MemberID Int
Amount Decimal

Does anyone have any knowledge to achieve this using tableau filter instead of at query level?

Thanks

Foi útil?

Solução

You can easily create 'months_between' calculated member, then filter by this member:

enter image description here

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top