Forum Discussion
Custom visuals not displaying
- 9 years ago
PBI Desktop 2.42 doesn't support API 1.6.0.
I'd recomend that you to force IT department to update Power BI Desktop (June release is comming soon).
Another option is to decrease API version to 1.3.0. However, it might produce some issues.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Hello Ballard-Atkins
I suppose that it's comatibility issue due to using the old version of Power BI Desktop.
PBI Desktop 2.42 doesn't support some API versions.
Which API version is specified in pbiviz.json in your fork of Gantt Chart?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Ballard-Atkins9 years agoFrequent Visitor
1.6.0, straight from Github.
package.json has the following:
"dependencies": {"d3": "3.5.5","globalize": "0.1.0-a2","jquery": "3.1.1","lodash": "4.16.2","powerbi-visuals-utils-chartutils": "0.2.1","powerbi-visuals-utils-colorutils": "0.2.2","powerbi-visuals-utils-dataviewutils": "1.1.1","powerbi-visuals-utils-formattingutils": "1.0.0","powerbi-visuals-utils-interactivityutils": "0.3.1","powerbi-visuals-utils-svgutils": "0.2.1","powerbi-visuals-utils-tooltiputils": "0.3.2","powerbi-visuals-utils-typeutils": "1.0.0"},"devDependencies": {"@types/d3": "3.5.38","@types/jasmine": "2.5.47","@types/jasmine-jquery": "1.5.30","@types/jquery": "2.0.41","@types/lodash": "4.14.55","coveralls": "2.13.0","jasmine": "2.5.3","jasmine-jquery": "2.1.1","karma": "1.6.0","karma-chrome-launcher": "2.0.0","karma-coverage": "1.1.1","karma-jasmine": "1.1.0","karma-remap-istanbul": "0.6.0","karma-sourcemap-loader": "0.3.7","karma-typescript-preprocessor": "0.3.1","powerbi-visuals-tools": "1.6.3","powerbi-visuals-utils-testutils": "1.0.0","tslint": "4.5.1","tslint-microsoft-contrib": "4.0.1","typescript": "2.1.4"- v-viig9 years ago
Community Champion
PBI Desktop 2.42 doesn't support API 1.6.0.
I'd recomend that you to force IT department to update Power BI Desktop (June release is comming soon).
Another option is to decrease API version to 1.3.0. However, it might produce some issues.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Ballard-Atkins9 years agoFrequent Visitor
Changing to API 1.3.0 seems to take care of it, thanks!
I'll try to request IT get us the latest version, but it's been over 5 months for them to update the main software I use, so I don't expect anything.