Questions tagged [powerbi-custom-visuals]

Questions about Power BI custom visuals: their development, capabilities and usage. Power BI is a self-service analytics tool. Custom visuals are visualization plugins for Power BI, written in TypeScript or JavaScript using the Custom Visuals SDK.

389 questions
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

Power BI visual is not working in workspace or powerapp. What may the fix be?

Error Message The Power BI visual worked just fine yesterday and the previous weeks. However, today it does not for me and several other users. The Power BI visual does work on my Power BI desktop. I tried to refresh the server, that did not resolve…
0
votes
1 answer

How can I export customized Power BI reports as PDF or PowerPoint on demand after embedded into an application?

Scenario: We consumed Power BI reports into our application. The user is changing report style (Example: Bar to Donut) on-demand and the user wants the selected style to export into PDF or PowerPoint (.ppt). Is it possible with the Power BI REST API…
0
votes
0 answers

Opening Stock Value In Powerbi

I am working on Cost of goods sold using Powerbi. https://www.mediafire.com/file/pmb7u1thsag1kq1/Cost+of+goods+sold.pbix/file Above is my file which i uploaded on mediafire. i am taking the average price by using average function year wise. If you…
0
votes
1 answer

PowerBI: Get values from a column based on a measure filter

I have a PowerBI dashboard that contains casino guest information, including their latitude and longitude coordinates. The dashboard allows a user to input a zip code and select a radius around that zip (slicers). When doing so, it filters the table…
0
votes
2 answers

How do I subtract two rows from a POWERBI custom table?

Project Cost January 323 Feb 323 I have a table as followed seen above which ROW is month (filtered by a certain project) and values are cost of the project. I want to calcuate the difference between two months, but I am having…
MDL7833
  • 1
  • 3
0
votes
2 answers

Showing null values for some of the Power BI rows

I have joined an excel sheet with the world population web link from Wikipedia in my Power BI tool. When I merge these two tables, it shows me the population only from the United States, other countries have null values. Would really appreciate the…
Iftekhar
  • 335
  • 2
  • 11
  • 26
0
votes
1 answer

Power BI does not create Dataset automatically with Python and R functions

I've been facing a weird behavior on Power BI, as a new User I'm trying to work on a simple table by creating a Plot for a specific value. However Power BI is not creating the standard nomination "DATASET" for the Dataframe, just show as a null…
0
votes
1 answer

Numeric input in Power BI with min and max

I'm doing some custom R HTML visuals in Power BI. I can get a number input in Power BI by adding "TestNumeric": { "displayName": "Number", "description": "test number", "type": { "numeric": true } } in…
Stéphane Laurent
  • 75,186
  • 15
  • 119
  • 225
0
votes
1 answer

Power BI - Use data in a visualization as a filter using contains

I am trying to use the selected value in my slicer to filter my visualization. The slicer contains a supervisors position id that needs to filter the visualization that should show which employees report to this supervisor. The employee has a…
Tom
  • 77
  • 10
0
votes
1 answer

Copying Visuals in PowerBI Dashboard

I'm trying to copy a visual from one page to another in my dashboard, and want to edit the DAX Expression linked to the visual. The trouble is when I edit the DAX for a visual on Page 2, it updates the one on page 1 as well. How do I de-link the…
0
votes
0 answers

Filtering a Correlation Matrix in Power BI Visuals

Is there a way I can filter my data (correlation coefficients between 100 mutual funds) in a Matrix Visual in Power BI? I want to see it in a way that I can filter to compare only the funds I'm working it. Here's an example above: Do you guys know…
0
votes
1 answer

How to create a timeline chart in Power BI

I want to create the following chart: This chart displays for every month and person the categories and its values. The table i have is in the following format:   I've managed to create a slicer which displays the data correctly but is not like…
0
votes
1 answer

DAX with IF and OR

I create a DAX to answer the following question. High priority is any of the following: Contracted priority is not L4, or MHF/HACCP > 399, or Work Priority < 3 High Priority = IF('WO Feedback'[Contracted Priority] > "L4" || 'WO…
0
votes
1 answer

Dynamic Column Values in Power BI

I have the below sample table and I want to make a filter where If I select Daily, to show the aggregated sales on a daily level with the days in the column headers, if I select monthly to show the months in columns and the aggregated sales for the…
Jojo
  • 15
  • 1
  • 5