Report or Dashboard - report

I want to create a software package that at each run, reading csv daily report located on a specific path, will create report (pdf) or a dashboard visible to the user. I would like to have a package platform independent so the user can see the report or the dashboard without problem.
I've implemented a dashboard with Power BI but the user that should see the report/dashboard must have PowerBI.

Related

How Fetch AppDynamics Reports in Java

Do we have any opensource or any proven code which collects the App Dynamics reports from App Dynamics Servers ?
Generally the workflow for sending reports from AppDynamics is as follows:
Create a Custom Dashboard - https://docs.appdynamics.com/display/PRO21/Custom+Dashboards
Add Widgets to your Dashboard containing the tables, charts etc that you want to see in your report - https://docs.appdynamics.com/display/PRO21/Widgets
Now you can send a report (one-off or scheduled) by configuring a report based off the Dashboard you have created, including setting the time range of the report - https://docs.appdynamics.com/display/PRO21/Reports
Note: There is a sample custom dashboard .json available here to get you started: https://community.appdynamics.com/t5/Knowledge-Base/Sample-Custom-Dashboard-for-Business-Transaction-Report/ta-p/21264
Note: There are already many "Standard Reports" which could make things easier depending on use case.
Note: If you instead want to export data and then analyse with your own tooling, then see the docs on Public API's available here: https://docs.appdynamics.com/display/PRO21/AppDynamics+APIs

How can I publish an R Markdown Shiny Dashboard privately?

So for context, I have created a dashboard using Rstudio by using flexfdashboard. I is an R Markdown Shiny app with ui and source code all within the same file.
Data sources for this app are large, locally saved documents in. Txt and. Csv format, with sizes ranging from a few kilobytes to several gigabytes.
I am to present this work to my CEO but I will not have access to my current computer and so ideally would host my dashboard somewhere and simply load the dashboard in browser.
However, the datasets contain sensative customer information and so privacy or controlled access to all assets is essential, ruling out most 3rd party solutions.
Is there a simple method to achieve this that im missing, or will I have to just run it from a local machine?
Thanks

How to Export a Report in Microsoft Power BI with Asp.net MVC 5

I am developing a system in Asp.net MVC 5. The system reports are in Microsoft Power BI. The user needs to export the report to an Excel file.
Does anybody know how to apply or develop a button or a Visual in Microsoft Power Bi reports to export the particular report to an Excel file when it is published?
The Export icon is available when the report is in In Power BI account / Dashboard as below.
But when the report is published and when the user views the report through MVC application, there is no way to export data to a .xlsx file or .csv file(as shown below).Export and Pin icons are missing. I need a method or any special widget which can do that work. Thank you in advance.
There are currently two options to export to Excel
Export Data
Analyze in Excel
However, neither of these will allow you to export an entire report including visuals. This is currently one of the more irritating limitations of Power BI.
There are a number of ideas on the Power BI forums that are related to this. Please add your vote and comments to the ones that are most relevant to you.

OBIEE Catalog Manager - Determine which DASHBOARDS utilize particular reports

I've recently been using the Oracle Catalog Manager to create lineage reports to determine which analyses use particular columns. I haven't found a way, however, to determine which reports are used on particular dashboards. So if I wanted to delete a report, is there a way to determine which dashboards would be affected?
I know that when I migrate a dashboard page from the development environment to the test environment that the structure is preserved, so this information must be saved somewhere. However, when I try to create a report in the "_portal" folder that contains the dashboards, the report is always blank.
I was using this page as an initial reference, but it only discusses how to find the reports that would be affected should a column be deleted from the rpd.
Part of what I'm trying to do is a clean-up to locate reports that aren't being used on any dashboards, but I also want to be able to better track which reports are being used and on which dashboards.
The Create Report function will build a report of Dashboard/Analysis relationships.
Regarding moving/copying dashboards, it will not move all the dependent objects automatically - you will need to structure your Presentation Catalog such that you can migrate folders of objects as required.
OBIEE Catalog Manager Report lacks the ability to extract data as
Dashboard,
Dashboard Page,
Dashboard Prompt,
Analysis
in a single row of data
We can have two combinations
Dashboard, Dashboard Page OR
Dashboard, Dashboard Prompt, Analysis
The OBIEE usage table does store the 4 fields in a single row.

Report, Ad hoc report and Dashboard in pentaho

I'm currently working on a project to implement a BI solution. I chose Pentaho
There are many tools to create:
reports (report designer)
adhoc reports (WAHQR ou PIR)
Dashboard (dashboard designer or CDE)
Analyze (analyzer or saiku)
(in big the one I'll use)
The question is, which tool is used by the final user (non technic) and which by the technician/developer?
And which of these tools create report/dashboard that can be executed repeatedly with a scheduler / just one time on demand?
thks for your help
Developer : All
User : SAIKU
Reports generated by Pentaho Report Dssigner could be excuted by scheduler. This is also able to be executed by scheduler using kitchen using Pentaho Reporting Output step.

Resources