WilliamPHII
New Member
- Joined
- Aug 30, 2018
- Messages
- 20
Hi,
I'm new to Mr. Excel, (and to DAX). My problem is that I have a name table with only a list of names. These names appear in four other tables which include dates (There are multiple occurrences of the names, and multiple dates. Not all names appear in all tables).
I'd like to use DAX to filter out all names which occur in at least one of the tables with a date in 2018 (one of the years available from the total date options). In other words, if "Bob" shows up in several of the tables but doesn't have a date in 2018 showing, he would not be in this group.
I really just need a count function that counts the instances of the names in the other four tables for 2018. Then I can run a pivot and filter out any names with 1> count.
Any help would be great!
Thanks.
William
I'm new to Mr. Excel, (and to DAX). My problem is that I have a name table with only a list of names. These names appear in four other tables which include dates (There are multiple occurrences of the names, and multiple dates. Not all names appear in all tables).
I'd like to use DAX to filter out all names which occur in at least one of the tables with a date in 2018 (one of the years available from the total date options). In other words, if "Bob" shows up in several of the tables but doesn't have a date in 2018 showing, he would not be in this group.
I really just need a count function that counts the instances of the names in the other four tables for 2018. Then I can run a pivot and filter out any names with 1> count.
Any help would be great!
Thanks.
William