Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Conexão de Dados com API de Atualização Diaria

Pessoal,

Preciso me conectar a uma API que traz dados de cada dia.

Contudo, preciso guardar o histórico dos dados, para fazer as analises no Power BI.

No caso, a API sempre traz o dado de cada dia (hoje vem o dado de hoje, e amanhã de amanhã, e assim vai), preciso guardar/armazenar esses dados em um banco de dados ou arquivo csv/xlsx, pra levar tudo no Power BI e fazer as analises, também preciso que esse PBI atualize automaticamente, sendo assim, imagino que esses dados precisam estar em um banco de dados na nuvem.

Alguém já trabalhou com algo parecido, e pode indicar algum caminho a seguir? Tentei já por atualização incremental para ver se dava certo de salvar direto no conjunto de dados no Power BI, mas não está dando certo, será que seria alguma configuração que fiz ou a atualização incremental não funciona dessa forma mesmo?

Agradeço desde já a ajuda!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

To implement the write-back functionality, we create a canvas app in Power Apps from a Power BI report. The app captures data from the Power BI report and creates a gallery out of it; at the same time, the app is connected to the same data source as the one feeding Power BI – we are going to use this to write the data.

 

Please refer to the following document for more information.

Power BI data write-back with Power Apps and Power Automate - Azure Architecture Center | Microsoft ...

Writeback Comments: How To Implement Them in Power BI & Power Apps (zebrabi.com)

Write Back from Power BI using Power Apps - Power Platform Community (microsoft.com)

 

If you want to connect to Excel from Power Apps, refer to this document.

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

To implement the write-back functionality, we create a canvas app in Power Apps from a Power BI report. The app captures data from the Power BI report and creates a gallery out of it; at the same time, the app is connected to the same data source as the one feeding Power BI – we are going to use this to write the data.

 

Please refer to the following document for more information.

Power BI data write-back with Power Apps and Power Automate - Azure Architecture Center | Microsoft ...

Writeback Comments: How To Implement Them in Power BI & Power Apps (zebrabi.com)

Write Back from Power BI using Power Apps - Power Platform Community (microsoft.com)

 

If you want to connect to Excel from Power Apps, refer to this document.

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors