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
5
votes
1 answer

Edit Power BI pbiviz custom visual package

I'm looking for editing a custom visual I found in the internet (its tooltip shows some data I'd like to hide). I found out that the pbiviz file is actually a zipped folder, I extracted it and got a package.json and a folder with another .json…
4
votes
1 answer

PowerBI Visuals Tools - error after pbiviz start command

I trying to start my custom visual (like usually) but after I updated powerbi-custom-visual to version beta 3.0.11 from version 3.0.10 I got the following error: error ENOENT: no such file or directory, open…
Marek
  • 678
  • 3
  • 13
2
votes
0 answers

Power BI Custom OpenStreetMap Visual

i want to create a custom visual map on power-bi by using openstreetmap. Therefore i created a new visual project as : pbiviz new LeafletCustomVisual after that i install osm as : npm install osm --save and edited pbiviz.json as "externalJS":…
MS.
  • 145
  • 1
  • 10
2
votes
1 answer

Cannot read property 'version' of null

I'm fairly new to Power BI. I want to replace the existing visual controls with my custom controls (Date slicer of its own with my custom Calendar). I created a new project as suggested by this tutorial. When I did so, it throws error. As many…
Jeyanth
  • 531
  • 2
  • 6
  • 19
2
votes
1 answer

Power Bi custom R visual (PBIVIZ)

**EDIT; For simplicity's sake, I will give an example of what I'm trying to do. I need to softcode my plotting. Below is hardcoded. p <- ggplot(data = Thisismydata, aes(x = thisismyX, fill = thisismyFill)) + geom_bar(position = "dodge") w =…
Fehnraal
  • 40
  • 5
2
votes
1 answer

Developing custom visuals in Power BI

Is the code for Power BI Line and stacked column chart and KPI visuals available? If so, where can they be retrieved? The purpose is to enhance the visuals: The axis lines are missing from the chart Bolding the numbers in KPI is not possible as…
saif
  • 27
  • 4
1
vote
0 answers

How i can make a Disjoint Forced Graph with pbiviz in Power BI?

I want to create a disjoint Forced-directed Graph base on https://observablehq.com/@nalband/disjoint-force-directed-graph?x-observable-signup=true , with PBIVIZ TOOL , the problem is I don't know how to extract data form DATAVIEW , and if I want to…
1
vote
0 answers

Prevent Power BI to remove duplicated rows when exporting to R custom visual

Perhaps related to this question. I'm doing some R custom visuals in PowerBI with the help of pbiviz. I encounter a problem: when Power BI sends the data to the R script, it removes the duplicated rows. How to prevent that? Of course I could add an…
Stéphane Laurent
  • 75,186
  • 15
  • 119
  • 225
1
vote
0 answers

How to integrate leaflet into power BI

I want to make a custom visual of power bi with the exact same benefits of leaflet. I know how to implement leaflet using angular and how to make a custom visual. But I couldn’t find any good resource to integrate lefatlet into power bi since…
1
vote
1 answer

Power BI visual will not plot, or show my added formatting options

I'm trying to work on this visual for Power BI but I am coming across a weird issue. This is supposed to be a bar chart (will convert to line) that supports a measure on both X and Y axis. When I try to plot with my data, I get an empty visual with…
Fehnraal
  • 40
  • 5
1
vote
0 answers

pbviz start : Permission denied 0.0.0.0:8080 - Power BI Custom Visuals

Clearly, I'm new to this, I am trying to create my own visuals for a Power BI report. In order to do that I must follow the following tutorial: https://blogs.msdn.microsoft.com/sarahsays/creating-new-power-bi-custom-visuals/ Every time I try to run…
1
vote
0 answers

Editing custom visual code, packaging pbiviz, visualizating in PBI Desktop

I downloaded Power BI custom visual code from GitHub. In Visual Studio I installed the PBIViz CLI Control extension. The custom visual is a calendar in which I'm trying to make some alterations to spelling mostly. I'm not very familiar to Visual…
user10790361
1
vote
2 answers

Power BI Custom Visual - force directed graph API error

I'm trying to create a custom Force Directed Graph using the source code on Github (PowerBI-visuals-ForceGraph) and following the tutorial available at creating-a-custom-visual. Unfortunately, when I try to start the custom visual using the "pbiviz…
Chipmunk_da
  • 467
  • 2
  • 9
  • 27
1
vote
1 answer

How to define dataset coming from Power BI in Custom R Visual

I am trying to create a custom visual in Power BI based on an R script much like in the example found at ( http://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1 ), Installed node.js, pbiviz successfully. Once I get this…
Akash
  • 359
  • 1
  • 7
  • 27
1
vote
0 answers

Cannot Package Visual...'PBIVIZ Package' Errors Out

I've been developing a Power BI visual and it works fine using pbiviz start and the Power BI site's developer visual. So I'm ready to package it. I tried pbiviz package, but get these errors: C:\Users\MARC_000\Desktop\OrdinalScatterChart>pbiviz…
Marc Pincince
  • 4,987
  • 6
  • 19
  • 40
1
2