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
1
vote
1 answer

Power BI | Collapse and expand lengthy values in one column

I have a column with lengthy values in my Power BI table. I would like it to only show a part of it so that the table isn't hard to navigate, and once the viewer clicks or do something, then it shows the whole value. Is there a way I can accomplish…
yunlee
  • 69
  • 3
  • 10
1
vote
1 answer

Power Bi Custom Visual: column order is incorrect

I'm developing a Power Bi custom visual, but I have a problem: when the user adds dimensions to the visual, the order shown in the UI does not reflect the actual order of the columns in the data I get from Power Bi. See for example this…
Master_T
  • 7,232
  • 11
  • 72
  • 144
1
vote
1 answer

How do I combine a Power BI map and a paginated report?

Currently, I have a Power BI Map that shows company locations, both by address and latitude/longitude. I am using the full address for specificity, but the lat/long for calculating distance. I'm using Great Circle formulas to calculate the distance…
1
vote
1 answer

Radar Chart Comparison - Aggregate Data - PowerBI

I am trying to create a radar chart which allows me to aggregate data and allow me to control the aggregations with slicers. I have the following table with data ready prepared in Power Query with all the unpivoting done. The following table is…
1
vote
0 answers

Power BI : implementing column chart with grouped status label?

I want to implement the graph with status label on various transaction status. I have added the reference graph below. transaction status graph In the above graph, x-transaction status , y-transaction count, transaction status are completed,…
1
vote
1 answer

Power BI Create Continuous Line Chart at End of Position

I have a line chart which the dark blue line data point ends halfway through the chart, as no future data is yet available. Is there a way to continue the line throughout the rest of the months on the date X Axis as a straight line with its current…
Smooth
  • 19
  • 4
1
vote
1 answer

How to show all the value of all customers that have even one of filtered values in power bi

I have the table of customers with different statuses in different months . I have added Status value In Power BI Slicer Visual to filter the Matrix Data. And when, selecting for example A, it only shows customers who has A status in certain…
1
vote
1 answer

How to filter and populate same value in a column in power BI?

I'm trying to achieve the column "Sales = Chair" in power bi. The goal is to filter value for a specific category and populate the value in the rows of the same column. Category Subcategory Sales Sales = Chair Furniture Chair 100 …
1
vote
1 answer

PowerBI filter Table on 2 different columns whose values are obtained from another table

I am new to PowerBI. I am trying to implement the following scenario in PowerBI I have the following 2 tables - Table 1: | ExtractionId | DatasetId | UserId | | -- | --- | --- | | E_ID1 | D_ID1 | sta@example.com | | E_ID2 | D_ID1 | dany@example.com…
1
vote
1 answer

Power BI embedded report in Angular 7 code is not exported with visual filters applied

We have embedded Power BI report in Angular 7 code and when we try to export using Power BI provided service it is not exporting applied filters instead it download in initial state as PDF. How to export all the pages with applied filters through…
1
vote
0 answers

Custom map (JSON) won't display on Power BI dashboard

This is a power BI Desktop query. I've been trying to add a custom map in shape map. The custom map I'm trying to use is the world-countries-san-anartica.json found here: https://github.com/deldersveld/topojson And the dataset am working on is the…
1
vote
1 answer

Determine if 2 date columns are <= today and <= end of the next month in Power BI / DAX measure with IF statement

I have 2 columns that includes 2 different dates. What i'm trying to do is to create a calculated column that determines whether column "governance" is <= TODAY and the "contract issue" column is between the start and end of the next month( only…
1
vote
0 answers

How do I create a link in the ChicletSlicer visualization to a local file?

Good afternoon, Geniuses! In the Chicletsli visualization, there is a traffic light filter using png images. Uploaded them to Dropbox and got the link. Here is an example: https://www.dropbox.com/s/9qmy4w05hkkxsvg/yel.png?raw=1 Everything works fine…
1
vote
0 answers

Plotly in PowerBI does not export plot after clicking camera icon

I can successfully implement a Plotly visual as an Interactive Power BI Custom Visuals with R (thanks to https://towardsdatascience.com/interactive-power-bi-custom-visuals-with-r-a6a4ac998710). But when I click on the camera icon to export the…
1
vote
0 answers

How to adjust X-axis point interval scale in power Bi

I'm fairly new to Power BI. I have 2 sets of data that I want to plot on a scatter chart. The Y-axis values (Airport Layout) range from 1 - 10 while the x-axis values (Airport departures) range between 1 - 800k. When I plot this on a scatter chart…