Pregunta

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

¿Fue útil?

Solución

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

enter image description here

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top