diff --git a/Dashboards/Business Service Relationships/Business Service Relationships.zip b/Dashboards/Business Service Relationships/Business Service Relationships.zip new file mode 100644 index 0000000..48022df Binary files /dev/null and b/Dashboards/Business Service Relationships/Business Service Relationships.zip differ diff --git a/Dashboards/Business Service Relationships/README.md b/Dashboards/Business Service Relationships/README.md new file mode 100644 index 0000000..349f184 --- /dev/null +++ b/Dashboards/Business Service Relationships/README.md @@ -0,0 +1,7 @@ +# Business Service Relationships + +This dashboard visualizes parent-child relationships between Business Services using a Sankey chart. It helps you understand how higher-level Business Services are composed of smaller, reusable services. + +The dashboard uses a custom SQL dataset that queries `view_businessserviceelement_v2` and `view_businessservice_v2` to map parent and child Business Service associations. + +![Business Service Relationships Sankey Dashboard](business-service-relationships-sankey.png) diff --git a/Dashboards/Business Service Relationships/business-service-relationships-sankey.png b/Dashboards/Business Service Relationships/business-service-relationships-sankey.png new file mode 100644 index 0000000..0d05825 Binary files /dev/null and b/Dashboards/Business Service Relationships/business-service-relationships-sankey.png differ