Forum Discussion
Anonymous
5 years agoNot applicable
Real time Paginated reports
We need to generate Real time invoices using Power BI report builder (paginated reports). Our data resides in Cosmos DB. Approach 1 - Getting the data into Datalake and then to Synapse views to...
- Anonymous5 years ago
Hi lbendlin ,
as per the business logic, I needed event hub connectivity between cosmos and power bi rest api.
I finally used azure functions to link event hub with power bi rest api and I am getting the records updated in power bi in less than a second. Thanks for your help, key here was azure functions.
Anonymous
5 years agoNot applicable
Hi lbendlin ,
as per the business logic, I needed event hub connectivity between cosmos and power bi rest api.
I finally used azure functions to link event hub with power bi rest api and I am getting the records updated in power bi in less than a second. Thanks for your help, key here was azure functions.
jcarville
1 year agoSkilled Sharer
Have you any more info as to how this was actually implemented?