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
0
votes
1 answer

Quarter over Quarter do not list in sequence 1,2,3,4

Would you know why Power BI will not list years with Quarters in sequence? I uploaded my aggregated data into Matrix visual. All data listed, however, Quarter column begins with Q2, Q1, Q4, Q3. I switch over into DATA, and quarters list in…
Sweetcorn
  • 15
  • 1
  • 8
0
votes
0 answers

Multiple Search in power bi

I have a table with columns Firstname,middlename and lastname , implemented custom 'text filter' to search. How can  I implement multiple search that allows user to enter a word and it should fetch among all the rows with that word matching at least…
SREEKAR
  • 23
  • 1
  • 5
0
votes
1 answer

Power BI : Showing image in slicer visual

I have been following this link to show images in visuals. Currently, it works for table visual (converting image into base64 text and modelling the column as Image URL format). However, I like to show image in Slicer visual. Idea is to show image…
Wanna Coffee
  • 2,742
  • 7
  • 40
  • 66
0
votes
0 answers

Power BI DirectQuery : Pros & Cons of connecting Multiple Oracle Data source?

I have been using Direct Query for accessing Oracle DB data, but the thought process is I have to access multiple Oracle DB source data to show the consolidated result in my report. As for I have gone through in official sites click on here, There…
0
votes
1 answer

How to Create an Interactive Selection Based Visualization

I am totally new to Power BI, so your help would be much appreciated. I have gone through a couple of beginners tutorials and am now trying to practice by creating my own dashboards. If I have a table that looks like this: I want to have the…
dkentre
  • 289
  • 3
  • 5
  • 10
0
votes
1 answer

How to make python chart in Power Bi website version look like in desktop version?

I am preparing heatmap in Power Bi using python and seaborn. It is looking quite fine in desktop version of this software but when I publish report it cutting of part of Y axis labels and changing size of chart. Power Bi Desktop: Online…
psowa001
  • 725
  • 1
  • 6
  • 18
0
votes
1 answer

Expand or collapse navigation pane in Power BI Report

I have implemented the navigation pane feature in Power BI report as shown below. I like to expand or collapse this navigation pane to utilize page for visuals. Is there any visuals/tricks to do this?
Wanna Coffee
  • 2,742
  • 7
  • 40
  • 66
0
votes
1 answer

Add custom javascript snippet/file to handle dynamic translations - load in Power BI Service

I've read multiple sources about including javascript in Power BI and how this is done. What I've found so far is, that this can be achieved through the Power BI Javascript API or through a Custom Visual (I'm rather new to Power BI so please correct…
Chri.s
  • 1,386
  • 1
  • 12
  • 23
0
votes
1 answer

power bi - custom visual - matrix selection not update other visual

this same question with power bi - forum - developer i try create selection with my matrix custom visual, but that make error on other visual this is my transform, using builder withMatrixNode function visualTransform(options: VisualUpdateOptions,…
0
votes
1 answer

How to use a Power BI slicer to filter two column of a table

I have a table of Enter and Exit time of some people like this: Name | EnterTime | ExitTime ============================= Tom | 13:52:00 | 20:55:00 Robert | 15:55:00 | 21:12:00 Sarah | 19:08:00 | 19:48:00 Jack | 16:54:00 | 17:32:00 I…
HamedH
  • 2,814
  • 1
  • 26
  • 37
0
votes
1 answer

Number Formatting Issue with Custom Power BI Visual

Above is the card from the tutorial at https://learn.microsoft.com/en-us/power-bi/developer/custom-visual-develop-tutorial. Here is the related code for the visual. I would like the number to be shown as a percentage value, i.e. 15.4% which is how…
Michael Vine
  • 335
  • 1
  • 9
0
votes
1 answer

Hiding a Slicer for a value from another slicer

I want to only show a Slicer or a Visual (my main concern is a "ChicletSlicer") when a specific value is selected from my "Date Slicer". And hide it when any other value selected. I tried using a Treemap to hide the slicers, but then I cannot use…
0
votes
0 answers

replicate a SQL report in powerbi - create 2 queries and merge them to get result

I am trying to create a report in power BI where I have to create one query which creates 30 calculated columns, then merge it with another query with left outer join to get my results. I am using measures to do my calculations to create the 30…
0
votes
0 answers

Power bi custom visual - Blank after cloning from GitHub Repo

I am trying to clone a GitHub Repo to local VS Code and adding other attributes to the existing project. I followed the following steps: git:clone https://github.com/microsoft/powerbi-visuals-gantt.git in VS Code(use Gantt as example) npm…
Yuchen Chen
  • 21
  • 1
  • 4
0
votes
0 answers

Displaying Column Graphs in Power BI, displays only 20 values

I created a stacked column chart in Power BI. It displays data from FB in my scenario. My x-axis displays the month and year and the y-axis displays the total number of posts on that month. It displays only 20 months whereas my data has more than…