Power BI with Power Query

From Charitylog Manual
Revision as of 11:40, 18 November 2022 by Rduheaume (talk | contribs) (Creating a Queary)
Jump to: navigation, search

This section requires Power BI skills, developer skills and a knowledge of how an API works. It may be useful to use an API Development tool to check the dictionaries and make test calls, Postman is a suitable tool for this. Power Query is used to call the API to retrieve the data.

What you will need

In order to follow this section you will need the following;

  • Dizions API Licence (Read Only or Full)
  • Microsoft Power BI Professional licence
  • Power BI Desktop installed
  • API Development tool (Optional)

Creating a Queary

Here we are going to look at how to get started using the API and Power Query in Power BI.

Open Microsoft Power BI Desktop and select get data.

PowerBI-getdata.png

Power BI Desktop will then open and display the Get Data Menu. By default the All source menu will be selected. Scroll to the bottom of this list and select blank query and click Connect.

PowerBI-blankquery.png


This will open the Power Query Editor and create Query 1. On the menu ribbon in PowerBi Desktop select the advanced editor, to display the code editor.

PowerBI-AEribbon.png

In the advanced editor we are going to create a query to get the available fields from the client endpoint. Below you will see what is required to get this information:

CFqeury.png

You will be prompted that Information is required for the data privacy. Click on continue. Click the check box to ignore privacy and select save.

The query will then run and display a preview table of referrals dated in 2020 with the following fields;

  • id - Case/Referral ID
  • date - The recorded date of the case/referral
  • client - This is the client (record) ID
  • referrer - This is the named referrer recorded.
  • contact_method - This is the contact method recorded when the case/referral was created.
  • client_age_range - This is the persons age range at the time of referral to the project.
  • project_name - This is the name of the project that the case/referral is recorded against.