Questions tagged [pbiviz]

'pbiviz' means PowerBIVIsualiZation. And it is command line tools for creating Power BI visuals. You can use tag for Power BI visuals development questions, questions related to Power BI Visuals API. Don't use the tag for questions related to using custom visuals in Power BI consumer reports.

You can read the docmentation about Power BI visuals development in https://learn.microsoft.com/en-us/power-bi/power-bi-custom-visuals

25 questions
1
vote
0 answers

PowerBI Visual Tools (pbiviz) - Installation Error

I am trying to follow the given steps in https://github.com/Microsoft/PowerBI-visuals-docs/blob/master/tools/README.md# installation to create my custom visuals in PowerBI. I installed nodeJS 4.0+ and trying to install powerbi-visual-tools with the…
code1234
  • 11
  • 5
0
votes
0 answers

Whitelisting URLs required for pbiviz

I'm trying to install pbiviz on a box with a whitelist in place. I'm following the instructions here and have nodejs installed: https://learn.microsoft.com/en-us/power-bi/developer/visuals/environment-setup I've…
Danny Rancher
  • 1,923
  • 3
  • 24
  • 43
0
votes
0 answers

installed "powerbi-visuals-api" version - "undefined"

I have different powerbi-api-versions installed in my project Any suggestions on how to fix the below error > start > pbiviz start info powerbi-visuals-tools version - 4.0.3 warn "powerbi-visuals-api" is not installed warn installed…
0
votes
0 answers

BoundaryCanvas in LeafLet with Typescript

I can't get BoundaryCanvas to work in my pbiviz project. Q.: What do I need?? A.: That only Brazil appears on the map. the rest of the map is gray or white including oceans... my imports are like this: import brazil from…
0
votes
1 answer

How to store data in Powerbi for custom visual

For my PowerBI custom visual I want to store some data in the storage. According to the documentation up to 1Mb are supported. It works fine for just 3_000 zeros, but 30_000 zeros are failing with an undefined error. I use the Developer Visual to…
Celdus
  • 1,010
  • 1
  • 14
  • 25
0
votes
1 answer

pbiviz start error "Failed to generate visualPlugin.ts"

I am learning about powerbi. I am doing fine until I have to create the custom visuals. I did according to the instruction. However, when I run the command pbiviz start, I received the following error. I just started learning powerbi a week ago and…
Kaung Htet
  • 11
  • 1
0
votes
0 answers

Pbiviz start error "LESS style/visual.less"

I am following the tutorial found on https://github.com/xiaodongliang/forgeviewer_embed_in_powerbi_report to create a custom visual in PowerBi. In order to visualize the 3d model The author recommends installing the visual tools at 2.5.0 version,…
0
votes
2 answers

Data view mapping in Power BI visuals

Good day I am creating custom visualization on d3js and pbiviz for powerbi Here is the code in capabilities.js: { "dataRoles":[ { "displayName": "HoleDepth", "name": "depth", "kind": "Grouping" }, { …
0
votes
0 answers

Power bi custom visual - Blank after cloning from GitHub Repo

I am trying to clone a GitHub Repo to local VS Code and adding other attributes to the existing project. I followed the following steps: git:clone https://github.com/microsoft/powerbi-visuals-gantt.git in VS Code(use Gantt as example) npm…
Yuchen Chen
  • 21
  • 1
  • 4
0
votes
1 answer

MarkerClusterGroup not updating data in the supposed way

I'm currently developing a visual for power BI using the leaflet library and markerclustergroup as its plugin. The MarkerClusterGroup works perfectly when no filter is performed on the data used on the dataView. Here is what I did so far .. //…
zahma
  • 412
  • 4
  • 14
1
2