# Overview

This section explains the steps to resolve potential issues with connecting to the Power BI service from Inforiver Writeback Matrix on-premises or using services like Google Services, Microsoft Power Apps, and Azure Analysis Services.

## Whitelisting domains to access Power BI & other services

To use the Power BI service and other services from on-premises containers, you need to ensure the following domains are whitelisted:

### **1. Microsoft Power BI Services**

* **`*.powerbi.com`** - Covers all Power BI endpoints, including:
  * `api.powerbi.com`
  * `app.powerbi.com`
  * `pbivisuals.powerbi.com`
  * `appsource.powerbi.com`

### **2. Microsoft Power Apps**

* **`*.powerapps.com`** - Covers Power Apps content services:
  * `content.powerapps.com`

### **3. Inforiver Services**

* **`*.inforiver.com`** - Covers Inforiver endpoints:
  * `content.inforiver.com`
  * `<Inforiver appservice URL>`

### **4. Google Services**

* **`*.google.com`** - Covers Google endpoints for headless report embedding:
  * `accounts.google.com`
  * `clients2.google.com`
* **`*.googleapis.com`** - Covers Google API services:
  * `safebrowsingohttpgateway.googleapis.com`
  * `content-autofill.googleapis.com`

### **5. Microsoft Azure Analysis Services**

* **`*.pbidedicated.windows.net`** - Covers Power BI dedicated capacity.
* **`*.analysis.windows.net`** - Covers Analysis Services endpoints.

### **6. Additional Recommendations**

1. **`*.blob.core.windows.net`** - For Azure Blob Storage access.
2. **`*.cloudapp.net`** - For internal Azure resources.

&#x20;

For more details, please refer to <https://learn.microsoft.com/en-us/fabric/security/power-bi-allow-list-urls>

&#x20;
