Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Power BI Dashboards For Data #73

Open
jacobgexigo opened this issue Mar 14, 2022 · 5 comments
Open

Add Power BI Dashboards For Data #73

jacobgexigo opened this issue Mar 14, 2022 · 5 comments
Labels
DBA Dash GUI system client (web, mobile, CLI, 3rd party)

Comments

@jacobgexigo
Copy link

Create Power BI reports from the data repository to allow for modern and customizable visualizations that could be shared via the .pbix file. This file could then be customized and published by anyone to their own PowerBI.com environments.

@jacobgexigo
Copy link
Author

I am happy to get started on some mockups to see how this could be addressed

@DavidWiseman
Copy link
Collaborator

Hi that sounds like a good idea. I know a couple of people asked about Power BI for DBA Dash at SQLBits. I don't have any experience in this area so I wouldn't be able to take on the work myself. If you are able to take a look at it that would be great.

The GUI uses stored procedures for everything so you might be able to reuse some of these for Power BI. Here's a few examples:
dbo.CPU_Get
dbo.IOStats_Get
dbo.PerformanceCounter_Get
dbo.PerformanceCounterSummary_Get
dbo.Waits_Get
dbo.ObjectExecutionStatsSummary_Get
dbo.ObjectExecutionStats_Get

If you have any questions about anything, let me know.

Some additional background:

The user interface for DBA Dash started off with some SSRS reports. I later created a Windows GUI app to improve the user experience and add some functionality that wasn't possible with SSRS. There are definitely some trade-offs with a Windows GUI though - one of those been accessibility of the data. I'm guessing Power BI might help with that and is probably a better experience than SSRS. The old SSRS project is still in the repository if anyone wanted to use it or help maintain it. I've stopped working on it in favour of the Windows app though.

@DavidWiseman DavidWiseman added the DBA Dash GUI system client (web, mobile, CLI, 3rd party) label Mar 16, 2022
@PascoBOCC-JasonBoswell
Copy link

I am happy to get started on some mockups to see how this could be addressed

Have you been able to make any headway with Power BI dashboards?

@Jacob-Krueckl
Copy link

Just going to chime in and say that this is a great idea and would be extremely helpful in our use-case of DBADash.

We have many clients that we help monitor their systems and being able to provide them a report on request has been a challenge.

Theoretically we could create a SQL account that has access to only their statistics and expose our server to their network but then they would have set up the GUI. If I could view a dashboard and forward it to them then that would be VERY helpful!

@DavidWiseman
Copy link
Collaborator

Just going to chime in and say that this is a great idea and would be extremely helpful in our use-case of DBADash.

We have many clients that we help monitor their systems and being able to provide them a report on request has been a challenge.

Theoretically we could create a SQL account that has access to only their statistics and expose our server to their network but then they would have set up the GUI. If I could view a dashboard and forward it to them then that would be VERY helpful!

Thanks for the additional data point. This is a popular request. At the moment I'm not using Power BI for anything and I have zero experience with it. That could change in the future, but if anyone is interested in contributing PBI reports for DBA Dash I would consider pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DBA Dash GUI system client (web, mobile, CLI, 3rd party)
Projects
None yet
Development

No branches or pull requests

4 participants