Forum Discussion

siri's avatar
siri
Frequent Visitor
9 years ago

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-msft's avatar
    v-chuncz-msft
    Community Support

    siri,

     

    You may share the related code snippet here, then we could do a test and move into a more specific discussion.

    • siri's avatar
      siri
      Frequent Visitor

      Figured out how to do achieve this in my code. Thanks a lot for your help, Sam

       

      -Sirisha