Power BI can be used to report on data extracted from Market Dojo. Currently questionnaire answers and events are supported.
Steps
Login to Market Dojo
Goto your profile page, make a note of your E-mail and Market Dojo API Key
Search for ‘reports’ to find the reports section.
Choose which report you wish to use (either questionnaire or events).
If you are using the questionnaire report, you will need to find the questionnaire ID. This can be found by visiting the questionnaire in Market Dojo and examining the URL. The id will the number shown in place of xxx in the following url:
[OPTIONAL] the documentation page can be used to try the api. Note that if you try the api on this page, you will not require the email and api key as you are already logged in.
Make a note of the url for the report you wish to create. Either:
https://secure.marketdojo.com/api/v1/reports/events
Or
https://secure.marketdojo.com/api/v1/reports/questionnaires/XXX (replace XXX with your questionnaire ID)
With the details noted in points 2 and 8, you can now build your report
Switch to Power BI
Create a new report, Click ‘Get Data’ Choose ‘Web’ as the source.
Choose the ‘Advanced’ option, enter the url noted in point 8 above, then add the email and api key as extra parts (note the ?email= and &api_key= text) as shown in the screenshot below.