Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Calculate Appointment participants

Hi,
I'm totally new to everything PowerBI and have previously worked mostly in development, as such im not to experienced with Excel either, so bare with me 🙂

I got a problem that that making me bald, it's quite complex (I think). Basicly I have a Dataset of Appointments from Dynamics that contains:

  • Date 
  • Organizer (1 name)
  • Participants (0-N names delimited by ";")
  • Subject (Meeting Subject)
  • Regarding (Name of the regarding case)

 

So i want to make a graph that shows the attendence count of each organizer and participant in a given timeframe.

Count on the Y and Name of Person on X.
I have tried to split the participants column into multiple rows, but then i get lost with the counting since organizer the appears over multiple rows on the same Appointment. So i need to count the individual participants and organizer on each appintment but make sure that the organizer just being counted once for each exact date.

I feel that im just running in circles, anyone here have some good ideas on this issue?

Thanks a bunch

2 ACCEPTED SOLUTIONS
Greg_Deckler
Community Champion
Community Champion

I would split that column out and then unpivot the column so that you end up with one row per participant for each appointment. Then the counting should be trivial.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

Ashish_Mathur
Super User
Super User

Hi,

 

Write this measure

 

Number of Organisers = DISTINCTCOUNT(Data[Organizer])

 

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

3 REPLIES 3
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

You may take a look at the following post.

https://community.powerbi.com/t5/Desktop/Summarising-Actual-and-Target-Hours/m-p/405633#M185682

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Ashish_Mathur
Super User
Super User

Hi,

 

Write this measure

 

Number of Organisers = DISTINCTCOUNT(Data[Organizer])

 

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Greg_Deckler
Community Champion
Community Champion

I would split that column out and then unpivot the column so that you end up with one row per participant for each appointment. Then the counting should be trivial.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.