Forum Discussion
Kararo
5 years agoNew Member
DAX
I have a two tables (Student Program) & (Event Registration) both connected to third table (Contacts) as they don't have a direct connection.
How I can get the number of contacts that attended an event and registered for program.
5 Replies
- goncalogeraldes
Super User
Please provide a little bit more of context for your question or a sample file! Do you need to COUNT the number of students that registered and also attended?
- KararoNew Member
Yes!
- goncalogeraldes
Super User
What is your current DAX formula?
- KararoNew Member
I am currently trying to use LOOKVALUE formula, but its not working, is there other formula to use?