Configure a Power BI Report for Project Filtering in Procore
Background
For a Power BI report to be automatically filtered by the selected project in Procore, it must contain a specific table and column used by the Procore Analytics Embedded app. The required naming convention is:
- Table Name:
projects - Column Name:
project_id
Older versions of Procore Analytics 2.0 reports or custom reports often use different names, such as Project for the table and id for the column. Use the steps below to rename them to match Procore's requirements.
Steps
Follow these steps to update the necessary fields in your Power BI report:
- Open your report in Power BI desktop.
- Rename the table:
- Right-click the table name and select Rename (or double-click it).
- Change the name to
projects.
- Rename the column:
- Right-click the column name and select Rename (or double-click it).
- Change the name to
project_id.
- Save the report.
- Proceed to Retrieve a Report's Embed URL from the Power BI Service.

