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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
MoeyersonsJ
Regular Visitor

Extract answers to additional questions from Microsoft Bookings appointment in Power BI Desktop

We are using Microsoft Bookings to set up coaching sessions with our Power BI community.

 

We would like to know from which department/team the people are that request coaching sessions, what problem they face,... To do so, we have added some extra questions to the service: 

 

MoeyersonsJ_0-1732532883972.png

 

We want to build a Power BI report on these booking info and used the Microsoft Exchange Online connector and the SMTP to connect. Most information seems to be available, but I cannot seem to find the answers to the additional questions.

 

Has anybody been through the same struggle and figured this out?

1 ACCEPTED SOLUTION
Expiscornovus
Super User
Super User

Hi @MoeyersonsJ,

 

I have used the Graph API for this in the past.

 

The customQuestionAnswers property is listed within the bookingCustomerInformation resource:

https://learn.microsoft.com/en-us/graph/api/resources/bookingcustomerinformation?view=graph-rest-1.0

 

That bookingCustomerInformation (with the nested customQuestionAnswers) should also be returned in the Get bookingAppointment response, below is an example of the response:

https://learn.microsoft.com/en-us/graph/api/bookingappointment-get?view=graph-rest-1.0&tabs=http#res...

 



Happy to help out 🙂

I share #PowerAutomate and #SharePointOnline content on my Blog, Bluesky profile or Youtube Channel

View solution in original post

1 REPLY 1
Expiscornovus
Super User
Super User

Hi @MoeyersonsJ,

 

I have used the Graph API for this in the past.

 

The customQuestionAnswers property is listed within the bookingCustomerInformation resource:

https://learn.microsoft.com/en-us/graph/api/resources/bookingcustomerinformation?view=graph-rest-1.0

 

That bookingCustomerInformation (with the nested customQuestionAnswers) should also be returned in the Get bookingAppointment response, below is an example of the response:

https://learn.microsoft.com/en-us/graph/api/bookingappointment-get?view=graph-rest-1.0&tabs=http#res...

 



Happy to help out 🙂

I share #PowerAutomate and #SharePointOnline content on my Blog, Bluesky profile or Youtube Channel

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors