Unlock the Power of Your Data
Integrating reports with Power BI enhances your data analysis by allowing you to automatically sync and visualise the latest data from your selected annotations onto Power BI. This feature eliminates the need to regenerate reports manually, saving you time and ensuring you have the most up-to-date insights at your fingertips.
Steps to Integrate Reports with Power BI
Step 1: Create Your Report in Skand and get the Report ID
Before integrating with Power BI, please ensure that you have created a report based on your selected annotations in the Skand platform.
After creating the report, verify its status to confirm it’s ready.
Click the "View" button to access the report in PDF format. You can find the Report ID in the URL. We will need the Report ID in the next step.
Step 2: Prepare Python script for syncing
Download the
report_script.py
attached to the article (You can find it at the end of the article).Open the Python script using VSCode or any text editor.
Replace the placeholders for your login credentials to Skand, and the Report ID you wish to sync in the script.
Save the file and we will use the script in Power BI later.
Step 3: Prepare Power BI and Python on your device
If you don't have Power BI and Python installed on your device, follow the steps below to get them set up:
Install Power BI Desktop: Download Microsoft Power BI Desktop
Install Python: Download Python 3.7.7. Ensure that you select the option "Add Python to PATH" during the installation.
You can learn more about supported Python packages in Power BI here.
Step 4: Set up Report in Power BI
Open Power BI and click on "New Report"
Setup Python in Power BI: Go to File > Home > Options and Settings > Python Scripting
This should be automatically updated
Click on Get Data > More > Python Script
Copy the Python script prepared from Step 2 and paste below in the Python script modal then click "OK"
Select the table and click "Load"
Click "Publish" to publish the report to a web page to share with other users
Publish the report to My Workspace or any other location you prefer
Open your web browser and go to Power BI Gateway to download the Power BI Gateway Personal Mode.
Install Power BI Gateway Personal mode by double clicking on the installation application
Open up web browser and go to https://app.powerbi.com/ and select the report that you have just published. Click on "Refresh" and select "Schedule refresh"
Click on "Gateway and Cloud Connections" to ensure the status is running.
Select Refresh and click "ON" and then choose your refresh frequency and provide refresh failure notification to the report owner or other contacts. Then click on "APPLY" button.
Troubleshooting
If you encounter any issues during the integration process or have questions about the integration, please contact our support team for assistance.
Python Script
Click the button below to download the Python script.