Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I am creating a 'Management Dashboard' in Power BI. This dashboard consists of KPIs mostly from Salesforce.
The process by my team that is currently being followed is this:
1. Using Salesforce APIs push the data in AWS RDS (MySQL DB). (This data push will be done hourly)
2. Create necessary views by joining tables.
3. 'Get this data' from MySQL DB in Power BI & use these views to create visuals in Power BI.
However in Power BI Pro Service account we have a limit of '8 refreshes' in a day.
Now the client wants this data refresh to be as real time as possible (which is not the case with current scenario)
I need better inputs on this to provide my client with as real time data as possible (somewhat streaming data from Salesforce to Power BI)
Any help would be much appreciated.
@ketan10,
You can consider to push your Salesforce data to Azure Event Hub and then send output of Azure Streaming Analytics to Power BI to create real-time dashboard. Or you can use Power BI REST API to send data from Salesforce to push datasets and streaming datasets, then create real-time dashboard in Power BI Service. For more details, please review the following articles.
https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-power-bi-dashboard
https://powerbi.microsoft.com/en-us/documentation/powerbi-service-real-time-streaming/
Regards,
Lydia