> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/power-bi/resolver-problemas-de-sincronizacao-do-power-bi.md).

# Resolver problemas de sincronização do Power BI

A maioria dos problemas de sincronização do Power BI vem das configurações de conexão, da seleção de tabelas ou do tempo.

Comece pelo histórico de sincronização e pelo teste de conexão.

### Problemas comuns

#### O teste de conexão falha

* verifique os valores de conexão salvos
* gere novos valores, se necessário
* confirme que a Licença do Power BI está ativa

#### A sincronização demora muito

* aguarde até que a execução atual termine
* reduza a seleção de tabelas, se necessário
* revise as mensagens de log mais recentes

#### Há dados faltando no Power BI

* confirme que a sincronização foi concluída com sucesso
* verifique se a tabela está selecionada
* atualize o conjunto de dados no Power BI

{% stepper %}
{% step %}

### Verifique o histórico de sincronização

Revise primeiro a entrada de log mais recente.
{% endstep %}

{% step %}

### Testar a conexão

Confirme que a conexão em si funciona.
{% endstep %}

{% step %}

### Revise a seleção de tabelas

Verifique se as tabelas corretas estão ativadas.
{% endstep %}

{% step %}

### Execute uma nova sincronização

Inicie uma sincronização manual depois de ajustar as configurações.
{% endstep %}
{% endstepper %}

### Perguntas frequentes

<details>

<summary>O que devo verificar primeiro?</summary>

Comece pelo log de sincronização mais recente.

</details>

<details>

<summary>Um teste bem-sucedido ainda pode levar a problemas de sincronização?</summary>

Sim.

A conexão pode funcionar, enquanto uma sincronização ainda falha depois.

</details>

<details>

<summary>Quando devo entrar em contato com o suporte?</summary>

Entre em contato com o suporte quando testes e sincronizações repetidos continuarem falhando.

</details>

### Tópicos relacionados

* [**PowerBI**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/power-bi.md)
* [**Ver histórico de sincronização**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/power-bi/ver-historico-de-sincronizacao.md)
* [**Teste a conexão do Power BI**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/power-bi/teste-a-ligacao-do-power-bi.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/power-bi/resolver-problemas-de-sincronizacao-do-power-bi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
