# 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;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/inforiver-enterprise-on-prem/troubleshooting-steps/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
