Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
Anyone suggests to me how to use the webhook for refreshing the dataset.
As I want to create a real-time dashboard so, I'm expecting a step-by-step guide.
Thanks in advance.
Solved! Go to Solution.
Hi @vijay22kar,
You can create an application/service to extract data from the sharepoint list based on api and manually push them to the power bi service steaming dataset.
Working with lists and list items with REST | Microsoft Docs
Regards,
Xiaoxin Sheng
Hi @vijay22kar,
Did you mean the streaming dataset? If that's the case, you can refer to the official document about using the steam dataset to create real-time dashboard tiles.
Real-time streaming in Power BI - Power BI | Microsoft Docs
Regards,
Xiaoxin Sheng
Thank you.
But, My dataset is the multiple Sharepoint list and I want to do the real-time dashboard through the push dataset.
Hi @vijay22kar,
You can create an application/service to extract data from the sharepoint list based on api and manually push them to the power bi service steaming dataset.
Working with lists and list items with REST | Microsoft Docs
Regards,
Xiaoxin Sheng