Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
EricHulshof
Solution Sage
Solution Sage

SCOM Availability report query

I am just wondering if anyone ever made a query to create a SCOM Availability report in Power BI. I basically want to rebuild the SCOM report where it shows the % availability of each application. 

If you already have a query like this it would be a great help to share it. Else i start building and hope for the best, as im not into SCOM whatsoever. 

Thankyou.


Quality over Quantity


Did I answer your question? Mark my post as a solution!


1 ACCEPTED SOLUTION

Thanks for trying to help, but no i was not looking for that.

For other people looking for availability i fixed it with this query:

Select
S.ManagedEntityMonitorRowId,
S.DateTime,
S.Date,
S.InRedStateMilliseconds,
S.InYellowStateMilliseconds,
S.InGreenStateMilliseconds,
S.InWhiteStateMilliseconds,
S.InDisabledStateMilliseconds,
S.InPlannedMaintenanceMilliseconds,
S.InUnplannedMaintenanceMilliseconds,
S.HealthServiceUnavailableMilliseconds
FROM [OperationsManagerDW].[dbo].[vStateDailyFull] S

And ofcourse added some magic making sure i had the correct names etc and not the cryptic id's 🙂



Quality over Quantity


Did I answer your question? Mark my post as a solution!


View solution in original post

4 REPLIES 4
v-lid-msft
Community Support
Community Support

Hi @EricHulshof ,

 

Sorry for that, but we did not familiar with the SCOM, are you meaning something like the report in this showcase? https://powerbi.microsoft.com/en-us/partner-showcase/data-maru-inc-system-center-operation-manager-d...

 

13.jpg


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for trying to help, but no i was not looking for that.

For other people looking for availability i fixed it with this query:

Select
S.ManagedEntityMonitorRowId,
S.DateTime,
S.Date,
S.InRedStateMilliseconds,
S.InYellowStateMilliseconds,
S.InGreenStateMilliseconds,
S.InWhiteStateMilliseconds,
S.InDisabledStateMilliseconds,
S.InPlannedMaintenanceMilliseconds,
S.InUnplannedMaintenanceMilliseconds,
S.HealthServiceUnavailableMilliseconds
FROM [OperationsManagerDW].[dbo].[vStateDailyFull] S

And ofcourse added some magic making sure i had the correct names etc and not the cryptic id's 🙂



Quality over Quantity


Did I answer your question? Mark my post as a solution!


Hi. Just stumbled across this post. Do you know how can I modify the query so that I can get the info extracted hourly instead of daily?

Hi!

I'm trying to do that report with Power Bi, but the query take a lot of time to complete. Do you have a new version of the query?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.