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
0
votes
1 answer
Is there any drill through possible within a single table in Power BI?
I have a table Visual where the Data like Date,Description,Value,Type are present. If the one of the 'Type' value is clicked the Next row should expand showing the details related to that type , like - > ID, Message. Also the Expanded detailed row…

Yasmin
- 1
- 2
0
votes
1 answer
Power BI Custom Visual : Colour Change when modify date slicer
I created a custom visual in power BI that allowed to insert different types of chart in one plot. But when I insert the plot on the dashboard, I have some trouble with date slicer. I define a colour for ma data and I save it with:
let view =…

Star8Pam
- 1
- 2
0
votes
1 answer
PowerBI visuals How to call update on click event
I develop the custom visuals.
I add click event on element
And I want to call update manually update method (to refresh )
It worked when I use power bi online for developping
But it not work when package that.

NoDirection
- 122
- 4
- 11
0
votes
0 answers
How to visualize custom 3D bubble charts in PowerBI using R-Code?
I'm setting up a visualization of one data set. The visualization should be a 3D-Bubble-Chart, So that every data entry should be represented by one bubble.
I want the 3 axis and size of one bubble to represent 4 different quantitative valuation…

moritzzz
- 1
- 2
0
votes
3 answers
how to show current date and time power bi reports
I have creating power bi reports using my excel data.one of my reports page want show current time and date .i have tired power bi desktop after created new column i am include following query
Get Date = NOW()
now added this columns some visuals…

Thennarasu
- 474
- 1
- 6
- 20
0
votes
2 answers
How to display current date and time in power bi visuals?
Is it possible to add a card in power BI that shows the current date and tome time??
Many thanks!

aravind
- 1
- 1
- 1
- 4
0
votes
1 answer
Power Bi Custom Filter - How to add interaction with Multiple Categories
I am creating a custom filter in power bi. My basic idea is say, I have two categories "Category and Segment" , which has following values.
Category -> Technology,Office Supplies, Furniture.
Segment -> Consumer, Corporate, Home Office.
and when…

JIJO JOSEPH
- 349
- 2
- 7
0
votes
1 answer
How to calculate average using power bi
In power bi i have 2 table
Table 1 (Total no of seats)
Venue 1 100 seats
Venue 2 150 seats
Table 2 (No of seats used)
Venue 1 40 seats
Venue 2 75 seats
I need to calculate how to many seats used
ex (40/100) *100 = 40%
Can someone helps…

Malith Pamuditha Fernando
- 483
- 3
- 7
- 28
0
votes
1 answer
Power BI Custom Visuals
I am trying to create a new custom visual in Power BI using Power BI Developer Tools. I am following the Jon Gallant's Blog for Creating Power BI Custom Visual. I had follow all the steps as is what mentioned in the blog, but I am getting an error…

BIDeveloper
- 767
- 3
- 14
- 28
-1
votes
1 answer
Filter a Power BI Date column based on values in a second column with an OR condition
I'm trying to filter values in my table based on a date field in Power Query Editor. The dates that need to be included are dependent on a second column, indicatorCode. I've tried the code below but can't get it to work. Is this possible and if so,…

regents
- 600
- 6
- 15
-1
votes
1 answer
Countrows on dynamic column in PowerBI based on actual month
I have a dataset structure like this:
id
april
may
june
july
1
scheduled
done
null
done
2
scheduled
scheduled
done
3
ongoing
canceled
scheduled
4
ongoing
scheduled
scheduled
I would to calculate rows where the column of actual…

Jresearcher
- 297
- 3
- 13
-1
votes
1 answer
Creating value indicator measure in Power BI
I have a Column A in a table that has valid values and blank values. I want to create a value indicator measure in power BI. I am not sure how to do it as I am new to Power BI.
in sql, we usually do,
case when column A <> '' then Y
else N
So, how do…

Rock Rock
- 21
- 5
-1
votes
2 answers
How to create slicer from column name
I have a sample table as shown below:
Quarter Month Status Debit Digital Internal IVT Risk
Q1 Jan'22 Plan 57 92 33 9 60
Actuals 46 92 33 9 60
Feb'22 Plan 58 72 36 8 65
Actuals 50 72 37 8 65
…
user20019924
-1
votes
1 answer
Showing data in power Bi matrix as percentage
In the matrix, I have this representation -
X Y Z TOTAL
A 3 4 6 13
B 6 44 55 105
C 0 4 8 12
TOTAL 9 52 69 130
I want to show this as the following -
X Y Z
A 23% 31% 46%
B 6% 42%…

Keerthi Nomula
- 1
- 1
-1
votes
1 answer
Power BI - £ sign changes to # in text field
I'm creating some reports in Power BI. The data is stored on a SQL server and contains a Unit column with different units consisting of text and/or symbols. I have a problem with the £ sign, which is being converted by Power BI into a #.
How do I…

user2632074
- 11
- 1
- 6