Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I am following the installation instructions at the below link. I am using the API 1.4.0 ...
right after i start modifying the tsconfig.json and the pbviz.json ... the visualization in debug mode goes blank ... , but i can see still in the rows in the data view...
Am I missing something ?
Solved! Go to Solution.
@Anonymous,
Update powerbi-visuals-tools and add Dataview Utils as follows.
npm install -g powerbi-visuals-tools
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts", "node_modules/powerbi-visuals-utils-formattingutils/lib/index.d.ts",
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js", "node_modules/powerbi-visuals-utils-formattingutils/lib/index.js",
@Anonymous,
Update powerbi-visuals-tools and add Dataview Utils as follows.
npm install -g powerbi-visuals-tools
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts", "node_modules/powerbi-visuals-utils-formattingutils/lib/index.d.ts",
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js", "node_modules/powerbi-visuals-utils-formattingutils/lib/index.js",
that worked ... I add the .ts and .js files included but not installed the dataview
I did that ... But every time , I try to add the legend for a scatterchart , based on what I can see in the api for legend in the 1.4 ... it says the svg scatterchart does not have a Legend property ... Do you know if there is a good example out there with a legend ... any help would be helpful ...
Tried searching ...
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.