developer
15 TopicsPower BI Custom Visuals' Community
Welcome to Power BI Custom Visuals Community! Power BI custom visuals is all about community. We are very excited to announce that custom visuals now have a special place in the Power BI community site, to share knowledge, ideas and news! Custom visuals development discussion – Ask questions and share knowledge about developing custom visuals. Custom visuals ideas – Share your ideas, ask for features, propose new custom visuals. Custom visuals community blog – Community news and announcements for new custom visuals available, new APIs released, tips & tricks from developers and users. Power BI custom visuals useful links for developers Developer documents - find here all documents you need Step-by-step tutorial Looking for advanced tutorial? Find it here Visit also our github Find here Power BI visuals' Samples Custom visual's webinar For technichal questions and help please reach out [email protected]3MViews26likes225CommentsGenerating reports in PowerBI Report Server from Java based application
Hello guys, I am new to PowerBI and our requirement is to generate reports leveraging PowerBI (i.e generating report [PDF] as per template provided once a user clicks on button in JSP of web-based java application). In order to fulfill above what is the best possible way to connect to Report Server from on-prem java based application and provide inputs or data to generate the report in UI. Currently the input data is queried from Oracle database and set in POJO classes.2.3KViews0likes2CommentsPerspective ordering - SSAS 2017 Model
Hi, Apologies if this is not the correct forum for this question, but I couldn't identify where SSAS modelling questions should go. When developing SSAS models for use with PowerBI OnPrem we use perspectives within the cubes. It seems when connected to via PowerBI Desktop or Excel the perspectives display based on the order of creation. E.G. below the 'Surveys' perspective was created before the 'Mentor' perspective and displays at the top of the list. Is there a way to dictate the order they display in? I can't see any settings in VS or Tabular2 for doing so. I've also tried directly editing the XML to move the Mentor perspective code above the Surveys perspective code. I deployed the code, cleared the cube & processed in full. It had no effect on the order when connected to via PowerBI desktop or Excel Is there a way to set a perspective other than the Model as the default for users when they connect? Thank you for any help or guidance you can give.511Views0likes1CommentUnable to access Admin Panel
Hello All, I've made some dashboards in my workspace but I can't access the admin portal, I've added those dashboards to my website but I can't get public links to the dashboards please guide me on how to access the admin portal I'm only getting these two options as shown in attachment Thank you for your time.Changing developer to evaluation license
I am trying to change the developer edition to the evaluation edition. Nothing is technically in production and all is still development within my internship project. But i would like to have the possibility open to change it to an evaluation when data will be used because from my understanding there are 180 days of evaluation where the PBRIS can be used for production, after that a license needs to be bought. Is this correct? this is currently the scenario, where the next button is grey. ty in advance.Solved1.3KViews0likes1CommentConvert default AND to OR using Custom Visuals
I would like to create custom visuals to convert default AND to OR logical operator. I am able to do this using DAX query. https://www.sqlbi.com/articles/using-or-conditions-between-slicers-in-dax/ Do you know how I can achieve this by cresting custom visuals. Is there any existing slicer which will do for me ? Is there any way in powerbi I can execute query by passing parameters through custom visuals ? Like Entity Framework Or Ado.Net ?Data Sources in PowerBI Report Server
Hi, I have set up a Data Source on the PowerBI Server, it is a "Microsoft SQL Server" connection type, connecting to a SQL Server database. It connect successfully. How do I use this Data Source in a report? When I open PowerBI Desktop, there is no way to select this new Data Source. ThanksSolved872Views0likes1CommentUnable to Upgrade Developer Edition 2019 Sep -> May 2020
Hi, I'm trying to upgrade our development enviroment from Power BI Report Server September 2019 Developer Edition to May 2020. However i'm not able to proceed with the installation process as seen in the below screenshots: Image 1 Image 2 Any idea why i can't proceed?857Views0likes3CommentsProblems embedding a Report into Application
We have developed a report using Microsoft Power BI Desktop (optimized for Report Server) Version: 2.76.5678.1521 64-bit (January, 2020). This report is hosted on Microsoft Power BI Report Server Version 15.0.1102.759 (January 2020). We are attempting to embed this report in an MVC application writtedn in C# in Visual Studio 2017. We are using the following script: <iframe style="width:100%; height:450px;" src="http://myserver.local/PBIReports/powerbi/Folder/My%20Report%20Name?rs:embed=true" frameborder="0" allowFullScreen="true"></iframe> When we run the report in the application we get this message displayed: X "This content cannot be displayed in a frame" "To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame" Any help on identifying what is wrong and solution would be greatly appreciated. Thanks.3.4KViews0likes11CommentsUsing Nuget package manager with Report Server (Power BI)
We are using Power BI Desktop for Report Server (January 2020) and Report Server Optimized for Power BI (January 2020). We are trying to utilize Nuget to embed a report. https://github.com/Microsoft/PowerBI-CSharp#aspnet-mvc In doing so we are attempting to use the PowerBI.CreateReportEmbedToken method: var embedToken = PowerBIToken.CreateReportEmbedToken(workspaceCollection, workspaceId, reportId); Where do I find the values for: workspaceCollection? workspaceId? reportId?Solved1.3KViews0likes1Comment