Forum Discussion

luojiandanPBI's avatar
2 years ago
Solved

nothing happen when powerbi-visuals-api updated

Hi,everyone,I create a visual by following step: Learn how to develop your own Power BI visual using the circle card visual as an example. - Power BI | Microsoft Learn then,I run two npm install .....
  • dm-p's avatar
    dm-p
    2 years ago

    I'm on node v18.17.1, and I'm using tools v4.3.2 for testing your repo, as that's what I have installed globally. Note that tools currently recommends Node v18+, so that could possibly be an issue.

     

    The process is normally pretty straightforward and I would expect you to have some success, based on what I'm seeing, so it does suggest an environmental issue, but here are a couple of other things you could check for information:

     

    • Are there any console errors when the constructor is fired?
    • If no errors, are you getting the console.log() statement executing correctly?
    • If the constructor's console.log() is firing, does adding data to the visual trigger the update method? If so, do you get any output (or console errors there)?

    If you have any console erros ,please post them and I can have a think about what the issue could be.

     

    If you're not getting anything from the above, I'd suggest getting in touch with support to see if they have anything that they can recommend: [email protected].

     

    Hopefully some of this is useful for you, and I hope that you can continue with your work.

     

    Good luck,


    Daniel