developer
10 TopicsGenerating 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.511Views0likes1CommentChanging 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.3KViews0likes1CommentData 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.3KViews0likes1CommentAdd User dynamically to Power bi report server
Hi All, I am running one Power bi Report server where have the requirement like below: I have one LDAP application where user uses windows authentication to login and go to the asp.net application. I have requirement here to integrate power bi report server in asp.net application which i was able to complete. Since my user id was not present in Power bi report server so when i accessed the Power bi report it asked for the credentials. When i added my user in Report server and did some browser settings to add report server domain name then without asking authentication report loads because i have used windows credentials. I also verified here like in Report server > Settings > SiteSettings > Security in the textbox if i put the correct mail id of the person which is belongs to my organization then it accepts this and his username get and set in the report server and can see the user will get added with DomainName/Username. Now we have many client in different-different region where for each client we are going to install report server separately. But when those user will login first with there windows credentials for LDAP application and access the power bi report inside asp.net application for them again it will ask the credentials, Which we cannot set individually and manually in Report server. Can we add the user in Report server dynamically like using some C# code or some other way? Please suggest, It is an urgent taks.3KViews0likes3CommentsPower Bi Report Server Developer Licence
Hi, Can I use Power Bi Report Server Developer Edition with SQL Server 2017 Developer Edition on my company laptop only for learning purposes? I don't want to use it in production enviornment. It will be used only locally, no reports will be shared to users.805Views0likes1CommentPower BI Desktop for Reporting Server
Hi there, For developing and publishing to Reporting Server you have to install Powerr BI desktop version for Reporting Server. But are there any differences between the regular desktop version and the desktop version for Reporting Server? Thanks!Solved2.8KViews0likes5Comments