2024-11-06 14:55:05 +05:30
---
title: Run the PowerBI Report Server Connector Externally
2024-12-16 12:04:46 +05:30
slug: /connectors/dashboard/powerbireportserver
2024-11-06 14:55:05 +05:30
---
{% connectorDetailsHeader
2025-02-04 14:49:49 +05:30
name="PowerBI Report Server"
2024-11-06 14:55:05 +05:30
stage="BETA"
platform="Collate"
availableFeatures=["Dashboards"]
unavailableFeatures=["Owners", "Tags", "Charts", "Datamodels", "Projects", "Lineage"]
/ %}
In this section, we provide guides and references to use the PowerBI Report Server connector.
Configure and schedule PowerBI Report Server metadata from CLI:
- [Requirements ](#requirements )
- [Metadata Ingestion ](#metadata-ingestion )
2025-04-01 10:11:51 +05:30
- [Troubleshooting ](/connectors/dashboard/powerbireportserver/troubleshooting )
2024-11-06 14:55:05 +05:30
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/external-ingestion-deployment.md" /%}
2024-11-06 14:55:05 +05:30
## Requirements
The PowerBI Report Server should be accessible from the ingestion environment.
## Metadata Ingestion
{% partial
2025-04-18 08:42:17 +02:00
file="/v1.8/connectors/metadata-ingestion-ui.md"
2024-11-06 14:55:05 +05:30
variables={
connector: "PowerBIReportServer",
2025-04-18 08:42:17 +02:00
selectServicePath: "/images/v1.8/connectors/powerbireportserver/select-service.png",
addNewServicePath: "/images/v1.8/connectors/powerbireportserver/add-new-service.png",
serviceConnectionPath: "/images/v1.8/connectors/powerbireportserver/service-connection.png",
2024-11-06 14:55:05 +05:30
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Details
**Host and Port**:
This parameter specifies the host and port of the Metabase instance. This should be specified as a URI string in the format `http://hostname:port` or `https://hostname:port` .
For example, you might set it to `http://192.168.1.1:80` .
**Username**:
Username to connect to PowerBI Report Server.
**Password**:
Password to connect to PowerBI Report Server.
**Web Portal Virtual Directory Name**
Web Portal Virtual Directory name which you have configured in your PowerBI Report Server configuration manager.
{% /extraContent %}
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/test-connection.md" /%}
2024-11-06 14:55:05 +05:30
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/dashboard/configure-ingestion.md" /%}
2024-11-06 14:55:05 +05:30
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/ingestion-schedule-and-deploy.md" /%}
2024-11-06 14:55:05 +05:30
{% /stepsContainer %}