deployment
15 TopicsOracle Analytics Cloud vs Power BI
Is there somewhere that I would be able to find a clear display of the differences between Power BI (Pro and Premium to be compared), vs Oracle Analytics Cloud? I am asking because our company is researching to find a centralized analytics/BI solution, and the decision is either Oracle Analytics Cloud or Power BI. We are currently using Power BI Pro for about 50 users, and it has been exactly what we have needed so far, but I have been the key driver of Power BI over the last 2 years, and now the use of Power BI is starting to get noticed at a level that our leadership team is pushing to have a centralized solution for the company. I have been advocating for Power BI Pro for a couple of months, but would love to receive some feedback from the community on any of your experiences, or if you have gone down a similar path! Thank you all in advance! 😎Solved6.1KViews1like4CommentsPricing, Licensing, and System Requirements for On-Premise Power BI Report Server Deplyment
I'm planning to deploy Power BI Report Server on our on-premise servers. Could someone provide details on the total pricing, the type of licensing required, and the system requirements for this setup? Thanks in advance!658Views0likes1CommentHow can we deploy Power App embedded Power Bi report without manually changing powerapp environment?
I have embeeded Power App Visual in my Power BI report. for Dev, I have imported power app application from Power app Dev environment. When I plan for Production deployment, I could not find options to migrate power app along with my powerbi seamlessly. Currently it migrates the same Dev power app version to prod. I am manually editing the prod power bi report to import prod power app visual. is there a way I can switch the power app environment automatically. Note: I dont own the connection string for Power app. It is maintained by a different team. Any help is appreciated.Solved8KViews0likes3CommentsDeploy Power BI reports programatically with different SSAS connections per tenant
Hello, we develop and manage a software as a service platform using PowerBI embedded with Analysis Services in Microsoft Azure. Our CI/CD pipeline process provides an SQL database, Analysis Service Database, Web Application, PowerBi Embedded Workspace and multiple services per customer. Everything works fine for these steps. But the report deployment is still a manual process: - Open PowerBI Desktop - Open the report in question - Connect to the QA SSAS server and select the database for the customer for this specific deployment - Publish the report and select the PowerBI embedded workspace for that specific customer - Check visually that the report is working via Power BI Portal We would like to deploy the reports using PowerShell, but we could not find a way to change the connection string. We found multiple ways to change connection strings if no SSAS is involved, but we need SSAS. Any ideas how to solve this? Kind regards, Michael846Views0likes2CommentsSSAS Edition
Hi, When I deploy a tabular model from VS, does the Edition option ask which Edition the SQL Server is already running...or is it asking me which Analysis Service Editon I would like to deploy? Not sure if the SSAS cube can be a different edition than the SQL Server Regards, AndersSolved698Views0likes1CommentPowerbI Azure deployment
Good morning y'all. We have an Azure environment and we are trying to build out a deployment process for the first time, to multiple groups within our organization, with users both in house and external. I'm trying to locate sources, sites, etc. that I can search/reach out and use to help define and create it. Simply put, we want to be able to save our PBIT version in GIT and then have devops deploy it out to the various workspaces we'll be setting up, and automate it as much as possible. So far much of what I've seen is deploying the PBIX file, but I'd love to be able to deploy a Template and within the process, connect to my data sources, include any passwords and have it automatically converted to a PBIX during the deployment process. Any information and recommendations would be appreciated. It's been a challenge to find an excellent reference to deploy a PBIT file to a workspace and interally add the datasource, database, passwords, etc.1.2KViews0likes3CommentsDeployment failed for file for PowerBI Tier2 Environment Dynamics 365 Finance and Operations
There are 3 ways to connect PowerBI with Dynamics 365 Finance and Operation. OData (Direct call data entity) Azure DB (Export from BYOD) Entity Store (Create Measure to direct query from D365 Finance and Operations) I'm using Entity Store to connect their standard (OOB) PowerBI report with D365 Finance and Operations. I have created a new PowerBI app registration in dev instance and configure in Dynamics 365 Finance and Operations. I'm trying to deploy the PowerBI report from the Deploy Power BI files from the D365 Finance and Operations and got the error Deployment failed for file. There is no further detail with this error. Does anyone who how to fix it? Thanks, Wajihullah1.8KViews0likes1CommentReport Server data refresh options
Hi all, We are looking into deploying PowerBI reports to our customers using the PowerBI Report Server. Our master data is in a Sql Server database(s). We are trying to figure out the optimal deployment model. Our main criteria are: - Minimal impact on the master database during business hours. - As up-to date data in the reports as possible, (but not strictly real-time) - Not requiring Azure AD / O365 accounts for our end customers Current plan is - to host Tabular SSAS - schedule an hourly incremental/partitioned refresh, - reports with live connection to the SSAS - embed reports in our software and wrap authentication in our existing authentication Is this a viable solution? Can the plan above be improved in any way? Also, are there better ways to refresh the data, for example to combine live and warehoused portions of data? Thanks for any tips.9KViews0likes12CommentsEnterprise reporting artefact deployment strategies with PBIRS
We have a problem currently with the fact that .pbix files are very different from any other SSRS reporting artefact in terms of enterprise readiness for deployments. We have a full-featured deployment system that can deploy entire trees of reporting artefacts along with replacing datasource definitions at deploy time depending on the target environment (DEV/TRAIN/PROD) etc. This has been working nicely for years but now we are moving to PBIRS and away from SSRS native mode, users want to be able to deploy .pbix artefacts in the same way. This seems to be basically impossible because: The file format of .pbix is not editable programatically (unlike every SSRS artefact) and so data sources cannot be changed directly which means they have to be uploaded to PBIRS and then changed with the REST API .... but ... Datasources inside a .pbix file have no name and even the ids change every time the file is deployed to a PBIRS server. So, there is no way of matching datasources to the database of connections we use to determine datasources for a target environment during deployment. These issues make .pbix files really poor in terms of enterprise deployments. If anyone knows any way around these issues, I would be interested ... It really is a basic part of any enterprise grade managed reporting solution to be able to change reports (datasources, parameters, cacheing etc). during deployment depending on the target enviromnent.1.7KViews1like5Comments