This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi
I am trying to update my custom visuals API to latest 3.4.0.
I have run the pbiviz update 3.4.0 at the root of the visual but after update the pbiviz JSON still shows old API number.
How can I be sure that api was updated?
powerbi-visuals-api - npm (npmjs.com)
Solved! Go to Solution.
Agreed - the latest published version on NPM is 3.4.0, but the GitHub repo is indicating there's a commit for version 3.5.0, which contains the conditional formatting changes... looks like this hasn't made it to NPM yet, which is a bit of a problem for people that have seen the release notes and want to try it for themselves
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Hi @Husain,
When the SDK and API were released as the same package (prior to v3), pbiviz update would handle he download/apply of the API automatically, but since they've been split into powerbi-visuals-tools (SDK) And powerbi-visuals-api (API) node packages, I think you would still need to install the correct version of powerbi-visuals-api from NPM into your project first, e.g.:
npm i powerbi-visuals-api@latest
If it doesn't work after that, I'd suggest manually changing your pbiviz.json to the new version number so you can start working with the new version, and raise an issue over on the SDK repo, so the team can provide an official response, or take a look at why this isn't working currently in the meantime. It might even be that the process has changed and they need to update the documentation.
Regards,
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
HI @dm-p
Thanks.
I just noticed that the api number is updated in Package.json but not in pbiviz.json
I was trying to experiment with new conditional formatting feature
Conditional formatting - Power BI | Microsoft Docs
But I am getting this error which makes me think that latest api might not be installed
Agreed - the latest published version on NPM is 3.4.0, but the GitHub repo is indicating there's a commit for version 3.5.0, which contains the conditional formatting changes... looks like this hasn't made it to NPM yet, which is a bit of a problem for people that have seen the release notes and want to try it for themselves
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Awesome - thanks for confirming it worked! I'm hoping to look at it today, and this'll be a major time-saver 🙂
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |