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

Power BI - Font size in custom theme is inconsistent

I just created a Theme for PowerBI using JSON. I included the following in my code to create the default font sizes: "label": { "color": "#666666", "fontFace": "'Trebuchet MS'", "fontSize": 9 }, …
0
votes
1 answer

Power BI how to hide default page tabs and get list of available pages for a report

I am trying to implement some custom page navigation per report in Power BI. I am trying to get a list of the pages for the report so I can loop through those pages in custom tabs of mine. report.getPages().then(pages => { console.log("in the…
0
votes
1 answer

Power BI Python visual - Is my time data wrong or am I formatting it the wrong way?

I'm trying to make a scatter map using the Python visual since this feature is not present out of the box for date or time data. R is not an option since it is not possible to view these visuals on the web service. The set of visuals available on…
0
votes
1 answer

Time frames (aka Sprints) field are out of order in Power BI visuals

I'm having issues with these two time frames in my Power BI dashboard that are out of order. I'm wondering what I can do to fix this issue. I already sorted the timeframes to ascending and it didn't do the trick for me, unfortunately. Thank you!
ookafor
  • 11
  • 3
0
votes
1 answer

PowerBI DAX for vendor count with annual spend

I need your super strength in the following problem: I have purchase doc with order values. I want distinct list of all the vendors where net annual spend for that vendor is less than $1000. for example, the final will be something like that: …
Mumid
  • 21
  • 1
  • 7
0
votes
1 answer

How to do sectioning on power bi report

I want to design a report like this: I have all the columns in power bi as table. I dont know how I can get this design. Can anyone please suggest this.
0
votes
1 answer

How count the number of ids based on a selection from your slicer in power bi

I have two tables in which I created a relationship on the ID from table 1 to table 2. I have a slicer(check boxes) that takes the countries from Table 1 which looks as follows US Brazil Canada Mexico Peru Table 2 looks as follows ID |…
jake
  • 5
  • 1
  • 5
0
votes
1 answer

PowerBi Count minium values

i need your help calculating following: based on the region and value(left table), i need to calculate the number of minium values displayed. For instance, Value 5 is the minium value 3 times. Which function allow me to get that, i'm not able to…
Rb O
  • 1
  • 1
0
votes
0 answers

Is there a way to convert number of Bookmark buttons to Drop down list/slicer in PowerBI?

I am using PowerBI for creating visualizations. I have created a page that has 93 different tables that have to be viewed. I created bookmarks but having so many bookmarks in a single page looks very odd, can we create by any chance a dropdown and…
0
votes
1 answer

Is it possible to create a matrix visualization in power-bi similar to the pic that I have attached?

I would like to create a matrix visualization or custom visual that looks exactly like this: Note that the current challenge is that the last two columns that is, "Current state weighted average score" and "Future state weighted average score" are…
0
votes
2 answers

Can legends in PowerBI Pie Chart be hidden if value is zero?

In a Power BI Pie Chart total 8 legends(category) are there and count is distributed by category as shown in 1st pic. When I select Only June 2020 (2nd pic), there is data only for 5 category and accordingly it is distributed in Pie Chart. In both…
ScriptSoft
  • 163
  • 1
  • 2
  • 11
0
votes
1 answer

Is it possible to dynamically create a table visual in Power-Bi based on URL parameters?

I'd like to have a table visual in Power-Bi which is dynamic in nature based on the URL parameters. Like for example, if in the URL I pass the values as "Country" and "State" , a table should be generated with only those two columns.
0
votes
3 answers

Export current PowerBI screen to pptx

I have a web app that shows embedded PowerBI reports. Recently, with help of this link, I've added export of the PowerBI report to PowerPoint. Everything works fine, except the fact that the export is not taking into account at what level of detail…
0
votes
1 answer

PowerBI - Want to embed the interactive visualization in Outlook

I am learning powerBi. I have created few visualizations and would want to share it to stakeholders over the outlook mail body as many of them has no access to the powerBi when send over link. Is it possible to embed the interactive visualizations…
Ttz
  • 39
  • 6
0
votes
2 answers

In Power BI how to handle missing row value on primary value column?

In my table primary key column have missing value, i have tried to fill using measure but it is not work because not full fill the primary key val of column to measure