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

Percentage sum by category - Power BI

How can acheive correct SUM % please? I have attahed PBIX file with data and example: Download PBIX Thanks you very much.
1
vote
1 answer

PowerBI Desktop Custom Visual - Storage Problem

i developed an custom filter for iso calender weeks for my company in PowerBI. It works very well, but i am not able to save the current filter to the localstorage. It works on the web when its published but not in the desktop version. import…
1
vote
1 answer

Reset Calculation Based on Date

I am using this report to track new log-ins month to month, which currently is working fine, but I need to reset everything back to 0 - so that every fiscal year each log-in is considered new again. Log In…
Insan3
  • 37
  • 7
1
vote
1 answer

How to create drill through using a measure?

I want to Drill through title measure where fields are displayed through which drill has been done. How can I do that with a measure?? Whichever field I drill through should be displayed in another page with its details.
Ashish
  • 31
  • 5
1
vote
2 answers

Comma delimiter filter in Power BI

So I have a column like this in Power BI matrix Country India India, Pakistan Myanmar, Bhutan, India I want to add a filter, where if I choose India, all the above three entries should return. Currently my filter looks like this: India India,…
1
vote
0 answers

Timeline Visual with exact specifications needed

I'm trying to look for a visual with the following specifications: Job usage timeline (bar graph like) Jobs can be part of a group When two or more jobs of the same group overlap (timestamp) they should be displayed in the next line Timestamps can…
WaveZee
  • 11
  • 3
1
vote
1 answer

How to create Clustered Column Chart grouped by month and person

I'm trying to create a clustered column chart that would show a sum of values, by month for each person with each cluster representing the same month. The data that are in the following format: I need to create something like this: Each bar is a…
1
vote
1 answer

Tiles, copy visual as image in powerbi using rest api

I am new in Powerbi. I have requirement to download tiles using powerbi api. tiles reside at below url. https://app.powerbi.com/groups/me/apps/{appid}/reports/{reportid}/{ReportSection} I have access to app, i can see the reports in Powerbi. I have…
1
vote
2 answers

PowerBi create an Editable Table

I would like to create visual within PowerBi which is an editable table (cf. something similiar to what Acterys offers). So after editing the new rows should be written back to the database. The most common answer I found, was doing this by…
Anlaytics1000
  • 11
  • 1
  • 2
1
vote
0 answers

How to put current year and previous year on title - Power BI related question

I'm not sure if this is possible. On my graph, I would like to add a current year or previous year (Ex: right now is 2021 and previous year is 2020), so we wouldn't have to go to the dashboard to change the year of the title every year. I'm using…
RJAP
  • 49
  • 6
1
vote
1 answer

How to use a single slicer to manipulate multiple plots in PowerBI

I have multiple tables, all having one common column like: Table1 => datetime, val1; Table2 => datetime, val2... I have multiple plots on my page using these tables, and dont want to make changes to my tables I want to create a single slicer to…
1
vote
0 answers

Create a linechart in PowerBI with multiple lines each based on a type

Table I have my table similar to this in the pic. I want to create a linechart in PowerBI such that it contains one line for each type (A,B,C,D) with there values from the value column is it possible to do that without making any change to the…
1
vote
2 answers

Icon Conditional Formatting in Percentage - Power BI

I'm applying a conditional formatting to a column (in %). I have a data filter by "Group" where at some data points color is not accurate while for the some other "Group" conditional formatting is working fine. I'm not sure about why it's not…
1
vote
1 answer

Calculate % of two columns Power BI

I want to calculate % of two columns which are already in %. I want to calculate formula like Target achieved= ACTUAL/TARGET But here is ACTUAL is already a measure/calculated metrics so I'm not able to divide these two columns. Any help would be…
ashish1780
  • 47
  • 1
  • 10
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…