Forum Discussion

ConnectedRoman's avatar
ConnectedRoman
Frequent Visitor
9 years ago
Solved

Visual Studio Code cannot find VisualUpdateOptions

Hello,   I'm currently trying to learn how I can create custom visuals and PowerBI.   This is the guide I'm following. I'm stuck at the "Adding Databinding to Bar Chart" part. Specifically where ...
  • MawashiKid's avatar
    9 years ago

    Hi ConnectedRoman,

     

    From what I see from the code you provided, it seems Visual Studio Code [using pbiviz new ... ] has generated a v1.7.0 version while the sample demo you're refering to was built in an earlier v1.5.0 version. So if you use any portion of the sample demo "AS-IS" - particularly pbiviz.json or tsconfig.son this may generate conflicts with your version some point and may be the reason you see the error. 

    So in order to avoid conflict and use demo code sample "AS-IS" you'll either have the choice to import a v1.5.0 code version in your app, under the .api folder



    or keep your existing v1.7.0 version and make a double-check to make sure any piece of code you may have borrowed from demo sample is pointing to the right version, especially pbiviz.json


     

    and tsconfig.json