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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
jmayer
New Member

PowerBI custom visual live data

Hi everybody,

 

I have a problem with the development of a custom visual that relies on automatically updated datasets in Power BI web. 

To a specific dataset data is pushed every second and the visual should display it in the dashboard and update itself when new data arrives. With the new development tools (the integrated development visual) everything works perfect and the way I want it to work. But when I package the visual into a .pbix (with the pbiviz tool) and import it in PowerBI Web, the only data which is shown on the dashboard is the data which has arrieved before the visual got active. The strange thing is that the update method is called everytime and only when new data is pushed to the dataset but the VisualUpdateOptions given to the update method doesn't contain any new data just the old ones.

I would really appreciate if someone has an idea how I can solve this problem!

 

Thx in advance

Jakob

3 REPLIES 3
v-chuncz-msft
Community Support
Community Support

@jmayer,

 

I do encounter some issue with custom visual as well. Design a workaround if possible and also reach out to developer on GitHub.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
bjmorse
Regular Visitor

It sounds like you may need to schedule a data update. You may also need to install a PowerBI Gateway.

 

https://powerbi.microsoft.com/en-us/gateway/

 

Hi,

 

to clarify the situation: Jakob (he is working in the same company as I) is using a real-time dataset. The dataset is created by Power BI REST API and rows are added by the API constantly (every second). 

 

cheers,

Wolfgang

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors