Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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:
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?
Solved! Go to Solution.
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:
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: