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.
Questions tagged [powerbi-custom-visuals]
389 questions
-1
votes
1 answer
PowerBIClient does not have any value
I am trying to read powerbi report using powerbi SDk. I got correct access token (tested in postman). Same access token is passed for TokenCredentials. but not getting any value in _powerBIClient. it has no value. I'm using below code.
var…

Sanjeev Gautam
- 353
- 3
- 15
-1
votes
1 answer
suitable graph to visualize shift wise ordinal data using PowerBi
Need to plot chart for Shift-wise state change data. I plot the stack bar chart using python Jupyter.
Sample dataset and output from jupyter is shown below.
Output:
But when I'm going to plot this using powerbi Stack bar chart. It shows aggregates…

johnson
- 379
- 2
- 17
-1
votes
1 answer
How can I make the following charts by using the given dataset in Python or PowerBI
I have some basic knowledge of Python and just started to study plotting with Python.
Here is a sample dataset I have:
Item
StartPoint
EndPoint
Type
Value
A
800
1000
1
10
A
700
815
2
20
A
850
900
2
40
A
900
990
2
30
The chart…

Mk D
- 21
- 3
-1
votes
1 answer
Is there a POWER BI or DAX code that can make a cumulative or running total of a column made by measure?
I am currently trying to make a running total for a cumulative plot of some temprature data in Power BI Desktop, but cannot get it to work.
I can see from similar posts on forums that im not the only one. My problem is that I have temperature data…

Lasse Kildemoes
- 1
- 2
-1
votes
1 answer
How to convert 24 Hours format to 12 Hours format using DAX Function / Advance editor data type conversion Using Power BI?
I'm receiving time in 24 hours format from Database but we need to convert that into 12 hours for some calculation purpose. how to convert the same in power bi
ex.
10 --> 10:00:00 AM
22 --> 10:00:00 PM

KARTHIKEYAN.A
- 18,210
- 6
- 124
- 133
-1
votes
1 answer
How to add a custom column in Power BI
I have a table like this.
topic pageviews
modelA/a.html 10
modelA/b.html 10
modelB/a.html 10
modelB/b.html 20
And I want to add a directory column like this. It has a mapping from topic to…

highbury
- 1
- 1
-1
votes
2 answers
How to create a expandable nested list visual in Power BI
How to create expandable nested list visual in Power BI which something looks like below image.
I tried searching on internet but couldn't find anything related.

Shahab Haidar
- 625
- 3
- 11
- 25
-1
votes
1 answer
How to get active rent's details for given month using power bi
I want to show active rent's details for given month in power bi. I have a table where i have rent details. In that table i have start date, end date and how many months. So when i select a month in power bi visual i want to show what are the rents…
user10986705
-2
votes
0 answers
Powerbi conditional relationship
Table1: User
UserId, UserName
Sample:
U001,Mallik
Table2 Role:
RoleId, RoleAction
Sample:
R01, account/delete
R02, account/create
R03, account/Read
Table3: Eligibility
UserId, RoleId
Sample:
U001, R003
U001, R008
U002, R001
Table4: Activity
UserId,…
-2
votes
1 answer
Show total entries in a visual in Power BI
I am working on a dashboard that is used to provide the user with wrong values using filter in certain tables. I have displayed everything to their liking so far, but they wish for a display of a number that shows how many entries are in a visual…

Jonas Sondermann
- 13
- 2
-2
votes
1 answer
PowerBI Embedded - how to customize menu operation/context and custom layout
I have integrated powerbi-embedded with Angular 9 web app also add code for custom layut but it's not working.
I want to customize operations menu /context and custom layout.
Configuration object -
const config: any = {
type: 'report',
uniqueId:…

Vaibhav Gaikwad
- 811
- 2
- 12
- 21
-2
votes
3 answers
Power BI service, disable download of Power BI Report
I have published reports from Power BI desktop to Power BI service.
I want the users to be able to do their own analysis with the datasets/data model BUT I don't want them to have the ability to download the .pbix file.
Note: I am not using premium…

Matrix007
- 51
- 1
- 4
- 7