Prebuilt Environmental, Social, and Governance metrics library

Important

Some or all of this functionality is available as part of a preview release. The content and the functionality are subject to change.

The Environmental, Social, and Governance metrics (preview) capability provides a library of prebuilt ESG metric definitions. The prebuilt definitions are deployed in the ConfigAndDemoData_LH as a JSON file (metrics_definitions_config.json) along with the ESG metrics capability deployment.

We currently support 61 prebuilt metric definitions across these European Sustainability Reporting Standards (ESRS):

  • ESRS E1 Climate change
  • ESRS E3 Water and Marine resources
  • ESRS E5 Resource use and circular economy
  • ESRS S1 Own Workforce
  • ESRS 2 General disclosures

You can extend the metric definitions to create custom metric definitions using the provided utility functions. For more information, go to Custom metrics.

You can download a spreadsheet that describes each prebuilt metric here: Prebuilt metrics library.

Note

The prebuilt metric definitions are as per the EFRAG IG 3: Detailed ESRS Datapoints final document issued in Mayโ€™24 by EFRAG.

Here are the details of the metric definition properties specified in metrics_definitions_config.json:

  • metric_name: Name of the metric, such as Scope 3 category wise emissions (GHG protocol). This property is required.

  • sustainability_area: Categorizes the prebuilt metrics for the relevant ESG topics. It helps in easily discovering the metrics for a specific area. The sustainability areas align with the CSRD topical standards. This is a required property of a metric.

    • Climate change: Maps to the ESRS E1 climate change topical standard of CSRD.
    • Water and marine resources: Maps to the ESRS E3 Water and marine resources topical standard of CSRD.
    • Resource use and circular economy: Maps to ESRS E5 Resource use and circular economy topical standard of CSRD.
    • Social: Maps to ESRS S1 Own workforce topical standard of CSRD.
    • General disclosures: Maps to ESRS 2 general disclosures.
  • measure_name: Specifies the name of the Power BI measure that contains the computation logic in DAX formula language. The Power BI measures are defined in the prebuilt semantic model deployed as part of the capability. For more information about Power BI measures, go to Create measures for data analysis in Power BI Desktop. This property is required.

  • dimensions: Specifies the dimensions/columns required in the metric output. These dimensions can come from aggregate tables and the calculated tables in semantic model.

  • filters: Specifies the values from the aggregate table dimensions that need to be filtered. This property is optional.

  • labels: Stores contextual information of a metric to help in discoverability. For example, mapping the metric to the disclosure standards and disclosure datapoints that require that metricโ€™s output. This property is optional.

This image is an example of the metric definition from the metrics_definitions_config.json file.

Screenshot of a metric definition.

To learn more about the metric computation logic, go to Generate and compute metrics data.

Next step