The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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: