custom visuals
14 Topicscustom visual enumeration issues
I'm developing a custom visual for PowerBI. I have a question . After investigating and the documentation is not very detailed I can't insert items in the dropbox of the capabilities objects, ie I want to have the columns of my table dynamically in a property object like the matrix table has.How to do this?Solved13KViews0likes9CommentsHow to add power bi reports into my personal erp software
hi experts, iam new to power bi, we are planning to move from other bi tool to power bi. but i have one doubt in that how can i see my dashboards into my erp software please help me(any services i want to add) thanks in advance4.6KViews0likes4CommentsHide Custom Filters from Filters Pane
Hello Is there a way to hide the custom filter added in Power BI Embedded in iframe? I have added a custom filter like this. var filter = new models.BasicFilter({ table: "USERS", column: "Role" }, "Manager", [""]); The Filters pane has other filters that were created while creating this report.I want to hide this filter alone in Filters pane. Please guide me how I can achieve this. Thanks!3.9KViews0likes5CommentsHow to customize and package existing power bi visual
I am in a situation wherein I need to make really minor change to existing visual and use it in my reports. E.g., I need to change the font size of label in tree map visual. This change is very trivial and specific to my requirement and doesn't need to be published back to main power bi source code. Here is what I have done so far, 1. Found the power bi source code from github (https://github.com/Microsoft/PowerBI-visuals-core) 2. I am able to set this environment up, make the change and the change is working as expected (changed the font size in .less file). Issues: 1. As the link says, the code base is DEPRECATED. But this is the nearest code base I could find to customize the tree map. 2. I don't know how to package my change, so that I can import it into power bi desktop application. Question: 1. Is this the right approach to customize existing power bi visual. 2. How to customize existing power bi visual and package it (I want to share the package with my team). Thanks in advance for the help.13KViews1like10CommentsPower BI Embed
Hi I need help to understand Power BI Embed using Azure Services . In Azure Services I show two thing for Power BI Embed 1)Power Embeded 2)Power BI Worksapce Collection so which option using for embed report for my Web Application? And When I use Power BI Worksapce Collection ? Thanks,5.6KViews0likes1CommentPower BI Embed with AngularJS
Hi, Have developed power bi Reports using desktop application and deployed it power bi service.Now i wanted to embedded that power bi report/dashboard into angular js web application using the power bi service license (Note: don't have azure environment license).So my question here is 1.Whether Azure environment is mandatory for an embedding power bi reports into any kind web application. 2.If above question answer is NO, then please explain other ways to perform this embedding with step by step Bhakti Thanks11KViews0likes4Commentspowerbi-visuals-linedotchart compile error
Hello, I'm trying using powerbi-visuals-linedotchart project, I've installed every component (typescript, d3, ...) but when I launch it I've these errors C:\PowerBI-visuals-master\powerbi-visuals-linedotchart-master>pbiviz start info Building visual... error TYPESCRIPT /src/behavior.ts : (35,28) Cannot find namespace 'd3'. error TYPESCRIPT /src/behavior.ts : (40,28) Cannot find namespace 'd3'. error TYPESCRIPT /src/behavior.ts : (41,31) Cannot find namespace 'd3'. error TYPESCRIPT /src/behavior.ts : (46,54) Cannot find name 'd3'. error TYPESCRIPT /src/behavior.ts : (47,18) Cannot find name 'd3'. error TYPESCRIPT /src/behavior.ts : (65,20) Cannot find namespace 'd3'. error TYPESCRIPT /src/behavior.ts : (65,20) Property 'selection' of exported interface has or is using private name 'd3'. error TYPESCRIPT /src/behavior.ts : (66,23) Cannot find namespace 'd3'. error TYPESCRIPT /src/behavior.ts : (66,23) Property 'clearCatcher' of export ed interface has or is using private name 'd3'. error TYPESCRIPT /src/columns.ts : (43,40) Cannot find name '_'. error TYPESCRIPT /src/columns.ts : (51,17) Cannot find name '_'. error TYPESCRIPT /src/columns.ts : (59,35) Cannot find name '_'. error TYPESCRIPT /src/columns.ts : (60,68) Cannot find name '_'. error TYPESCRIPT /src/columns.ts : (62,29) Cannot find name '_'. error TYPESCRIPT /src/columns.ts : (65,29) Cannot find name '_'. error TYPESCRIPT /src/columns.ts : (87,35) Cannot find name '_'. error TYPESCRIPT /src/columns.ts : (96,29) Cannot find name '_'. error TYPESCRIPT /src/columns.ts : (109,48) Cannot find name '_'. error TYPESCRIPT /src/columns.ts : (116,31) Cannot find name '_'. error TYPESCRIPT /src/visual.ts : (94,23) Cannot find namespace 'd3'. error TYPESCRIPT /src/visual.ts : (95,23) Cannot find namespace 'd3'. error TYPESCRIPT /src/visual.ts : (96,23) Cannot find namespace 'd3'. error TYPESCRIPT /src/visual.ts : (97,24) Cannot find namespace 'd3'. error TYPESCRIPT /src/visual.ts : (98,24) Cannot find namespace 'd3'. error TYPESCRIPT /src/visual.ts : (99,25) Cannot find namespace 'd3'. error TYPESCRIPT /src/visual.ts : (100,26) Cannot find namespace 'd3'. error TYPESCRIPT /src/visual.ts : (101,23) Cannot find namespace 'd3'. error TYPESCRIPT /src/visual.ts : (145,25) Cannot find name 'd3'. .... There are some other fix to do? Thanks2KViews0likes3CommentsEmbedding with PowerBI
Hi, I am having requirements regarding for POWERBI EMBEDDED - I want to create POWERBI report in an application. I want to know that, Is it possible to create filtering on my application webpage which is directly connected with the POWERBI EMBEDDED report??? Thanks, Axata5.9KViews0likes1Comment