Forum Discussion
siri
9 years agoFrequent Visitor
Powerbi dev Question regarding visual refresh through Update() method in Typescript code
Hi,
I am building a custom Timeline visual. I expected the Update() method to refresh/repaint the visual cleanly without displaying the old bars/data. But I can still see the old visual/bars even when I want to completely overwrite and repaint it for new set of data.
I am referring to the Barchart visual where I see the data/bars being refreshed cleanly when the Update() is called each time you change the category name/measure data.
what do you think I am missing here?
Appreciate any help on this!
Thanks
Sirisha
2 Replies
- v-chuncz-msftCommunity Support
siri,
You may share the related code snippet here, then we could do a test and move into a more specific discussion.
- siriFrequent Visitor
Figured out how to do achieve this in my code. Thanks a lot for your help, Sam
-Sirisha