cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
CGrunberg
Frequent Visitor

Count meetings per person if person is present in any of multiple columns

Hi,

I can't seem to wrap my head around how to calculate this using DAX. I hope one of you clever people would be able to help me.

 

I have a table of sales reps:

SalesRepName | MeetingOwner

 

I have a table of meetings:

MeetingID | MeetingOwner | Date

 

and a second table of meetings:

MeetingID | MeetingAttendeeCol1 | MeetingAttendeeCol2 | Date

 

I need a graph displaying how many meetings a given sales rep has attended either as an owner or as an attendee. All meetings have at least one person linked (the owner), but may have multiple that need to be counted, e.g. if a given meeting has both an owner and two attendees.

 

 

-----

One idea I've had is to unpivot the meetings table on the sales rep value leading to, instead of having one row pr unique meeting, instead having one row per unique meeting-sales rep and then counting sales reps from that table. But I was hoping for a prettier solution with less redundant data.

0 REPLIES 0

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors