The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello guys,
I need to connect Power BI with MindBodyOnline. I do have API and key, but while connecting it gives error. Anyone who done this in past please help.
Hi @aworsh1 ,
Please check the following links, hope they can help you.
MINDBODY + Power BI Integration: How to connect MINDBODY to Power BI (appypie.com)
How do I connect to REST APIs with Power BI? (Part 1) - Data with Dom
Power BI REST API: Step-by-step Guide to Use It | Coupler.io Blog
If the above ones can't help, could you please provide the following info?
Best Regards
Thanks for response, I have checked with appypie but they are bit costly. I need help to run API's provided by Mindbody in Power BI, following is the API which is provided by them,
curl -X GET -G \ --url 'https://api.mindbodyonline.com/public/v6/sale/sales' \ -H 'API-Key: 6fae438201af4127a4e047c76644558'\ -H 'Accept: application/json'\ -H 'siteId: 5733176'\ -H 'authorization: authorization6' \ -d 'request.endSaleDateTime=2016-03-13T12%3A52%3A32.123Z' \ -d 'request.limit=62' \ -d 'request.offset=100' \ -d 'request.paymentMethodId=140' \ -d 'request.saleId=32' \ -d 'request.startSaleDateTime=2016-03-13T12%3A52%3A32.123Z'
I just need to know where I will put all these parameters and this text to get the data.?
I have applied the url and headers as per attached image,
Upon connecting, I am getting this error,