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
How to set dynamic x-axis title in power bi while doing drill down?
By default, the graph is showing "Division" wise data and the a-axis title is "Division".On drill down, I am showing "Department" wise data.
The expected x-axis title is "Department" but it's showing the "Division Department".How to fix this?
Please…

Sidhartha
- 988
- 4
- 19
- 39
0
votes
2 answers
Create a measure (percentage) in Power BI by year
On picture you can see what I have, the number of students on each socioeconomic level (low, medium, high).
The database is conformed by students of 2017, 2019, 2020. And by year I have 1001 students in 2017, 1300 in 2019 and 1900 in 2020, a total…

jruizri
- 34
- 5
0
votes
1 answer
Power BI: Sign up windows spams (free desktop user)
First all first, I am free Power BI desktop user, so I am not Signed in and don't have an account in Power BI.
Since last Update I encountered an issue, and that is spamming with Sign in window anytime I am trying to use some templates that I…

MmVv
- 553
- 6
- 22
0
votes
1 answer
Power BI dashboards - displaying filtered data on a button click
I am trying to build a dashboard where there are three tables - Class, Subject, School. Is it possible to display details of the subjects on the click of a class and if we select one of the subjects it should reflect schools that are related to…

HRY
- 11
- 3
0
votes
0 answers
Adding Targets to Bar Chats
I am looking at putting together a bar chart that would also include a "target" visual.
Example of what I am thinking:
I have managed to get the above bar chart going except for the red line and flag - which shows the difference to the current…

Gerard Kirwan
- 1
- 1
0
votes
0 answers
How to fetch data from SQL Server based on logged in user email address in PorwerBI with single stored procedure taking email address as parameter
How to fetch data from SQL Server based on logged in user email address in PowerBI with single stored procedure accepting the email address for logged in user as a parameter?
Actually I want to use single data set and logged in user should see only…

Ali Nafees Dhillon
- 89
- 1
- 1
- 9
0
votes
2 answers
When we sum column value in power bi table, if value is null or blank then how to show it as 0 in power?
In my Power BI Dashboard table after creating dashboard if some row values are empty then how to make it as 0 instead of Null or Blank value

KARTHIKEYAN.A
- 18,210
- 6
- 124
- 133
0
votes
1 answer
How to manage "Load was cancelled by an error in loading a previous table" in Power BI?
I'm facing major issue in power bi when no data found on earlier data available web resource. Due to this issue I'm not able to apply change in dashboard and advanced editor derived steps throwing an error.
Load was cancelled by an error in loading…

KARTHIKEYAN.A
- 18,210
- 6
- 124
- 133
0
votes
1 answer
How to get Date from UTC Date time in power bi?
I'm trying to get UTC Date time to Date in power bi, i have tried in following way but it wont work,
UTC Date : DateTime.ToText(DateTimeZone.UtcNow(),"yyyyMMdd") --> Throwing Error
Local Date: DateTime.ToText(DateTime.LocalNow(), "yyyyMMdd") -->…

KARTHIKEYAN.A
- 18,210
- 6
- 124
- 133
0
votes
1 answer
How to select recent date or max date in a column in power bi?
We have Date table in Power Bi in that we have to select the max date or recent date for some purpose. How to select the same.
DATE
01/04/2020
02/04/2020
03/04/2020
04/04/2020
05/04/2020
06/04/2020

KARTHIKEYAN.A
- 18,210
- 6
- 124
- 133
0
votes
2 answers
How to convert HOUR to Between BETWEEN_HOUR in Power BI?
I have table HOUR Column
HOUR
1
2
3
Like this but we need to convert into
BETWEEN_HOUR
01:00 - 02:00
02:00 - 03:00
03:00 - 04:00
How to achieve the same

KARTHIKEYAN.A
- 18,210
- 6
- 124
- 133
0
votes
1 answer
How to convert the String date value in to date type value in power bi using DAX formula?
When we calculate measure in power bi how to convert string date value into date type date value using DAX formula?
"02/04/2020" -> ?

KARTHIKEYAN.A
- 18,210
- 6
- 124
- 133
0
votes
2 answers
Fit content to angular powerBi client iframe
I have a couple of reports designed in power BI. The problem is as follows: The iframe I have created has a height of 80rem (that's fine). The problem is that in the event that the report is of a lower height there is a blank space that I want to…

IvanAllue
- 434
- 3
- 11
0
votes
0 answers
Powerbi embedding works in chrome but not in IE11
I am trying to embedd an simple powerbi report in Extjs5. i got embedtoken and embedurl. it fails while loading report in Div.
I added https://*microsoft.com and https://api.powerbi.com as trusted sites in IE but didnt help.
enter image description…

ammulu
- 1
- 1
0
votes
1 answer
If then in Power BI DAX statement
A TRANSACTION table includes column TRANSACTIONPAYERID, which is the ID of the payer associated with the transaction. Wherever TRANSACTIONPAYERID is NULL, the financial class should be “SELF-PAY”. Please implement a solution so that these…

G.Aurelien
- 55
- 9