The SafetyCulture Power Query Connector provides a data connection for SafetyCulture in Power BI.
To learn how to install and use this connector please visit our support page.
A Power BI report template has been included with each release. After installing the connector you can download and open this report in Power BI desktop. You will be prompted to enter an API key which you can generate by visiting API Tokens page in SafetyCulture website.
The “Org Name” helps distinguish between organizations locally. This can be particularly useful if you choose to consume data from multiple SafetyCulture organizations. The “Org Name” information doesn’t get transmitted to our servers and is only stored locally on your machine.
You can label the “Org Name” freely, as long as it's unique.
Yes, the “inspections” and “inspection_items” data sets can be filtered using the provided functions of “GetInspections” and “GetInspectionItems”, respectively.
We have a sample report provided which includes a few common use cases of the data present. The report can be found here
schedules
, schedule_assignees
, groups
and group_users
. Is this expected?schedule_assignees
may be a result of that organisation not having any schedules. groups
, group_users
and users
will require the Group Management and User Management permissions in order to load. Please refer to the following support page for more information.
This can result from the data simply not existing or that you don’t have the right permission. For example:
An empty “schedule_assignees” table could mean that the organization doesn’t actually have any schedules created. Learn how to create inspection schedules.
Empty “groups” and “users” tables could mean that you don’t have the “Group Management” and “User Management” permissions in the organization. Learn how to assign permissions as an administrator.
\build.ps1
).bin\AnyCPU\Debug\SafetyCulture-Power-Query-Connector.mez
into [My Documents]\Power BI Desktop\Custom Connectors
directory.Custom data connectors
preview feature in Power BI Desktop (under File > Options and settings > Custom data connectors
).Allow any extensions
in the security options of Power BI.Get Data > More
to bring up the Get Data dialog.In Power BI, the loading of custom connectors is limited by your choice of security setting.
As a general rule, when the security for loading custom connectors is set to 'Recommended',
the custom connectors won't load at all, and you have to lower it to make them load.
The exception to this is trusted, signed connectors
. To sign the connector follow the steps here.
To release a new version you just need to push a new tag and GitHub Actions
will do the rest.
master
branch and pull the latest changes. If you don't you'll tag the wrong commit for release.git tag -a v1.0 -m "Initial Public Release"
.v1.0
and v1.0-beta2
.git push origin v1.0
.