diff --git a/src/Apps/W1/PowerBIReports/App/.resources/Sustainability app.pbix b/src/Apps/W1/PowerBIReports/App/.resources/Sustainability app.pbix
deleted file mode 100644
index a729166325..0000000000
Binary files a/src/Apps/W1/PowerBIReports/App/.resources/Sustainability app.pbix and /dev/null differ
diff --git a/src/Apps/W1/PowerBIReports/App/Core/Codeunits/InstallationHandler.Codeunit.al b/src/Apps/W1/PowerBIReports/App/Core/Codeunits/InstallationHandler.Codeunit.al
index 7c07cac318..f8edcbb8c2 100644
--- a/src/Apps/W1/PowerBIReports/App/Core/Codeunits/InstallationHandler.Codeunit.al
+++ b/src/Apps/W1/PowerBIReports/App/Core/Codeunits/InstallationHandler.Codeunit.al
@@ -5,8 +5,7 @@
namespace Microsoft.PowerBIReports;
using Microsoft.Foundation.Company;
-using System.DataAdministration;
-using System.Environment.Configuration;
+using System.Integration.PowerBI;
codeunit 36950 "Installation Handler"
{
@@ -27,38 +26,27 @@ codeunit 36950 "Installation Handler"
Initialization.SetupDefaultsForPowerBIReportsIfNotInitialized();
end;
- [EventSubscriber(ObjectType::Codeunit, Codeunit::"Environment Cleanup", 'OnClearCompanyConfig', '', false, false)]
- local procedure OnClearCompanyConfig(CompanyName: Text)
- begin
- ClearCompanySpecificSetup(CompanyName);
- end;
-
- [EventSubscriber(ObjectType::Report, Report::"Copy Company", 'OnAfterCreatedNewCompanyByCopyCompany', '', false, false)]
- local procedure OnAfterCreatedNewCompanyByCopyCompany(NewCompanyName: Text[30])
- begin
- ClearCompanySpecificSetup(NewCompanyName);
- end;
-
- local procedure ClearCompanySpecificSetup(CompanyName: Text)
+ [EventSubscriber(ObjectType::Codeunit, Codeunit::"PBI Deployment Events", 'OnAfterDeleteAllDeploymentRecords', '', false, false)]
+ local procedure OnAfterDeleteAllDeploymentRecords(InCompany: Text[30])
var
PowerBIReportsSetup: Record "PowerBI Reports Setup";
+ ReportSetup: Interface "PBI Report Setup";
+ RecRef: RecordRef;
+ EmptyGuid: Guid;
+ Ordinal: Integer;
begin
- if CompanyName <> '' then
- PowerBIReportsSetup.ChangeCompany(CompanyName);
- if PowerBIReportsSetup.FindFirst() then begin
- Clear(PowerBIReportsSetup."Finance Report Id");
- Clear(PowerBIReportsSetup."Finance Report Name");
- Clear(PowerBIReportsSetup."Sales Report Id");
- Clear(PowerBIReportsSetup."Sales Report Name");
- Clear(PowerBIReportsSetup."Purchases Report Id");
- Clear(PowerBIReportsSetup."Purchases Report Name");
- Clear(PowerBIReportsSetup."Inventory Report Id");
- Clear(PowerBIReportsSetup."Inventory Report Name");
- Clear(PowerBIReportsSetup."Projects Report Id");
- Clear(PowerBIReportsSetup."Projects Report Name");
- Clear(PowerBIReportsSetup."Manufacturing Report Id");
- Clear(PowerBIReportsSetup."Manufacturing Report Name");
- PowerBIReportsSetup.Modify();
+ if InCompany = '' then
+ exit;
+ if not PowerBIReportsSetup.ChangeCompany(InCompany) then
+ exit;
+ if not PowerBIReportsSetup.FindFirst() then
+ exit;
+ RecRef.GetTable(PowerBIReportsSetup);
+ foreach Ordinal in Enum::"PBI Report Setup".Ordinals() do begin
+ ReportSetup := Enum::"PBI Report Setup".FromInteger(Ordinal);
+ RecRef.Field(ReportSetup.GetSetupReportIdFieldNo()).Value := EmptyGuid;
+ RecRef.Field(ReportSetup.GetSetupReportNameFieldNo()).Value := '';
end;
+ RecRef.Modify();
end;
}
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/.platform b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/.platform
deleted file mode 100644
index 1f6adb583d..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/.platform
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/gitIntegration/platformProperties/2.0.0/schema.json",
- "metadata": {
- "type": "Report",
- "displayName": "Sustainability app"
- },
- "config": {
- "version": "2.0",
- "logicalId": "64e149e5-c39f-403c-8543-07ef34f0acc3"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/StaticResources/RegisteredResources/Microsoft_Dynamics_365_Busines8275439523005887.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/StaticResources/RegisteredResources/Microsoft_Dynamics_365_Busines8275439523005887.json
deleted file mode 100644
index 55b77eb7fc..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/StaticResources/RegisteredResources/Microsoft_Dynamics_365_Busines8275439523005887.json
+++ /dev/null
@@ -1,3231 +0,0 @@
-{
- "name": "Microsoft Dynamics 365 Business Central",
- "$schema": "reportThemeSchema-2.140.json",
- "dataColors": [
- "#429EAA",
- "#525C6D",
- "#8E939F",
- "#28808A",
- "#295C66",
- "#9A9926",
- "#52A621",
- "#DD765F",
- "#3599B8",
- "#DFBFBF",
- "#4AC5BB",
- "#5F6B6D",
- "#FB8281",
- "#F4D25A",
- "#7F898A",
- "#A4DDEE",
- "#FDAB89",
- "#B687AC",
- "#28738A",
- "#A78F8F",
- "#168980",
- "#293537",
- "#BB4A4A",
- "#B59525",
- "#475052",
- "#6A9FB0",
- "#BD7150",
- "#7B4F71",
- "#1B4D5C",
- "#706060",
- "#0F5C55",
- "#1C2325",
- "#7D3231",
- "#796419",
- "#303637",
- "#476A75",
- "#7E4B36",
- "#52354C",
- "#0D262E",
- "#544848",
- "#016AB8",
- "#373D49",
- "#FDB15D",
- "#AAF20F",
- "#5F646D",
- "#8AA3EB",
- "#FEE266",
- "#A6687A",
- "#3557B8",
- "#DFCFBF",
- "#4A91C5",
- "#5F646D",
- "#FBBF81",
- "#C9F459",
- "#7F838A",
- "#A4B8EE",
- "#FDE489",
- "#B68794",
- "#28428A",
- "#A79B8F",
- "#165889",
- "#292E37",
- "#BB824A",
- "#8DB525",
- "#474A52",
- "#6A7CB0",
- "#BDA750",
- "#7B4F5A",
- "#1B2C5C",
- "#706860",
- "#0F3C5C",
- "#1C1E25",
- "#7D5731",
- "#5D7918",
- "#303237",
- "#475375",
- "#7E6F36",
- "#52343D",
- "#0D152E",
- "#544E48",
- "#010EB8",
- "#393749",
- "#F9FD5D",
- "#38F20F",
- "#615F6D",
- "#A08AEB",
- "#CEFE66",
- "#A67668",
- "#5435B8",
- "#DFDFBF",
- "#4A53C5",
- "#615F6D",
- "#FAFB81",
- "#7CF459",
- "#807F8A",
- "#B5A4EE",
- "#DBFD89",
- "#B69087",
- "#3F288A",
- "#A7A78F",
- "#161F89",
- "#2A2937",
- "#BBBB4A",
- "#45B525",
- "#494752",
- "#7A6AB0",
- "#9CBD50",
- "#7B594F",
- "#291B5C",
- "#707060",
- "#0F155C",
- "#1E1C25",
- "#7C7D31",
- "#2D7918",
- "#303037",
- "#514775",
- "#697E36",
- "#523B34",
- "#140D2E",
- "#545448",
- "#4E01B8",
- "#423749",
- "#A9FD5D",
- "#0FF256",
- "#675F6D",
- "#D18AEB",
- "#82FE66",
- "#A69468",
- "#9535B8",
- "#CFDFBF",
- "#7D4AC5",
- "#675F6D",
- "#BCFB81",
- "#59F484",
- "#857F8A",
- "#DAA4EE",
- "#A1FD89",
- "#B6A887",
- "#6F288A",
- "#9BA78F",
- "#461689",
- "#322937",
- "#82BB4A",
- "#25B54C",
- "#4E4752",
- "#9E6AB0",
- "#65BD50",
- "#7B6E4F",
- "#4A1B5C",
- "#687060",
- "#2E0F5C",
- "#221C25",
- "#567D31",
- "#187934",
- "#343037",
- "#684775",
- "#457E36",
- "#524934",
- "#250D2E",
- "#4E5448",
- "#AA01B8",
- "#493746",
- "#5DFD62",
- "#0FF2C7",
- "#6D5F6B",
- "#EB8AD3",
- "#66FE96",
- "#99A668",
- "#B83598",
- "#BFDFBF",
- "#BA4AC5",
- "#6D5F6B",
- "#81FB82",
- "#59F4D1",
- "#8A7F89",
- "#EEA4DD",
- "#89FDAA",
- "#ACB687",
- "#8A2873",
- "#8FA78F",
- "#801689",
- "#372934",
- "#4ABB4A",
- "#25B594",
- "#524750",
- "#B06A9F",
- "#50BD70",
- "#717B4F",
- "#5C1B4D",
- "#607060",
- "#540F5C",
- "#251C22",
- "#317D32",
- "#187964",
- "#373036",
- "#75476A",
- "#367E4A",
- "#4C5234",
- "#2E0D26",
- "#485448",
- "#B8016A",
- "#49373D",
- "#5DFDB1",
- "#0FAAF2",
- "#6D5F64",
- "#EB8AA3",
- "#66FEE2",
- "#7AA668",
- "#B83557",
- "#BFDFCF",
- "#C54A91",
- "#6D5F64",
- "#81FBBF",
- "#59C9F4",
- "#8A7F83",
- "#EEA4B8",
- "#89FDE5",
- "#94B687",
- "#8A2842",
- "#8FA79B",
- "#891658",
- "#37292E",
- "#4ABB82",
- "#258DB5",
- "#52474A",
- "#B06A7C",
- "#50BDA7",
- "#5B7B4F",
- "#5C1B2C",
- "#607068",
- "#5C0F3C",
- "#251C1E",
- "#317D58",
- "#185D79",
- "#373032",
- "#754752",
- "#367E6F",
- "#3D5234",
- "#2E0D15",
- "#48544E",
- "#B8010E",
- "#493937",
- "#5DF9FD",
- "#0F38F2",
- "#6D615F",
- "#EBA08A",
- "#66CEFE",
- "#68A676",
- "#B85435",
- "#BFDFDF",
- "#C54A53",
- "#6D615F",
- "#81FAFB",
- "#597CF4",
- "#8A807F",
- "#EEB5A4",
- "#89DBFD",
- "#87B691",
- "#8A3F28",
- "#8FA7A7",
- "#89161E",
- "#372A29",
- "#4ABBBB",
- "#2545B5",
- "#524947",
- "#B07A6A",
- "#509CBD",
- "#4F7B58",
- "#5C291B",
- "#607070",
- "#5C0F15",
- "#251E1C",
- "#317C7D",
- "#182D79",
- "#373030",
- "#755147",
- "#36687E",
- "#34523B",
- "#2E140D",
- "#485454",
- "#B84E01",
- "#494337",
- "#5DA9FD",
- "#560FF2",
- "#6D685F",
- "#EBD18A",
- "#6681FE",
- "#68A694",
- "#B89535",
- "#BFCFDF",
- "#C57D4A",
- "#6D685F",
- "#81BCFB",
- "#8459F4",
- "#8A857F",
- "#EEDAA4",
- "#89A1FD",
- "#87B6A8",
- "#8A7028",
- "#8F9BA7",
- "#894616",
- "#373229",
- "#4A82BB",
- "#4D25B5",
- "#524E47",
- "#B09E6A",
- "#5065BD",
- "#4F7B6F",
- "#5C4A1B",
- "#606870",
- "#5C2E0F",
- "#25221C",
- "#31567D",
- "#341879",
- "#373430",
- "#756947",
- "#36447E",
- "#345249",
- "#2E250D",
- "#484E54",
- "#B8A901",
- "#464937",
- "#615DFD",
- "#C70FF2",
- "#6B6D5F",
- "#D4EB8A",
- "#9666FE",
- "#6898A6",
- "#99B835",
- "#BFBFDF",
- "#C5BA4A",
- "#6B6D5F",
- "#8181FB",
- "#D159F4",
- "#898A7F",
- "#DDEEA4",
- "#AA89FD",
- "#87ACB6",
- "#738A28",
- "#8F8FA7",
- "#897F16",
- "#353729",
- "#4A4ABB",
- "#9425B5",
- "#505247",
- "#9FB06A",
- "#7050BD",
- "#4F717B",
- "#4D5C1B",
- "#606070",
- "#5C540F",
- "#23251C",
- "#31317D",
- "#641879",
- "#363730",
- "#6A7547",
- "#4B367E",
- "#344C52",
- "#262E0D",
- "#484854",
- "#6AB801",
- "#3D4937",
- "#B15DFD",
- "#F20FAA",
- "#646D5F",
- "#A3EB8A",
- "#E266FE",
- "#687AA6",
- "#57B835",
- "#CFBFDF",
- "#91C54A",
- "#646D5F",
- "#BF81FB",
- "#F459C9",
- "#838A7F",
- "#B7EEA4",
- "#E589FD",
- "#8794B6",
- "#428A28",
- "#9B8FA7",
- "#588916",
- "#2E3729",
- "#824ABB",
- "#B5258D",
- "#4A5247",
- "#7CB06A",
- "#A750BD",
- "#4F5B7B",
- "#2C5C1B",
- "#686070",
- "#3C5C0F",
- "#1E251C",
- "#57317D",
- "#79185D",
- "#323730",
- "#537547",
- "#6F367E",
- "#343D52",
- "#152E0D",
- "#4E4854",
- "#0FB801",
- "#37493A",
- "#FD5DF9",
- "#F20F39",
- "#5F6D61",
- "#8AEBA1",
- "#FE66CE",
- "#7568A6",
- "#35B854",
- "#DFBFDF",
- "#54C54A",
- "#5F6D61",
- "#FB81FA",
- "#F4597C",
- "#7F8A80",
- "#A4EEB5",
- "#FD89DB",
- "#9187B6",
- "#288A3F",
- "#A78FA7",
- "#1F8916",
- "#29372B",
- "#BB4ABB",
- "#B52544",
- "#475249",
- "#6AB07B",
- "#BD509B",
- "#594F7B",
- "#1B5C2A",
- "#706070",
- "#155C0F",
- "#1C251E",
- "#7D317B",
- "#79182D",
- "#303731",
- "#477552",
- "#7E3668",
- "#3B3452",
- "#0D2E14",
- "#544854",
- "#01B84E",
- "#374942",
- "#FD5DA9",
- "#F2560F",
- "#5F6D67",
- "#8AEBD1",
- "#FE6682",
- "#9468A6",
- "#35B895",
- "#DFBFCF",
- "#4AC57D",
- "#5F6D67",
- "#FB81BD",
- "#F48459",
- "#7F8A85",
- "#A4EEDA",
- "#FD89A1",
- "#A887B6",
- "#288A6F",
- "#A78F9B",
- "#168946",
- "#293732",
- "#BB4A82",
- "#B54C25",
- "#47524E",
- "#6AB09D",
- "#BD5065",
- "#6E4F7B",
- "#1B5C4A",
- "#706068",
- "#0F5C2E",
- "#1C2522",
- "#7D3156",
- "#793418",
- "#303734",
- "#477568",
- "#7E3644",
- "#493452",
- "#0D2E25",
- "#54484E"
- ],
- "good": "#2E881B",
- "neutral": "#807900",
- "bad": "#E32D23",
- "background": "#FFFFFF",
- "foreground": "#000000",
- "tableAccent": "#00B7C3",
- "visualStyles": {
- "*": {
- "*": {
- "title": [
- {
- "show": true,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "alignment": "left",
- "fontSize": 12,
- "fontFamily": "Segoe UI Semibold"
- }
- ]
- }
- },
- "page": {
- "*": {
- "background": [
- {
- "color": {
- "solid": {
- "color": "#F6F7F8"
- }
- },
- "transparency": 0
- }
- ],
- "outspace": [
- {
- "color": {
- "solid": {
- "color": "#F6F7F8"
- }
- },
- "transparency": 0
- }
- ],
- "outspacePane": [
- {
- "backgroundColor": {
- "solid": {
- "color": "#F6F7F8"
- }
- },
- "borderColor": {
- "solid": {
- "color": "#A7ADB6"
- }
- },
- "fontFamily": "Segoe UI",
- "border": true,
- "headerSize": 9
- }
- ],
- "filterCard": [
- {
- "$id": "Applied",
- "backgroundColor": {
- "solid": {
- "color": "#F6F7F8"
- }
- },
- "borderColor": {
- "solid": {
- "color": "#A7ADB6"
- }
- },
- "inputBoxColor": {
- "solid": {
- "color": "#F6F7F8"
- }
- },
- "textSize": 9,
- "fontFamily": "Segoe UI",
- "border": true,
- "foregroundColor": {
- "solid": {
- "color": "#212121"
- }
- }
- },
- {
- "$id": "Available",
- "backgroundColor": {
- "solid": {
- "color": "#F6F7F8"
- }
- },
- "borderColor": {
- "solid": {
- "color": "#A7ADB6"
- }
- },
- "inputBoxColor": {
- "solid": {
- "color": "#F6F7F8"
- }
- },
- "textSize": 9,
- "fontFamily": "Segoe UI",
- "border": true,
- "foregroundColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "pageSize": [
- {
- "pageSizeTypes": "Widescreen",
- "pageSizeHeight": 720,
- "pageSizeWidth": 1280
- }
- ],
- "displayArea": [
- {
- "verticalAlignment": "Top"
- }
- ]
- }
- },
- "tableEx": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "grid": [
- {
- "gridVertical": false,
- "gridHorizontal": true,
- "gridHorizontalColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "gridHorizontalWeight": 1,
- "outlineStyle": 1,
- "outlineColor": {
- "solid": {
- "color": "#A7ADB6"
- }
- },
- "outlineWeight": 1,
- "rowPadding": 6
- }
- ],
- "columnHeaders": [
- {
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "autoSizeColumnWidth": true,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "alignment": "Left",
- "wordWrap": true,
- "outlineStyle": 5,
- "outlineColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "outlineWeight": 1
- }
- ],
- "values": [
- {
- "fontColorPrimary": {
- "solid": {
- "color": "#212121"
- }
- },
- "fontFamily": "Segoe UI",
- "fontSize": 10
- }
- ],
- "total": [
- {
- "totals": true,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 10,
- "outlineStyle": 5,
- "outlineColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "outlineWeight": 1
- }
- ],
- "stylePreset": [
- {
- "name": "None"
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "clusteredColumnChart": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "gridlineStyle": "dotted",
- "gridlineThickness": 1,
- "gridlineColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- }
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "legend": [
- {
- "show": false,
- "fontSize": 9,
- "position": "TopRight"
- }
- ],
- "labels": [
- {
- "show": true,
- "fontSize": 9,
- "fontFamily": "Segoe UI",
- "color": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "clusteredBarChart": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "gridlineStyle": "dotted",
- "gridlineThickness": 1,
- "gridlineColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- }
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "transparency": 0,
- "show": true
- }
- ],
- "legend": [
- {
- "show": false,
- "fontSize": 9,
- "position": "TopRight"
- }
- ],
- "labels": [
- {
- "show": true,
- "fontSize": 9,
- "fontFamily": "Segoe UI",
- "color": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "columnChart": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "gridlineStyle": "dotted",
- "gridlineThickness": 1,
- "gridlineColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- }
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "totals": [
- {
- "show": true,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "color": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "legend": [
- {
- "show": false,
- "fontSize": 9,
- "position": "TopRight"
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ],
- "labels": [
- {
- "show": false
- }
- ]
- }
- },
- "hundredPercentStackedAreaChart": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "gridlineStyle": "dotted",
- "gridlineThickness": 1,
- "gridlineColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- }
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "totals": [
- {
- "show": true,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "color": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "legend": [
- {
- "show": false,
- "fontSize": 9,
- "position": "TopRight"
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ],
- "labels": [
- {
- "show": false
- }
- ]
- }
- },
- "hundredPercentStackedColumnChart": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- }
- }
- ],
- "lineStyles": [
- {
- "markerShape": "circle",
- "showMarker": true,
- "markerSize": 3
- }
- ],
- "labels": [
- {
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "color": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "legend": [
- {
- "show": true,
- "legendMarkerRendering": "lineAndMarker",
- "position": "TopRight",
- "fontSize": 9
- }
- ],
- "totals": [
- {
- "show": true
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": false
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": false
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "hundredPercentStackedBarChart": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "gridlineStyle": "dotted",
- "gridlineThickness": 1,
- "gridlineColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- }
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "totals": [
- {
- "show": true,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "color": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "legend": [
- {
- "show": false,
- "fontSize": 9,
- "position": "TopRight"
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ],
- "labels": [
- {
- "show": false
- }
- ]
- }
- },
- "multiRowCard": {
- "*": {
- "*": [
- {
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "fontFamily": "Segoe UI",
- "fontSize": 22
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "padding": [
- {
- "bottom": 16,
- "left": 20,
- "right": 20,
- "top": 16
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "categoryLabels": [
- {
- "fontFamily": "Segoe UI",
- "fontColor": {
- "solid": {
- "color": "#505C6D"
- }
- },
- "fontSize": 10
- }
- ],
- "card": [
- {
- "barShow": false
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "aiNarratives": {
- "*": {
- "*": [
- {
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "fontFamily": "Segoe UI",
- "fontSize": 22
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "padding": [
- {
- "bottom": 16,
- "left": 20,
- "right": 20,
- "top": 16
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "categoryLabels": [
- {
- "fontFamily": "Segoe UI",
- "fontColor": {
- "solid": {
- "color": "#505C6D"
- }
- },
- "fontSize": 10
- }
- ],
- "card": [
- {
- "barShow": false
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "cardVisual": {
- "*": {
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "border": [
- {
- "show": true,
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "padding": [
- {
- "left": 0,
- "right": 0,
- "top": 16,
- "bottom": 16
- }
- ],
- "outline": [
- {
- "show": false
- }
- ],
- "value": [
- {
- "show": true,
- "horizontalAlignment": "center",
- "$id": "default",
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "label": [
- {
- "$id": "default",
- "fontFamily": "Segoe UI",
- "fontColor": {
- "solid": {
- "color": "#505C6D"
- }
- },
- "fontSize": 9,
- "position": "aboveValue"
- }
- ],
- "layout": [
- {
- "style": "Cards",
- "maxTiles": 8
- }
- ],
- "overFlow": [
- {
- "overFlowDirection": 1,
- "overFlowStyle": 0
- }
- ],
- "spacing": [
- {
- "$id": "default",
- "verticalSpacing": 0
- }
- ]
- }
- },
- "textbox": {
- "*": {
- "padding": [
- {
- "left": 5,
- "right": 5,
- "top": 5,
- "bottom": 5
- }
- ],
- "background": [
- {
- "show": false
- }
- ]
- }
- },
- "lineChart": {
- "*": {
- "*": [
- {
- "markerSize": 3,
- "showMarker": true
- }
- ],
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "gridlineStyle": "dotted",
- "gridlineThickness": 1,
- "gridlineColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- }
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "labels": [
- {
- "show": true,
- "fontSize": 9,
- "color": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "legend": [
- {
- "show": false,
- "fontSize": 9,
- "position": "TopRight"
- }
- ],
- "lineStyles": [
- {
- "strokeWidth": 2,
- "lineChartType": "smooth",
- "interpolationSmooth": "monotoneX"
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "areaChart": {
- "*": {
- "*": [
- {
- "markerSize": 3,
- "showMarker": true
- }
- ],
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "gridlineStyle": "dotted",
- "gridlineThickness": 1,
- "gridlineColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- }
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "labels": [
- {
- "show": true,
- "fontSize": 9,
- "color": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "legend": [
- {
- "show": true,
- "legendMarkerRendering": "lineAndMarker",
- "fontSize": 9,
- "position": "TopRight"
- }
- ],
- "lineStyles": [
- {
- "strokeWidth": 2,
- "lineChartType": "smooth",
- "interpolationSmooth": "monotoneX"
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "donutChart": {
- "*": {
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "left": 20,
- "right": 20,
- "top": 16,
- "bottom": 16
- }
- ],
- "labels": [
- {
- "fontFamily": "Segoe UI",
- "fontSize": 9
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ],
- "legend": [
- {
- "show": false,
- "position": "TopRight",
- "fontSize": 9
- }
- ]
- }
- },
- "pieChart": {
- "*": {
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "left": 20,
- "right": 20,
- "top": 16,
- "bottom": 16
- }
- ],
- "labels": [
- {
- "fontFamily": "Segoe UI",
- "fontSize": 9
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ],
- "legend": [
- {
- "show": false,
- "position": "TopRight",
- "fontSize": 9
- }
- ]
- }
- },
- "pivotTable": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "grid": [
- {
- "gridVertical": false,
- "gridHorizontal": true,
- "gridHorizontalColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "gridHorizontalWeight": 1,
- "outlineStyle": 1,
- "outlineColor": {
- "solid": {
- "color": "#A7ADB6"
- }
- },
- "outlineWeight": 1,
- "rowPadding": 6
- },
- {
- "outlineStyle": 4,
- "outlineWeight": 1,
- "outlineColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "columnHeaders": [
- {
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "autoSizeColumnWidth": true,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "alignment": "Left",
- "wordWrap": true,
- "outlineStyle": 5,
- "outlineColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- }
- }
- ],
- "values": [
- {
- "fontColorPrimary": {
- "solid": {
- "color": "#212121"
- }
- },
- "fontSize": 10,
- "fontFamily": "Segoe UI"
- }
- ],
- "rowHeaders": [
- {
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "fontFamily": "Segoe UI",
- "fontSize": 10,
- "showExpandCollapseButtons": true
- }
- ],
- "rowTotal": [
- {
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "stylePreset": [
- {
- "name": "None"
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "columnTotal": [
- {
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "actionButton": {
- "*": {
- "icon": [
- {
- "$id": "default",
- "show": true,
- "shapeType": "custom",
- "topMargin": 0,
- "bottomMargin": 0,
- "leftMargin": 0,
- "rightMargin": 0,
- "image": {
- "name": "Back Button",
- "scaling": "Fit",
- "url": "data:image/svg+xml;utf8,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3361 35.2697C18.9681 35.8674 19.9649 35.8396 20.5626 35.2077C21.1603 34.5757 21.1326 33.5788 20.5006 32.9811L9.49863 22.5754H36.2184C37.0882 22.5754 37.7934 21.8703 37.7934 21.0004C37.7934 20.1306 37.0882 19.4254 36.2184 19.4254H9.49386L20.5006 9.01517C21.1326 8.41746 21.1603 7.42061 20.5626 6.78865C19.9649 6.15669 18.9681 6.12892 18.3361 6.72663L4.85993 19.4725C4.5107 19.8028 4.3007 20.223 4.22992 20.6615C4.20598 20.7706 4.19336 20.884 4.19336 21.0004C4.19336 21.1214 4.20699 21.2391 4.2328 21.3522C4.30628 21.7844 4.51532 22.1979 4.85993 22.5238L18.3361 35.2697Z' fill='%23008489'/%3E%3C/svg%3E"
- }
- }
- ]
- }
- },
- "barChart": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": false,
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "labelColor": {
- "solid": {
- "color": "#212121"
- }
- },
- "gridlineStyle": "dotted",
- "gridlineThickness": 1,
- "gridlineColor": {
- "solid": {
- "color": "#D0D3D7"
- }
- }
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "legend": [
- {
- "show": true,
- "fontSize": 9,
- "position": "TopRight"
- }
- ],
- "labels": [
- {
- "show": false
- }
- ],
- "totals": [
- {
- "show": true,
- "fontSize": 9,
- "fontFamily": "Segoe UI",
- "color": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "funnel": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "levelHeader": [
- {
- "levelTitleFontFamily": "Segoe UI Semibold",
- "levelTitleFontSize": 9,
- "showSubtitles": true,
- "levelSubtitleFontFamily": "Segoe UI Semibold",
- "levelSubtitleFontSize": 9
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "scatterChart": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "levelHeader": [
- {
- "levelTitleFontFamily": "Segoe UI Semibold",
- "levelTitleFontSize": 9,
- "showSubtitles": true,
- "levelSubtitleFontFamily": "Segoe UI Semibold",
- "levelSubtitleFontSize": 9
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "azureMap": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "levelHeader": [
- {
- "levelTitleFontFamily": "Segoe UI Semibold",
- "levelTitleFontSize": 9,
- "showSubtitles": true,
- "levelSubtitleFontFamily": "Segoe UI Semibold",
- "levelSubtitleFontSize": 9
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "ribbonChart": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "levelHeader": [
- {
- "levelTitleFontFamily": "Segoe UI Semibold",
- "levelTitleFontSize": 9,
- "showSubtitles": true,
- "levelSubtitleFontFamily": "Segoe UI Semibold",
- "levelSubtitleFontSize": 9
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "keyDriversVisual": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "levelHeader": [
- {
- "levelTitleFontFamily": "Segoe UI Semibold",
- "levelTitleFontSize": 9,
- "showSubtitles": true,
- "levelSubtitleFontFamily": "Segoe UI Semibold",
- "levelSubtitleFontSize": 9
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "decompositionTreeVisual": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "levelHeader": [
- {
- "levelTitleFontFamily": "Segoe UI Semibold",
- "levelTitleFontSize": 9,
- "showSubtitles": true,
- "levelSubtitleFontFamily": "Segoe UI Semibold",
- "levelSubtitleFontSize": 9
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "treemap": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "labels": [
- {
- "show": true
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "lineClusteredColumnComboChart": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "lineStyles": [
- {
- "markerShape": "circle",
- "showMarker": true,
- "markerSize": 3,
- "strokeWidth": 2,
- "lineChartType": "smooth",
- "interpolationSmooth": "monotoneX"
- }
- ],
- "labels": [
- {
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "color": {
- "solid": {
- "color": "#212121"
- }
- },
- "show": true
- }
- ],
- "legend": [
- {
- "show": true,
- "legendMarkerRendering": "lineAndMarker",
- "position": "TopRight",
- "fontSize": 9
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": false
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": false
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "gauge": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "labels": [
- {
- "show": false
- }
- ],
- "calloutValue": [
- {
- "fontFamily": "Segoe UI Light",
- "color": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "target": [
- {
- "fontFamily": "Segoe UI",
- "color": {
- "solid": {
- "color": "#212121"
- }
- },
- "fontSize": 9
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- },
- "lineStackedColumnComboChart": {
- "*": {
- "title": [
- {
- "fontFamily": "Segoe UI Semibold",
- "fontSize": 12,
- "fontColor": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "dropShadow": [
- {
- "color": {
- "solid": {
- "color": "#D0D3D7"
- }
- },
- "show": true,
- "position": "Outer",
- "preset": "Bottom",
- "shadowDistance": 1
- }
- ],
- "border": [
- {
- "radius": 4,
- "color": {
- "solid": {
- "color": "#E6E6E6"
- }
- },
- "show": true
- }
- ],
- "padding": [
- {
- "top": 16,
- "bottom": 16,
- "left": 20,
- "right": 20
- }
- ],
- "background": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- },
- "show": true,
- "transparency": 0
- }
- ],
- "lineStyles": [
- {
- "markerShape": "circle",
- "showMarker": true,
- "markerSize": 3
- }
- ],
- "labels": [
- {
- "fontFamily": "Segoe UI",
- "fontSize": 9,
- "color": {
- "solid": {
- "color": "#212121"
- }
- }
- }
- ],
- "legend": [
- {
- "show": true,
- "legendMarkerRendering": "lineAndMarker",
- "position": "TopRight",
- "fontSize": 9
- }
- ],
- "totals": [
- {
- "show": true
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": false
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": false
- }
- ],
- "spacing": [
- {
- "customizeSpacing": true,
- "spaceBelowTitle": 10
- }
- ]
- }
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/StaticResources/SharedResources/BaseThemes/CY19SU12.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/StaticResources/SharedResources/BaseThemes/CY19SU12.json
deleted file mode 100644
index 2622bf8620..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/StaticResources/SharedResources/BaseThemes/CY19SU12.json
+++ /dev/null
@@ -1,430 +0,0 @@
-{
- "name": "CY19SU12",
- "dataColors": [
- "#118DFF",
- "#12239E",
- "#E66C37",
- "#6B007B",
- "#E044A7",
- "#744EC2",
- "#D9B300",
- "#D64550",
- "#197278",
- "#1AAB40",
- "#15C6F4",
- "#4092FF",
- "#FFA058",
- "#BE5DC9",
- "#F472D0",
- "#B5A1FF",
- "#C4A200",
- "#FF8080",
- "#00DBBC",
- "#5BD667",
- "#0091D5",
- "#4668C5",
- "#FF6300",
- "#99008A",
- "#EC008C",
- "#533285",
- "#99700A",
- "#FF4141",
- "#1F9A85",
- "#25891C",
- "#0057A2",
- "#002050",
- "#C94F0F",
- "#450F54",
- "#B60064",
- "#34124F",
- "#6A5A29",
- "#1AAB40",
- "#BA141A",
- "#0C3D37",
- "#0B511F"
- ],
- "foreground": "#252423",
- "foregroundNeutralSecondary": "#605E5C",
- "foregroundNeutralTertiary": "#B3B0AD",
- "background": "#FFFFFF",
- "backgroundLight": "#F3F2F1",
- "backgroundNeutral": "#C8C6C4",
- "tableAccent": "#118DFF",
- "good": "#1AAB40",
- "neutral": "#D9B300",
- "bad": "#D64554",
- "maximum": "#118DFF",
- "center": "#D9B300",
- "minimum": "#DEEFFF",
- "null": "#FF7F48",
- "hyperlink": "#0078d4",
- "visitedHyperlink": "#0078d4",
- "textClasses": {
- "callout": {
- "fontSize": 45,
- "fontFace": "DIN",
- "color": "#252423"
- },
- "title": {
- "fontSize": 12,
- "fontFace": "DIN",
- "color": "#252423"
- },
- "header": {
- "fontSize": 12,
- "fontFace": "Segoe UI Semibold",
- "color": "#252423"
- },
- "label": {
- "fontSize": 10,
- "fontFace": "Segoe UI",
- "color": "#252423"
- }
- },
- "visualStyles": {
- "*": {
- "*": {
- "*": [
- {
- "transparency": 0,
- "wordWrap": true
- }
- ],
- "categoryAxis": [
- {
- "showAxisTitle": true,
- "gridlineStyle": "dotted"
- }
- ],
- "valueAxis": [
- {
- "showAxisTitle": true,
- "gridlineStyle": "dotted"
- }
- ],
- "title": [
- {
- "titleWrap": true
- }
- ],
- "lineStyles": [
- {
- "strokeWidth": 3
- }
- ],
- "wordWrap": [
- {
- "show": true
- }
- ],
- "background": [
- {
- "show": true,
- "transparency": 0
- }
- ],
- "outspacePane": [
- {
- "backgroundColor": {
- "solid": {
- "color": "#ffffff"
- }
- },
- "foregroundColor": {
- "solid": {
- "color": "#252423"
- }
- },
- "transparency": 0,
- "border": true,
- "borderColor": {
- "solid": {
- "color": "#B3B0AD"
- }
- }
- }
- ],
- "filterCard": [
- {
- "$id": "Applied",
- "transparency": 0,
- "foregroundColor": {
- "solid": {
- "color": "#252423"
- }
- },
- "border": true
- },
- {
- "$id": "Available",
- "transparency": 0,
- "foregroundColor": {
- "solid": {
- "color": "#252423"
- }
- },
- "border": true
- }
- ]
- }
- },
- "scatterChart": {
- "*": {
- "bubbles": [
- {
- "bubbleSize": -10
- }
- ],
- "general": [
- {
- "responsive": true
- }
- ],
- "fillPoint": [
- {
- "show": true
- }
- ]
- }
- },
- "lineChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "map": {
- "*": {
- "bubbles": [
- {
- "bubbleSize": -10
- }
- ]
- }
- },
- "pieChart": {
- "*": {
- "legend": [
- {
- "show": true,
- "position": "RightCenter"
- }
- ],
- "labels": [
- {
- "labelStyle": "Data value, percent of total"
- }
- ]
- }
- },
- "donutChart": {
- "*": {
- "legend": [
- {
- "show": true,
- "position": "RightCenter"
- }
- ],
- "labels": [
- {
- "labelStyle": "Data value, percent of total"
- }
- ]
- }
- },
- "pivotTable": {
- "*": {
- "*": [
- {
- "showExpandCollapseButtons": true
- }
- ]
- }
- },
- "multiRowCard": {
- "*": {
- "card": [
- {
- "outlineWeight": 2,
- "barShow": true,
- "barWeight": 2
- }
- ]
- }
- },
- "kpi": {
- "*": {
- "trendline": [
- {
- "transparency": 20
- }
- ]
- }
- },
- "slicer": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "waterfallChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "columnChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "clusteredColumnChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "hundredPercentStackedColumnChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "barChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "clusteredBarChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "hundredPercentStackedBarChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "areaChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "stackedAreaChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "lineClusteredColumnComboChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "lineStackedColumnComboChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "ribbonChart": {
- "*": {
- "general": [
- {
- "responsive": true
- }
- ]
- }
- },
- "group": {
- "*": {
- "background": [
- {
- "show": false
- }
- ]
- }
- },
- "basicShape": {
- "*": {
- "background": [
- {
- "show": false
- }
- ]
- }
- },
- "image": {
- "*": {
- "background": [
- {
- "show": false
- }
- ]
- }
- },
- "page": {
- "*": {
- "outspace": [
- {
- "color": {
- "solid": {
- "color": "#FFFFFF"
- }
- }
- }
- ],
- "background": [
- {
- "transparency": 100
- }
- ]
- }
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition.pbir b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition.pbir
deleted file mode 100644
index 8b3de373f7..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition.pbir
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definitionProperties/2.0.0/schema.json",
- "version": "4.0",
- "datasetReference": {
- "byPath": {
- "path": "../Sustainability app.SemanticModel"
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/bookmarks/Bookmark6746518f3cb530dd9a83.bookmark.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/bookmarks/Bookmark6746518f3cb530dd9a83.bookmark.json
deleted file mode 100644
index cf86e7f9d8..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/bookmarks/Bookmark6746518f3cb530dd9a83.bookmark.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/bookmark/1.4.0/schema.json",
- "displayName": "Respect Layers",
- "name": "Bookmark6746518f3cb530dd9a83",
- "options": {
- "applyOnlyToTargetVisuals": true,
- "targetVisualNames": [],
- "suppressActiveSection": true,
- "suppressData": true,
- "suppressDisplay": true
- },
- "explorationState": {
- "version": "1.3",
- "activeSection": "ReportSection1955fc97546422323dea",
- "sections": {
- "ReportSection1955fc97546422323dea": {
- "visualContainers": {}
- }
- },
- "objects": {
- "merge": {
- "outspacePane": [
- {
- "properties": {
- "expanded": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- }
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/bookmarks/bookmarks.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/bookmarks/bookmarks.json
deleted file mode 100644
index 56124525b4..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/bookmarks/bookmarks.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/bookmarksMetadata/1.0.0/schema.json",
- "items": [
- {
- "name": "Bookmark6746518f3cb530dd9a83"
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/page.json
deleted file mode 100644
index 6858af98e0..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/page.json
+++ /dev/null
@@ -1,343 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "0b23e0ca6a2516847ca8",
- "displayName": "Sustainability Overview",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "e8e4f07504791e22616b",
- "ordinal": 0,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "26c306509417e7db9982",
- "ordinal": 1,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "1fae157904d8c0541443",
- "ordinal": 2,
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "2e25ce9c82742467abdd",
- "ordinal": 3,
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "e43c7876ba11c410eda4",
- "ordinal": 4,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Main Goal"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "1228e360000d387d8c05",
- "ordinal": 5,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "3d9ea9a0cdb592b02b37",
- "ordinal": 6,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "074d9757eec0415e6b23",
- "ordinal": 7,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Owner"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "04363192d8e2ea440964",
- "ordinal": 8,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "d2459cc4991cb52d20a0",
- "ordinal": 9,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "9aea2dbc880e930dc8e7",
- "ordinal": 10,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "065e92379870a00e3633",
- "ordinal": 11,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "b6db9a7083aca66048a9",
- "ordinal": 12,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "58e5a15786409be3e9a1",
- "ordinal": 13,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "f0574d415c39690ae4dc",
- "ordinal": 14,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "d6de2a8ec36c580eece9",
- "ordinal": 15,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "2038d38a602939651e49",
- "ordinal": 16,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "fb24be4bba40cc062029",
- "ordinal": 17,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "5f3b6156d4e8c506b307",
- "ordinal": 18,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "0e8d48dfc00120249295",
- "ordinal": 19,
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- }
- ],
- "filterSortOrder": "Custom"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/12b02069b436c1320c93/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/12b02069b436c1320c93/visual.json
deleted file mode 100644
index 7925742e0b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/12b02069b436c1320c93/visual.json
+++ /dev/null
@@ -1,149 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "12b02069b436c1320c93",
- "position": {
- "x": 1228.75,
- "y": 23.333333333333336,
- "z": 8000,
- "height": 26,
- "width": 26.666666666666668,
- "tabOrder": 8000
- },
- "visual": {
- "visualType": "actionButton",
- "objects": {
- "icon": [
- {
- "properties": {
- "shapeType": {
- "expr": {
- "Literal": {
- "Value": "'help'"
- }
- }
- },
- "lineColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0
- }
- }
- }
- }
- },
- "lineWeight": {
- "expr": {
- "Literal": {
- "Value": "1L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "lockAspect": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "type": {
- "expr": {
- "Literal": {
- "Value": "'WebUrl'"
- }
- }
- },
- "webUrl": {
- "expr": {
- "Literal": {
- "Value": "'https://learn.microsoft.com/dynamics365/business-central/sustainability-powerbi-sustainability-overview'"
- }
- }
- },
- "tooltip": {
- "expr": {
- "Literal": {
- "Value": "'Go to Microsoft Learn'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/25b3afd7ba351eceea7d/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/25b3afd7ba351eceea7d/visual.json
deleted file mode 100644
index 35cf65770c..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/25b3afd7ba351eceea7d/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "25b3afd7ba351eceea7d",
- "position": {
- "x": 22,
- "y": 10,
- "z": 1000,
- "height": 43.828793774319067,
- "width": 605,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Sustainability Overview Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/5e30f581647d7ff912d9/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/5e30f581647d7ff912d9/visual.json
deleted file mode 100644
index d21cbe67bc..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/5e30f581647d7ff912d9/visual.json
+++ /dev/null
@@ -1,195 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "5e30f581647d7ff912d9",
- "position": {
- "x": 26.175869120654397,
- "y": 145.27607361963192,
- "z": 5000,
- "height": 265.68507157464211,
- "width": 602.04498977505114,
- "tabOrder": 4000
- },
- "visual": {
- "visualType": "barChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account Category",
- "nativeQueryRef": "Sustainability Account Category",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Emissions by Category Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/76ec5578c61d977f696e/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/76ec5578c61d977f696e/visual.json
deleted file mode 100644
index 2ae820c2d5..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/76ec5578c61d977f696e/visual.json
+++ /dev/null
@@ -1,208 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "76ec5578c61d977f696e",
- "position": {
- "x": 652.43353783231089,
- "y": 145.93047034764825,
- "z": 4000,
- "height": 265.0306748466258,
- "width": 602.04498977505114,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "clusteredColumnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "queryRef": "Date.Fiscal Year-Month.Fiscal Year",
- "nativeQueryRef": "Fiscal Year-Month Fiscal Year",
- "active": true
- },
- {
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "queryRef": "Date.Fiscal Year-Month.Fiscal Month Year",
- "nativeQueryRef": "Fiscal Year-Month Fiscal Month Year",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2 Emissions",
- "nativeQueryRef": "Net Change CO2 Emissions"
- }
- ]
- }
- }
- },
- "objects": {
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Emissions by Month Label"
- }
- }
- }
- }
- }
- ]
- }
- },
- "filterConfig": {
- "filters": [
- {
- "name": "9c8792a41bb5751e5da0",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- }
- ]
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/8dc8daad5ddeca3e785c/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/8dc8daad5ddeca3e785c/visual.json
deleted file mode 100644
index c1185ae45d..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/8dc8daad5ddeca3e785c/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "8dc8daad5ddeca3e785c",
- "position": {
- "x": 650.9190974133187,
- "y": 23.247110621904238,
- "z": 0,
- "height": 29,
- "width": 577,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/9c13b672726c31609ee5/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/9c13b672726c31609ee5/visual.json
deleted file mode 100644
index 5adc564944..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/9c13b672726c31609ee5/visual.json
+++ /dev/null
@@ -1,142 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "9c13b672726c31609ee5",
- "position": {
- "x": 26.175869120654397,
- "y": 429.28425357873209,
- "z": 3000,
- "height": 265.0306748466258,
- "width": 394.60122699386505,
- "tabOrder": 5000
- },
- "visual": {
- "visualType": "donutChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Emission Scope",
- "nativeQueryRef": "Sustainability Account Category Emission Scope",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Emissions by Scope Label"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- }
- }
- }
- ],
- "spacing": [
- {
- "properties": {
- "customizeSpacing": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "spaceBelowTitle": {
- "expr": {
- "Literal": {
- "Value": "10D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/a7f6646996a0e6050128/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/a7f6646996a0e6050128/visual.json
deleted file mode 100644
index c9a505c67c..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/a7f6646996a0e6050128/visual.json
+++ /dev/null
@@ -1,196 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "a7f6646996a0e6050128",
- "position": {
- "x": 859.794483504597,
- "y": 429.8972417522985,
- "z": 7000,
- "height": 265.137912385073,
- "width": 393.20713899405081,
- "tabOrder": 7000
- },
- "visual": {
- "visualType": "columnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Wate/Waste Intensity Type"
- }
- },
- "queryRef": "Sustainability Ledger Entries.waterWasteIntensityType",
- "nativeQueryRef": "waterWasteIntensityType",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change Water Intensity",
- "nativeQueryRef": "Net Change Water Intensity"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Waste Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change Waste Intensity",
- "nativeQueryRef": "Net Change Waste Intensity"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Water and Waste Intensity by Type Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/ad11820795f420bcef0c/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/ad11820795f420bcef0c/visual.json
deleted file mode 100644
index 0bb458a17b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/ad11820795f420bcef0c/visual.json
+++ /dev/null
@@ -1,188 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "ad11820795f420bcef0c",
- "position": {
- "x": 443.05029745808542,
- "y": 429.8972417522985,
- "z": 6000,
- "height": 265.83017847485127,
- "width": 394.59167117360732,
- "tabOrder": 6000
- },
- "visual": {
- "visualType": "clusteredColumnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "queryRef": "Sustainability Goals.Score Card No.",
- "nativeQueryRef": "Score Card No.",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2e Current Value"
- }
- },
- "queryRef": "Sustainability Goals.CO2e Current Value",
- "nativeQueryRef": "CO2e Current Value"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Baseline"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CO2e Baseline",
- "nativeQueryRef": "CO2e Baseline"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2e Current Value"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'TopRight'"
- }
- }
- },
- "labelColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 1,
- "Percent": 0
- }
- }
- }
- }
- }
- }
- }
- ],
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "maxMarginFactor": {
- "expr": {
- "Literal": {
- "Value": "15L"
- }
- }
- }
- }
- }
- ],
- "valueAxis": [
- {
- "properties": {
- "invertAxis": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Emissions vs Baseline Label"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/b2c75a750c2a8c36c351/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/b2c75a750c2a8c36c351/visual.json
deleted file mode 100644
index d4175ab6f8..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/0b23e0ca6a2516847ca8/visuals/b2c75a750c2a8c36c351/visual.json
+++ /dev/null
@@ -1,449 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "b2c75a750c2a8c36c351",
- "position": {
- "x": 25.898832684824903,
- "y": 61.75875486381323,
- "z": 2000,
- "height": 66,
- "width": 1228.2023346303502,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2 Realized (%)"
- }
- },
- "queryRef": "Sustainability Goals.Realized (%) for CO2",
- "nativeQueryRef": "CO2 Realized (%)"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CH4 Realized (%)"
- }
- },
- "queryRef": "Sustainability Goals.Realized (%) for CH4",
- "nativeQueryRef": "CH4 Realized (%)"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "N2O Realized (%)"
- }
- },
- "queryRef": "Sustainability Goals.Realized (%) for N2O",
- "nativeQueryRef": "N2O Realized (%)"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Water Realized (%)"
- }
- },
- "queryRef": "Sustainability Goals.Realized (%) for Water",
- "nativeQueryRef": "Water Realized (%)"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Waste Realized (%)"
- }
- },
- "queryRef": "Sustainability Goals.Realized (%) for Waste",
- "nativeQueryRef": "Waste Realized (%)"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2 Realized (%)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "textWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "outline": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "12D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'middle'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "shadowCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Financial KPIs Card'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/page.json
deleted file mode 100644
index 6790ef6d6f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/page.json
+++ /dev/null
@@ -1,323 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "1782621aa0d0e087ed20",
- "displayName": "Journey to Net-Zero Carbon",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "81885c3090639ac3c687",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "4975141f33d805247822",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "7ad00d8e531d644195c0",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "5b33ef0653529e460591",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "22259b0448b013da84a0",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Main Goal"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "0a0beccf60c0bab3888a",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "9af7272fd98a94263879",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "51a47afcdcdc3831503b",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Owner"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "8472868bd1079069a9dd",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "06beda41035c9beb019b",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "ab6793ca32c765d02081",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Start Date"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "9b14036ed464d3945066",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "9c2011ae19be094d03b9",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "6ecb119e0db49c4de580",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "5b28f01f12bec8b0536a",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "23c56e2add2b2b1010b6",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "4486c92793982b605993",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "32d071dee091ada99308",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "98f92fb76333554732ed",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "b782e52381c9c593dc91",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- }
- ],
- "filterSortOrder": "Ascending"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/64975b95d161484e36d0/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/64975b95d161484e36d0/visual.json
deleted file mode 100644
index c839f83b8f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/64975b95d161484e36d0/visual.json
+++ /dev/null
@@ -1,424 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "64975b95d161484e36d0",
- "position": {
- "x": 25.898832684824903,
- "y": 61.75875486381323,
- "z": 2000,
- "height": 66,
- "width": 1228.2023346303502,
- "tabOrder": 7000
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions (Excl Credits)"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions (Excl Credits)",
- "nativeQueryRef": "Actual Impact CO2e ",
- "displayName": "Actual Impact CO2e "
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Purchased Carbon Credits"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Purchased Carbon Credits",
- "nativeQueryRef": "CO2e Offsets ",
- "displayName": "CO2e Offsets "
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "CO2e Net Impact ",
- "displayName": "CO2e Net Impact "
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions (Excl Credits)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "textWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "outline": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "12D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'middle'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "shadowCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Financial KPIs Card'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/65ffcbd21962ea043e30/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/65ffcbd21962ea043e30/visual.json
deleted file mode 100644
index 3a497628d1..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/65ffcbd21962ea043e30/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "65ffcbd21962ea043e30",
- "position": {
- "x": 22,
- "y": 10,
- "z": 1000,
- "height": 43.828793774319067,
- "width": 605,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Journey to Net-Zero Carbon Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/7a779d2d929b1d35db47/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/7a779d2d929b1d35db47/visual.json
deleted file mode 100644
index 934220e369..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/7a779d2d929b1d35db47/visual.json
+++ /dev/null
@@ -1,187 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "7a779d2d929b1d35db47",
- "position": {
- "x": 651.72413793103453,
- "y": 429.16256157635468,
- "z": 4000,
- "height": 265.1231527093596,
- "width": 602.06896551724139,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "treemap",
- "query": {
- "queryState": {
- "Details": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Emission Scope",
- "nativeQueryRef": "Sustainability Account Category Emission Scope"
- }
- ]
- },
- "Group": {
- "projections": [
- {
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Quarter-Month-Week"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "queryRef": "Date.Fiscal Year-Quarter-Month-Week.Fiscal Year",
- "nativeQueryRef": "Fiscal Year-Quarter-Month-Week Fiscal Year",
- "active": true
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Description"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Description",
- "nativeQueryRef": "Sustainability Account Category Description",
- "active": false
- }
- ]
- },
- "Values": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2 Emissions",
- "nativeQueryRef": "Net Change CO2 Emissions"
- }
- ]
- }
- }
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Scopes 1 and 2 Analysis by Categories Per Year Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/93bacbe141e58b021535/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/93bacbe141e58b021535/visual.json
deleted file mode 100644
index 9244a2a6f2..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/93bacbe141e58b021535/visual.json
+++ /dev/null
@@ -1,269 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "93bacbe141e58b021535",
- "position": {
- "x": 25.692228512609365,
- "y": 145.58929490478641,
- "z": 3000,
- "height": 265,
- "width": 394.60627895007718,
- "tabOrder": 6000
- },
- "visual": {
- "visualType": "ribbonChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "queryRef": "Date.Fiscal Year-Month.Fiscal Year",
- "nativeQueryRef": "Fiscal Year-Month Fiscal Year",
- "active": true
- },
- {
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "queryRef": "Date.Fiscal Year-Month.Fiscal Month Year",
- "nativeQueryRef": "Fiscal Year-Month Fiscal Month Year",
- "active": true
- }
- ]
- },
- "Series": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Emission Scope",
- "nativeQueryRef": "Sustainability Account Category Emission Scope"
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- }
- }
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Emissions Over Time Label"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- }
- }
- }
- ],
- "spacing": [
- {
- "properties": {
- "customizeSpacing": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "spaceBelowTitle": {
- "expr": {
- "Literal": {
- "Value": "10D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "filterConfig": {
- "filters": [
- {
- "name": "28f143f03de7390ccdbc",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "type": "Categorical",
- "filter": {
- "Version": 2,
- "From": [
- {
- "Name": "d",
- "Entity": "Date",
- "Type": 0
- }
- ],
- "Where": [
- {
- "Condition": {
- "In": {
- "Expressions": [
- {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Source": "d"
- }
- },
- "Property": "Fiscal Year"
- }
- }
- ],
- "Values": [
- [
- {
- "Literal": {
- "Value": "'F 2025'"
- }
- }
- ]
- ]
- }
- },
- "Annotations": {
- "filterExpressionMetadata": {
- "expressions": [
- {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- }
- ],
- "decomposedIdentities": {
- "values": [
- [
- {
- "0": [
- {
- "Literal": {
- "Value": "'F 2025'"
- }
- }
- ]
- }
- ]
- ],
- "columns": [
- {
- "value": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Property": "Fiscal Year"
- }
- }
- }
- ]
- },
- "valueMap": [
- {
- "0": "F 2025"
- }
- ]
- }
- }
- }
- ]
- }
- }
- ]
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/a3b8aec3e322dae35928/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/a3b8aec3e322dae35928/visual.json
deleted file mode 100644
index 72bad17eda..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/a3b8aec3e322dae35928/visual.json
+++ /dev/null
@@ -1,149 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "a3b8aec3e322dae35928",
- "position": {
- "x": 1228.75,
- "y": 23.333333333333336,
- "z": 8000,
- "height": 26,
- "width": 26.666666666666668,
- "tabOrder": 8000
- },
- "visual": {
- "visualType": "actionButton",
- "objects": {
- "icon": [
- {
- "properties": {
- "shapeType": {
- "expr": {
- "Literal": {
- "Value": "'help'"
- }
- }
- },
- "lineColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0
- }
- }
- }
- }
- },
- "lineWeight": {
- "expr": {
- "Literal": {
- "Value": "1L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "lockAspect": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "type": {
- "expr": {
- "Literal": {
- "Value": "'WebUrl'"
- }
- }
- },
- "webUrl": {
- "expr": {
- "Literal": {
- "Value": "'https://learn.microsoft.com/dynamics365/business-central/sustainability-powerbi-journey-to-net-zero-carbon'"
- }
- }
- },
- "tooltip": {
- "expr": {
- "Literal": {
- "Value": "'Go to Microsoft Learn'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/ac9ad629531723bdb923/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/ac9ad629531723bdb923/visual.json
deleted file mode 100644
index baac20cca7..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/ac9ad629531723bdb923/visual.json
+++ /dev/null
@@ -1,180 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "ac9ad629531723bdb923",
- "position": {
- "x": 25.7323377369328,
- "y": 427.89201608271111,
- "z": 5000,
- "height": 265.41068351522114,
- "width": 598.46065479609422,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "clusteredBarChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Dimension Sets"
- }
- },
- "Property": "Global Dimension 1"
- }
- },
- "queryRef": "Dimension Sets.Global Dimension 1",
- "nativeQueryRef": "Global Dimension 1",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Emissions by Global Dimension One Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/d05666e1db09c2043a9b/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/d05666e1db09c2043a9b/visual.json
deleted file mode 100644
index f41abf2eaf..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/d05666e1db09c2043a9b/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "d05666e1db09c2043a9b",
- "position": {
- "x": 651,
- "y": 23,
- "z": 0,
- "height": 29,
- "width": 577,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/ed4f7394ec3a2654100c/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/ed4f7394ec3a2654100c/visual.json
deleted file mode 100644
index 7c2f5d49ad..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/ed4f7394ec3a2654100c/visual.json
+++ /dev/null
@@ -1,127 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "ed4f7394ec3a2654100c",
- "position": {
- "x": 444.0144107050952,
- "y": 145.58929490478641,
- "z": 6000,
- "height": 265,
- "width": 392.62995367987645,
- "tabOrder": 5000
- },
- "visual": {
- "visualType": "columnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Dimension Sets"
- }
- },
- "Property": "Global Dimension 2"
- }
- },
- "queryRef": "Dimension Sets.Global Dimension 2",
- "nativeQueryRef": "Global Dimension 2",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "labels": [
- {
- "properties": {}
- }
- ],
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Emissions by Global Dimension Two Label"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/ee089e908c9c6d34270c/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/ee089e908c9c6d34270c/visual.json
deleted file mode 100644
index 99313bb7b0..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/1782621aa0d0e087ed20/visuals/ee089e908c9c6d34270c/visual.json
+++ /dev/null
@@ -1,193 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "ee089e908c9c6d34270c",
- "position": {
- "x": 861.01904271744718,
- "y": 145.58929490478641,
- "z": 7000,
- "height": 265,
- "width": 392.62995367987645,
- "tabOrder": 4000
- },
- "visual": {
- "visualType": "donutChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Description"
- }
- },
- "queryRef": "Sustainability Sub-Account Categories.Sub-Category Description",
- "nativeQueryRef": "Sub-Category Description",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "labels": [
- {
- "properties": {
- "labelStyle": {
- "expr": {
- "Literal": {
- "Value": "'Category'"
- }
- }
- }
- }
- }
- ],
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Renewable Energy Usage Label"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "filterConfig": {
- "filters": [
- {
- "name": "f6595f3424a96a611abd",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "type": "Categorical",
- "filter": {
- "Version": 2,
- "From": [
- {
- "Name": "s",
- "Entity": "Sustainability Sub-Account Categories",
- "Type": 0
- }
- ],
- "Where": [
- {
- "Condition": {
- "In": {
- "Expressions": [
- {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Source": "s"
- }
- },
- "Property": "Renewable Energy"
- }
- }
- ],
- "Values": [
- [
- {
- "Literal": {
- "Value": "true"
- }
- }
- ]
- ]
- }
- }
- }
- ]
- },
- "howCreated": "User"
- }
- ]
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/page.json
deleted file mode 100644
index e3750ae0ac..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/page.json
+++ /dev/null
@@ -1,193 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "282ec7e112a110c2addb",
- "displayName": "Sustainability Ledger Enties",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "6d1bec1b597aea3b303d",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "type": "Categorical",
- "howCreated": "Drillthrough"
- },
- {
- "name": "bbfd1741583a5a08b938",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "type": "Categorical",
- "howCreated": "Drillthrough"
- },
- {
- "name": "a3e390f414e14663908e",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "type": "Categorical",
- "howCreated": "Drillthrough"
- },
- {
- "name": "2b05b6bb7aa2170976ea",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "type": "Categorical",
- "howCreated": "Drillthrough"
- },
- {
- "name": "5b4b7d2d90d8d87b990b",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "type": "Categorical",
- "howCreated": "Drillthrough"
- },
- {
- "name": "b90ea256fc2f68206ed8",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Sub-Category"
- }
- },
- "type": "Categorical",
- "howCreated": "Drillthrough"
- }
- ]
- },
- "pageBinding": {
- "name": "15da2f8cb7330ec60718",
- "type": "Drillthrough",
- "parameters": [
- {
- "name": "b22a3ba205b780508c57",
- "boundFilter": "6d1bec1b597aea3b303d",
- "fieldExpr": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- }
- },
- {
- "name": "681e11d668734b6c6d07",
- "boundFilter": "bbfd1741583a5a08b938",
- "fieldExpr": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- }
- },
- {
- "name": "cbdd4ea469e10068d636",
- "boundFilter": "a3e390f414e14663908e",
- "fieldExpr": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Sustainability Account No."
- }
- }
- },
- {
- "name": "b60ca9f56436ca0e7b8d",
- "boundFilter": "2b05b6bb7aa2170976ea",
- "fieldExpr": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- }
- },
- {
- "name": "97bdfb748f0254d46ab0",
- "boundFilter": "5b4b7d2d90d8d87b990b",
- "fieldExpr": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- }
- },
- {
- "name": "51455a935ac342c4ce0e",
- "boundFilter": "b90ea256fc2f68206ed8",
- "fieldExpr": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Sub-Category"
- }
- }
- }
- ]
- },
- "visibility": "HiddenInViewMode"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/b96d4fae5d0307b47a93/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/b96d4fae5d0307b47a93/visual.json
deleted file mode 100644
index 43a099a07c..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/b96d4fae5d0307b47a93/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "b96d4fae5d0307b47a93",
- "position": {
- "x": 651,
- "y": 23,
- "z": 3000,
- "height": 29,
- "width": 602,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/bebfafa39809830100c9/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/bebfafa39809830100c9/visual.json
deleted file mode 100644
index 03a7e589cd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/bebfafa39809830100c9/visual.json
+++ /dev/null
@@ -1,383 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "bebfafa39809830100c9",
- "position": {
- "x": 26,
- "y": 64,
- "z": 2000,
- "height": 630,
- "width": 1228,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "tableEx",
- "query": {
- "queryState": {
- "Values": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Property": "Date"
- }
- },
- "queryRef": "Date.Date",
- "nativeQueryRef": "Date"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Entry No."
- }
- },
- "queryRef": "Sustainability Ledger Entries.Entry No.",
- "nativeQueryRef": "Entry No."
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "queryRef": "Sustainability Ledger Entries.Sustainability Account No.",
- "nativeQueryRef": "Sustainability Account No."
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account Name",
- "nativeQueryRef": "Sustainability Account Name"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CH4 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CH4 Emissions",
- "nativeQueryRef": "Net Change CH4 Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2 Emissions",
- "nativeQueryRef": "Net Change CO2 Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Discharged Into Water"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change Discharged Into Water",
- "nativeQueryRef": "Net Change Discharged Into Water"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "N2O Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change N2O Emissions",
- "nativeQueryRef": "Net Change N2O Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Waste Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change Waste Intensity",
- "nativeQueryRef": "Net Change Waste Intensity"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change Water Intensity",
- "nativeQueryRef": "Net Change Water Intensity"
- }
- ]
- }
- }
- },
- "objects": {
- "values": [
- {
- "properties": {
- "webURL": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Sustainability Ledger Entries Link"
- }
- }
- }
- },
- "selector": {
- "data": [
- {
- "dataViewWildcard": {
- "matchingOption": 0
- }
- }
- ],
- "metadata": "Sustainability Ledger Entries.Net Change CH4 Emissions"
- }
- },
- {
- "properties": {
- "webURL": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Sustainability Ledger Entries Link"
- }
- }
- }
- },
- "selector": {
- "data": [
- {
- "dataViewWildcard": {
- "matchingOption": 0
- }
- }
- ],
- "metadata": "Sustainability Ledger Entries.Net Change CO2 Emissions"
- }
- },
- {
- "properties": {
- "webURL": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Sustainability Ledger Entries Link"
- }
- }
- }
- },
- "selector": {
- "data": [
- {
- "dataViewWildcard": {
- "matchingOption": 0
- }
- }
- ],
- "metadata": "Sustainability Ledger Entries.Net Change CO2e Emissions"
- }
- },
- {
- "properties": {
- "webURL": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Sustainability Ledger Entries Link"
- }
- }
- }
- },
- "selector": {
- "data": [
- {
- "dataViewWildcard": {
- "matchingOption": 0
- }
- }
- ],
- "metadata": "Sustainability Ledger Entries.Net Change Discharged Into Water"
- }
- },
- {
- "properties": {
- "webURL": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Sustainability Ledger Entries Link"
- }
- }
- }
- },
- "selector": {
- "data": [
- {
- "dataViewWildcard": {
- "matchingOption": 0
- }
- }
- ],
- "metadata": "Sustainability Ledger Entries.Net Change N2O Emissions"
- }
- },
- {
- "properties": {
- "webURL": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Sustainability Ledger Entries Link"
- }
- }
- }
- },
- "selector": {
- "data": [
- {
- "dataViewWildcard": {
- "matchingOption": 0
- }
- }
- ],
- "metadata": "Sustainability Ledger Entries.Net Change Waste Intensity"
- }
- },
- {
- "properties": {
- "webURL": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Sustainability Ledger Entries Link"
- }
- }
- }
- },
- "selector": {
- "data": [
- {
- "dataViewWildcard": {
- "matchingOption": 0
- }
- }
- ],
- "metadata": "Sustainability Ledger Entries.Net Change Water Intensity"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Sustainability Ledger Entries Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/c707b83080001d683080/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/c707b83080001d683080/visual.json
deleted file mode 100644
index 72603543a1..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/c707b83080001d683080/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "c707b83080001d683080",
- "position": {
- "x": 45.5011655011655,
- "y": 9.6969696969696972,
- "z": 1000,
- "height": 44.009324009324011,
- "width": 605.68764568764573,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Sustainability Ledger Entries Drillthrough Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/e21772e7b67996540782/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/e21772e7b67996540782/visual.json
deleted file mode 100644
index 8469a2f073..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/282ec7e112a110c2addb/visuals/e21772e7b67996540782/visual.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "e21772e7b67996540782",
- "position": {
- "x": 11,
- "y": 14,
- "z": 0,
- "height": 36,
- "width": 35,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "actionButton",
- "visualContainerObjects": {
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "'Back button.'"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/page.json
deleted file mode 100644
index 413f9a99dd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/page.json
+++ /dev/null
@@ -1,338 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "3d1fa8eae4e214542edd",
- "displayName": "CO2e Analysis",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "9ef80483b389e940ada6",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "5365f6da389d5e15e008",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "18851dc6309253809dbe",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "8280d8ffeb00e80995b4",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "ea642247934de7b83096",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "f943d07910b059eb0295",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "83ee694ad03c91047322",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "108ca45c78352783c470",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "b664064ee95e8da10095",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "a260a9f63a98577c0427",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "9f66562e8547b15a247c",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "582705b34b40348b1bd4",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "d0f034402a90dd595660",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Main Goal"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "1bbd6cc4a60027eb53a2",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "81e4f15bd8a7e695875a",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Owner"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "4f79edbe32090e076d40",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "4cde62c596049edc52a8",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "e3115abf37c42a067dc1",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Start Date"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "8e43fb774486468891d8",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "7ef8bb578ae52c8bb71d",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "e4896e5b5b8c007bc73b",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- }
- ],
- "filterSortOrder": "Ascending"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/0aeccb3f870e8e483517/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/0aeccb3f870e8e483517/visual.json
deleted file mode 100644
index 99bbd50460..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/0aeccb3f870e8e483517/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "0aeccb3f870e8e483517",
- "position": {
- "x": 651,
- "y": 23,
- "z": 4000,
- "height": 29,
- "width": 577,
- "tabOrder": 4000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/372f0797e3100d0d0978/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/372f0797e3100d0d0978/visual.json
deleted file mode 100644
index dd5640acfe..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/372f0797e3100d0d0978/visual.json
+++ /dev/null
@@ -1,136 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "372f0797e3100d0d0978",
- "position": {
- "x": 27.030716723549489,
- "y": 387.03071672354952,
- "z": 1000,
- "height": 307,
- "width": 600.81911262798633,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "columnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Description"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Description",
- "nativeQueryRef": "Sustainability Account Category Description",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "valueAxis": [
- {
- "properties": {
- "invertAxis": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Emissions by Category Label"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/3e640e5016264217e3c7/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/3e640e5016264217e3c7/visual.json
deleted file mode 100644
index 9d4e4a3e6a..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/3e640e5016264217e3c7/visual.json
+++ /dev/null
@@ -1,143 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "3e640e5016264217e3c7",
- "position": {
- "x": 651.80887372013649,
- "y": 387.03071672354952,
- "z": 3000,
- "height": 307,
- "width": 600.81911262798633,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "columnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Calendar Year-Month"
- }
- },
- "Level": "Calendar Year"
- }
- },
- "queryRef": "Date.Calendar Year-Month.Calendar Year",
- "nativeQueryRef": "Calendar Year-Month Calendar Year",
- "active": true
- },
- {
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Calendar Year-Month"
- }
- },
- "Level": "Calendar Month Year"
- }
- },
- "queryRef": "Date.Calendar Year-Month.Calendar Month Year",
- "nativeQueryRef": "Calendar Year-Month Calendar Month Year",
- "active": false
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Purchased Carbon Credits"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Purchased Carbon Credits",
- "nativeQueryRef": "Purchased Carbon Credits"
- }
- ]
- }
- }
- },
- "objects": {
- "dataPoint": [
- {
- "properties": {},
- "selector": {
- "data": [
- {
- "dataViewWildcard": {
- "matchingOption": 1
- }
- }
- ]
- }
- }
- ],
- "valueAxis": [
- {
- "properties": {
- "invertAxis": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Carbon Credit by Month Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/947d9ed811d3bbd648db/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/947d9ed811d3bbd648db/visual.json
deleted file mode 100644
index a13fe41d0f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/947d9ed811d3bbd648db/visual.json
+++ /dev/null
@@ -1,149 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "947d9ed811d3bbd648db",
- "position": {
- "x": 1228.75,
- "y": 23.333333333333336,
- "z": 5000,
- "height": 26,
- "width": 26.666666666666668,
- "tabOrder": 5000
- },
- "visual": {
- "visualType": "actionButton",
- "objects": {
- "icon": [
- {
- "properties": {
- "shapeType": {
- "expr": {
- "Literal": {
- "Value": "'help'"
- }
- }
- },
- "lineColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0
- }
- }
- }
- }
- },
- "lineWeight": {
- "expr": {
- "Literal": {
- "Value": "1L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "lockAspect": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "type": {
- "expr": {
- "Literal": {
- "Value": "'WebUrl'"
- }
- }
- },
- "webUrl": {
- "expr": {
- "Literal": {
- "Value": "'https://learn.microsoft.com/dynamics365/business-central/sustainability-powerbi-co2e-analysis'"
- }
- }
- },
- "tooltip": {
- "expr": {
- "Literal": {
- "Value": "'Go to Microsoft Learn'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/e501e570b01305e74e54/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/e501e570b01305e74e54/visual.json
deleted file mode 100644
index 56b22cf629..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/e501e570b01305e74e54/visual.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "e501e570b01305e74e54",
- "position": {
- "x": 27.030716723549489,
- "y": 61.43344709897611,
- "z": 2000,
- "height": 307.78156996587029,
- "width": 1225.5972696245733,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "clusteredColumnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Calendar Year-Month"
- }
- },
- "Level": "Calendar Year"
- }
- },
- "queryRef": "Date.Calendar Year-Month.Calendar Year",
- "nativeQueryRef": "Calendar Year-Month Calendar Year",
- "active": true
- },
- {
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Calendar Year-Month"
- }
- },
- "Level": "Calendar Month Year"
- }
- },
- "queryRef": "Date.Calendar Year-Month.Calendar Month Year",
- "nativeQueryRef": "Calendar Year-Month Calendar Month Year",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- }
- }
- },
- "objects": {
- "valueAxis": [
- {
- "properties": {
- "invertAxis": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "legend": [
- {
- "properties": {
- "showGradientLegend": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Equivalent Emissions by Month Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/fc97c3463ace847120a0/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/fc97c3463ace847120a0/visual.json
deleted file mode 100644
index 555e5dd2ee..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/3d1fa8eae4e214542edd/visuals/fc97c3463ace847120a0/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "fc97c3463ace847120a0",
- "position": {
- "x": 22,
- "y": 10,
- "z": 0,
- "height": 43.828793774319067,
- "width": 605,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Analysis Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/page.json
deleted file mode 100644
index b062b7ec1a..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/page.json
+++ /dev/null
@@ -1,308 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "56c99409880d5002ad2e",
- "displayName": "Realized Emissions vs Baseline",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "35ef2c46616b6d32084e",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "dbc3d7cfe09d0595badb",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "fef900ed118eeaa76900",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "cd9df454065d90c20009",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "53dc2820a622c7d3b6d5",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Owner"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "8578cff4d436adcae7b7",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "2427652f037c0eb366c0",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "3b3c072d3a83eb81a8c5",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Main Goal"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "98c6c243b75e819727d3",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "d4095a20b12b906a2109",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "ef692193ea777a169450",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "470b0e8921bd3e52aedb",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "a5851f756d555c834844",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "d1fe946a12617c576828",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "006f881f226729de8e8b",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "dae0addd5ab744d83b13",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "0a61cc02ad020b903159",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "a949420317db8e679daa",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "a0ebcbe25bbb48d4b68e",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- }
- ],
- "filterSortOrder": "Ascending"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/0b21391e9601a5b4104a/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/0b21391e9601a5b4104a/visual.json
deleted file mode 100644
index 1bb23709fd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/0b21391e9601a5b4104a/visual.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "0b21391e9601a5b4104a",
- "position": {
- "x": 0,
- "y": 0,
- "z": 0,
- "height": 230,
- "width": 291,
- "tabOrder": 8
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "N2O vs Baseline (%)"
- }
- },
- "queryRef": "Sustainability Ledger Entries.N2O vs Baseline (%)",
- "nativeQueryRef": "N2O vs Baseline (%)1"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "N2O vs Baseline (%)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "22D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "10D"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Card'"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 0,
- "Percent": 0
- }
- }
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#EFEFEF'"
- }
- }
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "2D"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "0fae04b007701de44644"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/0e85aba7aec847702d80/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/0e85aba7aec847702d80/visual.json
deleted file mode 100644
index ab7a9acacd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/0e85aba7aec847702d80/visual.json
+++ /dev/null
@@ -1,300 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "0e85aba7aec847702d80",
- "position": {
- "x": 3.66970369193899,
- "y": 0,
- "z": 0,
- "height": 230,
- "width": 291,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e vs Baseline (%)"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CO2e vs Baseline (%)",
- "nativeQueryRef": "CO2e vs Baseline (%)"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e vs Baseline (%)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "22D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "10D"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Card'"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#D9F0F2'"
- }
- }
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#00A4AF'"
- }
- }
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "2D"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "acaaffd1717925b107d0"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/0fae04b007701de44644/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/0fae04b007701de44644/visual.json
deleted file mode 100644
index 8144c28f72..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/0fae04b007701de44644/visual.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "0fae04b007701de44644",
- "position": {
- "x": 963,
- "y": 62,
- "z": 5000,
- "height": 230,
- "width": 291,
- "tabOrder": 6000
- },
- "visualGroup": {
- "displayName": "Gross Profit Group",
- "groupMode": "ScaleMode",
- "objects": {
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "'Gross Profit Margin, Gross Profit, Revenue.'"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/1dd0d2dd17952782e276/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/1dd0d2dd17952782e276/visual.json
deleted file mode 100644
index da0543770a..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/1dd0d2dd17952782e276/visual.json
+++ /dev/null
@@ -1,384 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "1dd0d2dd17952782e276",
- "position": {
- "x": 0,
- "y": 115,
- "z": 1000,
- "height": 115,
- "width": 289.33333333333331,
- "tabOrder": 3
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "N2O Current Value"
- }
- },
- "queryRef": "Sustainability Goals.N2O Current Value",
- "nativeQueryRef": "N2O Current Value"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "N2O Baseline"
- }
- },
- "queryRef": "Sustainability Ledger Entries.N2O Baseline",
- "nativeQueryRef": "N2O Baseline1"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "N2O Current Value"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "layout": [
- {
- "properties": {
- "orientation": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "rowCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "columnCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "value": [
- {
- "properties": {
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- },
- {
- "properties": {
- "labelDisplayUnits": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- }
- },
- "selector": {
- "metadata": "Sustainability Ledger Entries.N2O Baseline"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'Top'"
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- },
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#A7ADB6'"
- }
- }
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Details Card'"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "0fae04b007701de44644"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/31204d310751922b073b/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/31204d310751922b073b/visual.json
deleted file mode 100644
index b6222ccdd1..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/31204d310751922b073b/visual.json
+++ /dev/null
@@ -1,237 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "31204d310751922b073b",
- "position": {
- "x": 651.12474437627816,
- "y": 310.18404907975463,
- "z": 7000,
- "height": 383.4764826175869,
- "width": 603.35378323108387,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "columnChart",
- "query": {
- "queryState": {
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CH4 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CH4 Emissions",
- "nativeQueryRef": "CH4 Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CO2 Emissions",
- "nativeQueryRef": "CO2 Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "N2O Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.N2O Emissions",
- "nativeQueryRef": "N2O Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CH4 Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "maxMarginFactor": {
- "expr": {
- "Literal": {
- "Value": "15L"
- }
- }
- }
- }
- }
- ],
- "dataPoint": [
- {
- "properties": {
- "fill": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 4,
- "Percent": 0
- }
- }
- }
- }
- }
- },
- "selector": {
- "metadata": "Sustainability Ledger Entries.Net Change CO2 Emissions"
- }
- },
- {
- "properties": {
- "fill": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0.2
- }
- }
- }
- }
- }
- },
- "selector": {
- "metadata": "Sustainability Ledger Entries.Net Change N2O Emissions"
- }
- }
- ],
- "valueAxis": [
- {
- "properties": {
- "invertAxis": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "seriesOrderReversed": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "labels": [
- {
- "properties": {
- "enableValueDataLabel": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "legend": [
- {
- "properties": {
- "showGradientLegend": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Gas Emissions by Category Label"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/42c124100e8d70980a8d/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/42c124100e8d70980a8d/visual.json
deleted file mode 100644
index 947ad60ae1..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/42c124100e8d70980a8d/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "42c124100e8d70980a8d",
- "position": {
- "x": 22,
- "y": 10,
- "z": 6000,
- "height": 43.828793774319067,
- "width": 605,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Realized Emissions vs Baseline Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/44804b807003966e5d54/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/44804b807003966e5d54/visual.json
deleted file mode 100644
index bebc468cdc..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/44804b807003966e5d54/visual.json
+++ /dev/null
@@ -1,384 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "44804b807003966e5d54",
- "position": {
- "x": 0,
- "y": 115,
- "z": 1000,
- "height": 115,
- "width": 289.33333333333331,
- "tabOrder": 2
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2 Current Value"
- }
- },
- "queryRef": "Sustainability Goals.CO2 Current Value",
- "nativeQueryRef": "CO2 Current Value"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2 Baseline"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CO2 Baseline",
- "nativeQueryRef": "CO2 Baseline"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2 Current Value"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "layout": [
- {
- "properties": {
- "orientation": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "rowCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "columnCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "value": [
- {
- "properties": {
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- },
- {
- "properties": {
- "labelDisplayUnits": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- }
- },
- "selector": {
- "metadata": "Sustainability Ledger Entries.CO2 Baseline"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'Top'"
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- },
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#A7ADB6'"
- }
- }
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Details Card'"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "b99a0f99e4a7b391ce10"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/4b379e7fad37db2a59ee/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/4b379e7fad37db2a59ee/visual.json
deleted file mode 100644
index ff6050b32e..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/4b379e7fad37db2a59ee/visual.json
+++ /dev/null
@@ -1,384 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "4b379e7fad37db2a59ee",
- "position": {
- "x": 0,
- "y": 114.80638994199799,
- "z": 1000,
- "height": 114.00352733686067,
- "width": 294.60317460317458,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2e Current Value"
- }
- },
- "queryRef": "Sustainability Goals.CO2e Current Value",
- "nativeQueryRef": "CO2e Current Value"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Baseline"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CO2e Baseline",
- "nativeQueryRef": "CO2e Baseline"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2e Current Value"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "layout": [
- {
- "properties": {
- "orientation": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "rowCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "columnCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "value": [
- {
- "properties": {
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- },
- {
- "properties": {
- "labelDisplayUnits": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- }
- },
- "selector": {
- "metadata": "Sustainability Ledger Entries.CO2e Baseline"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'Top'"
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- },
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#A7ADB6'"
- }
- }
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Details Card'"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "acaaffd1717925b107d0"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/543eeeced7b9cd091bc0/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/543eeeced7b9cd091bc0/visual.json
deleted file mode 100644
index 8b69165f86..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/543eeeced7b9cd091bc0/visual.json
+++ /dev/null
@@ -1,301 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "543eeeced7b9cd091bc0",
- "position": {
- "x": 0,
- "y": 0,
- "z": 0,
- "height": 230,
- "width": 291,
- "tabOrder": 9
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CH4 vs Baseline (%)"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CH4 vs Baseline (%)",
- "nativeQueryRef": "CH4 vs Baseline (%)"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CH4 vs Baseline (%)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "22D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "10D"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Card'"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 0,
- "Percent": 0
- }
- }
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#EFEFEF'"
- }
- }
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "2D"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "f1b9c4d42d3760400d4a"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/60e9cbdd5452ec71b395/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/60e9cbdd5452ec71b395/visual.json
deleted file mode 100644
index 9fa3161fcd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/60e9cbdd5452ec71b395/visual.json
+++ /dev/null
@@ -1,188 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "60e9cbdd5452ec71b395",
- "position": {
- "x": 26.122448979591834,
- "y": 311.35135135135135,
- "z": 0,
- "height": 383.36458907887476,
- "width": 600.81632653061217,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "clusteredColumnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "queryRef": "Sustainability Goals.Score Card No.",
- "nativeQueryRef": "Score Card No.",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2e Current Value"
- }
- },
- "queryRef": "Sustainability Goals.CO2e Current Value",
- "nativeQueryRef": "CO2e Current Value"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Baseline"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CO2e Baseline",
- "nativeQueryRef": "CO2e Baseline"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2e Current Value"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'TopRight'"
- }
- }
- },
- "labelColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 1,
- "Percent": 0
- }
- }
- }
- }
- }
- }
- }
- ],
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "maxMarginFactor": {
- "expr": {
- "Literal": {
- "Value": "15L"
- }
- }
- }
- }
- }
- ],
- "valueAxis": [
- {
- "properties": {
- "invertAxis": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Emissions vs Baseline Label"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/6b624b65b087b15590a3/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/6b624b65b087b15590a3/visual.json
deleted file mode 100644
index df522f955d..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/6b624b65b087b15590a3/visual.json
+++ /dev/null
@@ -1,384 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "6b624b65b087b15590a3",
- "position": {
- "x": 0,
- "y": 115,
- "z": 1000,
- "height": 115,
- "width": 289.33333333333331,
- "tabOrder": 4
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CH4 Current Value"
- }
- },
- "queryRef": "Sustainability Goals.CH4 Current Value",
- "nativeQueryRef": "CH4 Current Value"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CH4 Baseline"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CH4 Baseline",
- "nativeQueryRef": "CH4 Baseline"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CH4 Current Value"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "layout": [
- {
- "properties": {
- "orientation": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "rowCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "columnCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "value": [
- {
- "properties": {
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- },
- {
- "properties": {
- "labelDisplayUnits": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- }
- },
- "selector": {
- "metadata": "Sustainability Ledger Entries.CH4 Baseline"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'Top'"
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- },
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#A7ADB6'"
- }
- }
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Details Card'"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "f1b9c4d42d3760400d4a"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/ac3cd1dec0ac701a7941/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/ac3cd1dec0ac701a7941/visual.json
deleted file mode 100644
index 56c5fa055b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/ac3cd1dec0ac701a7941/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "ac3cd1dec0ac701a7941",
- "position": {
- "x": 651,
- "y": 23,
- "z": 8000,
- "height": 29,
- "width": 577,
- "tabOrder": 4000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/acaaffd1717925b107d0/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/acaaffd1717925b107d0/visual.json
deleted file mode 100644
index db86738346..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/acaaffd1717925b107d0/visual.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "acaaffd1717925b107d0",
- "position": {
- "x": 22.581424422638207,
- "y": 62.288713910761146,
- "z": 2000,
- "height": 230,
- "width": 294.669703691939,
- "tabOrder": 9000
- },
- "visualGroup": {
- "displayName": "Net Profit Group",
- "groupMode": "ScaleMode",
- "objects": {
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "'Net Profit, Revenue, Cost of Goods Sold, Expense.'"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/b0c0b3f5164b6a9072a0/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/b0c0b3f5164b6a9072a0/visual.json
deleted file mode 100644
index 113b09a77b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/b0c0b3f5164b6a9072a0/visual.json
+++ /dev/null
@@ -1,141 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "b0c0b3f5164b6a9072a0",
- "position": {
- "x": 651.26760563380287,
- "y": 309.85915492957747,
- "z": 1000,
- "height": 384.22535211267609,
- "width": 601.69014084507046,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "donutChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Emission Scope",
- "nativeQueryRef": "Sustainability Account Category Emission Scope",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'TopRight'"
- }
- }
- },
- "labelColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 1,
- "Percent": 0
- }
- }
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Emissions by Scope Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/b99a0f99e4a7b391ce10/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/b99a0f99e4a7b391ce10/visual.json
deleted file mode 100644
index 89f8ffc4be..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/b99a0f99e4a7b391ce10/visual.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "b99a0f99e4a7b391ce10",
- "position": {
- "x": 339,
- "y": 62,
- "z": 3000,
- "height": 230,
- "width": 291,
- "tabOrder": 8000
- },
- "visualGroup": {
- "displayName": "Net Profit Margin Group",
- "groupMode": "ScaleMode",
- "objects": {
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "'Net Profit Margin, Net Profit, Revenue.'"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/bb45ef10b90b4d090015/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/bb45ef10b90b4d090015/visual.json
deleted file mode 100644
index d5e1c64f20..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/bb45ef10b90b4d090015/visual.json
+++ /dev/null
@@ -1,300 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "bb45ef10b90b4d090015",
- "position": {
- "x": 0,
- "y": 0,
- "z": 0,
- "height": 230,
- "width": 291,
- "tabOrder": 7
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2 vs Baseline (%)"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CO2 vs Baseline (%)",
- "nativeQueryRef": "CO2 vs Baseline (%)1"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2 vs Baseline (%)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "22D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "10D"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Card'"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#D9F0F2'"
- }
- }
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#00A4AF'"
- }
- }
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "2D"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "b99a0f99e4a7b391ce10"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/cb933679b40a2b9a7d20/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/cb933679b40a2b9a7d20/visual.json
deleted file mode 100644
index c2abc36ae0..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/cb933679b40a2b9a7d20/visual.json
+++ /dev/null
@@ -1,149 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "cb933679b40a2b9a7d20",
- "position": {
- "x": 1228.75,
- "y": 23.333333333333336,
- "z": 9000,
- "height": 26,
- "width": 26.666666666666668,
- "tabOrder": 5000
- },
- "visual": {
- "visualType": "actionButton",
- "objects": {
- "icon": [
- {
- "properties": {
- "shapeType": {
- "expr": {
- "Literal": {
- "Value": "'help'"
- }
- }
- },
- "lineColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0
- }
- }
- }
- }
- },
- "lineWeight": {
- "expr": {
- "Literal": {
- "Value": "1L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "lockAspect": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "type": {
- "expr": {
- "Literal": {
- "Value": "'WebUrl'"
- }
- }
- },
- "webUrl": {
- "expr": {
- "Literal": {
- "Value": "'https://learn.microsoft.com/dynamics365/business-central/sustainability-powerbi-realized-emissions-vs-baseline'"
- }
- }
- },
- "tooltip": {
- "expr": {
- "Literal": {
- "Value": "'Go to Microsoft Learn'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/f1b9c4d42d3760400d4a/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/f1b9c4d42d3760400d4a/visual.json
deleted file mode 100644
index a977c28c50..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/56c99409880d5002ad2e/visuals/f1b9c4d42d3760400d4a/visual.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "f1b9c4d42d3760400d4a",
- "position": {
- "x": 651,
- "y": 62,
- "z": 4000,
- "height": 230,
- "width": 291,
- "tabOrder": 7000
- },
- "visualGroup": {
- "displayName": "Gross Profit Group",
- "groupMode": "ScaleMode",
- "objects": {
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "'Gross Profit, Revenue, Cost of Goods Sold.'"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/page.json
deleted file mode 100644
index a3b3b5e8fe..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/page.json
+++ /dev/null
@@ -1,323 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "6305c2799c0d6e6072b5",
- "displayName": "CO2e Key Influences",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "50adefeae202c1b12965",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "25f0df4d120d01001674",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "27e728f333cb90d04c96",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "ca2f9ae974b0aeb5e180",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "4f0ac5b3183994ad5cb9",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Owner"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "50fa473c2ed003ee9223",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "a83e06e118e09003b502",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "42a37051e2b47e66eb12",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Main Goal"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "1b1d7a833e78d781d546",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "e5677b8a6b7be6ae1b56",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "2b25c1d082c37205d0ca",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "c11bb7e61c3089339c14",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "5e31cf390759e6c3d94a",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "2bda5ef026d379137297",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "42af0f07d8d06ad52e05",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "bf01a06318e2e90209b3",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "8d519c69937101d0d807",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "19b37fe7b3200656bd68",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "0f52547e83040b329ee1",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "57658fbcd3a20ae8391c",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- }
- ],
- "filterSortOrder": "Ascending"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/053fee37eebc9860ba57/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/053fee37eebc9860ba57/visual.json
deleted file mode 100644
index dfebb0701f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/053fee37eebc9860ba57/visual.json
+++ /dev/null
@@ -1,149 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "053fee37eebc9860ba57",
- "position": {
- "x": 1228.75,
- "y": 23.333333333333336,
- "z": 3000,
- "height": 26,
- "width": 26.666666666666668,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "actionButton",
- "objects": {
- "icon": [
- {
- "properties": {
- "shapeType": {
- "expr": {
- "Literal": {
- "Value": "'help'"
- }
- }
- },
- "lineColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0
- }
- }
- }
- }
- },
- "lineWeight": {
- "expr": {
- "Literal": {
- "Value": "1L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "lockAspect": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "type": {
- "expr": {
- "Literal": {
- "Value": "'WebUrl'"
- }
- }
- },
- "webUrl": {
- "expr": {
- "Literal": {
- "Value": "'https://learn.microsoft.com/dynamics365/business-central/sustainability-powerbi-co2e-key-influences'"
- }
- }
- },
- "tooltip": {
- "expr": {
- "Literal": {
- "Value": "'Go to Microsoft Learn'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/182bd83daa6a777e6a2e/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/182bd83daa6a777e6a2e/visual.json
deleted file mode 100644
index e386b04185..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/182bd83daa6a777e6a2e/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "182bd83daa6a777e6a2e",
- "position": {
- "x": 22,
- "y": 10,
- "z": 0,
- "height": 43.828793774319067,
- "width": 605,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Key Influences Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/376fe19892261ce57800/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/376fe19892261ce57800/visual.json
deleted file mode 100644
index 03f9f7edd5..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/376fe19892261ce57800/visual.json
+++ /dev/null
@@ -1,235 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "376fe19892261ce57800",
- "position": {
- "x": 26.588769879909119,
- "y": 62.040463053121279,
- "z": 1000,
- "height": 632.22186158895011,
- "width": 1226.0377222402537,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "keyDriversVisual",
- "query": {
- "queryState": {
- "ExplainBy": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Emission Fees"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "queryRef": "Emission Fees.Country Region Code",
- "nativeQueryRef": "Country Region Code"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- },
- "queryRef": "Responsibility Centre.Responsibility Centre Code",
- "nativeQueryRef": "Responsibility Centre Code"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Code"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Code",
- "nativeQueryRef": "Sustainability Account Category Code"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Emission Scope",
- "nativeQueryRef": "Sustainability Account Category Emission Scope"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account Category",
- "nativeQueryRef": "Sustainability Account Category"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account Name",
- "nativeQueryRef": "Sustainability Account Name"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account No.",
- "nativeQueryRef": "Sustainability Account No."
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Sub-Category"
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account Sub-Category",
- "nativeQueryRef": "Sustainability Account Sub-Category"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "queryRef": "Sustainability Goals.Score Card No.",
- "nativeQueryRef": "Score Card No."
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "queryRef": "Sustainability Sub-Account Categories.Renewable Energy",
- "nativeQueryRef": "Renewable Energy"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Code"
- }
- },
- "queryRef": "Sustainability Sub-Account Categories.Sub-Category Code",
- "nativeQueryRef": "Sub-Category Code"
- }
- ]
- },
- "Target": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "keyDrivers": [
- {
- "properties": {
- "selectedAnalysis": {
- "expr": {
- "Literal": {
- "Value": "'keyInfluencers'"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {}
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/ac83c738d74d8612662c/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/ac83c738d74d8612662c/visual.json
deleted file mode 100644
index 9b720dc2c3..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/6305c2799c0d6e6072b5/visuals/ac83c738d74d8612662c/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "ac83c738d74d8612662c",
- "position": {
- "x": 651,
- "y": 23,
- "z": 2000,
- "height": 29,
- "width": 577,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/page.json
deleted file mode 100644
index 57a895661f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/page.json
+++ /dev/null
@@ -1,323 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "723552ce7d04d22dc0c5",
- "displayName": "Emissions by Category and Scope",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "0f4e34f0b9dba9087615",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "9875c760e550b202a0c6",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "bf5657ed14310e2cebe1",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "61267b3d05377195d46a",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "c9d9c060c3d649074021",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Owner"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "305211735607311a9baa",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "222cd39473a58d9ceb3a",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "221f9131bde12e0b466e",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Main Goal"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "80fe3de52e0da6093b1a",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "ea65731fb51793b310c6",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "a6fc5d66762169b42a70",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "7335f8270500e814a980",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "ef297c65031dadc38122",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "9a860bf7ab3ca1d9d988",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "feecb4e9a4e0ec4721a0",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "735a30b36e9849088200",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "e7c132b03b449d968b95",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "fcda741006717b95c360",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "4c528653dc6985aeb197",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "d22f2cef51c9e070b984",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- }
- ],
- "filterSortOrder": "Ascending"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/a941a7d4bc07065a5591/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/a941a7d4bc07065a5591/visual.json
deleted file mode 100644
index 147e3a5dfd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/a941a7d4bc07065a5591/visual.json
+++ /dev/null
@@ -1,224 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "a941a7d4bc07065a5591",
- "position": {
- "x": 25.802047781569964,
- "y": 61.43344709897611,
- "z": 2000,
- "height": 307,
- "width": 1228.0546075085324,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "columnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account Name",
- "nativeQueryRef": "Sustainability Account Name",
- "active": true
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Sub-Category"
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account Sub-Category",
- "nativeQueryRef": "Sustainability Account Sub-Category",
- "active": false
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CH4 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CH4 Emissions",
- "nativeQueryRef": "Net Change CH4 Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CO2 Emissions",
- "nativeQueryRef": "Net Change CO2 Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "N2O Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.N2O Emissions",
- "nativeQueryRef": "Net Change N2O Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "direction": "Ascending"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Sub-Category"
- }
- },
- "direction": "Ascending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'BottomCenter'"
- }
- }
- },
- "showTitle": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "labelColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 1,
- "Percent": 0
- }
- }
- }
- }
- }
- }
- }
- ],
- "valueAxis": [
- {
- "properties": {
- "invertAxis": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Emissions by Category Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/c1f28a24220a1aec00e9/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/c1f28a24220a1aec00e9/visual.json
deleted file mode 100644
index 77cb031d45..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/c1f28a24220a1aec00e9/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "c1f28a24220a1aec00e9",
- "position": {
- "x": 651,
- "y": 23,
- "z": 3000,
- "height": 29,
- "width": 577,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/c2479dc3920d05c9a61c/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/c2479dc3920d05c9a61c/visual.json
deleted file mode 100644
index 920bbd519f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/c2479dc3920d05c9a61c/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "c2479dc3920d05c9a61c",
- "position": {
- "x": 22,
- "y": 10,
- "z": 0,
- "height": 43.828793774319067,
- "width": 605,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Emissions by Category and Scope Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/ed871a07b4c81ba68350/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/ed871a07b4c81ba68350/visual.json
deleted file mode 100644
index 0e4261df50..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/ed871a07b4c81ba68350/visual.json
+++ /dev/null
@@ -1,184 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "ed871a07b4c81ba68350",
- "position": {
- "x": 25.802047781569964,
- "y": 387.03071672354952,
- "z": 1000,
- "height": 307,
- "width": 1226.8259385665528,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "columnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Emission Scope",
- "nativeQueryRef": "Sustainability Account Category Emission Scope",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CH4 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CH4 Emissions",
- "nativeQueryRef": "Net Change CH4 Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CO2 Emissions",
- "nativeQueryRef": "Net Change CO2 Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CH4 Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "valueAxis": [
- {
- "properties": {
- "invertAxis": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "legend": [
- {
- "properties": {
- "showGradientLegend": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Emissions by Scope Label"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/f39ee58f95259118e3cb/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/f39ee58f95259118e3cb/visual.json
deleted file mode 100644
index b3e3f33a26..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/723552ce7d04d22dc0c5/visuals/f39ee58f95259118e3cb/visual.json
+++ /dev/null
@@ -1,149 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "f39ee58f95259118e3cb",
- "position": {
- "x": 1228.75,
- "y": 23.333333333333336,
- "z": 4000,
- "height": 26,
- "width": 26.666666666666668,
- "tabOrder": 4000
- },
- "visual": {
- "visualType": "actionButton",
- "objects": {
- "icon": [
- {
- "properties": {
- "shapeType": {
- "expr": {
- "Literal": {
- "Value": "'help'"
- }
- }
- },
- "lineColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0
- }
- }
- }
- }
- },
- "lineWeight": {
- "expr": {
- "Literal": {
- "Value": "1L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "lockAspect": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "type": {
- "expr": {
- "Literal": {
- "Value": "'WebUrl'"
- }
- }
- },
- "webUrl": {
- "expr": {
- "Literal": {
- "Value": "'https://learn.microsoft.com/dynamics365/business-central/sustainability-powerbi-emissions-by-category-and-scope'"
- }
- }
- },
- "tooltip": {
- "expr": {
- "Literal": {
- "Value": "'Go to Microsoft Learn'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/page.json
deleted file mode 100644
index 01cd5fadce..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/page.json
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "73714a8f07753d4a87c6",
- "displayName": "Employee Ledger Entries",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "88e6b623cbb4ab6ab185",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee No."
- }
- },
- "type": "Categorical",
- "howCreated": "Drillthrough"
- },
- {
- "name": "7ac8ad6d80265505db3e",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Qualifications"
- }
- },
- "Property": "Employee No."
- }
- },
- "type": "Categorical",
- "howCreated": "Drillthrough"
- }
- ]
- },
- "pageBinding": {
- "name": "265c029e14eaabb53389",
- "type": "Drillthrough",
- "parameters": [
- {
- "name": "c810dad57c405002cb5b",
- "boundFilter": "88e6b623cbb4ab6ab185",
- "fieldExpr": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee No."
- }
- }
- },
- {
- "name": "727ee9c19088b017936a",
- "boundFilter": "7ac8ad6d80265505db3e",
- "fieldExpr": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Qualifications"
- }
- },
- "Property": "Employee No."
- }
- }
- }
- ]
- },
- "visibility": "HiddenInViewMode"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/6d46382d469a47d23167/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/6d46382d469a47d23167/visual.json
deleted file mode 100644
index 538bc62bb7..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/6d46382d469a47d23167/visual.json
+++ /dev/null
@@ -1,185 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "6d46382d469a47d23167",
- "position": {
- "x": 26,
- "y": 64,
- "z": 2000,
- "height": 630,
- "width": 1228,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "tableEx",
- "query": {
- "queryState": {
- "Values": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Property": "Date"
- }
- },
- "queryRef": "Date.Date",
- "nativeQueryRef": "Date"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Ledger Entries"
- }
- },
- "Property": "Employee No."
- }
- },
- "queryRef": "Employee Ledger Entries.employeeNo",
- "nativeQueryRef": "employeeNo"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Full Name"
- }
- },
- "queryRef": "Employees.Employee Full Name",
- "nativeQueryRef": "Employee Full Name"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Ledger Entries"
- }
- },
- "Property": "Entry No."
- }
- },
- "queryRef": "Employee Ledger Entries.entryNo",
- "nativeQueryRef": "entryNo"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Ledger Entries"
- }
- },
- "Property": "Document No."
- }
- },
- "queryRef": "Employee Ledger Entries.documentNo",
- "nativeQueryRef": "documentNo"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Ledger Entries"
- }
- },
- "Property": "Document Type"
- }
- },
- "queryRef": "Employee Ledger Entries.documentType",
- "nativeQueryRef": "documentType"
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Ledger Entries"
- }
- },
- "Property": "Description"
- }
- },
- "queryRef": "Employee Ledger Entries.description",
- "nativeQueryRef": "description"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Ledger Entries"
- }
- },
- "Property": "Employee Amount"
- }
- },
- "queryRef": "Employee Ledger Entries.Amoun1t",
- "nativeQueryRef": "Amoun1t"
- }
- ]
- }
- }
- },
- "objects": {
- "values": [
- {
- "properties": {
- "webURL": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Ledger Entries"
- }
- },
- "Property": "Employee Ledger Entries Link"
- }
- }
- }
- },
- "selector": {
- "data": [
- {
- "dataViewWildcard": {
- "matchingOption": 0
- }
- }
- ],
- "metadata": "Employee Ledger Entries.Amoun1t"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Employee Ledger Entries Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/99361670d4a51b0b136b/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/99361670d4a51b0b136b/visual.json
deleted file mode 100644
index 34769e809f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/99361670d4a51b0b136b/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "99361670d4a51b0b136b",
- "position": {
- "x": 651,
- "y": 23,
- "z": 3000,
- "height": 29,
- "width": 602,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/a9625a5f4d5213cdb400/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/a9625a5f4d5213cdb400/visual.json
deleted file mode 100644
index 130faa5bb1..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/a9625a5f4d5213cdb400/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "a9625a5f4d5213cdb400",
- "position": {
- "x": 45.5011655011655,
- "y": 9.6969696969696972,
- "z": 1000,
- "height": 44.009324009324011,
- "width": 605.68764568764573,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Employee Ledger Entries Drillthrough Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/f2e17b5dd0a7a5083a7c/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/f2e17b5dd0a7a5083a7c/visual.json
deleted file mode 100644
index 9e108a9041..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/73714a8f07753d4a87c6/visuals/f2e17b5dd0a7a5083a7c/visual.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "f2e17b5dd0a7a5083a7c",
- "position": {
- "x": 11,
- "y": 14,
- "z": 0,
- "height": 36,
- "width": 35,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "actionButton",
- "visualContainerObjects": {
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "'Back button.'"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/page.json
deleted file mode 100644
index a5c6d78548..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/page.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "ReportSection617fae23c8d7b50d6d0a",
- "displayName": "Help & Support",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "visibility": "HiddenInViewMode"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/0980f0186ec3976e906a/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/0980f0186ec3976e906a/visual.json
deleted file mode 100644
index ccf619a7f6..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/0980f0186ec3976e906a/visual.json
+++ /dev/null
@@ -1,177 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "0980f0186ec3976e906a",
- "position": {
- "x": 0,
- "y": 0,
- "z": 1000,
- "height": 52,
- "width": 556,
- "tabOrder": 505
- },
- "visual": {
- "visualType": "shape",
- "objects": {
- "shape": [
- {
- "properties": {
- "tileShape": {
- "expr": {
- "Literal": {
- "Value": "'rectangle'"
- }
- }
- }
- }
- }
- ],
- "rotation": [
- {
- "properties": {
- "shapeAngle": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "fill": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "outline": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Sustainability Analytics Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#000000'"
- }
- }
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "24D"
- }
- }
- },
- "bold": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "afea4d233aea68eacd50",
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/41ec9042caeb2e980963/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/41ec9042caeb2e980963/visual.json
deleted file mode 100644
index ef4d907d5f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/41ec9042caeb2e980963/visual.json
+++ /dev/null
@@ -1,178 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "41ec9042caeb2e980963",
- "position": {
- "x": 0,
- "y": 42,
- "z": 0,
- "height": 33,
- "width": 556,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "shape",
- "objects": {
- "shape": [
- {
- "properties": {
- "tileShape": {
- "expr": {
- "Literal": {
- "Value": "'rectangle'"
- }
- }
- }
- }
- }
- ],
- "rotation": [
- {
- "properties": {
- "shapeAngle": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "fill": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "outline": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "for Business Central Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI Light'', wf_segoe-ui_light, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 3,
- "Percent": 0
- }
- }
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "italic": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "afea4d233aea68eacd50",
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/7783e9773b1d38eb9361/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/7783e9773b1d38eb9361/visual.json
deleted file mode 100644
index c2a7b1a5fb..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/7783e9773b1d38eb9361/visual.json
+++ /dev/null
@@ -1,129 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "7783e9773b1d38eb9361",
- "position": {
- "x": 0,
- "y": 0,
- "z": 0,
- "height": 25,
- "width": 556,
- "tabOrder": 5
- },
- "visual": {
- "visualType": "shape",
- "objects": {
- "shape": [
- {
- "properties": {
- "tileShape": {
- "expr": {
- "Literal": {
- "Value": "'rectangle'"
- }
- }
- }
- }
- }
- ],
- "rotation": [
- {
- "properties": {
- "shapeAngle": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "fill": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "outline": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "HELP AND SUPPORT Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI Light'', wf_segoe-ui_light, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#000000'"
- }
- }
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "d714a011086098594cc8",
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/afea4d233aea68eacd50/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/afea4d233aea68eacd50/visual.json
deleted file mode 100644
index 8e098cfa84..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/afea4d233aea68eacd50/visual.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "afea4d233aea68eacd50",
- "position": {
- "x": 27,
- "y": 117,
- "z": 4000,
- "height": 75,
- "width": 556,
- "tabOrder": 9000
- },
- "visualGroup": {
- "displayName": "Title Group",
- "groupMode": "ScaleMode"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/ced57bc25ed03c0dc826/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/ced57bc25ed03c0dc826/visual.json
deleted file mode 100644
index 08739750b9..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/ced57bc25ed03c0dc826/visual.json
+++ /dev/null
@@ -1,163 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "ced57bc25ed03c0dc826",
- "position": {
- "x": 0,
- "y": 25,
- "z": 1000,
- "height": 54,
- "width": 556,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "shape",
- "objects": {
- "shape": [
- {
- "properties": {
- "tileShape": {
- "expr": {
- "Literal": {
- "Value": "'rectangle'"
- }
- }
- }
- }
- }
- ],
- "rotation": [
- {
- "properties": {
- "shapeAngle": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "fill": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "outline": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "For help and support with your new report please visit the Analytics overview documentation. Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#000000'"
- }
- }
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "11D"
- }
- }
- }
- }
- }
- ],
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "type": {
- "expr": {
- "Literal": {
- "Value": "'WebUrl'"
- }
- }
- },
- "showDefaultTooltip": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "d714a011086098594cc8",
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/d714a011086098594cc8/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/d714a011086098594cc8/visual.json
deleted file mode 100644
index 842fef889f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/ReportSection617fae23c8d7b50d6d0a/visuals/d714a011086098594cc8/visual.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "d714a011086098594cc8",
- "position": {
- "x": 27.001506780512305,
- "y": 223.72677046710197,
- "z": 1000,
- "height": 79.075841285786041,
- "width": 556.74535409342036,
- "tabOrder": 5
- },
- "visualGroup": {
- "displayName": "Help And Support Group",
- "groupMode": "ScaleMode"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/page.json
deleted file mode 100644
index c72d4167ad..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/page.json
+++ /dev/null
@@ -1,308 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "a8f44c103130e497d67d",
- "displayName": "Water and Waste Analysis",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "f248eace12060510b944",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "2153182d03847c0da508",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "ea6f8dae875e00c20072",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "758150608c6eca64b132",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "48c29ea0dc0c787bd79b",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "d6b69fcf76a3c551cd9c",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "216f955306010897a4de",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "735bdda2298e10b700d4",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "758fc914122c075cdd52",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "a3ed05f00b6346a52cd7",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "e724afcfaeb3a00c3dd5",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "e6cec1318c13e80ddadd",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Main Goal"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "2fc48be3410a3797a007",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "b761720090bcb2d07b03",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "705c1ac3036e9b04092c",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Owner"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "f29a0630062c24c40905",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "75cb8275642c48301796",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "bfc6b31d73c70e38027d",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "a6d817426a4b10e8316d",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- }
- ],
- "filterSortOrder": "Ascending"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/16e67ff3f295e5b76dc4/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/16e67ff3f295e5b76dc4/visual.json
deleted file mode 100644
index e898bbba26..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/16e67ff3f295e5b76dc4/visual.json
+++ /dev/null
@@ -1,209 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "16e67ff3f295e5b76dc4",
- "position": {
- "x": 22.70967741935484,
- "y": 427.35483870967744,
- "z": 4000,
- "height": 266.32258064516128,
- "width": 397.07526881720429,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "columnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Type"
- }
- },
- "queryRef": "Sustainability Ledger Entries.waterType",
- "nativeQueryRef": "waterType",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Water Intensity",
- "nativeQueryRef": "Net Change Water Intensity"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Waste Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Waste Intensity",
- "nativeQueryRef": "Net Change Waste Intensity"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Water and Waste by Type Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/2bc70531cada7c508da0/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/2bc70531cada7c508da0/visual.json
deleted file mode 100644
index 6e989d69cc..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/2bc70531cada7c508da0/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "2bc70531cada7c508da0",
- "position": {
- "x": 651,
- "y": 23,
- "z": 8000,
- "height": 29,
- "width": 577,
- "tabOrder": 8000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/773a16200abb9bebaa50/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/773a16200abb9bebaa50/visual.json
deleted file mode 100644
index 4323bd0f25..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/773a16200abb9bebaa50/visual.json
+++ /dev/null
@@ -1,149 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "773a16200abb9bebaa50",
- "position": {
- "x": 1228.75,
- "y": 23.333333333333336,
- "z": 9000,
- "height": 26,
- "width": 26.666666666666668,
- "tabOrder": 9000
- },
- "visual": {
- "visualType": "actionButton",
- "objects": {
- "icon": [
- {
- "properties": {
- "shapeType": {
- "expr": {
- "Literal": {
- "Value": "'help'"
- }
- }
- },
- "lineColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0
- }
- }
- }
- }
- },
- "lineWeight": {
- "expr": {
- "Literal": {
- "Value": "1L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "lockAspect": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "type": {
- "expr": {
- "Literal": {
- "Value": "'WebUrl'"
- }
- }
- },
- "webUrl": {
- "expr": {
- "Literal": {
- "Value": "'https://learn.microsoft.com/dynamics365/business-central/sustainability-powerbi-water-and-waste-analysis'"
- }
- }
- },
- "tooltip": {
- "expr": {
- "Literal": {
- "Value": "'Go to Microsoft Learn'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/777ba1a3a302e984802a/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/777ba1a3a302e984802a/visual.json
deleted file mode 100644
index a7d1886dc2..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/777ba1a3a302e984802a/visual.json
+++ /dev/null
@@ -1,196 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "777ba1a3a302e984802a",
- "position": {
- "x": 443.87096774193549,
- "y": 427.35483870967744,
- "z": 3000,
- "height": 264.94623655913978,
- "width": 392.94623655913978,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "columnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Wate/Waste Intensity Type"
- }
- },
- "queryRef": "Sustainability Ledger Entries.waterWasteIntensityType",
- "nativeQueryRef": "waterWasteIntensityType",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Water Intensity",
- "nativeQueryRef": "Net Change Water Intensity"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Waste Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Waste Intensity",
- "nativeQueryRef": "Net Change Waste Intensity"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Water and Waste Intensity by Type Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/8b8aafa2b845ddb65ba0/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/8b8aafa2b845ddb65ba0/visual.json
deleted file mode 100644
index bfe3a8f48b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/8b8aafa2b845ddb65ba0/visual.json
+++ /dev/null
@@ -1,252 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "8b8aafa2b845ddb65ba0",
- "position": {
- "x": 861.01904271744718,
- "y": 145.58929490478641,
- "z": 6000,
- "height": 265,
- "width": 392.62995367987645,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity YOY"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Water Change YOY",
- "nativeQueryRef": "Water Change YOY"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity DOD"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Water Change DOD",
- "nativeQueryRef": "Water Change DOD"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Waste Intensity YOY"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Waste Change YOY",
- "nativeQueryRef": "Waste Change YOY"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Waste Intensity DOD"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Waste Change DOD",
- "nativeQueryRef": "Waste Change DOD"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Discharged Into Water YOY"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Discharged Into Water YOY",
- "nativeQueryRef": "Discharged Into Water YOY"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Discharged Into Water DOD"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Discharged Into Water DOD",
- "nativeQueryRef": "Discharged Into Water DOD"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity YOY"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "layout": [
- {
- "properties": {
- "orientation": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "style": {
- "expr": {
- "Literal": {
- "Value": "'Cards'"
- }
- }
- },
- "columnCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "rowCount": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'middle'"
- }
- }
- }
- }
- }
- ],
- "label": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "textWrap": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Water and Waste Yearly and Daily Change Label"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/8f5744027a1dd3639ddb/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/8f5744027a1dd3639ddb/visual.json
deleted file mode 100644
index e0ffb786e2..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/8f5744027a1dd3639ddb/visual.json
+++ /dev/null
@@ -1,449 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "8f5744027a1dd3639ddb",
- "position": {
- "x": 25.898832684824903,
- "y": 61.75875486381323,
- "z": 1000,
- "height": 66,
- "width": 1228.2023346303502,
- "tabOrder": 6000
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Water Realized (%)"
- }
- },
- "queryRef": "Sustainability Goals.Realized (%) for Water",
- "nativeQueryRef": "Realized (%) for Water"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water vs Baseline (%)"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Water vs Baseline (%)",
- "nativeQueryRef": "Water vs Baseline (%)1"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Waste Realized (%)"
- }
- },
- "queryRef": "Sustainability Goals.Realized (%) for Waste",
- "nativeQueryRef": "Realized (%) for Waste"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Waste vs Baseline (%)"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Waste vs Baseline (%)",
- "nativeQueryRef": "Waste vs Baseline (%)1"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Discharged Into Water vs Baseline (%)"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Water Dish vs Baseline (%)",
- "nativeQueryRef": "Water Dish vs Baseline (%)"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Water Realized (%)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "textWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "outline": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "12D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'middle'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "shadowCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Financial KPIs Card'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/a5518c0876a55c719ab9/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/a5518c0876a55c719ab9/visual.json
deleted file mode 100644
index 77a552840f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/a5518c0876a55c719ab9/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "a5518c0876a55c719ab9",
- "position": {
- "x": 22,
- "y": 10,
- "z": 0,
- "height": 43.828793774319067,
- "width": 605,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Water and Waste Analysis Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/a8ce5c3fdda70d632ccc/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/a8ce5c3fdda70d632ccc/visual.json
deleted file mode 100644
index f3cbed3109..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/a8ce5c3fdda70d632ccc/visual.json
+++ /dev/null
@@ -1,196 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "a8ce5c3fdda70d632ccc",
- "position": {
- "x": 860.90322580645159,
- "y": 428.73118279569894,
- "z": 7000,
- "height": 264.94623655913978,
- "width": 392.94623655913978,
- "tabOrder": 7000
- },
- "visual": {
- "visualType": "columnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "queryRef": "Responsibility Centre.Responsibility Centre Name",
- "nativeQueryRef": "Responsibility Centre Name",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Water Intensity",
- "nativeQueryRef": "Net Change Water Intensity"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Waste Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Waste Intensity",
- "nativeQueryRef": "Net Change Waste Intensity"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Water and Waste Intensity by Facility Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/b6b30b23f93394219025/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/b6b30b23f93394219025/visual.json
deleted file mode 100644
index 168c59b58f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/b6b30b23f93394219025/visual.json
+++ /dev/null
@@ -1,223 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "b6b30b23f93394219025",
- "position": {
- "x": 444.0144107050952,
- "y": 145.58929490478641,
- "z": 5000,
- "height": 265,
- "width": 392.62995367987645,
- "tabOrder": 4000
- },
- "visual": {
- "visualType": "hundredPercentStackedColumnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "queryRef": "Responsibility Centre.Responsibility Centre Name",
- "nativeQueryRef": "Responsibility Centre Name",
- "active": true
- }
- ]
- },
- "Tooltips": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Facility Capacity"
- }
- },
- "queryRef": "Responsibility Centre.Facility Capacity",
- "nativeQueryRef": "Facility Capacity"
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Available"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Water Available",
- "nativeQueryRef": "Water Available"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Water Intensity",
- "nativeQueryRef": "Water Intensity"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Available"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "labels": [
- {
- "properties": {}
- }
- ],
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Water by Facility Capacity Label"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "filterConfig": {
- "filters": [
- {
- "name": "1a97460461cc62b6b0ae",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "type": "Categorical",
- "filter": {
- "Version": 2,
- "From": [
- {
- "Name": "r",
- "Entity": "Responsibility Centre",
- "Type": 0
- }
- ],
- "Where": [
- {
- "Condition": {
- "In": {
- "Expressions": [
- {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Source": "r"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- }
- ],
- "Values": [
- [
- {
- "Literal": {
- "Value": "'Production'"
- }
- }
- ],
- [
- {
- "Literal": {
- "Value": "'Warehouse'"
- }
- }
- ]
- ]
- }
- }
- }
- ]
- }
- }
- ]
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/eab39c328bd358f6e236/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/eab39c328bd358f6e236/visual.json
deleted file mode 100644
index 20f42f9f95..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/a8f44c103130e497d67d/visuals/eab39c328bd358f6e236/visual.json
+++ /dev/null
@@ -1,207 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "eab39c328bd358f6e236",
- "position": {
- "x": 25.692228512609365,
- "y": 145.58929490478641,
- "z": 2000,
- "height": 265,
- "width": 394.60627895007718,
- "tabOrder": 5000
- },
- "visual": {
- "visualType": "azureMap",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "queryRef": "Country/Region.Country Region Code",
- "nativeQueryRef": "Country Region Code",
- "active": true
- }
- ]
- },
- "Size": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "Water Intensity"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change Water Intensity",
- "nativeQueryRef": "Net Change Water Intensity"
- }
- ]
- }
- }
- },
- "objects": {
- "mapControls": [
- {
- "properties": {
- "defaultStyle": {
- "expr": {
- "Literal": {
- "Value": "'road'"
- }
- }
- },
- "showStylePicker": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "showNavigationControls": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "showSelectionControl": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "autoZoomIncludesReferenceLayer": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "bubbleLayer": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "bubbleRadius": {
- "expr": {
- "Literal": {
- "Value": "6L"
- }
- }
- },
- "minBubbleRadius": {
- "expr": {
- "Literal": {
- "Value": "6L"
- }
- }
- },
- "maxRadius": {
- "expr": {
- "Literal": {
- "Value": "21L"
- }
- }
- },
- "bubbleStrokeWidth": {
- "expr": {
- "Literal": {
- "Value": "1L"
- }
- }
- },
- "autoStrokeColor": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "layerPosition": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Water by Facility Location Label"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- }
- }
- }
- ],
- "spacing": [
- {
- "properties": {
- "customizeSpacing": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "spaceBelowTitle": {
- "expr": {
- "Literal": {
- "Value": "10D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/page.json
deleted file mode 100644
index 8577dd88e8..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/page.json
+++ /dev/null
@@ -1,308 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "b5e269104115da14c7e4",
- "displayName": "Realized Emissions vs Target",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "fb09eef0cb18ed774da5",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "78c2c4193e4320eb596a",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "cac62856ee6532730046",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "850851d163d4552b06ac",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "22b5f8f5e3b20e69305c",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "bb9f13059690704eb0aa",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "0f86526cebc740ced25b",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "3d9b1b9e70c9ecbc9036",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "407f6934bd529a04bde5",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "1ca09b61980502e28594",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "6018a9bdb5716108420a",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "5b9229919d0e544ed272",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "9b1c1a19eeb00cd5a3c0",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Main Goal"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "d5555f8d92be370c0ec3",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "cf0f071e1d890802bd10",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "f840c9105770e792a822",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Owner"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "5b034ccb00d3e55945ee",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "12ca40fdece2e3c59908",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "f6de377553a035e97d20",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- }
- ],
- "filterSortOrder": "Ascending"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/04c0e9fb2917e47a570a/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/04c0e9fb2917e47a570a/visual.json
deleted file mode 100644
index 176ca5cae2..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/04c0e9fb2917e47a570a/visual.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "04c0e9fb2917e47a570a",
- "position": {
- "x": 0,
- "y": 0,
- "z": 0,
- "height": 230,
- "width": 291,
- "tabOrder": 8
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "N2O Realized (%)"
- }
- },
- "queryRef": "Sustainability Goals.Realized (%) for N2O",
- "nativeQueryRef": "Realized for N2O (%)"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "N2O Realized (%)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "22D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "10D"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Card'"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 0,
- "Percent": 0
- }
- }
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#EFEFEF'"
- }
- }
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "2D"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "e1fe4e7d8467ebc6ba40"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/0658da7fcc2d447aa8a8/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/0658da7fcc2d447aa8a8/visual.json
deleted file mode 100644
index 68ecd9244c..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/0658da7fcc2d447aa8a8/visual.json
+++ /dev/null
@@ -1,370 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "0658da7fcc2d447aa8a8",
- "position": {
- "x": 0,
- "y": 114.62349881815773,
- "z": 1000,
- "height": 112.84469502819067,
- "width": 290.64069707842134,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2e Current Value"
- }
- },
- "queryRef": "Sustainability Goals.CO2e Current Value",
- "nativeQueryRef": "CO2e Current Value"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Emission Fees"
- }
- },
- "Property": "CO2e Target"
- }
- },
- "queryRef": "Emission Fees.Co2e Target",
- "nativeQueryRef": "CO2e Target"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2e Current Value"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "layout": [
- {
- "properties": {
- "orientation": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "rowCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "columnCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "value": [
- {
- "properties": {
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'Top'"
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- },
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#A7ADB6'"
- }
- }
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Details Card'"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "f49814b300ce5309d9be"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/0c14ce4ba396a9753c90/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/0c14ce4ba396a9753c90/visual.json
deleted file mode 100644
index 0b859a717f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/0c14ce4ba396a9753c90/visual.json
+++ /dev/null
@@ -1,300 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "0c14ce4ba396a9753c90",
- "position": {
- "x": 0,
- "y": 0,
- "z": 0,
- "height": 230,
- "width": 291,
- "tabOrder": 7
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2 Realized (%)"
- }
- },
- "queryRef": "Sustainability Goals.Realized for CO2",
- "nativeQueryRef": "Realized for CO2 (%)"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2 Realized (%)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "22D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "10D"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Card'"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#D9F0F2'"
- }
- }
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#00A4AF'"
- }
- }
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "2D"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "df15c95f485e70612280"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/38977ba132b55e90bc11/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/38977ba132b55e90bc11/visual.json
deleted file mode 100644
index a608ba49c1..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/38977ba132b55e90bc11/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "38977ba132b55e90bc11",
- "position": {
- "x": 22,
- "y": 10,
- "z": 6000,
- "height": 43.828793774319067,
- "width": 605,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Realized Emissions vs Target Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/4293af50bd53e0272e1b/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/4293af50bd53e0272e1b/visual.json
deleted file mode 100644
index fa4f599e62..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/4293af50bd53e0272e1b/visual.json
+++ /dev/null
@@ -1,370 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "4293af50bd53e0272e1b",
- "position": {
- "x": 0,
- "y": 115,
- "z": 1000,
- "height": 115,
- "width": 289.33333333333331,
- "tabOrder": 2
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2 Current Value"
- }
- },
- "queryRef": "Sustainability Goals.CO2 Current Value",
- "nativeQueryRef": "CO2 Current Value"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2 Target"
- }
- },
- "queryRef": "Sustainability Goals.CO2 Target",
- "nativeQueryRef": "CO2 Target"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2 Current Value"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "layout": [
- {
- "properties": {
- "orientation": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "rowCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "columnCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "value": [
- {
- "properties": {
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'Top'"
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- },
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#A7ADB6'"
- }
- }
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Details Card'"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "df15c95f485e70612280"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/42f5bb40cab14391d144/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/42f5bb40cab14391d144/visual.json
deleted file mode 100644
index bd65e181bd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/42f5bb40cab14391d144/visual.json
+++ /dev/null
@@ -1,149 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "42f5bb40cab14391d144",
- "position": {
- "x": 1228.75,
- "y": 23.333333333333336,
- "z": 8000,
- "height": 26,
- "width": 26.666666666666668,
- "tabOrder": 4000
- },
- "visual": {
- "visualType": "actionButton",
- "objects": {
- "icon": [
- {
- "properties": {
- "shapeType": {
- "expr": {
- "Literal": {
- "Value": "'help'"
- }
- }
- },
- "lineColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0
- }
- }
- }
- }
- },
- "lineWeight": {
- "expr": {
- "Literal": {
- "Value": "1L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "lockAspect": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "type": {
- "expr": {
- "Literal": {
- "Value": "'WebUrl'"
- }
- }
- },
- "webUrl": {
- "expr": {
- "Literal": {
- "Value": "'https://learn.microsoft.com/dynamics365/business-central/sustainability-powerbi-realized-emissions-vs-target'"
- }
- }
- },
- "tooltip": {
- "expr": {
- "Literal": {
- "Value": "'Go to Microsoft Learn'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/60fdc1d054b4d90e4074/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/60fdc1d054b4d90e4074/visual.json
deleted file mode 100644
index 811d89c071..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/60fdc1d054b4d90e4074/visual.json
+++ /dev/null
@@ -1,370 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "60fdc1d054b4d90e4074",
- "position": {
- "x": 0,
- "y": 115,
- "z": 1000,
- "height": 115,
- "width": 289.33333333333331,
- "tabOrder": 3
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "N2O Current Value"
- }
- },
- "queryRef": "Sustainability Goals.N2O Current Value",
- "nativeQueryRef": "N2O Current Value"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "N2O Target"
- }
- },
- "queryRef": "Sustainability Goals.N2O Target",
- "nativeQueryRef": "N2O Target"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "N2O Current Value"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "layout": [
- {
- "properties": {
- "orientation": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "rowCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "columnCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "value": [
- {
- "properties": {
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'Top'"
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- },
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#A7ADB6'"
- }
- }
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Details Card'"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "e1fe4e7d8467ebc6ba40"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/78d8dc7a89d79dd35775/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/78d8dc7a89d79dd35775/visual.json
deleted file mode 100644
index ad8429f419..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/78d8dc7a89d79dd35775/visual.json
+++ /dev/null
@@ -1,370 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "78d8dc7a89d79dd35775",
- "position": {
- "x": 0,
- "y": 115,
- "z": 1000,
- "height": 115,
- "width": 289.33333333333331,
- "tabOrder": 4
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CH4 Current Value"
- }
- },
- "queryRef": "Sustainability Goals.CH4 Current Value",
- "nativeQueryRef": "CH4 Current Value"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CH4 Target"
- }
- },
- "queryRef": "Sustainability Goals.CH4 Target",
- "nativeQueryRef": "CH4 Target"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CH4 Current Value"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "layout": [
- {
- "properties": {
- "orientation": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "rowCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "columnCount": {
- "expr": {
- "Literal": {
- "Value": "2L"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "value": [
- {
- "properties": {
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'Top'"
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "1D"
- }
- }
- },
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#A7ADB6'"
- }
- }
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Details Card'"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "e99bbe14d9ecaa286774"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/879a6b80553100520daa/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/879a6b80553100520daa/visual.json
deleted file mode 100644
index da6f3d889f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/879a6b80553100520daa/visual.json
+++ /dev/null
@@ -1,301 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "879a6b80553100520daa",
- "position": {
- "x": 0,
- "y": 0,
- "z": 0,
- "height": 230,
- "width": 291,
- "tabOrder": 9
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CH4 Realized (%)"
- }
- },
- "queryRef": "Sustainability Goals.Realized (%) for CH4",
- "nativeQueryRef": "Realized for CH4 (%)"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CH4 Realized (%)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "22D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "10D"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Card'"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 0,
- "Percent": 0
- }
- }
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#EFEFEF'"
- }
- }
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "2D"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "e99bbe14d9ecaa286774"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/a3189eb30074d94bb794/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/a3189eb30074d94bb794/visual.json
deleted file mode 100644
index 9e1bef5a82..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/a3189eb30074d94bb794/visual.json
+++ /dev/null
@@ -1,300 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "a3189eb30074d94bb794",
- "position": {
- "x": 0.22279165261050668,
- "y": 0,
- "z": 0,
- "height": 230,
- "width": 291,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2e Realized (%)"
- }
- },
- "queryRef": "Sustainability Goals.Realized for CO2e (%)",
- "nativeQueryRef": "Realized for CO2e (%)"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "CO2e Realized (%)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "22D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "10D"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'top'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Current Ratio Card'"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "titleWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#D9F0F2'"
- }
- }
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "color": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#00A4AF'"
- }
- }
- }
- }
- },
- "width": {
- "expr": {
- "Literal": {
- "Value": "2D"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ]
- }
- },
- "parentGroupName": "f49814b300ce5309d9be"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/af294d70931ec1967154/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/af294d70931ec1967154/visual.json
deleted file mode 100644
index 3f7bc4cd65..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/af294d70931ec1967154/visual.json
+++ /dev/null
@@ -1,256 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "af294d70931ec1967154",
- "position": {
- "x": 651.12474437627816,
- "y": 310.18404907975463,
- "z": 0,
- "height": 383.4764826175869,
- "width": 603.35378323108387,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "columnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Description"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Description",
- "nativeQueryRef": "Sustainability Account Category Description",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CH4 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CH4 Emissions",
- "nativeQueryRef": "CH4 Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2 Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.CO2 Emissions",
- "nativeQueryRef": "CO2 Emissions"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "N2O Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.N2O Emissions",
- "nativeQueryRef": "N2O Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CH4 Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "categoryAxis": [
- {
- "properties": {
- "concatenateLabels": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "maxMarginFactor": {
- "expr": {
- "Literal": {
- "Value": "15L"
- }
- }
- }
- }
- }
- ],
- "dataPoint": [
- {
- "properties": {
- "fill": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 4,
- "Percent": 0
- }
- }
- }
- }
- }
- },
- "selector": {
- "metadata": "Sustainability Ledger Entries.Net Change CO2 Emissions"
- }
- },
- {
- "properties": {
- "fill": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0.2
- }
- }
- }
- }
- }
- },
- "selector": {
- "metadata": "Sustainability Ledger Entries.Net Change N2O Emissions"
- }
- }
- ],
- "valueAxis": [
- {
- "properties": {
- "invertAxis": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "seriesOrderReversed": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "labels": [
- {
- "properties": {
- "enableValueDataLabel": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "legend": [
- {
- "properties": {
- "showGradientLegend": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Gas Emissions by Category Label"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/df15c95f485e70612280/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/df15c95f485e70612280/visual.json
deleted file mode 100644
index da57c5ee12..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/df15c95f485e70612280/visual.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "df15c95f485e70612280",
- "position": {
- "x": 339,
- "y": 62,
- "z": 3000,
- "height": 230,
- "width": 291,
- "tabOrder": 7000
- },
- "visualGroup": {
- "displayName": "Net Profit Margin Group",
- "groupMode": "ScaleMode",
- "objects": {
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "'Net Profit Margin, Net Profit, Revenue.'"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/e1fe4e7d8467ebc6ba40/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/e1fe4e7d8467ebc6ba40/visual.json
deleted file mode 100644
index e026348735..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/e1fe4e7d8467ebc6ba40/visual.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "e1fe4e7d8467ebc6ba40",
- "position": {
- "x": 963,
- "y": 62,
- "z": 5000,
- "height": 230,
- "width": 291,
- "tabOrder": 5000
- },
- "visualGroup": {
- "displayName": "Gross Profit Group",
- "groupMode": "ScaleMode",
- "objects": {
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "'Gross Profit Margin, Gross Profit, Revenue.'"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/e67c239c21ae83e7d804/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/e67c239c21ae83e7d804/visual.json
deleted file mode 100644
index f732214823..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/e67c239c21ae83e7d804/visual.json
+++ /dev/null
@@ -1,141 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "e67c239c21ae83e7d804",
- "position": {
- "x": 25.82959641255605,
- "y": 309.95515695067263,
- "z": 1000,
- "height": 384.57399103139011,
- "width": 604.60388639760833,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "donutChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Emission Scope",
- "nativeQueryRef": "Sustainability Account Category Emission Scope",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "CO2e Emissions"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'TopCenter'"
- }
- }
- },
- "labelColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 1,
- "Percent": 0
- }
- }
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Emissions by Scope Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/e99bbe14d9ecaa286774/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/e99bbe14d9ecaa286774/visual.json
deleted file mode 100644
index 5da00106fd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/e99bbe14d9ecaa286774/visual.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "e99bbe14d9ecaa286774",
- "position": {
- "x": 651,
- "y": 62,
- "z": 4000,
- "height": 230,
- "width": 291,
- "tabOrder": 6000
- },
- "visualGroup": {
- "displayName": "Gross Profit Group",
- "groupMode": "ScaleMode",
- "objects": {
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "'Gross Profit, Revenue, Cost of Goods Sold.'"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/eb879666d3e4302961da/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/eb879666d3e4302961da/visual.json
deleted file mode 100644
index b73747b51c..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/eb879666d3e4302961da/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "eb879666d3e4302961da",
- "position": {
- "x": 651,
- "y": 23,
- "z": 7000,
- "height": 29,
- "width": 577,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/f49814b300ce5309d9be/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/f49814b300ce5309d9be/visual.json
deleted file mode 100644
index 0d8474b123..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/b5e269104115da14c7e4/visuals/f49814b300ce5309d9be/visual.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "f49814b300ce5309d9be",
- "position": {
- "x": 26.028336461966692,
- "y": 62.288713910761146,
- "z": 2000,
- "height": 230,
- "width": 291.22279165261051,
- "tabOrder": 8000
- },
- "visualGroup": {
- "displayName": "Net Profit Group",
- "groupMode": "ScaleMode",
- "objects": {
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "'Net Profit, Revenue, Cost of Goods Sold, Expense.'"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/page.json
deleted file mode 100644
index 07035b19e9..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/page.json
+++ /dev/null
@@ -1,308 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "bac4712acce8c3ba0213",
- "displayName": "CO2e Decomposition Tree",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "ef9b3fd295c51a065c05",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "9923786da27e8be53310",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Country/Region"
- }
- },
- "Property": "Country Region Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "2e33903bcd1a16303519",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "d853fe9ead1dcde78252",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "284147a283bb4695cbc3",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "84cc080488a40a190cb6",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "0b9b24f0e2907470b2cc",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "1791c64dc04dbb8020bc",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "53e30104bea86a01c5ec",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "81e264e61993c1bd3295",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "2cd6b3a0925990db4003",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "ed872e64ed361d090b14",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "3151a231e73c2114a001",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Main Goal"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "9582721acac3dc0cae83",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "bca32216490a5c10044b",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "07c8052997b7e6644d61",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "8d5ddd7498466bd5b98c",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "2e38295b0240dba200ad",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "627156de001d284257b8",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Description"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- }
- ],
- "filterSortOrder": "Ascending"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/774afda36a1b89ed54b9/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/774afda36a1b89ed54b9/visual.json
deleted file mode 100644
index 2ec2d936f3..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/774afda36a1b89ed54b9/visual.json
+++ /dev/null
@@ -1,544 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "774afda36a1b89ed54b9",
- "position": {
- "x": 26.428571428571431,
- "y": 66.428571428571431,
- "z": 1000,
- "height": 632.14285714285722,
- "width": 1226.4285714285716,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "decompositionTreeVisual",
- "query": {
- "queryState": {
- "Analyze": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "queryRef": "Sustainability Ledger Entries.Net Change CO2e Emissions",
- "nativeQueryRef": "Net Change CO2e Emissions"
- }
- ]
- },
- "ExplainBy": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- },
- "queryRef": "Responsibility Centre.Responsibility Centre Code",
- "nativeQueryRef": "Responsibility Centre Code",
- "active": true
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Emission Scope",
- "nativeQueryRef": "Sustainability Account Category Emission Scope",
- "active": true
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account Category",
- "nativeQueryRef": "Sustainability Account Category",
- "active": true
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Sub-Category"
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account Sub-Category",
- "nativeQueryRef": "Sustainability Account Sub-Category",
- "active": true
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account No."
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account No.",
- "nativeQueryRef": "Sustainability Account No.",
- "active": true
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Goals"
- }
- },
- "Property": "Score Card No."
- }
- },
- "queryRef": "Sustainability Goals.Score Card No.",
- "nativeQueryRef": "Score Card No.",
- "active": false
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Renewable Energy"
- }
- },
- "queryRef": "Sustainability Sub-Account Categories.Renewable Energy",
- "nativeQueryRef": "Renewable Energy",
- "active": false
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Sub-Account Categories"
- }
- },
- "Property": "Sub-Category Code"
- }
- },
- "queryRef": "Sustainability Sub-Account Categories.Sub-Category Code",
- "nativeQueryRef": "Sub-Category Code",
- "active": false
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Code"
- }
- },
- "queryRef": "Sustainability Account Category.Sustainability Account Category Code",
- "nativeQueryRef": "Sustainability Account Category Code",
- "active": false
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Emission Fees"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "queryRef": "Emission Fees.Country Region Code",
- "nativeQueryRef": "Country Region Code",
- "active": false
- },
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "queryRef": "Sustainability Accounts.Sustainability Account Name",
- "nativeQueryRef": "Sustainability Account Name",
- "active": false
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Ledger Entries"
- }
- },
- "Property": "CO2e Emissions"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "expansionStates": [
- {
- "roles": [
- "ExplainBy"
- ],
- "levels": [
- {
- "queryRefs": [
- "Responsibility Centre.Responsibility Centre Code"
- ],
- "isCollapsed": true,
- "identityKeys": [
- {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Responsibility Centre"
- }
- },
- "Property": "Responsibility Centre Code"
- }
- }
- ],
- "isPinned": true
- },
- {
- "queryRefs": [
- "Sustainability Account Category.Sustainability Account Category Emission Scope"
- ],
- "isCollapsed": true,
- "identityKeys": [
- {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- }
- ],
- "isPinned": true
- },
- {
- "queryRefs": [
- "Sustainability Accounts.Sustainability Account Category"
- ],
- "isCollapsed": true,
- "identityKeys": [
- {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Category"
- }
- }
- ],
- "isPinned": true
- },
- {
- "queryRefs": [
- "Sustainability Accounts.Sustainability Account Sub-Category"
- ],
- "isCollapsed": true,
- "identityKeys": [
- {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Sub-Category"
- }
- }
- ],
- "isPinned": true
- },
- {
- "queryRefs": [
- "Sustainability Accounts.Sustainability Account No."
- ],
- "isCollapsed": true,
- "isPinned": true
- },
- {
- "queryRefs": [
- "Sustainability Goals.Score Card No."
- ],
- "isCollapsed": true
- },
- {
- "queryRefs": [
- "Sustainability Sub-Account Categories.Renewable Energy"
- ],
- "isCollapsed": true
- },
- {
- "queryRefs": [
- "Sustainability Sub-Account Categories.Sub-Category Code"
- ],
- "isCollapsed": true
- },
- {
- "queryRefs": [
- "Sustainability Account Category.Sustainability Account Category Code"
- ],
- "isCollapsed": true
- },
- {
- "queryRefs": [
- "Emission Fees.Country Region Code"
- ],
- "isCollapsed": true,
- "identityKeys": [
- {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Emission Fees"
- }
- },
- "Property": "Country Region Code"
- }
- }
- ]
- },
- {
- "queryRefs": [
- "Sustainability Accounts.Sustainability Account Name"
- ],
- "isCollapsed": true,
- "identityKeys": [
- {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- }
- ]
- }
- ],
- "root": {
- "children": [
- {
- "identityValues": [
- {
- "Literal": {
- "Value": "null"
- }
- }
- ],
- "isToggled": true,
- "children": [
- {
- "identityValues": [
- {
- "Literal": {
- "Value": "'Scope 1'"
- }
- }
- ],
- "isToggled": true,
- "children": [
- {
- "identityValues": [
- {
- "Literal": {
- "Value": "'MOBILE-DISTANCE'"
- }
- }
- ],
- "isToggled": true,
- "children": [
- {
- "identityValues": [
- {
- "Literal": {
- "Value": "'TRUCK-LH'"
- }
- }
- ],
- "isToggled": true
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- }
- ],
- "objects": {
- "tree": [
- {
- "properties": {
- "effectiveBarsPerLevel": {
- "expr": {
- "Literal": {
- "Value": "8L"
- }
- }
- }
- }
- }
- ],
- "analysis": [
- {
- "properties": {
- "aiMode": {
- "expr": {
- "Literal": {
- "Value": "'relative'"
- }
- }
- }
- }
- }
- ],
- "insights": [
- {
- "properties": {
- "isAINode": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- },
- "selector": {
- "data": [
- {
- "scopeId": {
- "Comparison": {
- "ComparisonKind": 0,
- "Left": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Account Category"
- }
- },
- "Property": "Sustainability Account Category Emission Scope"
- }
- },
- "Right": {
- "Literal": {
- "Value": "'Scope 3'"
- }
- }
- }
- }
- },
- {
- "scopeId": {
- "Comparison": {
- "ComparisonKind": 0,
- "Left": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Sustainability Accounts"
- }
- },
- "Property": "Sustainability Account Name"
- }
- },
- "Right": {
- "Literal": {
- "Value": "'Contoso Hotel - 4 stars'"
- }
- }
- }
- }
- },
- {
- "scopeId": {
- "Comparison": {
- "ComparisonKind": 0,
- "Left": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Emission Fees"
- }
- },
- "Property": "Country Region Code"
- }
- },
- "Right": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {}
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/b3be9690d4448d34820e/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/b3be9690d4448d34820e/visual.json
deleted file mode 100644
index f428db5a06..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/b3be9690d4448d34820e/visual.json
+++ /dev/null
@@ -1,149 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "b3be9690d4448d34820e",
- "position": {
- "x": 1228.75,
- "y": 23.333333333333336,
- "z": 3000,
- "height": 26,
- "width": 26.666666666666668,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "actionButton",
- "objects": {
- "icon": [
- {
- "properties": {
- "shapeType": {
- "expr": {
- "Literal": {
- "Value": "'help'"
- }
- }
- },
- "lineColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0
- }
- }
- }
- }
- },
- "lineWeight": {
- "expr": {
- "Literal": {
- "Value": "1L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "lockAspect": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "type": {
- "expr": {
- "Literal": {
- "Value": "'WebUrl'"
- }
- }
- },
- "webUrl": {
- "expr": {
- "Literal": {
- "Value": "'https://learn.microsoft.com/dynamics365/business-central/sustainability-powerbi-co2e-decomposition-tree'"
- }
- }
- },
- "tooltip": {
- "expr": {
- "Literal": {
- "Value": "'Go to Microsoft Learn'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/dc7c75d3684436004356/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/dc7c75d3684436004356/visual.json
deleted file mode 100644
index d65ce0ace8..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/dc7c75d3684436004356/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "dc7c75d3684436004356",
- "position": {
- "x": 651,
- "y": 23,
- "z": 2000,
- "height": 29,
- "width": 577,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/dcc54904722c3bac521a/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/dcc54904722c3bac521a/visual.json
deleted file mode 100644
index 8f193cd3bf..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/bac4712acce8c3ba0213/visuals/dcc54904722c3bac521a/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "dcc54904722c3bac521a",
- "position": {
- "x": 22,
- "y": 10,
- "z": 0,
- "height": 43.828793774319067,
- "width": 605,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "CO2e Decomposition Tree Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/page.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/page.json
deleted file mode 100644
index a8b0e4b1b1..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/page.json
+++ /dev/null
@@ -1,188 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
- "name": "df5c90f3b0b177923932",
- "displayName": "Social Analysis",
- "displayOption": "FitToPage",
- "height": 720,
- "width": 1280,
- "filterConfig": {
- "filters": [
- {
- "name": "c306cae4d019db084401",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Absences"
- }
- },
- "Property": "Cause of Absence"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "4a38783c9cb188e932dc",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee First Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "4b9b4a1aea78d6670a74",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Full Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "786af68fed1039208e7b",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Grounds for Termination"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "11b66b60e764a0aa1503",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Last Name"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "7f9a361f1c5e382e270c",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee No."
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "bc25c9172bc708e91e8b",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Qualifications"
- }
- },
- "Property": "Employee Qualification Codes"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "0d54135264550d0a8377",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Status"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "aad08c600971483ae0c0",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Union Code"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "2be75df03910b5138eb3",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- },
- {
- "name": "fcefb5416d5da66ade4b",
- "field": {
- "HierarchyLevel": {
- "Expression": {
- "Hierarchy": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date"
- }
- },
- "Hierarchy": "Fiscal Year-Month"
- }
- },
- "Level": "Fiscal Month Year"
- }
- },
- "type": "Categorical",
- "howCreated": "User"
- }
- ],
- "filterSortOrder": "Ascending"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/0d86ff3c408b33001679/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/0d86ff3c408b33001679/visual.json
deleted file mode 100644
index 4a305b6a54..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/0d86ff3c408b33001679/visual.json
+++ /dev/null
@@ -1,449 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "0d86ff3c408b33001679",
- "position": {
- "x": 22.249488752556239,
- "y": 61.513292433537835,
- "z": 1000,
- "height": 66.094069529652359,
- "width": 1231.5746421267895,
- "tabOrder": 4000
- },
- "visual": {
- "visualType": "cardVisual",
- "query": {
- "queryState": {
- "Data": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Male Employees (%)"
- }
- },
- "queryRef": "Employees.Male Employees (%)",
- "nativeQueryRef": "Male Employees (%)"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Female Employees (%)"
- }
- },
- "queryRef": "Employees.Female Employees (%)",
- "nativeQueryRef": "Female Employees (%)"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Other Employees (%)"
- }
- },
- "queryRef": "Employees.Other Employees (%)",
- "nativeQueryRef": "Other Employees (%)"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Absences"
- }
- },
- "Property": "Absence Hours (%)"
- }
- },
- "queryRef": "Employee Absences.Absence Hours",
- "nativeQueryRef": "Absence Hours (%)"
- },
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Ledger Entries"
- }
- },
- "Property": "Employee Amount"
- }
- },
- "queryRef": "Employee Ledger Entries.Amoun1t",
- "nativeQueryRef": "Employee Amount"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Male Employees (%)"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "spacing": [
- {
- "properties": {
- "verticalSpacing": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "label": [
- {
- "properties": {
- "textWrap": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "position": {
- "expr": {
- "Literal": {
- "Value": "'aboveValue'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "paddingSelection": {
- "expr": {
- "Literal": {
- "Value": "'Custom'"
- }
- }
- },
- "topMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "bottomMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "rightMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- },
- "leftMargin": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "fillCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "outline": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "value": [
- {
- "properties": {
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "12D"
- }
- }
- },
- "horizontalAlignment": {
- "expr": {
- "Literal": {
- "Value": "'left'"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "layout": [
- {
- "properties": {
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'middle'"
- }
- }
- },
- "cellPadding": {
- "expr": {
- "Literal": {
- "Value": "0L"
- }
- }
- }
- }
- }
- ],
- "shadowCustom": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ],
- "accentBar": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- },
- "text": {
- "expr": {
- "Literal": {
- "Value": "'Financial KPIs Card'"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "general": [
- {
- "properties": {
- "altText": {
- "expr": {
- "Literal": {
- "Value": "''"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "border": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "dropShadow": [
- {
- "properties": {
- "angle": {
- "expr": {
- "Literal": {
- "Value": "90L"
- }
- }
- },
- "shadowDistance": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowBlur": {
- "expr": {
- "Literal": {
- "Value": "10L"
- }
- }
- },
- "shadowSpread": {
- "expr": {
- "Literal": {
- "Value": "3L"
- }
- }
- },
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "70L"
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/2118e5605c2858744eeb/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/2118e5605c2858744eeb/visual.json
deleted file mode 100644
index 9d598ae436..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/2118e5605c2858744eeb/visual.json
+++ /dev/null
@@ -1,149 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "2118e5605c2858744eeb",
- "position": {
- "x": 1228.75,
- "y": 23.333333333333336,
- "z": 9000,
- "height": 26,
- "width": 26.666666666666668,
- "tabOrder": 9000
- },
- "visual": {
- "visualType": "actionButton",
- "objects": {
- "icon": [
- {
- "properties": {
- "shapeType": {
- "expr": {
- "Literal": {
- "Value": "'help'"
- }
- }
- },
- "lineColor": {
- "solid": {
- "color": {
- "expr": {
- "ThemeDataColor": {
- "ColorId": 2,
- "Percent": 0
- }
- }
- }
- }
- },
- "lineWeight": {
- "expr": {
- "Literal": {
- "Value": "1L"
- }
- }
- }
- },
- "selector": {
- "id": "default"
- }
- }
- ]
- },
- "visualContainerObjects": {
- "lockAspect": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ],
- "visualLink": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "type": {
- "expr": {
- "Literal": {
- "Value": "'WebUrl'"
- }
- }
- },
- "webUrl": {
- "expr": {
- "Literal": {
- "Value": "'https://learn.microsoft.com/dynamics365/business-central/sustainability-powerbi-social-analysis'"
- }
- }
- },
- "tooltip": {
- "expr": {
- "Literal": {
- "Value": "'Go to Microsoft Learn'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "5D"
- }
- }
- }
- }
- }
- ]
- }
- },
- "howCreated": "InsertVisualButton"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/322f84d005813bec6e57/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/322f84d005813bec6e57/visual.json
deleted file mode 100644
index 89902fc346..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/322f84d005813bec6e57/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "322f84d005813bec6e57",
- "position": {
- "x": 22,
- "y": 10,
- "z": 0,
- "height": 43.828793774319067,
- "width": 605,
- "tabOrder": 0
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Social Analysis Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "18D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#212121'"
- }
- }
- }
- }
- },
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/ad403f379beb65426523/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/ad403f379beb65426523/visual.json
deleted file mode 100644
index 455ba61141..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/ad403f379beb65426523/visual.json
+++ /dev/null
@@ -1,195 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "ad403f379beb65426523",
- "position": {
- "x": 337.90209790209792,
- "y": 145.45454545454547,
- "z": 7000,
- "height": 265.54778554778557,
- "width": 288.67132867132869,
- "tabOrder": 7000
- },
- "visual": {
- "visualType": "donutChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Age Distribution"
- }
- },
- "queryRef": "Employees.Age Distribution",
- "nativeQueryRef": "Age Distribution",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "No. of Employees"
- }
- },
- "queryRef": "Employees.No. of Employees",
- "nativeQueryRef": "No. of Employees"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "No. of Employees"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Age Distribution Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/afd530570012b6761848/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/afd530570012b6761848/visual.json
deleted file mode 100644
index 0b9b1b1ee1..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/afd530570012b6761848/visual.json
+++ /dev/null
@@ -1,254 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "afd530570012b6761848",
- "position": {
- "x": 22.402545743834526,
- "y": 427.68496420047734,
- "z": 3000,
- "height": 265.77565632458231,
- "width": 288,
- "tabOrder": 2000
- },
- "visual": {
- "visualType": "donutChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Cause of Inactivity"
- }
- },
- "queryRef": "Employees.casueofInactivty",
- "nativeQueryRef": "casueofInactivty",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "No. of Employees"
- }
- },
- "queryRef": "Employees.No. of Employees",
- "nativeQueryRef": "No. of Employees"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "No. of Employees"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Inactive Employees Label"
- }
- }
- }
- }
- }
- ]
- }
- },
- "filterConfig": {
- "filters": [
- {
- "name": "8b4e324096d40d531e2b",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Status"
- }
- },
- "type": "Categorical",
- "filter": {
- "Version": 2,
- "From": [
- {
- "Name": "e",
- "Entity": "Employees",
- "Type": 0
- }
- ],
- "Where": [
- {
- "Condition": {
- "In": {
- "Expressions": [
- {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Source": "e"
- }
- },
- "Property": "Employee Status"
- }
- }
- ],
- "Values": [
- [
- {
- "Literal": {
- "Value": "'Inactive'"
- }
- }
- ]
- ]
- }
- }
- }
- ]
- },
- "howCreated": "User",
- "isLockedInViewMode": true
- }
- ]
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/bb14519c169c252737c3/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/bb14519c169c252737c3/visual.json
deleted file mode 100644
index 0e8869fcaf..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/bb14519c169c252737c3/visual.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "bb14519c169c252737c3",
- "position": {
- "x": 651.27736576683481,
- "y": 23.329338475229903,
- "z": 8000,
- "height": 28.189617324236131,
- "width": 577.40112726194013,
- "tabOrder": 8000
- },
- "visual": {
- "visualType": "textbox",
- "objects": {
- "general": [
- {
- "properties": {
- "paragraphs": [
- {
- "textRuns": [
- {
- "value": ""
- }
- ]
- }
- ]
- }
- }
- ]
- },
- "visualContainerObjects": {
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Date Table Setup"
- }
- },
- "Property": "Last Refresh Label"
- }
- }
- },
- "fontFamily": {
- "expr": {
- "Literal": {
- "Value": "'''Segoe UI'', wf_segoe-ui_normal, helvetica, arial, sans-serif'"
- }
- }
- },
- "fontSize": {
- "expr": {
- "Literal": {
- "Value": "9D"
- }
- }
- },
- "fontColor": {
- "solid": {
- "color": {
- "expr": {
- "Literal": {
- "Value": "'#505C6D'"
- }
- }
- }
- }
- },
- "alignment": {
- "expr": {
- "Literal": {
- "Value": "'right'"
- }
- }
- }
- }
- }
- ],
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "3D"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/c4e079b7046983b05190/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/c4e079b7046983b05190/visual.json
deleted file mode 100644
index 0428094f41..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/c4e079b7046983b05190/visual.json
+++ /dev/null
@@ -1,195 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "c4e079b7046983b05190",
- "position": {
- "x": 21.631701631701631,
- "y": 145.45454545454547,
- "z": 6000,
- "height": 265.54778554778557,
- "width": 288.67132867132869,
- "tabOrder": 6000
- },
- "visual": {
- "visualType": "donutChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Gender"
- }
- },
- "queryRef": "Employees.gender",
- "nativeQueryRef": "gender",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "No. of Employees"
- }
- },
- "queryRef": "Employees.No. of Employees",
- "nativeQueryRef": "No. of Employees"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "No. of Employees"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Gender Distribution Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/cdf44faa4608b9a974ea/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/cdf44faa4608b9a974ea/visual.json
deleted file mode 100644
index abcaa6fc39..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/cdf44faa4608b9a974ea/visual.json
+++ /dev/null
@@ -1,114 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "cdf44faa4608b9a974ea",
- "position": {
- "x": 651.934731934732,
- "y": 145.45454545454547,
- "z": 4000,
- "height": 264.80186480186484,
- "width": 601.958041958042,
- "tabOrder": 3000
- },
- "visual": {
- "visualType": "funnel",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Qualifications"
- }
- },
- "Property": "Employee Qualification Codes"
- }
- },
- "queryRef": "Employee Qualifications.qualificationCode",
- "nativeQueryRef": "qualificationCode",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Qualifications"
- }
- },
- "Property": "Employee Qualifications"
- }
- },
- "queryRef": "Employee Qualifications.Employee Qualifications",
- "nativeQueryRef": "Employee Qualifications1"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employee Qualifications"
- }
- },
- "Property": "Employee Qualifications"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "labels": [
- {
- "properties": {}
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Employees Qualifications Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/d2f442f34b0a06e00e27/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/d2f442f34b0a06e00e27/visual.json
deleted file mode 100644
index 815ba070bd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/d2f442f34b0a06e00e27/visual.json
+++ /dev/null
@@ -1,167 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "d2f442f34b0a06e00e27",
- "position": {
- "x": 651.72413793103453,
- "y": 429.16256157635468,
- "z": 2000,
- "height": 265.1231527093596,
- "width": 602.06896551724139,
- "tabOrder": 1000
- },
- "visual": {
- "visualType": "clusteredColumnChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Union Code"
- }
- },
- "queryRef": "Employees.unionCode",
- "nativeQueryRef": "unionCode",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "No. of Employees"
- }
- },
- "queryRef": "Employees.No. of Employees",
- "nativeQueryRef": "No. of Employees"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "No. of Employees"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Employees in Unions Label"
- }
- }
- }
- }
- }
- ]
- }
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/e209253e2b00405088ee/visual.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/e209253e2b00405088ee/visual.json
deleted file mode 100644
index 6f0d01ac21..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/df5c90f3b0b177923932/visuals/e209253e2b00405088ee/visual.json
+++ /dev/null
@@ -1,254 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.4.0/schema.json",
- "name": "e209253e2b00405088ee",
- "position": {
- "x": 339.39393939393943,
- "y": 427.41258741258741,
- "z": 5000,
- "height": 265.54778554778557,
- "width": 288.67132867132869,
- "tabOrder": 5000
- },
- "visual": {
- "visualType": "donutChart",
- "query": {
- "queryState": {
- "Category": {
- "projections": [
- {
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Grounds for Termination"
- }
- },
- "queryRef": "Employees.groudForTermCode",
- "nativeQueryRef": "groudForTermCode",
- "active": true
- }
- ]
- },
- "Y": {
- "projections": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "No. of Employees"
- }
- },
- "queryRef": "Employees.No. of Employees",
- "nativeQueryRef": "No. of Employees"
- }
- ]
- }
- },
- "sortDefinition": {
- "sort": [
- {
- "field": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "No. of Employees"
- }
- },
- "direction": "Descending"
- }
- ],
- "isDefaultSort": true
- }
- },
- "objects": {
- "legend": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "false"
- }
- }
- }
- }
- }
- ]
- },
- "visualContainerObjects": {
- "padding": [
- {
- "properties": {
- "top": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "bottom": {
- "expr": {
- "Literal": {
- "Value": "16D"
- }
- }
- },
- "left": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- },
- "right": {
- "expr": {
- "Literal": {
- "Value": "20D"
- }
- }
- }
- }
- }
- ],
- "visualTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeader": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "visualHeaderTooltip": [
- {
- "properties": {
- "transparency": {
- "expr": {
- "Literal": {
- "Value": "0D"
- }
- }
- }
- }
- }
- ],
- "background": [
- {
- "properties": {
- "show": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ],
- "title": [
- {
- "properties": {
- "text": {
- "expr": {
- "Measure": {
- "Expression": {
- "SourceRef": {
- "Entity": "Translated Localized Labels"
- }
- },
- "Property": "Released Employees Label"
- }
- }
- }
- }
- }
- ]
- }
- },
- "filterConfig": {
- "filters": [
- {
- "name": "9579027692eb600b326a",
- "field": {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Entity": "Employees"
- }
- },
- "Property": "Employee Status"
- }
- },
- "type": "Categorical",
- "filter": {
- "Version": 2,
- "From": [
- {
- "Name": "e",
- "Entity": "Employees",
- "Type": 0
- }
- ],
- "Where": [
- {
- "Condition": {
- "In": {
- "Expressions": [
- {
- "Column": {
- "Expression": {
- "SourceRef": {
- "Source": "e"
- }
- },
- "Property": "Employee Status"
- }
- }
- ],
- "Values": [
- [
- {
- "Literal": {
- "Value": "'Terminated'"
- }
- }
- ]
- ]
- }
- }
- }
- ]
- },
- "howCreated": "User",
- "isLockedInViewMode": true
- }
- ]
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/pages.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/pages.json
deleted file mode 100644
index 3cd70d864c..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/pages/pages.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/pagesMetadata/1.0.0/schema.json",
- "pageOrder": [
- "ReportSection617fae23c8d7b50d6d0a",
- "0b23e0ca6a2516847ca8",
- "1782621aa0d0e087ed20",
- "b5e269104115da14c7e4",
- "56c99409880d5002ad2e",
- "a8f44c103130e497d67d",
- "723552ce7d04d22dc0c5",
- "3d1fa8eae4e214542edd",
- "6305c2799c0d6e6072b5",
- "bac4712acce8c3ba0213",
- "df5c90f3b0b177923932",
- "282ec7e112a110c2addb",
- "73714a8f07753d4a87c6"
- ],
- "activePageName": "0b23e0ca6a2516847ca8"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/report.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/report.json
deleted file mode 100644
index 6c857a4fd6..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/report.json
+++ /dev/null
@@ -1,81 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/report/3.0.0/schema.json",
- "themeCollection": {
- "baseTheme": {
- "name": "CY19SU12",
- "reportVersionAtImport": {
- "visual": "1.8.44",
- "report": "2.0.44",
- "page": "1.3.44"
- },
- "type": "SharedResources"
- },
- "customTheme": {
- "name": "Microsoft_Dynamics_365_Busines8275439523005887.json",
- "reportVersionAtImport": {
- "visual": "1.8.99",
- "report": "2.0.99",
- "page": "1.3.99"
- },
- "type": "RegisteredResources"
- }
- },
- "objects": {
- "outspacePane": [
- {
- "properties": {
- "expanded": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- },
- "visible": {
- "expr": {
- "Literal": {
- "Value": "true"
- }
- }
- }
- }
- }
- ]
- },
- "resourcePackages": [
- {
- "name": "SharedResources",
- "type": "SharedResources",
- "items": [
- {
- "name": "CY19SU12",
- "path": "BaseThemes/CY19SU12.json",
- "type": "BaseTheme"
- }
- ]
- },
- {
- "name": "RegisteredResources",
- "type": "RegisteredResources",
- "items": [
- {
- "name": "Microsoft_Dynamics_365_Busines8275439523005887.json",
- "path": "Microsoft_Dynamics_365_Busines8275439523005887.json",
- "type": "Image"
- }
- ]
- }
- ],
- "settings": {
- "useStylableVisualContainerHeader": true,
- "allowChangeFilterTypes": true,
- "useEnhancedTooltips": true
- },
- "slowDataSourceSettings": {
- "isCrossHighlightingDisabled": false,
- "isSlicerSelectionsButtonEnabled": false,
- "isFilterSelectionsButtonEnabled": false,
- "isFieldWellButtonEnabled": false,
- "isApplyAllButtonEnabled": false
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/version.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/version.json
deleted file mode 100644
index c8b385e42d..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.Report/definition/version.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/versionMetadata/1.0.0/schema.json",
- "version": "2.0.0"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/.pbi/editorSettings.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/.pbi/editorSettings.json
deleted file mode 100644
index 22127e4ea7..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/.pbi/editorSettings.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/semanticModel/editorSettings/1.0.0/schema.json",
- "parallelQueryLoading": true,
- "shouldNotifyUserOfNameConflictResolution": true
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/.platform b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/.platform
deleted file mode 100644
index 176c86c7f7..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/.platform
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/gitIntegration/platformProperties/2.0.0/schema.json",
- "metadata": {
- "type": "SemanticModel",
- "displayName": "Sustainability app"
- },
- "config": {
- "version": "2.0",
- "logicalId": "17ba60df-5d0a-4cca-aeaa-09f22fc7e09f"
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition.pbism b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition.pbism
deleted file mode 100644
index 236a4c9153..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition.pbism
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/semanticModel/definitionProperties/1.0.0/schema.json",
- "version": "4.2",
- "settings": {
- "qnaEnabled": false
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/cs-CZ.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/cs-CZ.tmdl
deleted file mode 100644
index 6e9da3d815..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/cs-CZ.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo cs-CZ
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Kategorie finančního účtu
- column 'Sustainability Account Category Description'
- caption: Popis kategorie finančního účtů
- column 'Sustainability Account Category Code'
- caption: Kód kategorie účtu udržitelnosti
- column 'Sustainability Account Category Emission Scope'
- caption: Rozsah emisí kategorie účtu udržitelnosti
- table 'Dimension Sets'
- caption: Sady dimenzí
- column 'Global Dimension 1'
- caption: Globální dimenze 1
- column 'Global Dimension 2'
- caption: Globální dimenze 2
- column 'Shortcut Dimension 3'
- caption: Zkratka dimenze 3
- column 'Shortcut Dimension 4'
- caption: Zkratka dimenze 4
- column 'Shortcut Dimension 5'
- caption: Zkratka dimenze 5
- column 'Shortcut Dimension 6'
- caption: Zkratka dimenze 6
- column 'Shortcut Dimension 7'
- caption: Zkratka dimenze 7
- column 'Shortcut Dimension 8'
- caption: Zkratka dimenze 8
- column id
- caption: ID
- table Date
- caption: Datum
- column 'Week Day'
- caption: Den v týdnu
- column 'Day Type'
- caption: Typ dne
- column 'Calendar Year'
- caption: Kalendářní rok
- column 'Calendar Quarter'
- caption: Kalendářní kvartál
- column 'Calendar Quarter Year'
- caption: Rok kalendářního kvartálu
- column 'Calendar Month'
- caption: Kalendářní měsíc
- column 'Calendar Month Year'
- caption: Kalendářní měsíc v roce
- column 'Calendar Week'
- caption: Kalendářní týden
- column 'Calendar Week Year'
- caption: Kalendářní týden a rok
- column 'Calendar RelativeWeekPos'
- caption: Relativní pozice kalendářního týdne
- column 'Calendar RelativeMonthPos'
- caption: Relativní pozice kalendářního měsíce
- column 'Calendar RelativeQuarterPos'
- caption: Relativní pozice kalendářního kvartálu
- column 'Calendar RelativeYearPos'
- caption: Relativní pozice kalendářního roku
- column 'Calendar StartOfMonth'
- caption: Začátek kalendářního měsíce
- column 'Calendar EndOfMonth'
- caption: Konec kalendářního měsíce
- column 'Calendar StartOfQuarter'
- caption: Začátek kalendářního kvartálu
- column 'Calendar EndOfQuarter'
- caption: Konec kalendářního kvartálu
- column 'Calendar StartOfYear'
- caption: Začátek kalendářního roku
- column 'Calendar EndOfYear'
- caption: Konec kalendářního roku
- column 'Calendar MonthDays'
- caption: Kalendářní dny v měsíci
- column 'Calendar QuarterDays'
- caption: Dny kalendářního kvartálu
- column 'Calendar YearDays'
- caption: Dny kalendářního roku
- column 'Calendar DayOfMonthNumber'
- caption: Číslo dne v kalendářním měsíci
- column 'Calendar DayOfQuarterNumber'
- caption: Číslo dne v kalendářním kvartálu
- column 'Calendar DayOfYearNumber'
- caption: Číslo dne v kalendářním roce
- column 'Calendar DatePreviousWeek'
- caption: Datum v předchozím kalendářním týdnu
- column 'Calendar DatePreviousMonth'
- caption: Datum v předchozím kalendářním měsíci
- column 'Calendar DatePreviousQuarter'
- caption: Datum v předchozím kalendářním kvartálu
- column 'Calendar DatePreviousYear'
- caption: Datum v předchozím kalendářním roce
- column 'Fiscal Year'
- caption: Fiskální rok
- column 'Fiscal Quarter'
- caption: Fiskální kvartál
- column 'Fiscal Quarter Year'
- caption: FIskální rok kvartálu
- column 'Fiscal Month'
- caption: Fiskální měsíc
- column 'Fiscal Month Year'
- caption: FIskální rok měsíce
- column 'Fiscal Week'
- caption: Fiskální týden
- column 'Fiscal Week Year'
- caption: Fiskální týden a rok
- column 'Fiscal RelativeWeekPos'
- caption: Relativní pozice fiskálního týdne
- column 'Fiscal RelativeMonthPos'
- caption: Relativní pozice fiskálního měsíce
- column 'Fiscal RelativeQuarterPos'
- caption: Relativní pozice fiskálního kvartálu
- column 'Fiscal RelativeYearPos'
- caption: Relativní pozice fiskálního roku
- column 'Fiscal StartOfMonth'
- caption: Začátek fiskálního měsíce
- column 'Fiscal EndOfMonth'
- caption: Konec fiskálního měsíce
- column 'Fiscal StartOfQuarter'
- caption: Začátek fiskálního kvartálu
- column 'Fiscal EndOfQuarter'
- caption: Konec fiskálního kvartálu
- column 'Fiscal StartOfYear'
- caption: Začátek fiskálního roku
- column 'Fiscal EndOfYear'
- caption: Konec fiskálního roku
- column 'Fiscal MonthDays'
- caption: Dny fiskálního měsíce
- column 'Fiscal QuarterDays'
- caption: Dny fiskálního kvartálu
- column 'Fiscal YearDays'
- caption: Dny fiskálního roku
- column 'Fiscal DayOfMonthNumber'
- caption: Číslo dne ve fiskálním měsíci
- column 'Fiscal DayOfQuarterNumber'
- caption: Číslo dne ve fiskálním kvartálu
- column 'Fiscal DayOfYearNumber'
- caption: Číslo dne ve fiskálním roce
- column 'Fiscal DatePreviousWeek'
- caption: Datum v předchozím fiskálním týdnu
- column 'Fiscal DatePreviousMonth'
- caption: Datum v předchozím fiskálním měsíci
- column 'Fiscal DatePreviousQuarter'
- caption: Datum v předchozím fiskálním kvartálu
- column 'Fiscal DatePreviousYear'
- caption: Datum v předchozím fiskálním roce
- column 'FW Year'
- caption: Rok FT
- column 'FW Quarter'
- caption: Kvartál FT
- column 'FW Quarter Year'
- caption: Rok kvartálu FT
- column 'FW Month'
- caption: Měsíc FT
- column 'FW Month Year'
- caption: Rok měsíce FT
- column 'FW Week'
- caption: Týden FT
- column 'FW Period'
- caption: Období FT
- column 'FW Week Year'
- caption: Týden a rok FT
- column 'FW StartOfWeek'
- caption: Začátek týdne FT
- column 'FW EndOfWeek'
- caption: Konec týdne FT
- column 'FW RelativeWeekPos'
- caption: Relativní pozice týdne FT
- column 'FW RelativeMonthPos'
- caption: Relativní pozice měsíce FT
- column 'FW RelativeQuarterPos'
- caption: Relativní pozice kvartálu FT
- column 'FW RelativeYearPos'
- caption: Relativní pozice roku FT
- column 'FW StartOfMonth'
- caption: Začátek měsíce FT
- column 'FW EndOfMonth'
- caption: Konec měsíce FT
- column 'FW StartOfQuarter'
- caption: Začátek kvartálu FT
- column 'FW EndOfQuarter'
- caption: Konec kvartálu FT
- column 'FW StartOfYear'
- caption: Začátek roku FT
- column 'FW EndOfYear'
- caption: Konec roku FT
- column 'FW MonthDays'
- caption: Dny v měsíci FT
- column 'FW QuarterDays'
- caption: Dny kvartálu FT
- column 'FW YearDays'
- caption: Dny roku FT
- column 'FW DayOfMonthNumber'
- caption: Číslo dne v měsíci FT
- column 'FW DayOfQuarterNumber'
- caption: Číslo dne v kvartálu FT
- column 'FW DayOfYearNumber'
- caption: Číslo dne v roce FT
- column 'FW DatePreviousWeek'
- caption: Datum v předchozím týdnu FT
- column 'FW DatePreviousMonth'
- caption: Datum v předchozím měsíci FT
- column 'FW DatePreviousQuarter'
- caption: Datum v předchozím kvartálu FT
- column 'FW DatePreviousYear'
- caption: Datum v předchozím roce FT
- column 'Relative Day'
- caption: Relativní den
- column Sequential365DayNumber
- caption: Pořadové číslo dne 365
- measure 'No. of Days'
- caption: Počet dnů
- measure 'Working Days'
- caption: Pracovní dny
- measure Ranged
- caption: V rozsahu
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Fiskální rok-kvartál-měsíc-týden
- level 'Fiscal Year'
- caption: Fiskální rok
- level 'Fiscal Quarter Year'
- caption: FIskální rok kvartálu
- level 'Fiscal Month Year'
- caption: FIskální rok měsíce
- level 'Fiscal Week Year'
- caption: Fiskální týden a rok
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Kalendářní rok-kvartál-měsíc-týden
- level 'Calendar Year'
- caption: Kalendářní rok
- level 'Calendar Quarter Year'
- caption: Rok kalendářního kvartálu
- level 'Calendar Month Year'
- caption: Kalendářní měsíc v roce
- level 'Calendar Week Year'
- caption: Kalendářní týden a rok
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: Rok-kvartál-měsíc-týden FT
- level 'FW Year'
- caption: Rok FT
- level 'FW Quarter Year'
- caption: Rok kvartálu FT
- level 'FW Month Year'
- caption: Rok měsíce FT
- level 'FW Week Year'
- caption: Týden a rok FT
- hierarchy 'Fiscal Year-Month'
- caption: Fiskální rok-měsíc
- level 'Fiscal Year'
- caption: Fiskální rok
- level 'Fiscal Month Year'
- caption: FIskální rok měsíce
- hierarchy 'Fiscal Year-Month-Week'
- caption: Fiskální rok-měsíc-týden
- level 'Fiscal Year'
- caption: Fiskální rok
- level 'Fiscal Month Year'
- caption: FIskální rok měsíce
- level 'Fiscal Week Year'
- caption: Fiskální týden a rok
- hierarchy 'Calendar Year-Month'
- caption: Kalendářní rok-měsíc
- level 'Calendar Year'
- caption: Kalendářní rok
- level 'Calendar Month Year'
- caption: Kalendářní měsíc v roce
- hierarchy 'Calendar Year-Month-Week'
- caption: Kalendářní rok-měsíc-týden
- level 'Calendar Year'
- caption: Kalendářní rok
- level 'Calendar Month Year'
- caption: Kalendářní měsíc v roce
- level 'Calendar Week Year'
- caption: Kalendářní týden a rok
- hierarchy 'FW Year-Month-Week'
- caption: Rok-měsíc-týden FT
- level 'FW Year'
- caption: Rok FT
- level 'FW Month Year'
- caption: Rok měsíce FT
- level 'FW Week Year'
- caption: Týden a rok FT
- hierarchy 'FW Year-Quarter-Week'
- caption: Rok-kvartál-týden FT
- level 'FW Year'
- caption: Rok FT
- level 'FW Quarter Year'
- caption: Rok kvartálu FT
- level 'FW Week Year'
- caption: Týden a rok FT
- hierarchy 'FW Year-Week'
- caption: Rok-týden FT
- level 'FW Year'
- caption: Rok FT
- level 'FW Week Year'
- caption: Týden a rok FT
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Můj nadpis sestavy
- measure 'My Button Caption'
- caption: Popisek mého tlačítka
- measure 'My Visual Title'
- caption: Název mého vizuálu
- measure 'Inactive Employees'
- caption: Neaktivní zaměstnanci
- measure 'Terminated Employees'
- caption: Zaměstnanci, kteří ukončili pracovní poměr
- measure 'Employees in Unions'
- caption: Zaměstnanci ve svazech
- measure 'Social Analysis'
- caption: Sociální analýza
- measure 'Gender Distribution'
- caption: Distribuce podle pohlaví
- measure 'Age Distribution'
- caption: Distribuce podle věku
- measure 'Employees Qualifications'
- caption: Kvalifikace zaměstnanců
- measure 'Realized Emissions vs Target'
- caption: Realizované emise vs. cílová hodnota
- measure 'CO2e Emissions by Scope'
- caption: Emise CO2e podle rozsahu
- measure 'Gas Emissions by Category'
- caption: Emise plynu podle kategorie
- measure 'Realized Emissions vs Baseline'
- caption: Realizované emise vs. základní hodnota
- measure 'CO2e Emissions vs Baseline'
- caption: Emise CO2e vs. základní hodnota
- measure 'CO2e Emissions by Account'
- caption: Emise CO2e podle účtu
- measure 'Water and Waste Analysis'
- caption: Voda a odpad podle analýzy
- measure 'Water by Facility Location'
- caption: Voda podle lokace zařízení
- measure 'Water by Facility Capacity'
- caption: Voda podle kapacity zařízení
- measure 'Water and Waste by Type'
- caption: Voda a odpad podle typu
- measure 'Water and Waste Intensity by Type'
- caption: Intenzita vody a odpadu podle typu
- measure 'Water and Waste Intensity by Facility'
- caption: Intenzita vody a odpadu podle zařízení
- measure 'Emissions by Category and Scope'
- caption: Emise podle kategorie a rozsahu
- measure 'Emissions by Category'
- caption: Emise podle kategorie
- measure 'Emissions by Scope'
- caption: Emise podle rozsahu
- measure 'CO2e Analysis'
- caption: Analýza CO2e
- measure 'CO2e Emissions by Category'
- caption: Emise CO2e podle kategorie
- measure 'Carbon Credit by Month'
- caption: Uhlíkový kredit podle měsíce
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: Ekvivalentní emise CO2e podle měsíce a výnosů
- measure 'Employee Entries Drillthrough'
- caption: Podrobné procházení položek zaměstnanců
- measure 'Employee Ledger Entries'
- caption: Položky zaměstnanců
- measure 'Sustainability Ledger Entries'
- caption: Položky udržitelnosti
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Podrobné procházení položek udržitelnosti
- measure 'Employee Ledger Entries Drillthrough'
- caption: Podrobné procházení položek zaměstnanců
- measure 'Sustainability Overview'
- caption: Přehled udržitelnosti
- measure 'Sustainability Analytics'
- caption: Analýzy udržitelnosti
- measure 'CO2e Emissions by Month'
- caption: Emise CO2e podle měsíce
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Analýza rozsahů 1 a 2 podle kategorií za rok
- measure 'CO2e Emissions by Department'
- caption: Emise CO2e podle oddělení
- measure 'Journey to Net-Zero Carbon'
- caption: Cesta k nulovým emisím uhlíku
- measure 'CO2e Emissions by Business Group'
- caption: Emise CO2e podle obchodní skupiny
- measure 'Renewable Energy Usage'
- caption: Využití obnovitelné energie
- measure 'CO2e Emissions Over Time'
- caption: Emise CO2e v průběhu času
- measure 'CO2e Smart Review'
- caption: Chytrá kontrola CO2e
- measure 'CO2e Emissions by Global Dimension One'
- caption: Emise CO2e podle globální dimenze jedna
- measure 'CO2e Emissions by Global Dimension Two'
- caption: Emise CO2e podle globální dimenze dvě
- measure 'CO2e Equivalent Emissions by Month'
- caption: Ekvivalentní emise CO2e podle měsíce
- measure 'Company Name'
- caption: Název společnosti
- measure 'Last Refreshed'
- caption: Naposledy aktualizováno
- measure 'Released Employees'
- caption: Propuštění zaměstnanci
- measure 'CO2e Decomposition Tree'
- caption: Strom dekompozice CO2e
- measure 'CO2e Key Influences'
- caption: Klíčové vlivy CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Roční a denní změna vody a odpadu
- table COMPANY
- caption: SPOLEČNOST
- measure 'Company Label'
- caption: Popisek společnosti
- table 'Sustainability Ledger Entries'
- caption: Položky udržitelnosti
- column 'Entry No.'
- caption: Číslo položky
- column Description
- caption: Popis
- column 'Wat. Intensity'
- caption: Intenzita voda
- column 'Water Type'
- caption: Typ vody
- column 'Wate/Waste Intensity Type'
- caption: Typ intenzity vody/odpadu
- column 'Document Type'
- caption: Typ dokladu
- measure 'CO2 Emissions'
- caption: Emise CO2
- measure 'CH4 Emissions'
- caption: Emise CH4
- measure 'CO2 Emissions Balance'
- caption: Zůstatek emisí CO2
- measure 'CO2 Emissions Balance at Date'
- caption: Zůstatek emisí CO2 do data
- measure 'N2O Emissions'
- caption: Emise N2O
- measure 'CO2e Emissions'
- caption: Emise CO2e
- measure 'CH4 Emissions Balance at Date'
- caption: Zůstatek emisí CH4 do data
- measure 'CH4 Emissions Balance'
- caption: Zůstatek emisí CH4
- measure 'Water Intensity'
- caption: Intenzita voda
- measure 'Waste Intensity'
- caption: Intenzita odpadu
- measure 'Discharged Into Water'
- caption: Vypuštěno do vody
- measure 'CO2e Emissions Balance'
- caption: Zůstatek emisí CO2e
- measure 'CO2e Emissions Balance at Date'
- caption: Zůstatek emisí CO2e do data
- measure 'Discharged Into Water Balance at Date'
- caption: Zůstatek vypuštění do vody k datu
- measure 'Discharged Into Water Balance'
- caption: Zůstatek vypuštění do vody
- measure 'N2O Emissions Balance'
- caption: Zůstatek emisí N2O
- measure 'N2O Emissions Balance at Date'
- caption: Zůstatek emisí N2O do data
- measure 'Waste Intensity Balance at Date'
- caption: Intenzita odpadu zůstatku k datu
- measure 'Waste Intensity Balance'
- caption: Intenzita odpadu zůstatku
- measure 'Water Intensity Balance'
- caption: Zůstatek intenzity vody
- measure 'Water Intensity Balance at Date'
- caption: Zůstatek intenzity vody k datu
- measure 'CO2 Baseline'
- caption: Základní hodnota CO2
- measure 'CH4 Baseline'
- caption: Základní hodnota CH4
- measure 'CH4 vs Baseline (%)'
- caption: CH4 vs. základní hodnota (%)
- measure 'N2O Baseline'
- caption: Základní hodnota N2O
- measure 'N2O vs Baseline (%)'
- caption: N2O vs. základní hodnota (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 vs. základní hodnota (%)
- measure 'Water Baseline'
- caption: Základní hodnota vody
- measure 'Waste Baseline'
- caption: Základní hodnota odpadu
- measure 'Water vs Baseline (%)'
- caption: Voda vs. základní hodnota (%)
- measure 'Waste vs Baseline (%)'
- caption: Odpad vs. základní hodnota (%)
- measure 'CO2e Baseline'
- caption: Základní hodnota CO2e
- measure 'CO2e vs Baseline (%)'
- caption: CO2e vs. základní hodnota (%)
- measure 'Purchased Carbon Credits'
- caption: Zakoupené uhlíkové kredity
- measure 'Discharged Into Water Baseline'
- caption: Základní hodnota vypuštěné vody
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Vypuštěná voda vs. základní hodnota (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: Emise CO2e (bez kreditů)
- measure 'Water Intensity PY'
- caption: Intenzity voda PR
- measure 'Water Intensity YOY'
- caption: MR pohyb vody
- measure 'Waste Intensity PY'
- caption: Odpad PR
- measure 'Waste Intensity YOY'
- caption: MR změna odpadu
- measure 'Discharged Into Water PY'
- caption: Vypuštěno do vody PR
- measure 'Discharged Into Water YOY'
- caption: Vypuštěno do vody MR
- measure 'Discharged Into Water PD'
- caption: Vypuštěno do vody VD
- measure 'Waste Intensity PD'
- caption: Odpad VD
- measure 'Water Intensity PD'
- caption: Intenzity voda VD
- measure 'Water Intensity DOD'
- caption: MZD pohyb vody
- measure 'Waste Intensity DOD'
- caption: MZD změna odpadu
- measure 'Discharged Into Water DOD'
- caption: Vypuštěno do vody MZD
- measure 'Base Link'
- caption: Základní odkaz
- measure 'Sustainability Ledger Entries Link'
- caption: Odkaz na položky udržitelnosti
- measure 'Months in Context'
- caption: Měsíce v kontextu
- table 'Sustainability Accounts'
- caption: Účty udržitelnosti
- column 'Sustainability Account No.'
- caption: Číslo účtu udržitelnosti
- column 'Sustainability Account Name'
- caption: Název účtu udržitelnosti
- column 'Sustainability Account Category'
- caption: Kategorie účtu udržitelnosti
- column 'Sustainability Account Sub-Category'
- caption: Podkategorie účtu udržitelnosti
- table Country/Region
- caption: Země/oblast
- column 'Country Region Code'
- caption: Kód země/oblasti
- column 'Country Region Name'
- caption: Název země/oblasti
- table 'Responsibility Centre'
- caption: Centrum odpovědnosti
- column 'Responsibility Centre Code'
- caption: Kód centra odpovědnosti
- column 'Responsibility Centre Name'
- caption: Název centra odpovědnosti
- measure 'Facility Capacity'
- caption: Kapacita zařízení
- table 'Sustainability Goals'
- caption: Cíle udržitelnosti
- column 'Score Card No.'
- caption: Číslo přehledu výkonnostních metrik
- column 'No.'
- caption: Č.
- column Name
- caption: Název
- column Owner
- caption: Vlastník
- column 'Target Value For CO2'
- caption: Cílová hodnota pro CO2
- column 'Target Value For CH4'
- caption: Cílová hodnota pro CH4
- column 'Target Value For N2O'
- caption: Cílová hodnota pro N2O
- column 'Target Value For Water Intensity'
- caption: Cílová hodnota pro intenzitu vody
- column 'Target Value For Waste Intensity'
- caption: Cílová hodnota pro intenzitu odpadu
- column 'Main Goal'
- caption: Hlavní cíl
- column 'Start Date'
- caption: Počáteční datum
- column 'End Date'
- caption: Koncové datum
- column 'Baseline Start Date'
- caption: Základní počáteční datum
- column 'Baseline End Date'
- caption: Základní koncové datum
- measure 'CO2 Target'
- caption: Cílová hodnota CO2
- measure 'CO2 Realized (%)'
- caption: Realizovaná hodnota CO2 (%)
- measure 'CH4 Target'
- caption: Cílová hodnota CH4
- measure 'N2O Target'
- caption: Cílová hodnota N2O
- measure 'CH4 Realized (%)'
- caption: Realizovaná hodnota CH4 (%)
- measure 'N2O Realized (%)'
- caption: Realizovaná hodnota N2O (%)
- measure 'Water Target'
- caption: Cílová hodnota vody
- measure 'Waste Target'
- caption: Cílová hodnota odpadu
- measure 'Water Realized (%)'
- caption: Realizovaná hodnota vody (%)
- measure 'Waste Realized (%)'
- caption: Realizovaná hodnota odpadu (%)
- measure 'CO2e Realized (%)'
- caption: Realizovaný hodnota CO2e (%)
- measure 'CO2 Current Value'
- caption: Aktuální hodnota CO2
- measure 'CH4 Current Value'
- caption: Aktuální hodnota CH4
- measure 'N2O Current Value'
- caption: Aktuální hodnota N2O
- measure 'CO2e Current Value'
- caption: Aktuální hodnota CO2e
- table 'Employee Ledger Entries'
- caption: Položky zaměstnanců
- column 'Entry No.'
- caption: Číslo položky
- column 'Document Type'
- caption: Typ dokladu
- column 'Document No.'
- caption: Číslo dokladu
- column Description
- caption: Popis
- measure 'Employee Amount'
- caption: Částka
- measure 'Employee Ledger Entries Link'
- caption: Odkaz na položky zaměstnanců
- table 'Employee Qualifications'
- caption: Kvalifikace zaměstnance
- column 'Employee Qualification Codes'
- caption: Kódy kvalifikace zaměstnanců
- measure 'Employee Qualifications'
- caption: Počet kvalifikací zaměstnanců
- table 'Emission Fees'
- caption: Emisní poplatky
- column 'Emission Type'
- caption: Typ emise
- column 'Scope Type'
- caption: Typ rozsahu
- column 'Starting Date'
- caption: Počáteční datum
- column 'Ending Date'
- caption: Koncové datum
- column 'Country Region Code'
- caption: Kód země/oblasti
- column 'Responsibility Centre'
- caption: Centrum odpovědnosti
- column 'Carbon Fee'
- caption: Poplatek za uhlík
- column 'Carbon Equivalent Factor'
- caption: Faktor ekvivalentu uhlíku
- measure 'CO2e Target'
- caption: Cílové CO2e
- measure 'CO2 Carbon Equivalent'
- caption: Ekvivalent uhlíku CO2
- measure 'CH4 Carbon Equivalent'
- caption: Ekvivalent uhlíku CH4
- measure 'N2O Carbon Equivalent'
- caption: Ekvivalent uhlíku N2O
- table 'Employee Absences'
- caption: Absence zaměstnanců
- column 'Entry No'
- caption: Číslo položky
- column 'From Date'
- caption: Od data
- column 'To Date'
- caption: Do data
- column 'Cause of Absence'
- caption: Důvod absence
- column Description
- caption: Popis
- measure 'Employee Absences'
- caption: Množství
- measure 'Absence Hours (%)'
- caption: Doba absence (%)
- table 'Sustainability Sub-Account Categories'
- caption: Kategorie podúčtu udržitelnosti
- column 'Sub-Category Description'
- caption: Popis podkategorie
- column 'Renewable Energy'
- caption: Obnovitelná energie
- table Employees
- caption: Zaměstnanci
- column 'Employee No.'
- caption: Číslo zaměstnance
- column 'Employee Full Name'
- caption: Celé jméno zaměstnance
- column 'Employee First Name'
- caption: Křestní jméno zaměstnance
- column 'Employee Last Name'
- caption: Příjmení zaměstnance
- column 'Employee Gender'
- caption: Pohlaví zaměstnance
- column 'Employee Union Code'
- caption: Kód svazu zaměstnance
- column 'Employee Status'
- caption: Stav zaměstnance
- column 'Employee Cause of Inactivity'
- caption: Důvod pasivity zaměstnance
- column 'Employee Inactive Date'
- caption: Datum pasivity zaměstnance
- column 'Employee Grounds for Termination'
- caption: Důvody ukončení zaměstnance
- column 'Employee Date of Birth'
- caption: Datum narození zaměstnance
- column Age
- caption: Věk
- column 'Age Distribution'
- caption: Distribuce podle věku
- measure 'No. of Employees'
- caption: Počet zaměstnanců
- measure 'No. of Male Employees'
- caption: Počet zaměstnanců mužského pohlaví
- measure 'No. of Female Employees'
- caption: Počet zaměstnanců ženského pohlaví
- measure 'No. of Other Employees'
- caption: Počet ostatních zaměstnanců
- measure 'Male Employees (%)'
- caption: Zaměstnanci mužského pohlaví (%)
- measure 'Female Employees (%)'
- caption: Zaměstnanci ženského pohlaví (%)
- measure 'Other Employees (%)'
- caption: Ostatní zaměstnanci (%)
- table ENVIRONMENT
- caption: PROSTŘEDÍ
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/da-DK.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/da-DK.tmdl
deleted file mode 100644
index 56e4b970ba..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/da-DK.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo da-DK
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Finanskontokategori
- column 'Sustainability Account Category Description'
- caption: Beskrivelse af finanskontokategori
- column 'Sustainability Account Category Code'
- caption: Kategorikode for bæredygtighedskonto
- column 'Sustainability Account Category Emission Scope'
- caption: Udledningsomfang af kategorien for bæredygtighedskontoen
- table 'Dimension Sets'
- caption: Dimensionsgrupper
- column 'Global Dimension 1'
- caption: Global dimension 1
- column 'Global Dimension 2'
- caption: Global dimension 2
- column 'Shortcut Dimension 3'
- caption: Genvejsdimension 3
- column 'Shortcut Dimension 4'
- caption: Genvejsdimension 4
- column 'Shortcut Dimension 5'
- caption: Genvejsdimension 5
- column 'Shortcut Dimension 6'
- caption: Genvejsdimension 6
- column 'Shortcut Dimension 7'
- caption: Genvejsdimension 7
- column 'Shortcut Dimension 8'
- caption: Genvejsdimension 8
- column id
- caption: id
- table Date
- caption: Dato
- column 'Week Day'
- caption: Ugedag
- column 'Day Type'
- caption: Dagtype
- column 'Calendar Year'
- caption: Kalender År
- column 'Calendar Quarter'
- caption: Kalenderkvartal
- column 'Calendar Quarter Year'
- caption: Kalender Kvartal År
- column 'Calendar Month'
- caption: Kalendermåned
- column 'Calendar Month Year'
- caption: Kalender Måned År
- column 'Calendar Week'
- caption: Kalenderuge
- column 'Calendar Week Year'
- caption: Kalender Uge år
- column 'Calendar RelativeWeekPos'
- caption: Kalender RelativUgePosition
- column 'Calendar RelativeMonthPos'
- caption: Kalender RelativMånedsPosition
- column 'Calendar RelativeQuarterPos'
- caption: Kalender RelativKvartalsPosition
- column 'Calendar RelativeYearPos'
- caption: Kalender RelativÅrsPosition
- column 'Calendar StartOfMonth'
- caption: Kalender StartPåMåned
- column 'Calendar EndOfMonth'
- caption: Kalender SlutPåMåned
- column 'Calendar StartOfQuarter'
- caption: Kalender StartPåKvartal
- column 'Calendar EndOfQuarter'
- caption: Kalender SlutPåKvartal
- column 'Calendar StartOfYear'
- caption: Kalender StartPåÅr
- column 'Calendar EndOfYear'
- caption: Kalender SlutPåÅr
- column 'Calendar MonthDays'
- caption: Kalender MånedDage
- column 'Calendar QuarterDays'
- caption: Kalender KvartalsDage
- column 'Calendar YearDays'
- caption: Kalender ÅrDage
- column 'Calendar DayOfMonthNumber'
- caption: Kalender NummerPåDagIMåned
- column 'Calendar DayOfQuarterNumber'
- caption: Kalender NummerPåDagIKvartal
- column 'Calendar DayOfYearNumber'
- caption: Kalender NummerPåDagIÅr
- column 'Calendar DatePreviousWeek'
- caption: Kalender DatoForrigeUge
- column 'Calendar DatePreviousMonth'
- caption: Kalender DatoForrigeMåned
- column 'Calendar DatePreviousQuarter'
- caption: Kalender DatoForrigeKvartal
- column 'Calendar DatePreviousYear'
- caption: Kalender DatoForrigeÅr
- column 'Fiscal Year'
- caption: Regnskabsår
- column 'Fiscal Quarter'
- caption: Regnskabskvartal
- column 'Fiscal Quarter Year'
- caption: Regnskab Kvartal År
- column 'Fiscal Month'
- caption: Regnskabsmåned
- column 'Fiscal Month Year'
- caption: Regnskab Måned År
- column 'Fiscal Week'
- caption: Regnskabsuge
- column 'Fiscal Week Year'
- caption: Regnskab Uge År
- column 'Fiscal RelativeWeekPos'
- caption: Regnskab RelativUgePosition
- column 'Fiscal RelativeMonthPos'
- caption: Regnskab RelativMånedsPosition
- column 'Fiscal RelativeQuarterPos'
- caption: Regnskab RelativKvartalsPosition
- column 'Fiscal RelativeYearPos'
- caption: Regnskab RelativÅrsPosition
- column 'Fiscal StartOfMonth'
- caption: Regnskab StartPåMåned
- column 'Fiscal EndOfMonth'
- caption: Regnskab SlutPåMåned
- column 'Fiscal StartOfQuarter'
- caption: Regnskab StartPåKvartal
- column 'Fiscal EndOfQuarter'
- caption: Regnskab SlutPåKvartal
- column 'Fiscal StartOfYear'
- caption: Regnskab StartPåÅr
- column 'Fiscal EndOfYear'
- caption: Regnskab SlutPåÅr
- column 'Fiscal MonthDays'
- caption: Regnskab MånedsDage
- column 'Fiscal QuarterDays'
- caption: Regnskab KvartalsDage
- column 'Fiscal YearDays'
- caption: Regnskabsår Dage
- column 'Fiscal DayOfMonthNumber'
- caption: Regnskab NummerPåDagIMåned
- column 'Fiscal DayOfQuarterNumber'
- caption: Regnskab NummerPåDagIKvartal
- column 'Fiscal DayOfYearNumber'
- caption: Regnskab NummerPåDagiÅr
- column 'Fiscal DatePreviousWeek'
- caption: Regnskab DatoForrigeUge
- column 'Fiscal DatePreviousMonth'
- caption: Regnskab DatoForrigeMåned
- column 'Fiscal DatePreviousQuarter'
- caption: Regnskab DatoForrigeKvartal
- column 'Fiscal DatePreviousYear'
- caption: Regnskab DatoForrigeÅr
- column 'FW Year'
- caption: RU År
- column 'FW Quarter'
- caption: RU Kvartal
- column 'FW Quarter Year'
- caption: RU Kvartal År
- column 'FW Month'
- caption: RU Måned
- column 'FW Month Year'
- caption: RU Måned år
- column 'FW Week'
- caption: RU Uge
- column 'FW Period'
- caption: RU Periode
- column 'FW Week Year'
- caption: RU Uge År
- column 'FW StartOfWeek'
- caption: RU StartPåUge
- column 'FW EndOfWeek'
- caption: RU SlutPåUge
- column 'FW RelativeWeekPos'
- caption: RU RelativUgesPosition
- column 'FW RelativeMonthPos'
- caption: RU RelativMånedsPosition
- column 'FW RelativeQuarterPos'
- caption: RU RelativKvartalsPosition
- column 'FW RelativeYearPos'
- caption: RU RelativÅrsPosition
- column 'FW StartOfMonth'
- caption: RU StartPåMåned
- column 'FW EndOfMonth'
- caption: RU SlutPåMåned
- column 'FW StartOfQuarter'
- caption: RU StartPåKvartal
- column 'FW EndOfQuarter'
- caption: RU SlutPåKvartal
- column 'FW StartOfYear'
- caption: RU StartPåÅr
- column 'FW EndOfYear'
- caption: RU SlutPåÅr
- column 'FW MonthDays'
- caption: RU MånedDage
- column 'FW QuarterDays'
- caption: RU KvartalDage
- column 'FW YearDays'
- caption: RU ÅrDage
- column 'FW DayOfMonthNumber'
- caption: RU NummerPåDagIMåned
- column 'FW DayOfQuarterNumber'
- caption: RU NummerPåDagIKvartal
- column 'FW DayOfYearNumber'
- caption: RU NummerPåDagiÅr
- column 'FW DatePreviousWeek'
- caption: RU DatoForrigeUge
- column 'FW DatePreviousMonth'
- caption: RU DatoForrigeMåned
- column 'FW DatePreviousQuarter'
- caption: RU DatoForrigeKvartal
- column 'FW DatePreviousYear'
- caption: RU DatoForrigeÅr
- column 'Relative Day'
- caption: Relativ dag
- column Sequential365DayNumber
- caption: Fortløbende 365-dagsnummer
- measure 'No. of Days'
- caption: Antal dage
- measure 'Working Days'
- caption: Arbejdsdage
- measure Ranged
- caption: Rangeret
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Regnskab År-Kvartal-Måned-Uge
- level 'Fiscal Year'
- caption: Regnskabsår
- level 'Fiscal Quarter Year'
- caption: Regnskab Kvartal År
- level 'Fiscal Month Year'
- caption: Regnskab Måned År
- level 'Fiscal Week Year'
- caption: Regnskab Uge År
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Kalender År-Kvartal-Måned-Uge
- level 'Calendar Year'
- caption: Kalender År
- level 'Calendar Quarter Year'
- caption: Kalender Kvartal År
- level 'Calendar Month Year'
- caption: Kalender Måned År
- level 'Calendar Week Year'
- caption: Kalender Uge år
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: RU År-Kvartal-Måned-Uge
- level 'FW Year'
- caption: RU År
- level 'FW Quarter Year'
- caption: RU Kvartal År
- level 'FW Month Year'
- caption: RU Måned år
- level 'FW Week Year'
- caption: RU Uge År
- hierarchy 'Fiscal Year-Month'
- caption: Regnskab År-Måned
- level 'Fiscal Year'
- caption: Regnskabsår
- level 'Fiscal Month Year'
- caption: Regnskab Måned År
- hierarchy 'Fiscal Year-Month-Week'
- caption: Regnskabsår-Måned-Uge
- level 'Fiscal Year'
- caption: Regnskabsår
- level 'Fiscal Month Year'
- caption: Regnskab Måned År
- level 'Fiscal Week Year'
- caption: Regnskab Uge År
- hierarchy 'Calendar Year-Month'
- caption: Kalender År-måned
- level 'Calendar Year'
- caption: Kalender År
- level 'Calendar Month Year'
- caption: Kalender Måned År
- hierarchy 'Calendar Year-Month-Week'
- caption: Kalender År-måned-uge
- level 'Calendar Year'
- caption: Kalender År
- level 'Calendar Month Year'
- caption: Kalender Måned År
- level 'Calendar Week Year'
- caption: Kalender Uge år
- hierarchy 'FW Year-Month-Week'
- caption: RU År-Måned-Uge
- level 'FW Year'
- caption: RU År
- level 'FW Month Year'
- caption: RU Måned år
- level 'FW Week Year'
- caption: RU Uge År
- hierarchy 'FW Year-Quarter-Week'
- caption: RU År-Kvartal-Uge
- level 'FW Year'
- caption: RU År
- level 'FW Quarter Year'
- caption: RU Kvartal År
- level 'FW Week Year'
- caption: RU Uge År
- hierarchy 'FW Year-Week'
- caption: RU År-Uge
- level 'FW Year'
- caption: RU År
- level 'FW Week Year'
- caption: RU Uge År
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Min rapporttitel
- measure 'My Button Caption'
- caption: Min knaptitel
- measure 'My Visual Title'
- caption: Min visuelle titel
- measure 'Inactive Employees'
- caption: Inaktive medarbejdere
- measure 'Terminated Employees'
- caption: Opsagte medarbejdere
- measure 'Employees in Unions'
- caption: Medarbejdere i fagforeninger
- measure 'Social Analysis'
- caption: Social analyse
- measure 'Gender Distribution'
- caption: Distribution af køn
- measure 'Age Distribution'
- caption: Aldersfordeling
- measure 'Employees Qualifications'
- caption: Medarbejderkvalifikationer
- measure 'Realized Emissions vs Target'
- caption: Realiserede udledninger vs mål
- measure 'CO2e Emissions by Scope'
- caption: CO2e-udledninger efter omfang
- measure 'Gas Emissions by Category'
- caption: Gasudledninger efter kategori
- measure 'Realized Emissions vs Baseline'
- caption: Realiserede udledninger vs grundlinje
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e-udledninger vs grundlinje
- measure 'CO2e Emissions by Account'
- caption: CO2e-udledninger efter konto
- measure 'Water and Waste Analysis'
- caption: Vand- og affaldsanalyse
- measure 'Water by Facility Location'
- caption: Vand efter lokaleplacering
- measure 'Water by Facility Capacity'
- caption: Vand efter lokalekapacitet
- measure 'Water and Waste by Type'
- caption: Vand og affald efter type
- measure 'Water and Waste Intensity by Type'
- caption: Vand- og affaldsintensitet efter type
- measure 'Water and Waste Intensity by Facility'
- caption: Vand- og affaldsintensitet efter anlæg
- measure 'Emissions by Category and Scope'
- caption: Udledninger efter kategori og omfang
- measure 'Emissions by Category'
- caption: Udledninger efter kategori
- measure 'Emissions by Scope'
- caption: Udledninger efter omfang
- measure 'CO2e Analysis'
- caption: CO2e-analyse
- measure 'CO2e Emissions by Category'
- caption: CO2e-udledning pr. kategori
- measure 'Carbon Credit by Month'
- caption: CO2-kredit efter måned
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e-ækvivalente udledninger efter måned og indtægt
- measure 'Employee Entries Drillthrough'
- caption: Detaljeudledning af medarbejderposter
- measure 'Employee Ledger Entries'
- caption: Medarbejderposter
- measure 'Sustainability Ledger Entries'
- caption: Finansposter for bæredygtighed
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Detaljeudledning af finansposter for bæredygtighed
- measure 'Employee Ledger Entries Drillthrough'
- caption: Detaljeudledning af medarbejderfinansposter
- measure 'Sustainability Overview'
- caption: Bæredygtighedsoversigt
- measure 'Sustainability Analytics'
- caption: Bæredygtighedsanalyse
- measure 'CO2e Emissions by Month'
- caption: CO2e-udledninger pr. måned
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Omfang 1 og 2 Analyse efter kategorier pr. år
- measure 'CO2e Emissions by Department'
- caption: CO2e-udledninger efter afdeling
- measure 'Journey to Net-Zero Carbon'
- caption: Rejsen til netto-nul CO2
- measure 'CO2e Emissions by Business Group'
- caption: CO2e-udledninger efter virksomhedsgruppe
- measure 'Renewable Energy Usage'
- caption: Forbrug af vedvarende energi
- measure 'CO2e Emissions Over Time'
- caption: CO2e-udledninger over tid
- measure 'CO2e Smart Review'
- caption: CO2e Smart anmeldelse
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e-emissioner efter global dimension et
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e-emissioner efter global dimension to
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e-ækvivalente udledninger pr. måned
- measure 'Company Name'
- caption: Virksomhedsnavn
- measure 'Last Refreshed'
- caption: Sidst opdateret
- measure 'Released Employees'
- caption: Frigivne medarbejdere
- measure 'CO2e Decomposition Tree'
- caption: CO2e-dekompositionstræ
- measure 'CO2e Key Influences'
- caption: CO2e-nøglepåvirkninger
- measure 'Water and Waste Yearly and Daily Change'
- caption: Vand og affald årligt og dagligt skift
- table COMPANY
- caption: VIRKSOMHED
- measure 'Company Label'
- caption: Virksomhedens etiket
- table 'Sustainability Ledger Entries'
- caption: Finansposter for bæredygtighed
- column 'Entry No.'
- caption: Løbenr.
- column Description
- caption: Beskrivelse
- column 'Wat. Intensity'
- caption: Vandintensitet
- column 'Water Type'
- caption: Vandtype
- column 'Wate/Waste Intensity Type'
- caption: Vand/affaldsintensitetstype
- column 'Document Type'
- caption: Dokumenttype
- measure 'CO2 Emissions'
- caption: CO2-udledninger
- measure 'CH4 Emissions'
- caption: CH4-udledninger
- measure 'CO2 Emissions Balance'
- caption: CO2-udledningssaldo
- measure 'CO2 Emissions Balance at Date'
- caption: CO2-udledningssaldo til dato
- measure 'N2O Emissions'
- caption: N2O-udledninger
- measure 'CO2e Emissions'
- caption: CO2e-udledninger
- measure 'CH4 Emissions Balance at Date'
- caption: CH4-udledningssaldo til dato
- measure 'CH4 Emissions Balance'
- caption: CH4-udledningssaldo
- measure 'Water Intensity'
- caption: Vandintensitet
- measure 'Waste Intensity'
- caption: Affaldsintensitet
- measure 'Discharged Into Water'
- caption: Udledt i vand
- measure 'CO2e Emissions Balance'
- caption: CO2e-udledningssaldo
- measure 'CO2e Emissions Balance at Date'
- caption: CO2e-udledningssaldo til dato
- measure 'Discharged Into Water Balance at Date'
- caption: Udledt i vandsaldo efter dato
- measure 'Discharged Into Water Balance'
- caption: Udledt i vandsaldo
- measure 'N2O Emissions Balance'
- caption: N2O-udledningssaldo
- measure 'N2O Emissions Balance at Date'
- caption: N2O-udledningssaldo til dato
- measure 'Waste Intensity Balance at Date'
- caption: Affaldsintensitet saldo pr. dato
- measure 'Waste Intensity Balance'
- caption: Saldo af affaldsintensitet
- measure 'Water Intensity Balance'
- caption: Saldo af vandintensitet
- measure 'Water Intensity Balance at Date'
- caption: Vandintensitetssaldo til dato
- measure 'CO2 Baseline'
- caption: CO2-grundlag
- measure 'CH4 Baseline'
- caption: CH4-grundlag
- measure 'CH4 vs Baseline (%)'
- caption: CH4 i forhold til grundlinje (%)
- measure 'N2O Baseline'
- caption: N2O-grundlag
- measure 'N2O vs Baseline (%)'
- caption: N2O i forhold til grundlinje (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 i forhold til grundlinje (%)
- measure 'Water Baseline'
- caption: Vandgrundlinje
- measure 'Waste Baseline'
- caption: Grundlinje for affald
- measure 'Water vs Baseline (%)'
- caption: Vand vs. grundlinje (%)
- measure 'Waste vs Baseline (%)'
- caption: Affald vs. grundlinje (%)
- measure 'CO2e Baseline'
- caption: CO2e-grundlinje
- measure 'CO2e vs Baseline (%)'
- caption: CO2e vs grundlinje (%)
- measure 'Purchased Carbon Credits'
- caption: Købte CO2-kreditter
- measure 'Discharged Into Water Baseline'
- caption: Grundlinje for udledt vand
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Vandskål vs. baseline (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e-udledninger (ekskl. kreditter)
- measure 'Water Intensity PY'
- caption: Vandintensitet FÅ
- measure 'Water Intensity YOY'
- caption: Vandændring ÅOÅ
- measure 'Waste Intensity PY'
- caption: Affald FÅ
- measure 'Waste Intensity YOY'
- caption: Affaldsændring ÅOÅ
- measure 'Discharged Into Water PY'
- caption: Udledt i vand FÅ
- measure 'Discharged Into Water YOY'
- caption: Udledt i vand ÅOÅ
- measure 'Discharged Into Water PD'
- caption: Udledt i vand YD
- measure 'Waste Intensity PD'
- caption: Affald YD
- measure 'Water Intensity PD'
- caption: Vandintensitet YD
- measure 'Water Intensity DOD'
- caption: Vandændring DOD
- measure 'Waste Intensity DOD'
- caption: Affaldsændring DOD
- measure 'Discharged Into Water DOD'
- caption: Udledt i vand DOD
- measure 'Base Link'
- caption: Basislink
- measure 'Sustainability Ledger Entries Link'
- caption: Link til finansposter for bæredygtighed
- measure 'Months in Context'
- caption: Måneder i sammenhæng
- table 'Sustainability Accounts'
- caption: Bæredygtighedskonti
- column 'Sustainability Account No.'
- caption: Bæredygtighedskontonr.
- column 'Sustainability Account Name'
- caption: Bæredygtighedskontonavn
- column 'Sustainability Account Category'
- caption: Kategori for bæredygtighedskonto
- column 'Sustainability Account Sub-Category'
- caption: Underkategori for bæredygtighedskonto
- table Country/Region
- caption: Land/område
- column 'Country Region Code'
- caption: Kode for land/område og region
- column 'Country Region Name'
- caption: Lande/områdenavn
- table 'Responsibility Centre'
- caption: -ansvarscenter
- column 'Responsibility Centre Code'
- caption: Ansvarscenterkode
- column 'Responsibility Centre Name'
- caption: Navn på ansvarscenter
- measure 'Facility Capacity'
- caption: Lokalekapacitet
- table 'Sustainability Goals'
- caption: Bæredygtighedsmål
- column 'Score Card No.'
- caption: Scorecardnr.
- column 'No.'
- caption: Nr.
- column Name
- caption: Navn
- column Owner
- caption: Ejer
- column 'Target Value For CO2'
- caption: Målværdi for CO2
- column 'Target Value For CH4'
- caption: Målværdi for CH4
- column 'Target Value For N2O'
- caption: Målværdi for N2O
- column 'Target Value For Water Intensity'
- caption: Målværdi for vandintensitet
- column 'Target Value For Waste Intensity'
- caption: Målværdi for affaldsintensitet
- column 'Main Goal'
- caption: Hovedmål
- column 'Start Date'
- caption: Startdato
- column 'End Date'
- caption: Slutdato
- column 'Baseline Start Date'
- caption: Startdato for grundlinje
- column 'Baseline End Date'
- caption: Oprindelig slutdato
- measure 'CO2 Target'
- caption: CO2-mål
- measure 'CO2 Realized (%)'
- caption: CO2 realiseret (%)
- measure 'CH4 Target'
- caption: CH4-mål
- measure 'N2O Target'
- caption: N2O-mål
- measure 'CH4 Realized (%)'
- caption: CH4 realiseret (%)
- measure 'N2O Realized (%)'
- caption: N2O realiseret (%)
- measure 'Water Target'
- caption: Vandmål
- measure 'Waste Target'
- caption: Affaldsmål
- measure 'Water Realized (%)'
- caption: Realiseret vand (%)
- measure 'Waste Realized (%)'
- caption: Realiseret spild (%)
- measure 'CO2e Realized (%)'
- caption: CO2e realiseret (%)
- measure 'CO2 Current Value'
- caption: Aktuel CO2-værdi
- measure 'CH4 Current Value'
- caption: Aktuel CH4-værdi
- measure 'N2O Current Value'
- caption: Aktuel N2O-værdi
- measure 'CO2e Current Value'
- caption: Aktuel CO2e-værdi
- table 'Employee Ledger Entries'
- caption: Medarbejderposter
- column 'Entry No.'
- caption: Løbenr.
- column 'Document Type'
- caption: Dokumenttype
- column 'Document No.'
- caption: Dokumentnr.
- column Description
- caption: Beskrivelse
- measure 'Employee Amount'
- caption: Beløb
- measure 'Employee Ledger Entries Link'
- caption: Link til medarbejderfinansposter
- table 'Employee Qualifications'
- caption: Medarbejderkvalifikationer
- column 'Employee Qualification Codes'
- caption: Medarbejderkvalifikationskoder
- measure 'Employee Qualifications'
- caption: Antal medarbejderkvalifikationer
- table 'Emission Fees'
- caption: Udledningsafgifter
- column 'Emission Type'
- caption: Udledningstype
- column 'Scope Type'
- caption: Omfangstype
- column 'Starting Date'
- caption: Startdato
- column 'Ending Date'
- caption: Afslutningsdato
- column 'Country Region Code'
- caption: Kode for land/område og region
- column 'Responsibility Centre'
- caption: -ansvarscenter
- column 'Carbon Fee'
- caption: CO2-gebyr
- column 'Carbon Equivalent Factor'
- caption: CO2-ækvivalentfaktor
- measure 'CO2e Target'
- caption: CO2e-mål
- measure 'CO2 Carbon Equivalent'
- caption: CO2 kulstofækvivalent
- measure 'CH4 Carbon Equivalent'
- caption: CH4 kulstofækvivalent
- measure 'N2O Carbon Equivalent'
- caption: N2O kulstofækvivalent
- table 'Employee Absences'
- caption: Medarbejderfravær
- column 'Entry No'
- caption: Løbenr.
- column 'From Date'
- caption: Fra dato
- column 'To Date'
- caption: Til dato
- column 'Cause of Absence'
- caption: Fraværsårsag
- column Description
- caption: Beskrivelse
- measure 'Employee Absences'
- caption: Antal
- measure 'Absence Hours (%)'
- caption: Fraværstimer (%)
- table 'Sustainability Sub-Account Categories'
- caption: Kategorier af bæredygtigheds underkonto
- column 'Sub-Category Description'
- caption: Beskrivelse af underkategori
- column 'Renewable Energy'
- caption: Vedvarende energi
- table Employees
- caption: Medarbejdere
- column 'Employee No.'
- caption: Medarbejdernr.
- column 'Employee Full Name'
- caption: Medarbejderens fulde navn
- column 'Employee First Name'
- caption: Medarbejderens fornavn
- column 'Employee Last Name'
- caption: Medarbejderens efternavn
- column 'Employee Gender'
- caption: Medarbejderens køn
- column 'Employee Union Code'
- caption: Medarbejders fagforeningskode
- column 'Employee Status'
- caption: Medarbejderstatus
- column 'Employee Cause of Inactivity'
- caption: Årsag til medarbejders inaktivitet
- column 'Employee Inactive Date'
- caption: Medarbejders inaktivitetsdato
- column 'Employee Grounds for Termination'
- caption: Medarbejders fratrædelsesårsag
- column 'Employee Date of Birth'
- caption: Medarbejderens fødselsdato
- column Age
- caption: Alder
- column 'Age Distribution'
- caption: Aldersfordeling
- measure 'No. of Employees'
- caption: Antal ansatte
- measure 'No. of Male Employees'
- caption: Antal mandlige ansatte
- measure 'No. of Female Employees'
- caption: Antal kvindelige ansatte
- measure 'No. of Other Employees'
- caption: Antal andre ansatte
- measure 'Male Employees (%)'
- caption: Mandlige medarbejdere (%)
- measure 'Female Employees (%)'
- caption: Kvindelige medarbejdere (%)
- measure 'Other Employees (%)'
- caption: Andre ansatte (%)
- table ENVIRONMENT
- caption: MILJØ
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/de-AT.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/de-AT.tmdl
deleted file mode 100644
index 5b270aff4a..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/de-AT.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo de-AT
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Sachkontokategorie
- column 'Sustainability Account Category Description'
- caption: Beschreibung der Sachk.-Kategorie
- column 'Sustainability Account Category Code'
- caption: Nachhaltigkeitskontokategorie-Code
- column 'Sustainability Account Category Emission Scope'
- caption: Nachhaltigkeitskontokategorie – Emissionsumfang
- table 'Dimension Sets'
- caption: Dimensionssätze
- column 'Global Dimension 1'
- caption: Globale Dimension 1
- column 'Global Dimension 2'
- caption: Globale Dimension 2
- column 'Shortcut Dimension 3'
- caption: Shortcutdimension 3
- column 'Shortcut Dimension 4'
- caption: Shortcutdimension 4
- column 'Shortcut Dimension 5'
- caption: Shortcutdimension 5
- column 'Shortcut Dimension 6'
- caption: Shortcutdimension 6
- column 'Shortcut Dimension 7'
- caption: Shortcutdimension 7
- column 'Shortcut Dimension 8'
- caption: Shortcutdimension 8
- column id
- caption: id
- table Date
- caption: Datum
- column 'Week Day'
- caption: Woche Tag
- column 'Day Type'
- caption: Tagestyp
- column 'Calendar Year'
- caption: Kalender Jahr
- column 'Calendar Quarter'
- caption: Kalenderquartal
- column 'Calendar Quarter Year'
- caption: Kalender Quartal Jahr
- column 'Calendar Month'
- caption: Kalendermonat
- column 'Calendar Month Year'
- caption: Kalender Monat Jahr
- column 'Calendar Week'
- caption: Kalender Woche
- column 'Calendar Week Year'
- caption: Kalender Woche Jahr
- column 'Calendar RelativeWeekPos'
- caption: Kalender RelativeWochenPos
- column 'Calendar RelativeMonthPos'
- caption: Kalender RelativeMonatsPos
- column 'Calendar RelativeQuarterPos'
- caption: Kalender RelativeQuartalsPos
- column 'Calendar RelativeYearPos'
- caption: Kalender RelativeJahresPos
- column 'Calendar StartOfMonth'
- caption: Kalender BeginnDesMonats
- column 'Calendar EndOfMonth'
- caption: Kalender EndeDesMonats
- column 'Calendar StartOfQuarter'
- caption: Kalender BeginnDesQuartals
- column 'Calendar EndOfQuarter'
- caption: Kalender EndeDesQuartals
- column 'Calendar StartOfYear'
- caption: Kalender BeginnDesJahres
- column 'Calendar EndOfYear'
- caption: Kalender EndeDesJahres
- column 'Calendar MonthDays'
- caption: Kalender MonatTage
- column 'Calendar QuarterDays'
- caption: Kalender QuartalTage
- column 'Calendar YearDays'
- caption: Kalender JahrTage
- column 'Calendar DayOfMonthNumber'
- caption: Kalender TagDesMonatsZahl
- column 'Calendar DayOfQuarterNumber'
- caption: Kalender TagDesQuartalsZahl
- column 'Calendar DayOfYearNumber'
- caption: Kalender TagDesJahresZahl
- column 'Calendar DatePreviousWeek'
- caption: Kalender DatumVorigeWoche
- column 'Calendar DatePreviousMonth'
- caption: Kalender DatumVorigerMonat
- column 'Calendar DatePreviousQuarter'
- caption: Kalender DatumVorigesQuartal
- column 'Calendar DatePreviousYear'
- caption: Kalender DatumVorigesJahr
- column 'Fiscal Year'
- caption: Geschäftlich Jahr
- column 'Fiscal Quarter'
- caption: Geschäftsquartal
- column 'Fiscal Quarter Year'
- caption: Geschäftlich Quartal Jahr
- column 'Fiscal Month'
- caption: Geschäftlich Monat
- column 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- column 'Fiscal Week'
- caption: Geschäftswoche
- column 'Fiscal Week Year'
- caption: Geschäftlich Woche Jahr
- column 'Fiscal RelativeWeekPos'
- caption: Geschäftlich RelativeWochenPos
- column 'Fiscal RelativeMonthPos'
- caption: Geschäftlich RelativeMonatsPos
- column 'Fiscal RelativeQuarterPos'
- caption: Geschäftlich RelativeQuartalsPos
- column 'Fiscal RelativeYearPos'
- caption: Geschäftlich RelativeJahresPos
- column 'Fiscal StartOfMonth'
- caption: Geschäftlich BeginnDesMonats
- column 'Fiscal EndOfMonth'
- caption: Geschäftlich EndeDesMonats
- column 'Fiscal StartOfQuarter'
- caption: Geschäftlich BeginnDesQuartals
- column 'Fiscal EndOfQuarter'
- caption: Geschäftlich EndeDesQuartals
- column 'Fiscal StartOfYear'
- caption: Geschäftlich BeginnDesJahres
- column 'Fiscal EndOfYear'
- caption: Geschäftlich EndeDesJahres
- column 'Fiscal MonthDays'
- caption: Geschäftlich MonatTage
- column 'Fiscal QuarterDays'
- caption: Geschäftlich QuartalTage
- column 'Fiscal YearDays'
- caption: Geschäftlich JahrTage
- column 'Fiscal DayOfMonthNumber'
- caption: Geschäftlich TagDesMonatsZahl
- column 'Fiscal DayOfQuarterNumber'
- caption: Geschäftlich TagDesQuartalsZahl
- column 'Fiscal DayOfYearNumber'
- caption: Geschäftlich TagDesJahresZahl
- column 'Fiscal DatePreviousWeek'
- caption: Geschäftlich DatumVorigeWoche
- column 'Fiscal DatePreviousMonth'
- caption: Geschäftlich DatumVorigerMonat
- column 'Fiscal DatePreviousQuarter'
- caption: Geschäftlich DatumVorigesQuartal
- column 'Fiscal DatePreviousYear'
- caption: Geschäftlich DatumVorigesJahr
- column 'FW Year'
- caption: GW Jahr
- column 'FW Quarter'
- caption: GW Quartal
- column 'FW Quarter Year'
- caption: GW Quartal Jahr
- column 'FW Month'
- caption: GW Monat
- column 'FW Month Year'
- caption: GW Monat Jahr
- column 'FW Week'
- caption: GW Woche
- column 'FW Period'
- caption: GW Periode
- column 'FW Week Year'
- caption: GW Woche Jahr
- column 'FW StartOfWeek'
- caption: GW BeginnDerWoche
- column 'FW EndOfWeek'
- caption: GW EndeDerWoche
- column 'FW RelativeWeekPos'
- caption: GW RelativeWochenPos
- column 'FW RelativeMonthPos'
- caption: GW RelativeMonatsPos
- column 'FW RelativeQuarterPos'
- caption: GW RelativeQuartalsPos
- column 'FW RelativeYearPos'
- caption: GW RelativeJahresPos
- column 'FW StartOfMonth'
- caption: GW BeginnDesMonats
- column 'FW EndOfMonth'
- caption: GW EndeDesMonats
- column 'FW StartOfQuarter'
- caption: GW BeginnDesQuartals
- column 'FW EndOfQuarter'
- caption: GW EndeDesQuartals
- column 'FW StartOfYear'
- caption: GW BeginnDesJahres
- column 'FW EndOfYear'
- caption: GW EndeDesJahres
- column 'FW MonthDays'
- caption: GW MonatTage
- column 'FW QuarterDays'
- caption: GW QuartalTage
- column 'FW YearDays'
- caption: GW JahrTage
- column 'FW DayOfMonthNumber'
- caption: GW TagDesMonatsZahl
- column 'FW DayOfQuarterNumber'
- caption: GW TagDesQuartalsZahl
- column 'FW DayOfYearNumber'
- caption: GW TagDesJahresZahl
- column 'FW DatePreviousWeek'
- caption: GW DatumVorigeWoche
- column 'FW DatePreviousMonth'
- caption: GW DatumVorigerMonat
- column 'FW DatePreviousQuarter'
- caption: GW DatumVorigesQuartal
- column 'FW DatePreviousYear'
- caption: GW DatumVorigesJahr
- column 'Relative Day'
- caption: Relativ Tag
- column Sequential365DayNumber
- caption: Fortlaufend 365 TagNummer
- measure 'No. of Days'
- caption: Anzahl der Tage
- measure 'Working Days'
- caption: Arbeitstage
- measure Ranged
- caption: Bereich
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Geschäftlich Jahr-Quartal-Monat-Woche
- level 'Fiscal Year'
- caption: Geschäftlich Jahr
- level 'Fiscal Quarter Year'
- caption: Geschäftlich Quartal Jahr
- level 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- level 'Fiscal Week Year'
- caption: Geschäftlich Woche Jahr
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Kalender Jahr-Quartal-Monat-Woche
- level 'Calendar Year'
- caption: Kalender Jahr
- level 'Calendar Quarter Year'
- caption: Kalender Quartal Jahr
- level 'Calendar Month Year'
- caption: Kalender Monat Jahr
- level 'Calendar Week Year'
- caption: Kalender Woche Jahr
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: GW Jahr-Quartal-Monat-Woche
- level 'FW Year'
- caption: GW Jahr
- level 'FW Quarter Year'
- caption: GW Quartal Jahr
- level 'FW Month Year'
- caption: GW Monat Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- hierarchy 'Fiscal Year-Month'
- caption: Geschäftlich Jahr-Monat
- level 'Fiscal Year'
- caption: Geschäftlich Jahr
- level 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- hierarchy 'Fiscal Year-Month-Week'
- caption: Geschäftlich Jahr-Monat-Woche
- level 'Fiscal Year'
- caption: Geschäftlich Jahr
- level 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- level 'Fiscal Week Year'
- caption: Geschäftlich Woche Jahr
- hierarchy 'Calendar Year-Month'
- caption: Kalender Jahr-Monat
- level 'Calendar Year'
- caption: Kalender Jahr
- level 'Calendar Month Year'
- caption: Kalender Monat Jahr
- hierarchy 'Calendar Year-Month-Week'
- caption: Kalender Jahr-Monat-Woche
- level 'Calendar Year'
- caption: Kalender Jahr
- level 'Calendar Month Year'
- caption: Kalender Monat Jahr
- level 'Calendar Week Year'
- caption: Kalender Woche Jahr
- hierarchy 'FW Year-Month-Week'
- caption: GW Jahr-Monat-Woche
- level 'FW Year'
- caption: GW Jahr
- level 'FW Month Year'
- caption: GW Monat Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- hierarchy 'FW Year-Quarter-Week'
- caption: GW Jahr-Quartal-Woche
- level 'FW Year'
- caption: GW Jahr
- level 'FW Quarter Year'
- caption: GW Quartal Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- hierarchy 'FW Year-Week'
- caption: GW Jahr-Woche
- level 'FW Year'
- caption: GW Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Titel meines Berichts
- measure 'My Button Caption'
- caption: Beschriftung Meine Schaltfläche
- measure 'My Visual Title'
- caption: Titel meines Visuals
- measure 'Inactive Employees'
- caption: Inaktive Mitarbeiter
- measure 'Terminated Employees'
- caption: Gekündigte Mitarbeiter
- measure 'Employees in Unions'
- caption: Mitarbeiter in Gewerkschaften
- measure 'Social Analysis'
- caption: Sozialanalyse
- measure 'Gender Distribution'
- caption: Geschlechteverteilung
- measure 'Age Distribution'
- caption: Altersverteilung
- measure 'Employees Qualifications'
- caption: Mitarbeiterqualifikationen
- measure 'Realized Emissions vs Target'
- caption: Realisierte Emissionen gegenüber Ziel
- measure 'CO2e Emissions by Scope'
- caption: CO2e-Emissionen nach Umfang
- measure 'Gas Emissions by Category'
- caption: Gasemissionen nach Kategorien
- measure 'Realized Emissions vs Baseline'
- caption: Realisierte Emissionen gegenüber Ausgangswert
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e-Emissionen gegenüber Ausgangswert
- measure 'CO2e Emissions by Account'
- caption: CO2e-Emissionen nach Firma
- measure 'Water and Waste Analysis'
- caption: Wasser- und Abfallanalyse
- measure 'Water by Facility Location'
- caption: Wasser nach Anlagenstandort
- measure 'Water by Facility Capacity'
- caption: Wasser nach Anlagenkapazität
- measure 'Water and Waste by Type'
- caption: Wasser und Abfall nach Typ
- measure 'Water and Waste Intensity by Type'
- caption: Wasser- und Abfallintensität nach Typ
- measure 'Water and Waste Intensity by Facility'
- caption: Wasser- und Abfallintensität nach Anlage
- measure 'Emissions by Category and Scope'
- caption: Emissionen nach Kategorie und Umfang
- measure 'Emissions by Category'
- caption: Emissionen nach Kategorie
- measure 'Emissions by Scope'
- caption: Emissionen nach Umfang
- measure 'CO2e Analysis'
- caption: CO2e-Analyse
- measure 'CO2e Emissions by Category'
- caption: CO2e-Emissionen nach Kategorien
- measure 'Carbon Credit by Month'
- caption: Kohlenstoffgutschrift nach Monat
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e-Äquivalent Emission pro Monat und Umsatz
- measure 'Employee Entries Drillthrough'
- caption: Mitarbeiterposten-Drillthrough
- measure 'Employee Ledger Entries'
- caption: Mitarbeiterposten
- measure 'Sustainability Ledger Entries'
- caption: Nachhaltigkeitsposten
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Nachhaltigkeitsposten-Drillthrough
- measure 'Employee Ledger Entries Drillthrough'
- caption: Mitarbeiter-Hauptbuchposten-Drillthrough
- measure 'Sustainability Overview'
- caption: Nachhaltigkeitsübersicht
- measure 'Sustainability Analytics'
- caption: Nachhaltigkeitsanalysen
- measure 'CO2e Emissions by Month'
- caption: CO2e-Emissionen pro Monat
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Bereich-1- und Bereich-2-Analyse nach Kategorien pro Jahr
- measure 'CO2e Emissions by Department'
- caption: CO2e-Emissionen nach Abteilungen
- measure 'Journey to Net-Zero Carbon'
- caption: Der Weg zur CO2-Neutralität
- measure 'CO2e Emissions by Business Group'
- caption: CO2e-Emissionen nach Unternehmensgruppe
- measure 'Renewable Energy Usage'
- caption: Nutzung erneuerbarer Energien
- measure 'CO2e Emissions Over Time'
- caption: CO2e-Emissionen im Zeitverlauf
- measure 'CO2e Smart Review'
- caption: Intelligente CO2e-Prüfung
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e-Emissionen nach globaler Dimension eins
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e-Emissionen nach globaler Dimension zwei
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e-Äquivalent Emissionen pro Monat
- measure 'Company Name'
- caption: Mandantenname
- measure 'Last Refreshed'
- caption: Zuletzt aktualisiert
- measure 'Released Employees'
- caption: Freigestellte Mitarbeiter
- measure 'CO2e Decomposition Tree'
- caption: CO2e-Zerlegungsstruktur
- measure 'CO2e Key Influences'
- caption: CO2e-Haupteinflüsse
- measure 'Water and Waste Yearly and Daily Change'
- caption: Wasser und Abfall – Jährliche und tägliche Veränderung
- table COMPANY
- caption: MANDANT
- measure 'Company Label'
- caption: Mandantenbeschriftung
- table 'Sustainability Ledger Entries'
- caption: Nachhaltigkeitsposten
- column 'Entry No.'
- caption: Postennr.
- column Description
- caption: Beschreibung
- column 'Wat. Intensity'
- caption: Wasserintensität
- column 'Water Type'
- caption: Wassertyp
- column 'Wate/Waste Intensity Type'
- caption: Wasser-/Abfallintensitätstyp
- column 'Document Type'
- caption: Belegtyp
- measure 'CO2 Emissions'
- caption: CO2-Emissionen
- measure 'CH4 Emissions'
- caption: CH4-Emissionen
- measure 'CO2 Emissions Balance'
- caption: CO2-Emissionsbilanz
- measure 'CO2 Emissions Balance at Date'
- caption: CO2-Emissionsbilanz zum Stichtag
- measure 'N2O Emissions'
- caption: N2O-Emissionen
- measure 'CO2e Emissions'
- caption: CO2e-Emissionen
- measure 'CH4 Emissions Balance at Date'
- caption: CH4-Emissionsbilanz zum Stichtag
- measure 'CH4 Emissions Balance'
- caption: CH4-Emissionsbilanz
- measure 'Water Intensity'
- caption: Wasserintensität
- measure 'Waste Intensity'
- caption: Abfallintensität
- measure 'Discharged Into Water'
- caption: Ins Wasser abgegeben
- measure 'CO2e Emissions Balance'
- caption: CO2e-Emissionsbilanz
- measure 'CO2e Emissions Balance at Date'
- caption: CO2e-Emissionsbilanz zum Stichtag
- measure 'Discharged Into Water Balance at Date'
- caption: Bilanz am Sichtag für „Ins Wasser abgegeben“
- measure 'Discharged Into Water Balance'
- caption: Bilanz für „Ins Wasser abgegeben“
- measure 'N2O Emissions Balance'
- caption: N2O-Emissionsbilanz
- measure 'N2O Emissions Balance at Date'
- caption: N2O-Emissionsbilanz zum Stichtag
- measure 'Waste Intensity Balance at Date'
- caption: Abfallintensitätsbilanz zum Stichtag
- measure 'Waste Intensity Balance'
- caption: Abfallintensitätsbilanz
- measure 'Water Intensity Balance'
- caption: Wasserintensitätsbilanz
- measure 'Water Intensity Balance at Date'
- caption: Wasserintensitätsbilanz zum Stichtag
- measure 'CO2 Baseline'
- caption: CO2-Ausgangswert
- measure 'CH4 Baseline'
- caption: CH4-Ausgangswert
- measure 'CH4 vs Baseline (%)'
- caption: CH4 gegenüber Ausgangswert (%)
- measure 'N2O Baseline'
- caption: N2O-Ausgangswert
- measure 'N2O vs Baseline (%)'
- caption: N2O gegenüber Ausgangswert (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 gegenüber Ausgangswert (%)
- measure 'Water Baseline'
- caption: Wasserausgangswert
- measure 'Waste Baseline'
- caption: Abfallausgangswert
- measure 'Water vs Baseline (%)'
- caption: Wasser gegenüber Ausgangswert (%)
- measure 'Waste vs Baseline (%)'
- caption: Abfall gegenüber Ausgangswert (%)
- measure 'CO2e Baseline'
- caption: CO2e-Ausgangswert
- measure 'CO2e vs Baseline (%)'
- caption: CO2e gegenüber Ausgangswert (%)
- measure 'Purchased Carbon Credits'
- caption: Gekaufte Emissionsgutschriften
- measure 'Discharged Into Water Baseline'
- caption: Wasserableitungs-Ausgangswert
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Wasserableitung gegenüber Ausgangswert (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e-Emissionen (ohne Gutschriften)
- measure 'Water Intensity PY'
- caption: Wasserintensität (VJ)
- measure 'Water Intensity YOY'
- caption: Wasserveränderung (JGJ)
- measure 'Waste Intensity PY'
- caption: Abfall (VJ)
- measure 'Waste Intensity YOY'
- caption: Abfallveränderung (JGJ)
- measure 'Discharged Into Water PY'
- caption: Ins Wasser abgegeben (VJ)
- measure 'Discharged Into Water YOY'
- caption: Ins Wasser abgegeben (JGJ)
- measure 'Discharged Into Water PD'
- caption: Ins Wasser abgegeben (LD)
- measure 'Waste Intensity PD'
- caption: Abfall (LD)
- measure 'Water Intensity PD'
- caption: Wasserintensität (LD)
- measure 'Water Intensity DOD'
- caption: Wasserveränderung (TGT)
- measure 'Waste Intensity DOD'
- caption: Abfallveränderung (TGT)
- measure 'Discharged Into Water DOD'
- caption: Ins Wasser abgegeben (TGT)
- measure 'Base Link'
- caption: Basislink
- measure 'Sustainability Ledger Entries Link'
- caption: Link für Nachhaltigkeitsposten
- measure 'Months in Context'
- caption: Monate im Kontext
- table 'Sustainability Accounts'
- caption: Nachhaltigkeitskonten
- column 'Sustainability Account No.'
- caption: Nachhaltigkeitskonto-Nr.
- column 'Sustainability Account Name'
- caption: Nachhaltigkeitskontoname
- column 'Sustainability Account Category'
- caption: Kategorie „Nachhaltigkeitskonto“
- column 'Sustainability Account Sub-Category'
- caption: Unterkategorie „Nachhaltigkeitskonto“
- table Country/Region
- caption: Land/Region
- column 'Country Region Code'
- caption: Länder-/Regionscode
- column 'Country Region Name'
- caption: Länder-/Regionsname
- table 'Responsibility Centre'
- caption: -Zuständigkeitseinheit
- column 'Responsibility Centre Code'
- caption: Zuständigkeitseinheitencode
- column 'Responsibility Centre Name'
- caption: Zuständigkeitseinheitencode – Name
- measure 'Facility Capacity'
- caption: Anlagenkapazität
- table 'Sustainability Goals'
- caption: Nachhaltigkeitsziele
- column 'Score Card No.'
- caption: Scorecard-Nr.
- column 'No.'
- caption: Anz.
- column Name
- caption: Name
- column Owner
- caption: Besitzer
- column 'Target Value For CO2'
- caption: Zielwert für CO2
- column 'Target Value For CH4'
- caption: Zielwert für CH4
- column 'Target Value For N2O'
- caption: Zielwert für N2O
- column 'Target Value For Water Intensity'
- caption: Zielwert für die Wasserintensität
- column 'Target Value For Waste Intensity'
- caption: Zielwert für die Abfallintensität
- column 'Main Goal'
- caption: Hauptziel
- column 'Start Date'
- caption: Startdatum
- column 'End Date'
- caption: Enddatum
- column 'Baseline Start Date'
- caption: Ausgangswert-Startdatum
- column 'Baseline End Date'
- caption: Ausgangswert-Enddatum
- measure 'CO2 Target'
- caption: CO2-Ziel
- measure 'CO2 Realized (%)'
- caption: CO2 realisiert (%)
- measure 'CH4 Target'
- caption: CH4-Ziel
- measure 'N2O Target'
- caption: N2O-Ziel
- measure 'CH4 Realized (%)'
- caption: CH4 realisiert (%)
- measure 'N2O Realized (%)'
- caption: N2O realisiert (%)
- measure 'Water Target'
- caption: Wasserziel
- measure 'Waste Target'
- caption: Abfallziel
- measure 'Water Realized (%)'
- caption: Realisierter Wasserverbrauch (%)
- measure 'Waste Realized (%)'
- caption: Abfall realisiert (%)
- measure 'CO2e Realized (%)'
- caption: CO2e realisiert (%)
- measure 'CO2 Current Value'
- caption: Aktueller CO2-Wert
- measure 'CH4 Current Value'
- caption: Aktueller CH4-Wert
- measure 'N2O Current Value'
- caption: Aktueller N2O-Wert
- measure 'CO2e Current Value'
- caption: Aktueller CO2e-Wert
- table 'Employee Ledger Entries'
- caption: Mitarbeiterposten
- column 'Entry No.'
- caption: Postennr.
- column 'Document Type'
- caption: Belegtyp
- column 'Document No.'
- caption: Belegnummer
- column Description
- caption: Beschreibung
- measure 'Employee Amount'
- caption: Betrag
- measure 'Employee Ledger Entries Link'
- caption: Mitarbeiterposten – Link
- table 'Employee Qualifications'
- caption: Mitarbeitequalifikationen
- column 'Employee Qualification Codes'
- caption: Mitarbeiterqualifikationscodes
- measure 'Employee Qualifications'
- caption: Anzahl der Mitarbeiterqualifikationen
- table 'Emission Fees'
- caption: Emissionsgebühren
- column 'Emission Type'
- caption: Emissionsart
- column 'Scope Type'
- caption: Bereichstyp
- column 'Starting Date'
- caption: Startdatum
- column 'Ending Date'
- caption: Enddatum
- column 'Country Region Code'
- caption: Länder-/Regionscode
- column 'Responsibility Centre'
- caption: -Zuständigkeitseinheit
- column 'Carbon Fee'
- caption: CO₂-Gebühr
- column 'Carbon Equivalent Factor'
- caption: Kohlenstoffäquivalentfaktor
- measure 'CO2e Target'
- caption: CO2e-Ziel
- measure 'CO2 Carbon Equivalent'
- caption: CO2-Kohlenstoff-Äquivalent
- measure 'CH4 Carbon Equivalent'
- caption: CH4-Kohlenstoff-Äquivalent
- measure 'N2O Carbon Equivalent'
- caption: N2O-Kohlenstoff-Äquivalent
- table 'Employee Absences'
- caption: Mitarbeiter Abwesenheiten
- column 'Entry No'
- caption: Postennummer
- column 'From Date'
- caption: Von Datum
- column 'To Date'
- caption: Bis Datum
- column 'Cause of Absence'
- caption: Grund Abwesenheit
- column Description
- caption: Beschreibung
- measure 'Employee Absences'
- caption: Menge
- measure 'Absence Hours (%)'
- caption: Abwesenheitsstunden (%)
- table 'Sustainability Sub-Account Categories'
- caption: Unterkategorien des Nachhaltigkeitskontos
- column 'Sub-Category Description'
- caption: Beschreibung der Unterkategorie
- column 'Renewable Energy'
- caption: Erneuerbare Energien
- table Employees
- caption: Mitarbeiter
- column 'Employee No.'
- caption: Mitarbeiternr.
- column 'Employee Full Name'
- caption: Vollständiger Name des Mitarbeiters
- column 'Employee First Name'
- caption: Vorname des Mitarbeiters
- column 'Employee Last Name'
- caption: Nachname des Mitarbeiters
- column 'Employee Gender'
- caption: Geschlecht des Mitarbeiters
- column 'Employee Union Code'
- caption: Mitarbeiter – Gewerkschaftscode
- column 'Employee Status'
- caption: Mitarbeiterstatus
- column 'Employee Cause of Inactivity'
- caption: Grund für Inaktivität des Mitarbeiters
- column 'Employee Inactive Date'
- caption: Datum der Inaktivität des Mitarbeiters
- column 'Employee Grounds for Termination'
- caption: Gründe für Beschäftigungsende des Mitarbeiters
- column 'Employee Date of Birth'
- caption: Mitarbeitergeburtsdatum
- column Age
- caption: Alter
- column 'Age Distribution'
- caption: Altersverteilung
- measure 'No. of Employees'
- caption: Anzahl der Mitarbeiter
- measure 'No. of Male Employees'
- caption: Anzahl männlicher Mitarbeiter
- measure 'No. of Female Employees'
- caption: Anzahl weiblicher Mitarbeiter
- measure 'No. of Other Employees'
- caption: Anzahl sonstiger Mitarbeiter
- measure 'Male Employees (%)'
- caption: Männliche Mitarbeiter (%)
- measure 'Female Employees (%)'
- caption: Weibliche Mitarbeiter (%)
- measure 'Other Employees (%)'
- caption: Anzahl Mitarbeiter (%)
- table ENVIRONMENT
- caption: UMGEBUNG
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/de-CH.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/de-CH.tmdl
deleted file mode 100644
index 4969763be4..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/de-CH.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo de-CH
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Fibukontokategorie
- column 'Sustainability Account Category Description'
- caption: Beschreibung der Sachk.-Kategorie
- column 'Sustainability Account Category Code'
- caption: Nachhaltigkeitskontokategorie-Code
- column 'Sustainability Account Category Emission Scope'
- caption: Nachhaltigkeitskontokategorie – Emissionsumfang
- table 'Dimension Sets'
- caption: Dimensionssätze
- column 'Global Dimension 1'
- caption: Globale Dimension 1
- column 'Global Dimension 2'
- caption: Globale Dimension 2
- column 'Shortcut Dimension 3'
- caption: Dimensionscode 3
- column 'Shortcut Dimension 4'
- caption: Dimensionscode 4
- column 'Shortcut Dimension 5'
- caption: Dimensionscode 5
- column 'Shortcut Dimension 6'
- caption: Dimensionscode 6
- column 'Shortcut Dimension 7'
- caption: Dimensionscode 7
- column 'Shortcut Dimension 8'
- caption: Dimensionscode 8
- column id
- caption: id
- table Date
- caption: Datum
- column 'Week Day'
- caption: Woche Tag
- column 'Day Type'
- caption: Tagestyp
- column 'Calendar Year'
- caption: Kalender Jahr
- column 'Calendar Quarter'
- caption: Kalenderquartal
- column 'Calendar Quarter Year'
- caption: Kalender Quartal Jahr
- column 'Calendar Month'
- caption: Kalendermonat
- column 'Calendar Month Year'
- caption: Kalender Monat Jahr
- column 'Calendar Week'
- caption: Kalender Woche
- column 'Calendar Week Year'
- caption: Kalender Woche Jahr
- column 'Calendar RelativeWeekPos'
- caption: Kalender RelativeWochenPos
- column 'Calendar RelativeMonthPos'
- caption: Kalender RelativeMonatsPos
- column 'Calendar RelativeQuarterPos'
- caption: Kalender RelativeQuartalsPos
- column 'Calendar RelativeYearPos'
- caption: Kalender RelativeJahresPos
- column 'Calendar StartOfMonth'
- caption: Kalender BeginnDesMonats
- column 'Calendar EndOfMonth'
- caption: Kalender EndeDesMonats
- column 'Calendar StartOfQuarter'
- caption: Kalender BeginnDesQuartals
- column 'Calendar EndOfQuarter'
- caption: Kalender EndeDesQuartals
- column 'Calendar StartOfYear'
- caption: Kalender BeginnDesJahres
- column 'Calendar EndOfYear'
- caption: Kalender EndeDesJahres
- column 'Calendar MonthDays'
- caption: Kalender MonatTage
- column 'Calendar QuarterDays'
- caption: Kalender QuartalTage
- column 'Calendar YearDays'
- caption: Kalender JahrTage
- column 'Calendar DayOfMonthNumber'
- caption: Kalender TagDesMonatsZahl
- column 'Calendar DayOfQuarterNumber'
- caption: Kalender TagDesQuartalsZahl
- column 'Calendar DayOfYearNumber'
- caption: Kalender TagDesJahresZahl
- column 'Calendar DatePreviousWeek'
- caption: Kalender DatumVorigeWoche
- column 'Calendar DatePreviousMonth'
- caption: Kalender DatumVorigerMonat
- column 'Calendar DatePreviousQuarter'
- caption: Kalender DatumVorigesQuartal
- column 'Calendar DatePreviousYear'
- caption: Kalender DatumVorigesJahr
- column 'Fiscal Year'
- caption: Geschäftlich Jahr
- column 'Fiscal Quarter'
- caption: Geschäftsquartal
- column 'Fiscal Quarter Year'
- caption: Geschäftlich Quartal Jahr
- column 'Fiscal Month'
- caption: Geschäftlich Monat
- column 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- column 'Fiscal Week'
- caption: Geschäftswoche
- column 'Fiscal Week Year'
- caption: Geschäftlich Woche Jahr
- column 'Fiscal RelativeWeekPos'
- caption: Geschäftlich RelativeWochenPos
- column 'Fiscal RelativeMonthPos'
- caption: Geschäftlich RelativeMonatsPos
- column 'Fiscal RelativeQuarterPos'
- caption: Geschäftlich RelativeQuartalsPos
- column 'Fiscal RelativeYearPos'
- caption: Geschäftlich RelativeJahresPos
- column 'Fiscal StartOfMonth'
- caption: Geschäftlich BeginnDesMonats
- column 'Fiscal EndOfMonth'
- caption: Geschäftlich EndeDesMonats
- column 'Fiscal StartOfQuarter'
- caption: Geschäftlich BeginnDesQuartals
- column 'Fiscal EndOfQuarter'
- caption: Geschäftlich EndeDesQuartals
- column 'Fiscal StartOfYear'
- caption: Geschäftlich BeginnDesJahres
- column 'Fiscal EndOfYear'
- caption: Geschäftlich EndeDesJahres
- column 'Fiscal MonthDays'
- caption: Geschäftlich MonatTage
- column 'Fiscal QuarterDays'
- caption: Geschäftlich QuartalTage
- column 'Fiscal YearDays'
- caption: Geschäftlich JahrTage
- column 'Fiscal DayOfMonthNumber'
- caption: Geschäftlich TagDesMonatsZahl
- column 'Fiscal DayOfQuarterNumber'
- caption: Geschäftlich TagDesQuartalsZahl
- column 'Fiscal DayOfYearNumber'
- caption: Geschäftlich TagDesJahresZahl
- column 'Fiscal DatePreviousWeek'
- caption: Geschäftlich DatumVorigeWoche
- column 'Fiscal DatePreviousMonth'
- caption: Geschäftlich DatumVorigerMonat
- column 'Fiscal DatePreviousQuarter'
- caption: Geschäftlich DatumVorigesQuartal
- column 'Fiscal DatePreviousYear'
- caption: Geschäftlich DatumVorigesJahr
- column 'FW Year'
- caption: GW Jahr
- column 'FW Quarter'
- caption: GW Quartal
- column 'FW Quarter Year'
- caption: GW Quartal Jahr
- column 'FW Month'
- caption: GW Monat
- column 'FW Month Year'
- caption: GW Monat Jahr
- column 'FW Week'
- caption: GW Woche
- column 'FW Period'
- caption: GW Periode
- column 'FW Week Year'
- caption: GW Woche Jahr
- column 'FW StartOfWeek'
- caption: GW BeginnDerWoche
- column 'FW EndOfWeek'
- caption: GW EndeDerWoche
- column 'FW RelativeWeekPos'
- caption: GW RelativeWochenPos
- column 'FW RelativeMonthPos'
- caption: GW RelativeMonatsPos
- column 'FW RelativeQuarterPos'
- caption: GW RelativeQuartalsPos
- column 'FW RelativeYearPos'
- caption: GW RelativeJahresPos
- column 'FW StartOfMonth'
- caption: GW BeginnDesMonats
- column 'FW EndOfMonth'
- caption: GW EndeDesMonats
- column 'FW StartOfQuarter'
- caption: GW BeginnDesQuartals
- column 'FW EndOfQuarter'
- caption: GW EndeDesQuartals
- column 'FW StartOfYear'
- caption: GW BeginnDesJahres
- column 'FW EndOfYear'
- caption: GW EndeDesJahres
- column 'FW MonthDays'
- caption: GW MonatTage
- column 'FW QuarterDays'
- caption: GW QuartalTage
- column 'FW YearDays'
- caption: GW JahrTage
- column 'FW DayOfMonthNumber'
- caption: GW TagDesMonatsZahl
- column 'FW DayOfQuarterNumber'
- caption: GW TagDesQuartalsZahl
- column 'FW DayOfYearNumber'
- caption: GW TagDesJahresZahl
- column 'FW DatePreviousWeek'
- caption: GW DatumVorigeWoche
- column 'FW DatePreviousMonth'
- caption: GW DatumVorigerMonat
- column 'FW DatePreviousQuarter'
- caption: GW DatumVorigesQuartal
- column 'FW DatePreviousYear'
- caption: GW DatumVorigesJahr
- column 'Relative Day'
- caption: Relativ Tag
- column Sequential365DayNumber
- caption: Fortlaufend 365 TagNummer
- measure 'No. of Days'
- caption: Anzahl der Tage
- measure 'Working Days'
- caption: Arbeitstage
- measure Ranged
- caption: Bereich
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Geschäftlich Jahr-Quartal-Monat-Woche
- level 'Fiscal Year'
- caption: Geschäftlich Jahr
- level 'Fiscal Quarter Year'
- caption: Geschäftlich Quartal Jahr
- level 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- level 'Fiscal Week Year'
- caption: Geschäftlich Woche Jahr
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Kalender Jahr-Quartal-Monat-Woche
- level 'Calendar Year'
- caption: Kalender Jahr
- level 'Calendar Quarter Year'
- caption: Kalender Quartal Jahr
- level 'Calendar Month Year'
- caption: Kalender Monat Jahr
- level 'Calendar Week Year'
- caption: Kalender Woche Jahr
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: GW Jahr-Quartal-Monat-Woche
- level 'FW Year'
- caption: GW Jahr
- level 'FW Quarter Year'
- caption: GW Quartal Jahr
- level 'FW Month Year'
- caption: GW Monat Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- hierarchy 'Fiscal Year-Month'
- caption: Geschäftlich Jahr-Monat
- level 'Fiscal Year'
- caption: Geschäftlich Jahr
- level 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- hierarchy 'Fiscal Year-Month-Week'
- caption: Geschäftlich Jahr-Monat-Woche
- level 'Fiscal Year'
- caption: Geschäftlich Jahr
- level 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- level 'Fiscal Week Year'
- caption: Geschäftlich Woche Jahr
- hierarchy 'Calendar Year-Month'
- caption: Kalender Jahr-Monat
- level 'Calendar Year'
- caption: Kalender Jahr
- level 'Calendar Month Year'
- caption: Kalender Monat Jahr
- hierarchy 'Calendar Year-Month-Week'
- caption: Kalender Jahr-Monat-Woche
- level 'Calendar Year'
- caption: Kalender Jahr
- level 'Calendar Month Year'
- caption: Kalender Monat Jahr
- level 'Calendar Week Year'
- caption: Kalender Woche Jahr
- hierarchy 'FW Year-Month-Week'
- caption: GW Jahr-Monat-Woche
- level 'FW Year'
- caption: GW Jahr
- level 'FW Month Year'
- caption: GW Monat Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- hierarchy 'FW Year-Quarter-Week'
- caption: GW Jahr-Quartal-Woche
- level 'FW Year'
- caption: GW Jahr
- level 'FW Quarter Year'
- caption: GW Quartal Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- hierarchy 'FW Year-Week'
- caption: GW Jahr-Woche
- level 'FW Year'
- caption: GW Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Titel meines Berichts
- measure 'My Button Caption'
- caption: Beschriftung Meine Schaltfläche
- measure 'My Visual Title'
- caption: Titel meines Visuals
- measure 'Inactive Employees'
- caption: Inaktive Mitarbeiter
- measure 'Terminated Employees'
- caption: Gekündigte Mitarbeiter
- measure 'Employees in Unions'
- caption: Mitarbeiter in Personalverbänden
- measure 'Social Analysis'
- caption: Sozialanalyse
- measure 'Gender Distribution'
- caption: Geschlechteverteilung
- measure 'Age Distribution'
- caption: Altersverteilung
- measure 'Employees Qualifications'
- caption: Mitarbeiterqualifikationen
- measure 'Realized Emissions vs Target'
- caption: Realisierte Emissionen gegenüber Ziel
- measure 'CO2e Emissions by Scope'
- caption: CO2e-Emissionen nach Umfang
- measure 'Gas Emissions by Category'
- caption: Gasemissionen nach Kategorien
- measure 'Realized Emissions vs Baseline'
- caption: Realisierte Emissionen gegenüber Ausgangswert
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e-Emissionen gegenüber Ausgangswert
- measure 'CO2e Emissions by Account'
- caption: CO2e-Emissionen nach Firma
- measure 'Water and Waste Analysis'
- caption: Wasser- und Abfallanalyse
- measure 'Water by Facility Location'
- caption: Wasser nach Anlagenstandort
- measure 'Water by Facility Capacity'
- caption: Wasser nach Anlagenkapazität
- measure 'Water and Waste by Type'
- caption: Wasser und Abfall nach Typ
- measure 'Water and Waste Intensity by Type'
- caption: Wasser- und Abfallintensität nach Typ
- measure 'Water and Waste Intensity by Facility'
- caption: Wasser- und Abfallintensität nach Anlage
- measure 'Emissions by Category and Scope'
- caption: Emissionen nach Kategorie und Umfang
- measure 'Emissions by Category'
- caption: Emissionen nach Kategorie
- measure 'Emissions by Scope'
- caption: Emissionen nach Umfang
- measure 'CO2e Analysis'
- caption: CO2e-Analyse
- measure 'CO2e Emissions by Category'
- caption: CO2e-Emissionen nach Kategorien
- measure 'Carbon Credit by Month'
- caption: Kohlenstoffgutschrift nach Monat
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e-Äquivalent Emission pro Monat und Umsatz
- measure 'Employee Entries Drillthrough'
- caption: Mitarbeiterposten-Drillthrough
- measure 'Employee Ledger Entries'
- caption: Mitarbeiterposten
- measure 'Sustainability Ledger Entries'
- caption: Nachhaltigkeitsposten
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Nachhaltigkeitsposten-Drillthrough
- measure 'Employee Ledger Entries Drillthrough'
- caption: Mitarbeiter-Hauptbuchposten-Drillthrough
- measure 'Sustainability Overview'
- caption: Nachhaltigkeitsübersicht
- measure 'Sustainability Analytics'
- caption: Nachhaltigkeitsanalysen
- measure 'CO2e Emissions by Month'
- caption: CO2e-Emissionen pro Monat
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Bereich-1- und Bereich-2-Analyse nach Kategorien pro Jahr
- measure 'CO2e Emissions by Department'
- caption: CO2e-Emissionen nach Abteilungen
- measure 'Journey to Net-Zero Carbon'
- caption: Der Weg zur CO2-Neutralität
- measure 'CO2e Emissions by Business Group'
- caption: CO2e-Emissionen nach Unternehmensgruppe
- measure 'Renewable Energy Usage'
- caption: Nutzung erneuerbarer Energien
- measure 'CO2e Emissions Over Time'
- caption: CO2e-Emissionen im Zeitverlauf
- measure 'CO2e Smart Review'
- caption: Intelligente CO2e-Prüfung
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e-Emissionen nach globaler Dimension eins
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e-Emissionen nach globaler Dimension zwei
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e-Äquivalent Emissionen pro Monat
- measure 'Company Name'
- caption: Mandantenname
- measure 'Last Refreshed'
- caption: Zuletzt aktualisiert
- measure 'Released Employees'
- caption: Freigestellte Mitarbeiter
- measure 'CO2e Decomposition Tree'
- caption: CO2e-Zerlegungsstruktur
- measure 'CO2e Key Influences'
- caption: CO2e-Haupteinflüsse
- measure 'Water and Waste Yearly and Daily Change'
- caption: Wasser und Abfall – Jährliche und tägliche Veränderung
- table COMPANY
- caption: MANDANT
- measure 'Company Label'
- caption: Mandantenbeschriftung
- table 'Sustainability Ledger Entries'
- caption: Nachhaltigkeitsposten
- column 'Entry No.'
- caption: Laufnr.
- column Description
- caption: Beschreibung
- column 'Wat. Intensity'
- caption: Wasserintensität
- column 'Water Type'
- caption: Wassertyp
- column 'Wate/Waste Intensity Type'
- caption: Wasser-/Abfallintensitätstyp
- column 'Document Type'
- caption: Belegtyp
- measure 'CO2 Emissions'
- caption: CO2-Emissionen
- measure 'CH4 Emissions'
- caption: CH4-Emissionen
- measure 'CO2 Emissions Balance'
- caption: CO2-Emissionsbilanz
- measure 'CO2 Emissions Balance at Date'
- caption: CO2-Emissionsbilanz zum Stichtag
- measure 'N2O Emissions'
- caption: N2O-Emissionen
- measure 'CO2e Emissions'
- caption: CO2e-Emissionen
- measure 'CH4 Emissions Balance at Date'
- caption: CH4-Emissionsbilanz zum Stichtag
- measure 'CH4 Emissions Balance'
- caption: CH4-Emissionsbilanz
- measure 'Water Intensity'
- caption: Wasserintensität
- measure 'Waste Intensity'
- caption: Abfallintensität
- measure 'Discharged Into Water'
- caption: Ins Wasser abgegeben
- measure 'CO2e Emissions Balance'
- caption: CO2e-Emissionsbilanz
- measure 'CO2e Emissions Balance at Date'
- caption: CO2e-Emissionsbilanz zum Stichtag
- measure 'Discharged Into Water Balance at Date'
- caption: Bilanz am Sichtag für „Ins Wasser abgegeben“
- measure 'Discharged Into Water Balance'
- caption: Bilanz für „Ins Wasser abgegeben“
- measure 'N2O Emissions Balance'
- caption: N2O-Emissionsbilanz
- measure 'N2O Emissions Balance at Date'
- caption: N2O-Emissionsbilanz zum Stichtag
- measure 'Waste Intensity Balance at Date'
- caption: Abfallintensitätsbilanz zum Stichtag
- measure 'Waste Intensity Balance'
- caption: Abfallintensitätsbilanz
- measure 'Water Intensity Balance'
- caption: Wasserintensitätsbilanz
- measure 'Water Intensity Balance at Date'
- caption: Wasserintensitätsbilanz zum Stichtag
- measure 'CO2 Baseline'
- caption: CO2-Ausgangswert
- measure 'CH4 Baseline'
- caption: CH4-Ausgangswert
- measure 'CH4 vs Baseline (%)'
- caption: CH4 gegenüber Ausgangswert (%)
- measure 'N2O Baseline'
- caption: N2O-Ausgangswert
- measure 'N2O vs Baseline (%)'
- caption: N2O gegenüber Ausgangswert (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 gegenüber Ausgangswert (%)
- measure 'Water Baseline'
- caption: Wasserausgangswert
- measure 'Waste Baseline'
- caption: Abfallausgangswert
- measure 'Water vs Baseline (%)'
- caption: Wasser gegenüber Ausgangswert (%)
- measure 'Waste vs Baseline (%)'
- caption: Abfall gegenüber Ausgangswert (%)
- measure 'CO2e Baseline'
- caption: CO2e-Ausgangswert
- measure 'CO2e vs Baseline (%)'
- caption: CO2e gegenüber Ausgangswert (%)
- measure 'Purchased Carbon Credits'
- caption: Gekaufte Emissionsgutschriften
- measure 'Discharged Into Water Baseline'
- caption: Wasserableitungs-Ausgangswert
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Wasserableitung gegenüber Ausgangswert (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e-Emissionen (ohne Gutschriften)
- measure 'Water Intensity PY'
- caption: Wasserintensität (VJ)
- measure 'Water Intensity YOY'
- caption: Wasserveränderung (JGJ)
- measure 'Waste Intensity PY'
- caption: Abfall (VJ)
- measure 'Waste Intensity YOY'
- caption: Abfallveränderung (JGJ)
- measure 'Discharged Into Water PY'
- caption: Ins Wasser abgegeben (VJ)
- measure 'Discharged Into Water YOY'
- caption: Ins Wasser abgegeben (JGJ)
- measure 'Discharged Into Water PD'
- caption: Ins Wasser abgegeben (LD)
- measure 'Waste Intensity PD'
- caption: Abfall (LD)
- measure 'Water Intensity PD'
- caption: Wasserintensität (LD)
- measure 'Water Intensity DOD'
- caption: Wasserveränderung (TGT)
- measure 'Waste Intensity DOD'
- caption: Abfallveränderung (TGT)
- measure 'Discharged Into Water DOD'
- caption: Ins Wasser abgegeben (TGT)
- measure 'Base Link'
- caption: Basislink
- measure 'Sustainability Ledger Entries Link'
- caption: Link für Nachhaltigkeitsposten
- measure 'Months in Context'
- caption: Monate im Kontext
- table 'Sustainability Accounts'
- caption: Nachhaltigkeitskonten
- column 'Sustainability Account No.'
- caption: Nachhaltigkeitskonto-Nr.
- column 'Sustainability Account Name'
- caption: Nachhaltigkeitskontoname
- column 'Sustainability Account Category'
- caption: Kategorie „Nachhaltigkeitskonto“
- column 'Sustainability Account Sub-Category'
- caption: Unterkategorie „Nachhaltigkeitskonto“
- table Country/Region
- caption: Land/Region
- column 'Country Region Code'
- caption: Länder-/Regionscode
- column 'Country Region Name'
- caption: Länder-/Regionsname
- table 'Responsibility Centre'
- caption: -Zuständigkeitseinheit
- column 'Responsibility Centre Code'
- caption: Zuständigkeitseinheitencode
- column 'Responsibility Centre Name'
- caption: Zuständigkeitseinheitencode – Name
- measure 'Facility Capacity'
- caption: Anlagenkapazität
- table 'Sustainability Goals'
- caption: Nachhaltigkeitsziele
- column 'Score Card No.'
- caption: Scorecard-Nr.
- column 'No.'
- caption: Anz.
- column Name
- caption: Name
- column Owner
- caption: Besitzer
- column 'Target Value For CO2'
- caption: Zielwert für CO2
- column 'Target Value For CH4'
- caption: Zielwert für CH4
- column 'Target Value For N2O'
- caption: Zielwert für N2O
- column 'Target Value For Water Intensity'
- caption: Zielwert für die Wasserintensität
- column 'Target Value For Waste Intensity'
- caption: Zielwert für die Abfallintensität
- column 'Main Goal'
- caption: Hauptziel
- column 'Start Date'
- caption: Startdatum
- column 'End Date'
- caption: Enddatum
- column 'Baseline Start Date'
- caption: Ausgangswert-Startdatum
- column 'Baseline End Date'
- caption: Ausgangswert-Enddatum
- measure 'CO2 Target'
- caption: CO2-Ziel
- measure 'CO2 Realized (%)'
- caption: CO2 realisiert (%)
- measure 'CH4 Target'
- caption: CH4-Ziel
- measure 'N2O Target'
- caption: N2O-Ziel
- measure 'CH4 Realized (%)'
- caption: CH4 realisiert (%)
- measure 'N2O Realized (%)'
- caption: N2O realisiert (%)
- measure 'Water Target'
- caption: Wasserziel
- measure 'Waste Target'
- caption: Abfallziel
- measure 'Water Realized (%)'
- caption: Realisierter Wasserverbrauch (%)
- measure 'Waste Realized (%)'
- caption: Abfall realisiert (%)
- measure 'CO2e Realized (%)'
- caption: CO2e realisiert (%)
- measure 'CO2 Current Value'
- caption: Aktueller CO2-Wert
- measure 'CH4 Current Value'
- caption: Aktueller CH4-Wert
- measure 'N2O Current Value'
- caption: Aktueller N2O-Wert
- measure 'CO2e Current Value'
- caption: Aktueller CO2e-Wert
- table 'Employee Ledger Entries'
- caption: Mitarbeiterposten
- column 'Entry No.'
- caption: Laufnr.
- column 'Document Type'
- caption: Belegtyp
- column 'Document No.'
- caption: Belegnummer
- column Description
- caption: Beschreibung
- measure 'Employee Amount'
- caption: Betrag
- measure 'Employee Ledger Entries Link'
- caption: Mitarbeiterposten – Link
- table 'Employee Qualifications'
- caption: Mitarbeitequalifikationen
- column 'Employee Qualification Codes'
- caption: Mitarbeiterqualifikationscodes
- measure 'Employee Qualifications'
- caption: Anzahl der Mitarbeiterqualifikationen
- table 'Emission Fees'
- caption: Emissionsgebühren
- column 'Emission Type'
- caption: Emissionsart
- column 'Scope Type'
- caption: Bereichstyp
- column 'Starting Date'
- caption: Startdatum
- column 'Ending Date'
- caption: Enddatum
- column 'Country Region Code'
- caption: Länder-/Regionscode
- column 'Responsibility Centre'
- caption: -Zuständigkeitseinheit
- column 'Carbon Fee'
- caption: CO₂-Gebühr
- column 'Carbon Equivalent Factor'
- caption: Kohlenstoffäquivalentfaktor
- measure 'CO2e Target'
- caption: CO2e-Ziel
- measure 'CO2 Carbon Equivalent'
- caption: CO2-Kohlenstoff-Äquivalent
- measure 'CH4 Carbon Equivalent'
- caption: CH4-Kohlenstoff-Äquivalent
- measure 'N2O Carbon Equivalent'
- caption: N2O-Kohlenstoff-Äquivalent
- table 'Employee Absences'
- caption: Mitarbeiter Abwesenheiten
- column 'Entry No'
- caption: Postennummer
- column 'From Date'
- caption: Von Datum
- column 'To Date'
- caption: Bis Datum
- column 'Cause of Absence'
- caption: Grund Abwesenheit
- column Description
- caption: Beschreibung
- measure 'Employee Absences'
- caption: Menge
- measure 'Absence Hours (%)'
- caption: Abwesenheitsstunden (%)
- table 'Sustainability Sub-Account Categories'
- caption: Unterkategorien des Nachhaltigkeitskontos
- column 'Sub-Category Description'
- caption: Beschreibung der Unterkategorie
- column 'Renewable Energy'
- caption: Erneuerbare Energien
- table Employees
- caption: Mitarbeiter
- column 'Employee No.'
- caption: Mitarbeiternr.
- column 'Employee Full Name'
- caption: Vollständiger Name des Mitarbeiters
- column 'Employee First Name'
- caption: Vorname des Mitarbeiters
- column 'Employee Last Name'
- caption: Nachname des Mitarbeiters
- column 'Employee Gender'
- caption: Geschlecht des Mitarbeiters
- column 'Employee Union Code'
- caption: Mitarbeiter – Personalverbandscode
- column 'Employee Status'
- caption: Mitarbeiterstatus
- column 'Employee Cause of Inactivity'
- caption: Grund für Inaktivität des Mitarbeiters
- column 'Employee Inactive Date'
- caption: Datum der Inaktivität des Mitarbeiters
- column 'Employee Grounds for Termination'
- caption: Gründe für Beschäftigungsende des Mitarbeiters
- column 'Employee Date of Birth'
- caption: Mitarbeitergeburtsdatum
- column Age
- caption: Alter
- column 'Age Distribution'
- caption: Altersverteilung
- measure 'No. of Employees'
- caption: Anzahl der Mitarbeiter
- measure 'No. of Male Employees'
- caption: Anzahl männlicher Mitarbeiter
- measure 'No. of Female Employees'
- caption: Anzahl weiblicher Mitarbeiter
- measure 'No. of Other Employees'
- caption: Anzahl sonstiger Mitarbeiter
- measure 'Male Employees (%)'
- caption: Männliche Mitarbeiter (%)
- measure 'Female Employees (%)'
- caption: Weibliche Mitarbeiter (%)
- measure 'Other Employees (%)'
- caption: Anzahl Mitarbeiter (%)
- table ENVIRONMENT
- caption: UMGEBUNG
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/de-DE.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/de-DE.tmdl
deleted file mode 100644
index 1808167f80..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/de-DE.tmdl
+++ /dev/null
@@ -1,824 +0,0 @@
-cultureInfo de-DE
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Sachkontokategorie
- column 'Sustainability Account Category Description'
- caption: Beschreibung der Sachk.-Kategorie
- column 'Sustainability Account Category Code'
- caption: Nachhaltigkeitskontokategorie-Code
- column 'Sustainability Account Category Emission Scope'
- caption: Nachhaltigkeitskontokategorie – Emissionsumfang
- table 'Dimension Sets'
- caption: Dimensionssätze
- column 'Global Dimension 1'
- caption: Globale Dimension 1
- column 'Global Dimension 2'
- caption: Globale Dimension 2
- column 'Shortcut Dimension 3'
- caption: Shortcutdimension 3
- column 'Shortcut Dimension 4'
- caption: Shortcutdimension 4
- column 'Shortcut Dimension 5'
- caption: Shortcutdimension 5
- column 'Shortcut Dimension 6'
- caption: Shortcutdimension 6
- column 'Shortcut Dimension 7'
- caption: Shortcutdimension 7
- column 'Shortcut Dimension 8'
- caption: Shortcutdimension 8
- column id
- caption: id
- table Date
- caption: Datum
- column Date
- caption: Datum
- column 'Week Day'
- caption: Woche Tag
- column 'Day Type'
- caption: Tagestyp
- column 'Calendar Year'
- caption: Kalender Jahr
- displayFolder: _Standard Kalender
- column 'Calendar Quarter'
- caption: Kalenderquartal
- displayFolder: _Standard Kalender
- column 'Calendar Quarter Year'
- caption: Kalender Quartal Jahr
- displayFolder: _Standard Kalender
- column 'Calendar Month'
- caption: Kalendermonat
- displayFolder: _Standard Kalender
- column 'Calendar Month Year'
- caption: Kalender Monat Jahr
- displayFolder: _Standard Kalender
- column 'Calendar Week'
- caption: Kalender Woche
- displayFolder: _Standard Kalender
- column 'Calendar Week Year'
- caption: Kalender Woche Jahr
- displayFolder: _Standard Kalender
- column 'Calendar WeekYearOrder'
- displayFolder: _Standard Kalender
- column 'Calendar RelativeWeekPos'
- caption: Kalender RelativeWochenPos
- displayFolder: _Standard Kalender
- column 'Calendar RelativeMonthPos'
- caption: Kalender RelativeMonatsPos
- displayFolder: _Standard Kalender
- column 'Calendar RelativeQuarterPos'
- caption: Kalender RelativeQuartalsPos
- displayFolder: _Standard Kalender
- column 'Calendar RelativeYearPos'
- caption: Kalender RelativeJahresPos
- displayFolder: _Standard Kalender
- column 'Calendar StartOfMonth'
- caption: Kalender BeginnDesMonats
- displayFolder: _Standard Kalender
- column 'Calendar EndOfMonth'
- caption: Kalender EndeDesMonats
- displayFolder: _Standard Kalender
- column 'Calendar StartOfQuarter'
- caption: Kalender BeginnDesQuartals
- displayFolder: _Standard Kalender
- column 'Calendar EndOfQuarter'
- caption: Kalender EndeDesQuartals
- displayFolder: _Standard Kalender
- column 'Calendar StartOfYear'
- caption: Kalender BeginnDesJahres
- displayFolder: _Standard Kalender
- column 'Calendar EndOfYear'
- caption: Kalender EndeDesJahres
- displayFolder: _Standard Kalender
- column 'Calendar MonthDays'
- caption: Kalender MonatTage
- displayFolder: _Standard Kalender
- column 'Calendar QuarterDays'
- caption: Kalender QuartalTage
- displayFolder: _Standard Kalender
- column 'Calendar YearDays'
- caption: Kalender JahrTage
- displayFolder: _Standard Kalender
- column 'Calendar DayOfMonthNumber'
- caption: Kalender TagDesMonatsZahl
- displayFolder: _Standard Kalender
- column 'Calendar DayOfQuarterNumber'
- caption: Kalender TagDesQuartalsZahl
- displayFolder: _Standard Kalender
- column 'Calendar DayOfYearNumber'
- caption: Kalender TagDesJahresZahl
- displayFolder: _Standard Kalender
- column 'Calendar DatePreviousWeek'
- caption: Kalender DatumVorigeWoche
- displayFolder: _Standard Kalender
- column 'Calendar DatePreviousMonth'
- caption: Kalender DatumVorigerMonat
- displayFolder: _Standard Kalender
- column 'Calendar DatePreviousQuarter'
- caption: Kalender DatumVorigesQuartal
- displayFolder: _Standard Kalender
- column 'Calendar DatePreviousYear'
- caption: Kalender DatumVorigesJahr
- displayFolder: _Standard Kalender
- column 'Fiscal Year'
- caption: Geschäftlich Jahr
- displayFolder: _Fiscal Kalender
- column 'Fiscal Quarter'
- caption: Geschäftsquartal
- displayFolder: _Fiscal Kalender
- column 'Fiscal Quarter Year'
- caption: Geschäftlich Quartal Jahr
- displayFolder: _Fiscal Kalender
- column 'Fiscal MonthInQuarterNumber'
- displayFolder: _Fiscal Kalender
- column 'Fiscal Month'
- caption: Geschäftlich Monat
- displayFolder: _Fiscal Kalender
- column 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- displayFolder: _Fiscal Kalender
- column 'Fiscal Week'
- caption: Geschäftswoche
- displayFolder: _Fiscal Kalender
- column 'Fiscal Week Year'
- caption: Geschäftlich Woche Jahr
- displayFolder: _Fiscal Kalender
- column 'Fiscal WeekYearOrder'
- displayFolder: _Fiscal Kalender
- column 'Fiscal RelativeWeekPos'
- caption: Geschäftlich RelativeWochenPos
- displayFolder: _Fiscal Kalender
- column 'Fiscal RelativeMonthPos'
- caption: Geschäftlich RelativeMonatsPos
- displayFolder: _Fiscal Kalender
- column 'Fiscal RelativeQuarterPos'
- caption: Geschäftlich RelativeQuartalsPos
- displayFolder: _Fiscal Kalender
- column 'Fiscal RelativeYearPos'
- caption: Geschäftlich RelativeJahresPos
- displayFolder: _Fiscal Kalender
- column 'Fiscal StartOfMonth'
- caption: Geschäftlich BeginnDesMonats
- displayFolder: _Fiscal Kalender
- column 'Fiscal EndOfMonth'
- caption: Geschäftlich EndeDesMonats
- displayFolder: _Fiscal Kalender
- column 'Fiscal StartOfQuarter'
- caption: Geschäftlich BeginnDesQuartals
- displayFolder: _Fiscal Kalender
- column 'Fiscal EndOfQuarter'
- caption: Geschäftlich EndeDesQuartals
- displayFolder: _Fiscal Kalender
- column 'Fiscal StartOfYear'
- caption: Geschäftlich BeginnDesJahres
- displayFolder: _Fiscal Kalender
- column 'Fiscal EndOfYear'
- caption: Geschäftlich EndeDesJahres
- displayFolder: _Fiscal Kalender
- column 'Fiscal MonthDays'
- caption: Geschäftlich MonatTage
- displayFolder: _Fiscal Kalender
- column 'Fiscal QuarterDays'
- caption: Geschäftlich QuartalTage
- displayFolder: _Fiscal Kalender
- column 'Fiscal YearDays'
- caption: Geschäftlich JahrTage
- displayFolder: _Fiscal Kalender
- column 'Fiscal DayOfMonthNumber'
- caption: Geschäftlich TagDesMonatsZahl
- displayFolder: _Fiscal Kalender
- column 'Fiscal DayOfQuarterNumber'
- caption: Geschäftlich TagDesQuartalsZahl
- displayFolder: _Fiscal Kalender
- column 'Fiscal DayOfYearNumber'
- caption: Geschäftlich TagDesJahresZahl
- displayFolder: _Fiscal Kalender
- column 'Fiscal DatePreviousWeek'
- caption: Geschäftlich DatumVorigeWoche
- displayFolder: _Fiscal Kalender
- column 'Fiscal DatePreviousMonth'
- caption: Geschäftlich DatumVorigerMonat
- displayFolder: _Fiscal Kalender
- column 'Fiscal DatePreviousQuarter'
- caption: Geschäftlich DatumVorigesQuartal
- displayFolder: _Fiscal Kalender
- column 'Fiscal DatePreviousYear'
- caption: Geschäftlich DatumVorigesJahr
- displayFolder: _Fiscal Kalender
- column 'FW Year'
- caption: GW Jahr
- displayFolder: _Weekly Kalender
- column 'FW Quarter'
- caption: GW Quartal
- displayFolder: _Weekly Kalender
- column 'FW Quarter Year'
- caption: GW Quartal Jahr
- displayFolder: _Weekly Kalender
- column 'FW Month'
- caption: GW Monat
- displayFolder: _Weekly Kalender
- column 'FW Month Year'
- caption: GW Monat Jahr
- displayFolder: _Weekly Kalender
- column 'FW Week'
- caption: GW Woche
- displayFolder: _Weekly Kalender
- column 'FW Period'
- caption: GW Periode
- displayFolder: _Weekly Kalender
- column 'FW Week Year'
- caption: GW Woche Jahr
- displayFolder: _Weekly Kalender
- column 'FW StartOfWeek'
- caption: GW BeginnDerWoche
- displayFolder: _Weekly Kalender
- column 'FW EndOfWeek'
- caption: GW EndeDerWoche
- displayFolder: _Weekly Kalender
- column 'FW RelativeWeekPos'
- caption: GW RelativeWochenPos
- displayFolder: _Weekly Kalender
- column 'FW RelativeMonthPos'
- caption: GW RelativeMonatsPos
- displayFolder: _Weekly Kalender
- column 'FW RelativeQuarterPos'
- caption: GW RelativeQuartalsPos
- displayFolder: _Weekly Kalender
- column 'FW RelativeYearPos'
- caption: GW RelativeJahresPos
- displayFolder: _Weekly Kalender
- column 'FW StartOfMonth'
- caption: GW BeginnDesMonats
- displayFolder: _Weekly Kalender
- column 'FW EndOfMonth'
- caption: GW EndeDesMonats
- displayFolder: _Weekly Kalender
- column 'FW StartOfQuarter'
- caption: GW BeginnDesQuartals
- displayFolder: _Weekly Kalender
- column 'FW EndOfQuarter'
- caption: GW EndeDesQuartals
- displayFolder: _Weekly Kalender
- column 'FW StartOfYear'
- caption: GW BeginnDesJahres
- displayFolder: _Weekly Kalender
- column 'FW EndOfYear'
- caption: GW EndeDesJahres
- displayFolder: _Weekly Kalender
- column 'FW MonthDays'
- caption: GW MonatTage
- displayFolder: _Weekly Kalender
- column 'FW QuarterDays'
- caption: GW QuartalTage
- displayFolder: _Weekly Kalender
- column 'FW YearDays'
- caption: GW JahrTage
- displayFolder: _Weekly Kalender
- column 'FW DayOfMonthNumber'
- caption: GW TagDesMonatsZahl
- displayFolder: _Weekly Kalender
- column 'FW DayOfQuarterNumber'
- caption: GW TagDesQuartalsZahl
- displayFolder: _Weekly Kalender
- column 'FW DayOfYearNumber'
- caption: GW TagDesJahresZahl
- displayFolder: _Weekly Kalender
- column 'FW DatePreviousWeek'
- caption: GW DatumVorigeWoche
- displayFolder: _Weekly Kalender
- column 'FW DatePreviousMonth'
- caption: GW DatumVorigerMonat
- displayFolder: _Weekly Kalender
- column 'FW DatePreviousQuarter'
- caption: GW DatumVorigesQuartal
- displayFolder: _Weekly Kalender
- column 'FW DatePreviousYear'
- caption: GW DatumVorigesJahr
- displayFolder: _Weekly Kalender
- column 'Relative Day'
- caption: Relativ Tag
- column Sequential365DayNumber
- caption: Fortlaufend 365 TagNummer
- measure 'No. of Days'
- caption: Anzahl der Tage
- measure 'Working Days'
- caption: Arbeitstage
- measure Ranged
- caption: Bereich
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Geschäftlich Jahr-Quartal-Monat-Woche
- displayFolder: _Fiscal Kalender
- level 'Fiscal Year'
- caption: Geschäftlich Jahr
- level 'Fiscal Quarter Year'
- caption: Geschäftlich Quartal Jahr
- level 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- level 'Fiscal Week Year'
- caption: Geschäftlich Woche Jahr
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Kalender Jahr-Quartal-Monat-Woche
- displayFolder: _Standard Kalender
- level 'Calendar Year'
- caption: Kalender Jahr
- level 'Calendar Quarter Year'
- caption: Kalender Quartal Jahr
- level 'Calendar Month Year'
- caption: Kalender Monat Jahr
- level 'Calendar Week Year'
- caption: Kalender Woche Jahr
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: GW Jahr-Quartal-Monat-Woche
- displayFolder: _Weekly Kalender
- level 'FW Year'
- caption: GW Jahr
- level 'FW Quarter Year'
- caption: GW Quartal Jahr
- level 'FW Month Year'
- caption: GW Monat Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- hierarchy 'Fiscal Year-Month'
- caption: Geschäftlich Jahr-Monat
- displayFolder: _Fiscal Kalender
- level 'Fiscal Year'
- caption: Geschäftlich Jahr
- level 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- hierarchy 'Fiscal Year-Month-Week'
- caption: Geschäftlich Jahr-Monat-Woche
- displayFolder: _Fiscal Kalender
- level 'Fiscal Year'
- caption: Geschäftlich Jahr
- level 'Fiscal Month Year'
- caption: Geschäftlich Monat Jahr
- level 'Fiscal Week Year'
- caption: Geschäftlich Woche Jahr
- hierarchy 'Calendar Year-Month'
- caption: Kalender Jahr-Monat
- displayFolder: _Standard Kalender
- level 'Calendar Year'
- caption: Kalender Jahr
- level 'Calendar Month Year'
- caption: Kalender Monat Jahr
- hierarchy 'Calendar Year-Month-Week'
- caption: Kalender Jahr-Monat-Woche
- displayFolder: _Standard Kalender
- level 'Calendar Year'
- caption: Kalender Jahr
- level 'Calendar Month Year'
- caption: Kalender Monat Jahr
- level 'Calendar Week Year'
- caption: Kalender Woche Jahr
- hierarchy 'FW Year-Month-Week'
- caption: GW Jahr-Monat-Woche
- displayFolder: _Weekly Kalender
- level 'FW Year'
- caption: GW Jahr
- level 'FW Month Year'
- caption: GW Monat Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- hierarchy 'FW Year-Quarter-Week'
- caption: GW Jahr-Quartal-Woche
- displayFolder: _Weekly Kalender
- level 'FW Year'
- caption: GW Jahr
- level 'FW Quarter Year'
- caption: GW Quartal Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- hierarchy 'FW Year-Week'
- caption: GW Jahr-Woche
- displayFolder: _Weekly Kalender
- level 'FW Year'
- caption: GW Jahr
- level 'FW Week Year'
- caption: GW Woche Jahr
- table 'Localized Labels'
- caption: Lokalisierte Etiketten
- measure 'My Report Title'
- caption: Titel meines Berichts
- measure 'My Button Caption'
- caption: Beschriftung Meine Schaltfläche
- measure 'My Visual Title'
- caption: Titel meines Visuals
- measure 'Inactive Employees'
- caption: Inaktive Mitarbeiter
- measure 'Terminated Employees'
- caption: Gekündigte Mitarbeiter
- measure 'Employees in Unions'
- caption: Mitarbeiter in Gewerkschaften
- measure 'Social Analysis'
- caption: Sozialanalyse
- measure 'Gender Distribution'
- caption: Geschlechteverteilung
- measure 'Age Distribution'
- caption: Altersverteilung
- measure 'Employees Qualifications'
- caption: Mitarbeiterqualifikationen
- measure 'Realized Emissions vs Target'
- caption: Realisierte Emissionen gegenüber Ziel
- measure 'CO2e Emissions by Scope'
- caption: CO2e-Emissionen nach Umfang
- measure 'Gas Emissions by Category'
- caption: Gasemissionen nach Kategorien
- measure 'Realized Emissions vs Baseline'
- caption: Realisierte Emissionen gegenüber Ausgangswert
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e-Emissionen gegenüber Ausgangswert
- measure 'CO2e Emissions by Account'
- caption: CO2e-Emissionen nach Firma
- measure 'Water and Waste Analysis'
- caption: Wasser- und Abfallanalyse
- measure 'Water by Facility Location'
- caption: Wasser nach Anlagenstandort
- measure 'Water by Facility Capacity'
- caption: Wasser nach Anlagenkapazität
- measure 'Water and Waste by Type'
- caption: Wasser und Abfall nach Typ
- measure 'Water and Waste Intensity by Type'
- caption: Wasser- und Abfallintensität nach Typ
- measure 'Water and Waste Intensity by Facility'
- caption: Wasser- und Abfallintensität nach Anlage
- measure 'Emissions by Category and Scope'
- caption: Emissionen nach Kategorie und Umfang
- measure 'Emissions by Category'
- caption: Emissionen nach Kategorie
- measure 'Emissions by Scope'
- caption: Emissionen nach Umfang
- measure 'CO2e Analysis'
- caption: CO2e-Analyse
- measure 'CO2e Emissions by Category'
- caption: CO2e-Emissionen nach Kategorien
- measure 'Carbon Credit by Month'
- caption: Kohlenstoffgutschrift nach Monat
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e-Äquivalent Emission pro Monat und Umsatz
- measure 'Employee Entries Drillthrough'
- caption: Mitarbeiterposten-Drillthrough
- measure 'Employee Ledger Entries'
- caption: Mitarbeiterposten
- measure 'Sustainability Ledger Entries'
- caption: Nachhaltigkeitsposten
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Nachhaltigkeitsposten-Drillthrough
- measure 'Employee Ledger Entries Drillthrough'
- caption: Mitarbeiter-Hauptbuchposten-Drillthrough
- measure 'Sustainability Overview'
- caption: Nachhaltigkeitsübersicht
- measure 'Sustainability Analytics'
- caption: Nachhaltigkeitsanalysen
- measure 'CO2e Emissions by Month'
- caption: CO2e-Emissionen pro Monat
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Bereich-1- und Bereich-2-Analyse nach Kategorien pro Jahr
- measure 'CO2e Emissions by Department'
- caption: CO2e-Emissionen nach Abteilungen
- measure 'Journey to Net-Zero Carbon'
- caption: Der Weg zur CO2-Neutralität
- measure 'CO2e Emissions by Business Group'
- caption: CO2e-Emissionen nach Unternehmensgruppe
- measure 'Renewable Energy Usage'
- caption: Nutzung erneuerbarer Energien
- measure 'CO2e Emissions Over Time'
- caption: CO2e-Emissionen im Zeitverlauf
- measure 'CO2e Smart Review'
- caption: Intelligente CO2e-Prüfung
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e-Emissionen nach globaler Dimension eins
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e-Emissionen nach globaler Dimension zwei
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e-Äquivalent Emissionen pro Monat
- measure 'Company Name'
- caption: Mandantenname
- measure 'Last Refreshed'
- caption: Zuletzt aktualisiert
- measure 'Released Employees'
- caption: Freigestellte Mitarbeiter
- measure 'CO2e Decomposition Tree'
- caption: CO2e-Zerlegungsstruktur
- measure 'CO2e Key Influences'
- caption: CO2e-Haupteinflüsse
- measure 'Water and Waste Yearly and Daily Change'
- caption: Wasser und Abfall – Jährliche und tägliche Veränderung
- table COMPANY
- caption: MANDANT
- measure 'Company Label'
- caption: Mandantenbeschriftung
- table 'Sustainability Ledger Entries'
- caption: Nachhaltigkeitsposten
- column 'Entry No.'
- caption: Postennr.
- column Description
- caption: Beschreibung
- column 'Wat. Intensity'
- caption: Wasserintensität
- column 'Water Type'
- caption: Wassertyp
- column 'Wate/Waste Intensity Type'
- caption: Wasser-/Abfallintensitätstyp
- column 'Document Type'
- caption: Belegtyp
- measure 'CO2 Emissions'
- caption: CO2-Emissionen
- measure 'CH4 Emissions'
- caption: CH4-Emissionen
- measure 'CO2 Emissions Balance'
- caption: CO2-Emissionsbilanz
- measure 'CO2 Emissions Balance at Date'
- caption: CO2-Emissionsbilanz zum Stichtag
- measure 'N2O Emissions'
- caption: N2O-Emissionen
- measure 'CO2e Emissions'
- caption: CO2e-Emissionen
- measure 'CH4 Emissions Balance at Date'
- caption: CH4-Emissionsbilanz zum Stichtag
- measure 'CH4 Emissions Balance'
- caption: CH4-Emissionsbilanz
- measure 'Water Intensity'
- caption: Wasserintensität
- measure 'Waste Intensity'
- caption: Abfallintensität
- measure 'Discharged Into Water'
- caption: Ins Wasser abgegeben
- measure 'CO2e Emissions Balance'
- caption: CO2e-Emissionsbilanz
- measure 'CO2e Emissions Balance at Date'
- caption: CO2e-Emissionsbilanz zum Stichtag
- measure 'Discharged Into Water Balance at Date'
- caption: Bilanz am Sichtag für „Ins Wasser abgegeben“
- measure 'Discharged Into Water Balance'
- caption: Bilanz für „Ins Wasser abgegeben“
- measure 'N2O Emissions Balance'
- caption: N2O-Emissionsbilanz
- measure 'N2O Emissions Balance at Date'
- caption: N2O-Emissionsbilanz zum Stichtag
- measure 'Waste Intensity Balance at Date'
- caption: Abfallintensitätsbilanz zum Stichtag
- measure 'Waste Intensity Balance'
- caption: Abfallintensitätsbilanz
- measure 'Water Intensity Balance'
- caption: Wasserintensitätsbilanz
- measure 'Water Intensity Balance at Date'
- caption: Wasserintensitätsbilanz zum Stichtag
- measure 'CO2 Baseline'
- caption: CO2-Ausgangswert
- measure 'CH4 Baseline'
- caption: CH4-Ausgangswert
- measure 'CH4 vs Baseline (%)'
- caption: CH4 gegenüber Ausgangswert (%)
- measure 'N2O Baseline'
- caption: N2O-Ausgangswert
- measure 'N2O vs Baseline (%)'
- caption: N2O gegenüber Ausgangswert (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 gegenüber Ausgangswert (%)
- measure 'Water Baseline'
- caption: Wasserausgangswert
- measure 'Waste Baseline'
- caption: Abfallausgangswert
- measure 'Water vs Baseline (%)'
- caption: Wasser gegenüber Ausgangswert (%)
- measure 'Waste vs Baseline (%)'
- caption: Abfall gegenüber Ausgangswert (%)
- measure 'CO2e Baseline'
- caption: CO2e-Ausgangswert
- measure 'CO2e vs Baseline (%)'
- caption: CO2e gegenüber Ausgangswert (%)
- measure 'Purchased Carbon Credits'
- caption: Gekaufte Emissionsgutschriften
- measure 'Discharged Into Water Baseline'
- caption: Wasserableitungs-Ausgangswert
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Wasserableitung gegenüber Ausgangswert (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e-Emissionen (ohne Gutschriften)
- measure 'Water Intensity PY'
- caption: Wasserintensität (VJ)
- measure 'Water Intensity YOY'
- caption: Wasserveränderung (JGJ)
- measure 'Waste Intensity PY'
- caption: Abfall (VJ)
- measure 'Waste Intensity YOY'
- caption: Abfallveränderung (JGJ)
- measure 'Discharged Into Water PY'
- caption: Ins Wasser abgegeben (VJ)
- measure 'Discharged Into Water YOY'
- caption: Ins Wasser abgegeben (JGJ)
- measure 'Discharged Into Water PD'
- caption: Ins Wasser abgegeben (LD)
- measure 'Waste Intensity PD'
- caption: Abfall (LD)
- measure 'Water Intensity PD'
- caption: Wasserintensität (LD)
- measure 'Water Intensity DOD'
- caption: Wasserveränderung (TGT)
- measure 'Waste Intensity DOD'
- caption: Abfallveränderung (TGT)
- measure 'Discharged Into Water DOD'
- caption: Ins Wasser abgegeben (TGT)
- measure 'Base Link'
- caption: Basislink
- measure 'Sustainability Ledger Entries Link'
- caption: Link für Nachhaltigkeitsposten
- measure 'Months in Context'
- caption: Monate im Kontext
- table 'Sustainability Accounts'
- caption: Nachhaltigkeitskonten
- column 'Sustainability Account No.'
- caption: Nachhaltigkeitskonto-Nr.
- column 'Sustainability Account Name'
- caption: Nachhaltigkeitskontoname
- column 'Sustainability Account Category'
- caption: Kategorie „Nachhaltigkeitskonto“
- column 'Sustainability Account Sub-Category'
- caption: Unterkategorie „Nachhaltigkeitskonto“
- table Country/Region
- caption: Land/Region
- column 'Country Region Code'
- caption: Länder-/Regionscode
- column 'Country Region Name'
- caption: Länder-/Regionsname
- table 'Responsibility Centre'
- caption: -Zuständigkeitseinheit
- column 'Responsibility Centre Code'
- caption: Zuständigkeitseinheitencode
- column 'Responsibility Centre Name'
- caption: Zuständigkeitseinheitencode – Name
- measure 'Facility Capacity'
- caption: Anlagenkapazität
- table 'Sustainability Goals'
- caption: Nachhaltigkeitsziele
- column 'Score Card No.'
- caption: Scorecard-Nr.
- column 'No.'
- caption: Anz.
- column Name
- caption: Name
- column Owner
- caption: Besitzer
- column 'Target Value For CO2'
- caption: Zielwert für CO2
- column 'Target Value For CH4'
- caption: Zielwert für CH4
- column 'Target Value For N2O'
- caption: Zielwert für N2O
- column 'Target Value For Water Intensity'
- caption: Zielwert für die Wasserintensität
- column 'Target Value For Waste Intensity'
- caption: Zielwert für die Abfallintensität
- column 'Main Goal'
- caption: Hauptziel
- column 'Start Date'
- caption: Startdatum
- column 'End Date'
- caption: Enddatum
- column 'Baseline Start Date'
- caption: Ausgangswert-Startdatum
- column 'Baseline End Date'
- caption: Ausgangswert-Enddatum
- measure 'CO2 Target'
- caption: CO2-Ziel
- measure 'CO2 Realized (%)'
- caption: CO2 realisiert (%)
- measure 'CH4 Target'
- caption: CH4-Ziel
- measure 'N2O Target'
- caption: N2O-Ziel
- measure 'CH4 Realized (%)'
- caption: CH4 realisiert (%)
- measure 'N2O Realized (%)'
- caption: N2O realisiert (%)
- measure 'Water Target'
- caption: Wasserziel
- measure 'Waste Target'
- caption: Abfallziel
- measure 'Water Realized (%)'
- caption: Realisierter Wasserverbrauch (%)
- measure 'Waste Realized (%)'
- caption: Abfall realisiert (%)
- measure 'CO2e Realized (%)'
- caption: CO2e realisiert (%)
- measure 'CO2 Current Value'
- caption: Aktueller CO2-Wert
- measure 'CH4 Current Value'
- caption: Aktueller CH4-Wert
- measure 'N2O Current Value'
- caption: Aktueller N2O-Wert
- measure 'CO2e Current Value'
- caption: Aktueller CO2e-Wert
- table 'Employee Ledger Entries'
- caption: Mitarbeiterposten
- column 'Entry No.'
- caption: Postennr.
- column 'Document Type'
- caption: Belegtyp
- column 'Document No.'
- caption: Belegnummer
- column Description
- caption: Beschreibung
- measure 'Employee Amount'
- caption: Betrag
- measure 'Employee Ledger Entries Link'
- caption: Mitarbeiterposten – Link
- table 'Employee Qualifications'
- caption: Mitarbeitequalifikationen
- column 'Employee Qualification Codes'
- caption: Mitarbeiterqualifikationscodes
- measure 'Employee Qualifications'
- caption: Anzahl der Mitarbeiterqualifikationen
- table 'Emission Fees'
- caption: Emissionsgebühren
- column 'Emission Type'
- caption: Emissionsart
- column 'Scope Type'
- caption: Bereichstyp
- column 'Starting Date'
- caption: Startdatum
- column 'Ending Date'
- caption: Enddatum
- column 'Country Region Code'
- caption: Länder-/Regionscode
- column 'Responsibility Centre'
- caption: -Zuständigkeitseinheit
- column 'Carbon Fee'
- caption: CO₂-Gebühr
- column 'Carbon Equivalent Factor'
- caption: Kohlenstoffäquivalentfaktor
- measure 'CO2e Target'
- caption: CO2e-Ziel
- measure 'CO2 Carbon Equivalent'
- caption: CO2-Kohlenstoff-Äquivalent
- measure 'CH4 Carbon Equivalent'
- caption: CH4-Kohlenstoff-Äquivalent
- measure 'N2O Carbon Equivalent'
- caption: N2O-Kohlenstoff-Äquivalent
- table 'Employee Absences'
- caption: Mitarbeiter Abwesenheiten
- column 'Entry No'
- caption: Postennummer
- column 'From Date'
- caption: Von Datum
- column 'To Date'
- caption: Bis Datum
- column 'Cause of Absence'
- caption: Grund Abwesenheit
- column Description
- caption: Beschreibung
- measure 'Employee Absences'
- caption: Menge
- measure 'Absence Hours (%)'
- caption: Abwesenheitsstunden (%)
- table 'Sustainability Sub-Account Categories'
- caption: Unterkategorien des Nachhaltigkeitskontos
- column 'Sub-Category Description'
- caption: Beschreibung der Unterkategorie
- column 'Renewable Energy'
- caption: Erneuerbare Energien
- table Employees
- caption: Mitarbeiter
- column 'Employee No.'
- caption: Mitarbeiternr.
- column 'Employee Full Name'
- caption: Vollständiger Name des Mitarbeiters
- column 'Employee First Name'
- caption: Vorname des Mitarbeiters
- column 'Employee Last Name'
- caption: Nachname des Mitarbeiters
- column 'Employee Gender'
- caption: Geschlecht des Mitarbeiters
- column 'Employee Union Code'
- caption: Mitarbeiter – Gewerkschaftscode
- column 'Employee Status'
- caption: Mitarbeiterstatus
- column 'Employee Cause of Inactivity'
- caption: Grund für Inaktivität des Mitarbeiters
- column 'Employee Inactive Date'
- caption: Datum der Inaktivität des Mitarbeiters
- column 'Employee Grounds for Termination'
- caption: Gründe für Beschäftigungsende des Mitarbeiters
- column 'Employee Date of Birth'
- caption: Mitarbeitergeburtsdatum
- column Age
- caption: Alter
- column 'Age Distribution'
- caption: Altersverteilung
- measure 'No. of Employees'
- caption: Anzahl der Mitarbeiter
- measure 'No. of Male Employees'
- caption: Anzahl männlicher Mitarbeiter
- measure 'No. of Female Employees'
- caption: Anzahl weiblicher Mitarbeiter
- measure 'No. of Other Employees'
- caption: Anzahl sonstiger Mitarbeiter
- measure 'Male Employees (%)'
- caption: Männliche Mitarbeiter (%)
- measure 'Female Employees (%)'
- caption: Weibliche Mitarbeiter (%)
- measure 'Other Employees (%)'
- caption: Anzahl Mitarbeiter (%)
- table ENVIRONMENT
- caption: UMGEBUNG
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-AU.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-AU.tmdl
deleted file mode 100644
index 9d5907219b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-AU.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo en-AU
- translations
- model Model
- table 'Sustainability Account Category'
- caption: G/L Account Category
- column 'Sustainability Account Category Description'
- caption: G/L Acc. Category Description
- column 'Sustainability Account Category Code'
- caption: Sustainability Account Category Code
- column 'Sustainability Account Category Emission Scope'
- caption: Sustainability Account Category Emission Scope
- table 'Dimension Sets'
- caption: Dimension Sets
- column 'Global Dimension 1'
- caption: Global Dimension 1
- column 'Global Dimension 2'
- caption: Global Dimension 2
- column 'Shortcut Dimension 3'
- caption: Shortcut Dimension 3
- column 'Shortcut Dimension 4'
- caption: Shortcut Dimension 4
- column 'Shortcut Dimension 5'
- caption: Shortcut Dimension 5
- column 'Shortcut Dimension 6'
- caption: Shortcut Dimension 6
- column 'Shortcut Dimension 7'
- caption: Shortcut Dimension 7
- column 'Shortcut Dimension 8'
- caption: Shortcut Dimension 8
- column id
- caption: id
- table Date
- caption: Date
- column 'Week Day'
- caption: Week Day
- column 'Day Type'
- caption: Day Type
- column 'Calendar Year'
- caption: Calendar Year
- column 'Calendar Quarter'
- caption: Calendar Quarter
- column 'Calendar Quarter Year'
- caption: Calendar Quarter Year
- column 'Calendar Month'
- caption: Calendar Month
- column 'Calendar Month Year'
- caption: Calendar Month Year
- column 'Calendar Week'
- caption: Calendar Week
- column 'Calendar Week Year'
- caption: Calendar Week Year
- column 'Calendar RelativeWeekPos'
- caption: Calendar RelativeWeekPos
- column 'Calendar RelativeMonthPos'
- caption: Calendar RelativeMonthPos
- column 'Calendar RelativeQuarterPos'
- caption: Calendar RelativeQuarterPos
- column 'Calendar RelativeYearPos'
- caption: Calendar RelativeYearPos
- column 'Calendar StartOfMonth'
- caption: Calendar StartOfMonth
- column 'Calendar EndOfMonth'
- caption: Calendar EndOfMonth
- column 'Calendar StartOfQuarter'
- caption: Calendar StartOfQuarter
- column 'Calendar EndOfQuarter'
- caption: Calendar EndOfQuarter
- column 'Calendar StartOfYear'
- caption: Calendar StartOfYear
- column 'Calendar EndOfYear'
- caption: Calendar EndOfYear
- column 'Calendar MonthDays'
- caption: Calendar MonthDays
- column 'Calendar QuarterDays'
- caption: Calendar QuarterDays
- column 'Calendar YearDays'
- caption: Calendar YearDays
- column 'Calendar DayOfMonthNumber'
- caption: Calendar DayOfMonthNumber
- column 'Calendar DayOfQuarterNumber'
- caption: Calendar DayOfQuarterNumber
- column 'Calendar DayOfYearNumber'
- caption: Calendar DayOfYearNumber
- column 'Calendar DatePreviousWeek'
- caption: Calendar DatePreviousWeek
- column 'Calendar DatePreviousMonth'
- caption: Calendar DatePreviousMonth
- column 'Calendar DatePreviousQuarter'
- caption: Calendar DatePreviousQuarter
- column 'Calendar DatePreviousYear'
- caption: Calendar DatePreviousYear
- column 'Fiscal Year'
- caption: Fiscal Year
- column 'Fiscal Quarter'
- caption: Fiscal Quarter
- column 'Fiscal Quarter Year'
- caption: Fiscal Quarter Year
- column 'Fiscal Month'
- caption: Fiscal Month
- column 'Fiscal Month Year'
- caption: Fiscal Month Year
- column 'Fiscal Week'
- caption: Fiscal Week
- column 'Fiscal Week Year'
- caption: Fiscal Week Year
- column 'Fiscal RelativeWeekPos'
- caption: Fiscal RelativeWeekPos
- column 'Fiscal RelativeMonthPos'
- caption: Fiscal RelativeMonthPos
- column 'Fiscal RelativeQuarterPos'
- caption: Fiscal RelativeQuarterPos
- column 'Fiscal RelativeYearPos'
- caption: Fiscal RelativeYearPos
- column 'Fiscal StartOfMonth'
- caption: Fiscal StartOfMonth
- column 'Fiscal EndOfMonth'
- caption: Fiscal EndOfMonth
- column 'Fiscal StartOfQuarter'
- caption: Fiscal StartOfQuarter
- column 'Fiscal EndOfQuarter'
- caption: Fiscal EndOfQuarter
- column 'Fiscal StartOfYear'
- caption: Fiscal StartOfYear
- column 'Fiscal EndOfYear'
- caption: Fiscal EndOfYear
- column 'Fiscal MonthDays'
- caption: Fiscal MonthDays
- column 'Fiscal QuarterDays'
- caption: Fiscal QuarterDays
- column 'Fiscal YearDays'
- caption: Fiscal YearDays
- column 'Fiscal DayOfMonthNumber'
- caption: Fiscal DayOfMonthNumber
- column 'Fiscal DayOfQuarterNumber'
- caption: Fiscal DayOfQuarterNumber
- column 'Fiscal DayOfYearNumber'
- caption: Fiscal DayOfYearNumber
- column 'Fiscal DatePreviousWeek'
- caption: Fiscal DatePreviousWeek
- column 'Fiscal DatePreviousMonth'
- caption: Fiscal DatePreviousMonth
- column 'Fiscal DatePreviousQuarter'
- caption: Fiscal DatePreviousQuarter
- column 'Fiscal DatePreviousYear'
- caption: Fiscal DatePreviousYear
- column 'FW Year'
- caption: FW Year
- column 'FW Quarter'
- caption: FW Quarter
- column 'FW Quarter Year'
- caption: FW Quarter Year
- column 'FW Month'
- caption: FW Month
- column 'FW Month Year'
- caption: FW Month Year
- column 'FW Week'
- caption: FW Week
- column 'FW Period'
- caption: FW Period
- column 'FW Week Year'
- caption: FW Week Year
- column 'FW StartOfWeek'
- caption: FW StartOfWeek
- column 'FW EndOfWeek'
- caption: FW EndOfWeek
- column 'FW RelativeWeekPos'
- caption: FW RelativeWeekPos
- column 'FW RelativeMonthPos'
- caption: FW RelativeMonthPos
- column 'FW RelativeQuarterPos'
- caption: FW RelativeQuarterPos
- column 'FW RelativeYearPos'
- caption: FW RelativeYearPos
- column 'FW StartOfMonth'
- caption: FW StartOfMonth
- column 'FW EndOfMonth'
- caption: FW EndOfMonth
- column 'FW StartOfQuarter'
- caption: FW StartOfQuarter
- column 'FW EndOfQuarter'
- caption: FW EndOfQuarter
- column 'FW StartOfYear'
- caption: FW StartOfYear
- column 'FW EndOfYear'
- caption: FW EndOfYear
- column 'FW MonthDays'
- caption: FW MonthDays
- column 'FW QuarterDays'
- caption: FW QuarterDays
- column 'FW YearDays'
- caption: FW YearDays
- column 'FW DayOfMonthNumber'
- caption: FW DayOfMonthNumber
- column 'FW DayOfQuarterNumber'
- caption: FW DayOfQuarterNumber
- column 'FW DayOfYearNumber'
- caption: FW DayOfYearNumber
- column 'FW DatePreviousWeek'
- caption: FW DatePreviousWeek
- column 'FW DatePreviousMonth'
- caption: FW DatePreviousMonth
- column 'FW DatePreviousQuarter'
- caption: FW DatePreviousQuarter
- column 'FW DatePreviousYear'
- caption: FW DatePreviousYear
- column 'Relative Day'
- caption: Relative Day
- column Sequential365DayNumber
- caption: Sequential 365 DayNumber
- measure 'No. of Days'
- caption: No. of Days
- measure 'Working Days'
- caption: Working Days
- measure Ranged
- caption: Ranged
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Fiscal Year-Quarter-Month-Week
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Quarter Year'
- caption: Fiscal Quarter Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- level 'Fiscal Week Year'
- caption: Fiscal Week Year
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Calendar Year-Quarter-Month-Week
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Quarter Year'
- caption: Calendar Quarter Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- level 'Calendar Week Year'
- caption: Calendar Week Year
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: FW Year-Quarter-Month-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Quarter Year'
- caption: FW Quarter Year
- level 'FW Month Year'
- caption: FW Month Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'Fiscal Year-Month'
- caption: Fiscal Year-Month
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- hierarchy 'Fiscal Year-Month-Week'
- caption: Fiscal Year-Month-Week
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- level 'Fiscal Week Year'
- caption: Fiscal Week Year
- hierarchy 'Calendar Year-Month'
- caption: Calendar Year-Month
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- hierarchy 'Calendar Year-Month-Week'
- caption: Calendar Year-Month-Week
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- level 'Calendar Week Year'
- caption: Calendar Week Year
- hierarchy 'FW Year-Month-Week'
- caption: FW Year-Month-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Month Year'
- caption: FW Month Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'FW Year-Quarter-Week'
- caption: FW Year-Quarter-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Quarter Year'
- caption: FW Quarter Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'FW Year-Week'
- caption: FW Year-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Week Year'
- caption: FW Week Year
- table 'Localized Labels'
- measure 'My Report Title'
- caption: My Report Title
- measure 'My Button Caption'
- caption: My Button Caption
- measure 'My Visual Title'
- caption: My Visual Title
- measure 'Inactive Employees'
- caption: Inactive Employees
- measure 'Terminated Employees'
- caption: Terminated Employees
- measure 'Employees in Unions'
- caption: Employees in Unions
- measure 'Social Analysis'
- caption: Social Analysis
- measure 'Gender Distribution'
- caption: Gender Distribution
- measure 'Age Distribution'
- caption: Age Distribution
- measure 'Employees Qualifications'
- caption: Employees Qualifications
- measure 'Realized Emissions vs Target'
- caption: Realised Emissions vs Target
- measure 'CO2e Emissions by Scope'
- caption: CO2e Emissions by Scope
- measure 'Gas Emissions by Category'
- caption: Gas Emissions by Category
- measure 'Realized Emissions vs Baseline'
- caption: Realised Emissions vs Baseline
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e Emissions vs Baseline
- measure 'CO2e Emissions by Account'
- caption: CO2e Emissions by Account
- measure 'Water and Waste Analysis'
- caption: Water and Waste Analysis
- measure 'Water by Facility Location'
- caption: Water by Facility Location
- measure 'Water by Facility Capacity'
- caption: Water by Facility Capacity
- measure 'Water and Waste by Type'
- caption: Water and Waste by Type
- measure 'Water and Waste Intensity by Type'
- caption: Water and Waste Intensity by Type
- measure 'Water and Waste Intensity by Facility'
- caption: Water and Waste Intensity by Facility
- measure 'Emissions by Category and Scope'
- caption: Emissions by Category and Scope
- measure 'Emissions by Category'
- caption: Emissions by Category
- measure 'Emissions by Scope'
- caption: Emissions by Scope
- measure 'CO2e Analysis'
- caption: CO2e Analysis
- measure 'CO2e Emissions by Category'
- caption: CO2e Emissions by Category
- measure 'Carbon Credit by Month'
- caption: Carbon Credit by Month
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e Equivalent Emission by Month and Revenue
- measure 'Employee Entries Drillthrough'
- caption: Employee Entries Drillthrough
- measure 'Employee Ledger Entries'
- caption: Employee Ledger Entries
- measure 'Sustainability Ledger Entries'
- caption: Sustainability Ledger Entries
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Sustainability Ledger Entries Drillthrough
- measure 'Employee Ledger Entries Drillthrough'
- caption: Employee Ledger Entries Drillthrough
- measure 'Sustainability Overview'
- caption: Sustainability Overview
- measure 'Sustainability Analytics'
- caption: Sustainability Analytics
- measure 'CO2e Emissions by Month'
- caption: CO2e Emissions by Month
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Scopes 1 and 2 Analysis by Categories Per Year
- measure 'CO2e Emissions by Department'
- caption: CO2e Emissions by Department
- measure 'Journey to Net-Zero Carbon'
- caption: Journey to Net-Zero Carbon
- measure 'CO2e Emissions by Business Group'
- caption: CO2e Emissions by Business Group
- measure 'Renewable Energy Usage'
- caption: Renewable Energy Usage
- measure 'CO2e Emissions Over Time'
- caption: CO2e Emissions Over Time
- measure 'CO2e Smart Review'
- caption: CO2e Smart Review
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e Emissions by Global Dimension One
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e Emissions by Global Dimension Two
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e Equivalent Emissions by Month
- measure 'Company Name'
- caption: Company Name
- measure 'Last Refreshed'
- caption: Last Refreshed
- measure 'Released Employees'
- caption: Released Employees
- measure 'CO2e Decomposition Tree'
- caption: CO2e Decomposition Tree
- measure 'CO2e Key Influences'
- caption: CO2e Key Influences
- measure 'Water and Waste Yearly and Daily Change'
- caption: Water and Waste Yearly and Daily Change
- table COMPANY
- caption: COMPANY
- measure 'Company Label'
- caption: Company Label
- table 'Sustainability Ledger Entries'
- caption: Sustainability Ledger Entries
- column 'Entry No.'
- caption: Entry No.
- column Description
- caption: Description
- column 'Wat. Intensity'
- caption: Wat. Intensity
- column 'Water Type'
- caption: Water Type
- column 'Wate/Waste Intensity Type'
- caption: Wate/Waste Intensity Type
- column 'Document Type'
- caption: Document Type
- measure 'CO2 Emissions'
- caption: CO2 Emissions
- measure 'CH4 Emissions'
- caption: CH4 Emissions
- measure 'CO2 Emissions Balance'
- caption: CO2 Emissions Balance
- measure 'CO2 Emissions Balance at Date'
- caption: CO2 Emissions Balance at Date
- measure 'N2O Emissions'
- caption: N2O Emissions
- measure 'CO2e Emissions'
- caption: CO2e Emissions
- measure 'CH4 Emissions Balance at Date'
- caption: CH4 Emissions Balance at Date
- measure 'CH4 Emissions Balance'
- caption: CH4 Emissions Balance
- measure 'Water Intensity'
- caption: Water Intensity
- measure 'Waste Intensity'
- caption: Waste Intensity
- measure 'Discharged Into Water'
- caption: Discharged Into Water
- measure 'CO2e Emissions Balance'
- caption: CO2e Emissions Balance
- measure 'CO2e Emissions Balance at Date'
- caption: CO2e Emissions Balance at Date
- measure 'Discharged Into Water Balance at Date'
- caption: Discharged Into Water Balance at Date
- measure 'Discharged Into Water Balance'
- caption: Discharged Into Water Balance
- measure 'N2O Emissions Balance'
- caption: N2O Emissions Balance
- measure 'N2O Emissions Balance at Date'
- caption: N2O Emissions Balance at Date
- measure 'Waste Intensity Balance at Date'
- caption: Balance at Date Waste Intensity
- measure 'Waste Intensity Balance'
- caption: Balance Waste Intensity
- measure 'Water Intensity Balance'
- caption: Water Intensity Balance
- measure 'Water Intensity Balance at Date'
- caption: Water Intensity Balance at Date
- measure 'CO2 Baseline'
- caption: CO2 Baseline
- measure 'CH4 Baseline'
- caption: CH4 Baseline
- measure 'CH4 vs Baseline (%)'
- caption: CH4 vs Baseline (%)
- measure 'N2O Baseline'
- caption: N2O Baseline
- measure 'N2O vs Baseline (%)'
- caption: N2O vs Baseline (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 vs Baseline (%)
- measure 'Water Baseline'
- caption: Water Baseline
- measure 'Waste Baseline'
- caption: Waste Baseline
- measure 'Water vs Baseline (%)'
- caption: Water vs Baseline (%)
- measure 'Waste vs Baseline (%)'
- caption: Waste vs Baseline (%)
- measure 'CO2e Baseline'
- caption: CO2e Baseline
- measure 'CO2e vs Baseline (%)'
- caption: CO2e vs Baseline (%)
- measure 'Purchased Carbon Credits'
- caption: Purchased Carbon Credits
- measure 'Discharged Into Water Baseline'
- caption: Water Dishcarged Baseline
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Water Dish vs Baseline (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e Emissions (Excl Credits)
- measure 'Water Intensity PY'
- caption: Water Intensity PY
- measure 'Water Intensity YOY'
- caption: Water Change YOY
- measure 'Waste Intensity PY'
- caption: Waste PY
- measure 'Waste Intensity YOY'
- caption: Waste Change YOY
- measure 'Discharged Into Water PY'
- caption: Discharged Into Water PY
- measure 'Discharged Into Water YOY'
- caption: Discharged Into Water YOY
- measure 'Discharged Into Water PD'
- caption: Discharged Into Water PD
- measure 'Waste Intensity PD'
- caption: Waste PD
- measure 'Water Intensity PD'
- caption: Water Intensity PD
- measure 'Water Intensity DOD'
- caption: Water Change DOD
- measure 'Waste Intensity DOD'
- caption: Waste Change DOD
- measure 'Discharged Into Water DOD'
- caption: Discharged Into Water DOD
- measure 'Base Link'
- caption: Base Link
- measure 'Sustainability Ledger Entries Link'
- caption: Sustainability Ledger Entries Link
- measure 'Months in Context'
- caption: Months in Context
- table 'Sustainability Accounts'
- caption: Sustainability Accounts
- column 'Sustainability Account No.'
- caption: Sustainability Account No.
- column 'Sustainability Account Name'
- caption: Sustainability Account Name
- column 'Sustainability Account Category'
- caption: Sustainability Account Category
- column 'Sustainability Account Sub-Category'
- caption: Sustainability Account Sub-Category
- table Country/Region
- caption: Country/Region
- column 'Country Region Code'
- caption: Country Region Code
- column 'Country Region Name'
- caption: Country Region Name
- table 'Responsibility Centre'
- caption: Responsibility Centre
- column 'Responsibility Centre Code'
- caption: Responsibility Centre Code
- column 'Responsibility Centre Name'
- caption: Responsibility Centre Name
- measure 'Facility Capacity'
- caption: Facility Capacity
- table 'Sustainability Goals'
- caption: Sustainability Goals
- column 'Score Card No.'
- caption: Score Card No.
- column 'No.'
- caption: No.
- column Name
- caption: Name
- column Owner
- caption: Owner
- column 'Target Value For CO2'
- caption: Target Value For CO2
- column 'Target Value For CH4'
- caption: Target Value For CH4
- column 'Target Value For N2O'
- caption: Target Value For N2O
- column 'Target Value For Water Intensity'
- caption: Target Value For Water Intensity
- column 'Target Value For Waste Intensity'
- caption: Target Value For Waste Intensity
- column 'Main Goal'
- caption: Main Goal
- column 'Start Date'
- caption: Start Date
- column 'End Date'
- caption: End Date
- column 'Baseline Start Date'
- caption: Baseline Start Date
- column 'Baseline End Date'
- caption: Baseline End Date
- measure 'CO2 Target'
- caption: CO2 Target
- measure 'CO2 Realized (%)'
- caption: CO2 Realised (%)
- measure 'CH4 Target'
- caption: CH4 Target
- measure 'N2O Target'
- caption: N2O Target
- measure 'CH4 Realized (%)'
- caption: CH4 Realised (%)
- measure 'N2O Realized (%)'
- caption: N2O Realised (%)
- measure 'Water Target'
- caption: Water Target
- measure 'Waste Target'
- caption: Waste Target
- measure 'Water Realized (%)'
- caption: Water Realised (%)
- measure 'Waste Realized (%)'
- caption: Waste Realised (%)
- measure 'CO2e Realized (%)'
- caption: CO2e Realised (%)
- measure 'CO2 Current Value'
- caption: CO2 Current Value
- measure 'CH4 Current Value'
- caption: CH4 Current Value
- measure 'N2O Current Value'
- caption: N2O Current Value
- measure 'CO2e Current Value'
- caption: CO2e Current Value
- table 'Employee Ledger Entries'
- caption: Employee Ledger Entries
- column 'Entry No.'
- caption: Entry No.
- column 'Document Type'
- caption: Document Type
- column 'Document No.'
- caption: Document No.
- column Description
- caption: Description
- measure 'Employee Amount'
- caption: Amount
- measure 'Employee Ledger Entries Link'
- caption: Employee Ledger Entries Link
- table 'Employee Qualifications'
- caption: Employee Qualifications
- column 'Employee Qualification Codes'
- caption: Employee Qualification Codes
- measure 'Employee Qualifications'
- caption: Count Employee Qualifications
- table 'Emission Fees'
- caption: Emission Fees
- column 'Emission Type'
- caption: Emission Type
- column 'Scope Type'
- caption: Scope Type
- column 'Starting Date'
- caption: Starting Date
- column 'Ending Date'
- caption: Ending Date
- column 'Country Region Code'
- caption: Country Region Code
- column 'Responsibility Centre'
- caption: Responsibility Centre
- column 'Carbon Fee'
- caption: Carbon Fee
- column 'Carbon Equivalent Factor'
- caption: Carbon Equivalent Factor
- measure 'CO2e Target'
- caption: CO2e Target
- measure 'CO2 Carbon Equivalent'
- caption: CO2 Carbon Equivilent
- measure 'CH4 Carbon Equivalent'
- caption: CH4 Carbon Equivilent
- measure 'N2O Carbon Equivalent'
- caption: N20 Carbon Equivilent
- table 'Employee Absences'
- caption: Employee Absences
- column 'Entry No'
- caption: Entry No
- column 'From Date'
- caption: From Date
- column 'To Date'
- caption: To Date
- column 'Cause of Absence'
- caption: Cause of Absence
- column Description
- caption: Description
- measure 'Employee Absences'
- caption: Quantity
- measure 'Absence Hours (%)'
- caption: Absence Hours (%)
- table 'Sustainability Sub-Account Categories'
- caption: Sustainability Sub-Account Categories
- column 'Sub-Category Description'
- caption: Sub-Category Description
- column 'Renewable Energy'
- caption: Renewable Energy
- table Employees
- caption: Employees
- column 'Employee No.'
- caption: Employee No.
- column 'Employee Full Name'
- caption: Employee Full Name
- column 'Employee First Name'
- caption: Employee First Name
- column 'Employee Last Name'
- caption: Employee Last Name
- column 'Employee Gender'
- caption: Employee Gender
- column 'Employee Union Code'
- caption: Employee Union Code
- column 'Employee Status'
- caption: Employee Status
- column 'Employee Cause of Inactivity'
- caption: Employee Cause of Inactivity
- column 'Employee Inactive Date'
- caption: Employee Inactive Date
- column 'Employee Grounds for Termination'
- caption: Employee Grounds for Termination
- column 'Employee Date of Birth'
- caption: Employee Date of Birth
- column Age
- caption: Age
- column 'Age Distribution'
- caption: Age Distribution
- measure 'No. of Employees'
- caption: No. of Employees
- measure 'No. of Male Employees'
- caption: No. of Male Employees
- measure 'No. of Female Employees'
- caption: No. of Female Employees
- measure 'No. of Other Employees'
- caption: No. of Other Employees
- measure 'Male Employees (%)'
- caption: Male Employees (%)
- measure 'Female Employees (%)'
- caption: Female Employees (%)
- measure 'Other Employees (%)'
- caption: Other Employees (%)
- table ENVIRONMENT
- caption: ENVIRONMENT
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-CA.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-CA.tmdl
deleted file mode 100644
index c1f70a5e30..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-CA.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo en-CA
- translations
- model Model
- table 'Sustainability Account Category'
- caption: G/L Account Category
- column 'Sustainability Account Category Description'
- caption: G/L Acc. Category Description
- column 'Sustainability Account Category Code'
- caption: Sustainability Account Category Code
- column 'Sustainability Account Category Emission Scope'
- caption: Sustainability Account Category Emission Scope
- table 'Dimension Sets'
- caption: Dimension Sets
- column 'Global Dimension 1'
- caption: Global Dimension 1
- column 'Global Dimension 2'
- caption: Global Dimension 2
- column 'Shortcut Dimension 3'
- caption: Shortcut Dimension 3
- column 'Shortcut Dimension 4'
- caption: Shortcut Dimension 4
- column 'Shortcut Dimension 5'
- caption: Shortcut Dimension 5
- column 'Shortcut Dimension 6'
- caption: Shortcut Dimension 6
- column 'Shortcut Dimension 7'
- caption: Shortcut Dimension 7
- column 'Shortcut Dimension 8'
- caption: Shortcut Dimension 8
- column id
- caption: id
- table Date
- caption: Date
- column 'Week Day'
- caption: Week Day
- column 'Day Type'
- caption: Day Type
- column 'Calendar Year'
- caption: Calendar Year
- column 'Calendar Quarter'
- caption: Calendar Quarter
- column 'Calendar Quarter Year'
- caption: Calendar Quarter Year
- column 'Calendar Month'
- caption: Calendar Month
- column 'Calendar Month Year'
- caption: Calendar Month Year
- column 'Calendar Week'
- caption: Calendar Week
- column 'Calendar Week Year'
- caption: Calendar Week Year
- column 'Calendar RelativeWeekPos'
- caption: Calendar RelativeWeekPos
- column 'Calendar RelativeMonthPos'
- caption: Calendar RelativeMonthPos
- column 'Calendar RelativeQuarterPos'
- caption: Calendar RelativeQuarterPos
- column 'Calendar RelativeYearPos'
- caption: Calendar RelativeYearPos
- column 'Calendar StartOfMonth'
- caption: Calendar StartOfMonth
- column 'Calendar EndOfMonth'
- caption: Calendar EndOfMonth
- column 'Calendar StartOfQuarter'
- caption: Calendar StartOfQuarter
- column 'Calendar EndOfQuarter'
- caption: Calendar EndOfQuarter
- column 'Calendar StartOfYear'
- caption: Calendar StartOfYear
- column 'Calendar EndOfYear'
- caption: Calendar EndOfYear
- column 'Calendar MonthDays'
- caption: Calendar MonthDays
- column 'Calendar QuarterDays'
- caption: Calendar QuarterDays
- column 'Calendar YearDays'
- caption: Calendar YearDays
- column 'Calendar DayOfMonthNumber'
- caption: Calendar DayOfMonthNumber
- column 'Calendar DayOfQuarterNumber'
- caption: Calendar DayOfQuarterNumber
- column 'Calendar DayOfYearNumber'
- caption: Calendar DayOfYearNumber
- column 'Calendar DatePreviousWeek'
- caption: Calendar DatePreviousWeek
- column 'Calendar DatePreviousMonth'
- caption: Calendar DatePreviousMonth
- column 'Calendar DatePreviousQuarter'
- caption: Calendar DatePreviousQuarter
- column 'Calendar DatePreviousYear'
- caption: Calendar DatePreviousYear
- column 'Fiscal Year'
- caption: Fiscal Year
- column 'Fiscal Quarter'
- caption: Fiscal Quarter
- column 'Fiscal Quarter Year'
- caption: Fiscal Quarter Year
- column 'Fiscal Month'
- caption: Fiscal Month
- column 'Fiscal Month Year'
- caption: Fiscal Month Year
- column 'Fiscal Week'
- caption: Fiscal Week
- column 'Fiscal Week Year'
- caption: Fiscal Week Year
- column 'Fiscal RelativeWeekPos'
- caption: Fiscal RelativeWeekPos
- column 'Fiscal RelativeMonthPos'
- caption: Fiscal RelativeMonthPos
- column 'Fiscal RelativeQuarterPos'
- caption: Fiscal RelativeQuarterPos
- column 'Fiscal RelativeYearPos'
- caption: Fiscal RelativeYearPos
- column 'Fiscal StartOfMonth'
- caption: Fiscal StartOfMonth
- column 'Fiscal EndOfMonth'
- caption: Fiscal EndOfMonth
- column 'Fiscal StartOfQuarter'
- caption: Fiscal StartOfQuarter
- column 'Fiscal EndOfQuarter'
- caption: Fiscal EndOfQuarter
- column 'Fiscal StartOfYear'
- caption: Fiscal StartOfYear
- column 'Fiscal EndOfYear'
- caption: Fiscal EndOfYear
- column 'Fiscal MonthDays'
- caption: Fiscal MonthDays
- column 'Fiscal QuarterDays'
- caption: Fiscal QuarterDays
- column 'Fiscal YearDays'
- caption: Fiscal YearDays
- column 'Fiscal DayOfMonthNumber'
- caption: Fiscal DayOfMonthNumber
- column 'Fiscal DayOfQuarterNumber'
- caption: Fiscal DayOfQuarterNumber
- column 'Fiscal DayOfYearNumber'
- caption: Fiscal DayOfYearNumber
- column 'Fiscal DatePreviousWeek'
- caption: Fiscal DatePreviousWeek
- column 'Fiscal DatePreviousMonth'
- caption: Fiscal DatePreviousMonth
- column 'Fiscal DatePreviousQuarter'
- caption: Fiscal DatePreviousQuarter
- column 'Fiscal DatePreviousYear'
- caption: Fiscal DatePreviousYear
- column 'FW Year'
- caption: FW Year
- column 'FW Quarter'
- caption: FW Quarter
- column 'FW Quarter Year'
- caption: FW Quarter Year
- column 'FW Month'
- caption: FW Month
- column 'FW Month Year'
- caption: FW Month Year
- column 'FW Week'
- caption: FW Week
- column 'FW Period'
- caption: FW Period
- column 'FW Week Year'
- caption: FW Week Year
- column 'FW StartOfWeek'
- caption: FW StartOfWeek
- column 'FW EndOfWeek'
- caption: FW EndOfWeek
- column 'FW RelativeWeekPos'
- caption: FW RelativeWeekPos
- column 'FW RelativeMonthPos'
- caption: FW RelativeMonthPos
- column 'FW RelativeQuarterPos'
- caption: FW RelativeQuarterPos
- column 'FW RelativeYearPos'
- caption: FW RelativeYearPos
- column 'FW StartOfMonth'
- caption: FW StartOfMonth
- column 'FW EndOfMonth'
- caption: FW EndOfMonth
- column 'FW StartOfQuarter'
- caption: FW StartOfQuarter
- column 'FW EndOfQuarter'
- caption: FW EndOfQuarter
- column 'FW StartOfYear'
- caption: FW StartOfYear
- column 'FW EndOfYear'
- caption: FW EndOfYear
- column 'FW MonthDays'
- caption: FW MonthDays
- column 'FW QuarterDays'
- caption: FW QuarterDays
- column 'FW YearDays'
- caption: FW YearDays
- column 'FW DayOfMonthNumber'
- caption: FW DayOfMonthNumber
- column 'FW DayOfQuarterNumber'
- caption: FW DayOfQuarterNumber
- column 'FW DayOfYearNumber'
- caption: FW DayOfYearNumber
- column 'FW DatePreviousWeek'
- caption: FW DatePreviousWeek
- column 'FW DatePreviousMonth'
- caption: FW DatePreviousMonth
- column 'FW DatePreviousQuarter'
- caption: FW DatePreviousQuarter
- column 'FW DatePreviousYear'
- caption: FW DatePreviousYear
- column 'Relative Day'
- caption: Relative Day
- column Sequential365DayNumber
- caption: Sequential 365 DayNumber
- measure 'No. of Days'
- caption: No. of Days
- measure 'Working Days'
- caption: Working Days
- measure Ranged
- caption: Ranged
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Fiscal Year-Quarter-Month-Week
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Quarter Year'
- caption: Fiscal Quarter Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- level 'Fiscal Week Year'
- caption: Fiscal Week Year
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Calendar Year-Quarter-Month-Week
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Quarter Year'
- caption: Calendar Quarter Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- level 'Calendar Week Year'
- caption: Calendar Week Year
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: FW Year-Quarter-Month-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Quarter Year'
- caption: FW Quarter Year
- level 'FW Month Year'
- caption: FW Month Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'Fiscal Year-Month'
- caption: Fiscal Year-Month
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- hierarchy 'Fiscal Year-Month-Week'
- caption: Fiscal Year-Month-Week
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- level 'Fiscal Week Year'
- caption: Fiscal Week Year
- hierarchy 'Calendar Year-Month'
- caption: Calendar Year-Month
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- hierarchy 'Calendar Year-Month-Week'
- caption: Calendar Year-Month-Week
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- level 'Calendar Week Year'
- caption: Calendar Week Year
- hierarchy 'FW Year-Month-Week'
- caption: FW Year-Month-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Month Year'
- caption: FW Month Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'FW Year-Quarter-Week'
- caption: FW Year-Quarter-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Quarter Year'
- caption: FW Quarter Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'FW Year-Week'
- caption: FW Year-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Week Year'
- caption: FW Week Year
- table 'Localized Labels'
- measure 'My Report Title'
- caption: My Report Title
- measure 'My Button Caption'
- caption: My Button Caption
- measure 'My Visual Title'
- caption: My Visual Title
- measure 'Inactive Employees'
- caption: Inactive Employees
- measure 'Terminated Employees'
- caption: Terminated Employees
- measure 'Employees in Unions'
- caption: Employees in Unions
- measure 'Social Analysis'
- caption: Social Analysis
- measure 'Gender Distribution'
- caption: Gender Distribution
- measure 'Age Distribution'
- caption: Age Distribution
- measure 'Employees Qualifications'
- caption: Employees Qualifications
- measure 'Realized Emissions vs Target'
- caption: Realized Emissions vs Target
- measure 'CO2e Emissions by Scope'
- caption: CO2e Emissions by Scope
- measure 'Gas Emissions by Category'
- caption: Gas Emissions by Category
- measure 'Realized Emissions vs Baseline'
- caption: Realized Emissions vs Baseline
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e Emissions vs Baseline
- measure 'CO2e Emissions by Account'
- caption: CO2e Emissions by Account
- measure 'Water and Waste Analysis'
- caption: Water and Waste Analysis
- measure 'Water by Facility Location'
- caption: Water by Facility Location
- measure 'Water by Facility Capacity'
- caption: Water by Facility Capacity
- measure 'Water and Waste by Type'
- caption: Water and Waste by Type
- measure 'Water and Waste Intensity by Type'
- caption: Water and Waste Intensity by Type
- measure 'Water and Waste Intensity by Facility'
- caption: Water and Waste Intensity by Facility
- measure 'Emissions by Category and Scope'
- caption: Emissions by Category and Scope
- measure 'Emissions by Category'
- caption: Emissions by Category
- measure 'Emissions by Scope'
- caption: Emissions by Scope
- measure 'CO2e Analysis'
- caption: CO2e Analysis
- measure 'CO2e Emissions by Category'
- caption: CO2e Emissions by Category
- measure 'Carbon Credit by Month'
- caption: Carbon Credit by Month
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e Equivalent Emission by Month and Revenue
- measure 'Employee Entries Drillthrough'
- caption: Employee Entries Drillthrough
- measure 'Employee Ledger Entries'
- caption: Employee Ledger Entries
- measure 'Sustainability Ledger Entries'
- caption: Sustainability Ledger Entries
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Sustainability Ledger Entries Drillthrough
- measure 'Employee Ledger Entries Drillthrough'
- caption: Employee Ledger Entries Drillthrough
- measure 'Sustainability Overview'
- caption: Sustainability Overview
- measure 'Sustainability Analytics'
- caption: Sustainability Analytics
- measure 'CO2e Emissions by Month'
- caption: CO2e Emissions by Month
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Scopes 1 and 2 Analysis by Categories Per Year
- measure 'CO2e Emissions by Department'
- caption: CO2e Emissions by Department
- measure 'Journey to Net-Zero Carbon'
- caption: Journey to Net-Zero Carbon
- measure 'CO2e Emissions by Business Group'
- caption: CO2e Emissions by Business Group
- measure 'Renewable Energy Usage'
- caption: Renewable Energy Usage
- measure 'CO2e Emissions Over Time'
- caption: CO2e Emissions Over Time
- measure 'CO2e Smart Review'
- caption: CO2e Smart Review
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e Emissions by Global Dimension One
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e Emissions by Global Dimension Two
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e Equivalent Emissions by Month
- measure 'Company Name'
- caption: Company Name
- measure 'Last Refreshed'
- caption: Last Refreshed
- measure 'Released Employees'
- caption: Released Employees
- measure 'CO2e Decomposition Tree'
- caption: CO2e Decomposition Tree
- measure 'CO2e Key Influences'
- caption: CO2e Key Influences
- measure 'Water and Waste Yearly and Daily Change'
- caption: Water and Waste Yearly and Daily Change
- table COMPANY
- caption: COMPANY
- measure 'Company Label'
- caption: Company Label
- table 'Sustainability Ledger Entries'
- caption: Sustainability Ledger Entries
- column 'Entry No.'
- caption: Entry No.
- column Description
- caption: Description
- column 'Wat. Intensity'
- caption: Wat. Intensity
- column 'Water Type'
- caption: Water Type
- column 'Wate/Waste Intensity Type'
- caption: Wate/Waste Intensity Type
- column 'Document Type'
- caption: Document Type
- measure 'CO2 Emissions'
- caption: CO2 Emissions
- measure 'CH4 Emissions'
- caption: CH4 Emissions
- measure 'CO2 Emissions Balance'
- caption: CO2 Emissions Balance
- measure 'CO2 Emissions Balance at Date'
- caption: CO2 Emissions Balance at Date
- measure 'N2O Emissions'
- caption: N2O Emissions
- measure 'CO2e Emissions'
- caption: CO2e Emissions
- measure 'CH4 Emissions Balance at Date'
- caption: CH4 Emissions Balance at Date
- measure 'CH4 Emissions Balance'
- caption: CH4 Emissions Balance
- measure 'Water Intensity'
- caption: Water Intensity
- measure 'Waste Intensity'
- caption: Waste Intensity
- measure 'Discharged Into Water'
- caption: Discharged Into Water
- measure 'CO2e Emissions Balance'
- caption: CO2e Emissions Balance
- measure 'CO2e Emissions Balance at Date'
- caption: CO2e Emissions Balance at Date
- measure 'Discharged Into Water Balance at Date'
- caption: Discharged Into Water Balance at Date
- measure 'Discharged Into Water Balance'
- caption: Discharged Into Water Balance
- measure 'N2O Emissions Balance'
- caption: N2O Emissions Balance
- measure 'N2O Emissions Balance at Date'
- caption: N2O Emissions Balance at Date
- measure 'Waste Intensity Balance at Date'
- caption: Balance at Date Waste Intensity
- measure 'Waste Intensity Balance'
- caption: Balance Waste Intensity
- measure 'Water Intensity Balance'
- caption: Water Intensity Balance
- measure 'Water Intensity Balance at Date'
- caption: Water Intensity Balance at Date
- measure 'CO2 Baseline'
- caption: CO2 Baseline
- measure 'CH4 Baseline'
- caption: CH4 Baseline
- measure 'CH4 vs Baseline (%)'
- caption: CH4 vs Baseline (%)
- measure 'N2O Baseline'
- caption: N2O Baseline
- measure 'N2O vs Baseline (%)'
- caption: N2O vs Baseline (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 vs Baseline (%)
- measure 'Water Baseline'
- caption: Water Baseline
- measure 'Waste Baseline'
- caption: Waste Baseline
- measure 'Water vs Baseline (%)'
- caption: Water vs Baseline (%)
- measure 'Waste vs Baseline (%)'
- caption: Waste vs Baseline (%)
- measure 'CO2e Baseline'
- caption: CO2e Baseline
- measure 'CO2e vs Baseline (%)'
- caption: CO2e vs Baseline (%)
- measure 'Purchased Carbon Credits'
- caption: Purchased Carbon Credits
- measure 'Discharged Into Water Baseline'
- caption: Water Dishcarged Baseline
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Water Dish vs Baseline (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e Emissions (Excl Credits)
- measure 'Water Intensity PY'
- caption: Water Intensity PY
- measure 'Water Intensity YOY'
- caption: Water Change YOY
- measure 'Waste Intensity PY'
- caption: Waste PY
- measure 'Waste Intensity YOY'
- caption: Waste Change YOY
- measure 'Discharged Into Water PY'
- caption: Discharged Into Water PY
- measure 'Discharged Into Water YOY'
- caption: Discharged Into Water YOY
- measure 'Discharged Into Water PD'
- caption: Discharged Into Water PD
- measure 'Waste Intensity PD'
- caption: Waste PD
- measure 'Water Intensity PD'
- caption: Water Intensity PD
- measure 'Water Intensity DOD'
- caption: Water Change DOD
- measure 'Waste Intensity DOD'
- caption: Waste Change DOD
- measure 'Discharged Into Water DOD'
- caption: Discharged Into Water DOD
- measure 'Base Link'
- caption: Base Link
- measure 'Sustainability Ledger Entries Link'
- caption: Sustainability Ledger Entries Link
- measure 'Months in Context'
- caption: Months in Context
- table 'Sustainability Accounts'
- caption: Sustainability Accounts
- column 'Sustainability Account No.'
- caption: Sustainability Account No.
- column 'Sustainability Account Name'
- caption: Sustainability Account Name
- column 'Sustainability Account Category'
- caption: Sustainability Account Category
- column 'Sustainability Account Sub-Category'
- caption: Sustainability Account Sub-Category
- table Country/Region
- caption: Country/Region
- column 'Country Region Code'
- caption: Country Region Code
- column 'Country Region Name'
- caption: Country Region Name
- table 'Responsibility Centre'
- caption: Responsibility Centre
- column 'Responsibility Centre Code'
- caption: Responsibility Centre Code
- column 'Responsibility Centre Name'
- caption: Responsibility Centre Name
- measure 'Facility Capacity'
- caption: Facility Capacity
- table 'Sustainability Goals'
- caption: Sustainability Goals
- column 'Score Card No.'
- caption: Score Card No.
- column 'No.'
- caption: No.
- column Name
- caption: Name
- column Owner
- caption: Owner
- column 'Target Value For CO2'
- caption: Target Value For CO2
- column 'Target Value For CH4'
- caption: Target Value For CH4
- column 'Target Value For N2O'
- caption: Target Value For N2O
- column 'Target Value For Water Intensity'
- caption: Target Value For Water Intensity
- column 'Target Value For Waste Intensity'
- caption: Target Value For Waste Intensity
- column 'Main Goal'
- caption: Main Goal
- column 'Start Date'
- caption: Start Date
- column 'End Date'
- caption: End Date
- column 'Baseline Start Date'
- caption: Baseline Start Date
- column 'Baseline End Date'
- caption: Baseline End Date
- measure 'CO2 Target'
- caption: CO2 Target
- measure 'CO2 Realized (%)'
- caption: CO2 Realized (%)
- measure 'CH4 Target'
- caption: CH4 Target
- measure 'N2O Target'
- caption: N2O Target
- measure 'CH4 Realized (%)'
- caption: CH4 Realized (%)
- measure 'N2O Realized (%)'
- caption: N2O Realized (%)
- measure 'Water Target'
- caption: Water Target
- measure 'Waste Target'
- caption: Waste Target
- measure 'Water Realized (%)'
- caption: Water Realized (%)
- measure 'Waste Realized (%)'
- caption: Waste Realized (%)
- measure 'CO2e Realized (%)'
- caption: CO2e Realized (%)
- measure 'CO2 Current Value'
- caption: CO2 Current Value
- measure 'CH4 Current Value'
- caption: CH4 Current Value
- measure 'N2O Current Value'
- caption: N2O Current Value
- measure 'CO2e Current Value'
- caption: CO2e Current Value
- table 'Employee Ledger Entries'
- caption: Employee Ledger Entries
- column 'Entry No.'
- caption: Entry No.
- column 'Document Type'
- caption: Document Type
- column 'Document No.'
- caption: Document No.
- column Description
- caption: Description
- measure 'Employee Amount'
- caption: Amount
- measure 'Employee Ledger Entries Link'
- caption: Employee Ledger Entries Link
- table 'Employee Qualifications'
- caption: Employee Qualifications
- column 'Employee Qualification Codes'
- caption: Employee Qualification Codes
- measure 'Employee Qualifications'
- caption: Count Employee Qualifications
- table 'Emission Fees'
- caption: Emission Fees
- column 'Emission Type'
- caption: Emission Type
- column 'Scope Type'
- caption: Scope Type
- column 'Starting Date'
- caption: Starting Date
- column 'Ending Date'
- caption: Ending Date
- column 'Country Region Code'
- caption: Country Region Code
- column 'Responsibility Centre'
- caption: Responsibility Centre
- column 'Carbon Fee'
- caption: Carbon Fee
- column 'Carbon Equivalent Factor'
- caption: Carbon Equivalent Factor
- measure 'CO2e Target'
- caption: CO2e Target
- measure 'CO2 Carbon Equivalent'
- caption: CO2 Carbon Equivilent
- measure 'CH4 Carbon Equivalent'
- caption: CH4 Carbon Equivilent
- measure 'N2O Carbon Equivalent'
- caption: N20 Carbon Equivilent
- table 'Employee Absences'
- caption: Employee Absences
- column 'Entry No'
- caption: Entry No
- column 'From Date'
- caption: From Date
- column 'To Date'
- caption: To Date
- column 'Cause of Absence'
- caption: Cause of Absence
- column Description
- caption: Description
- measure 'Employee Absences'
- caption: Quantity
- measure 'Absence Hours (%)'
- caption: Absence Hours (%)
- table 'Sustainability Sub-Account Categories'
- caption: Sustainability Sub-Account Categories
- column 'Sub-Category Description'
- caption: Sub-Category Description
- column 'Renewable Energy'
- caption: Renewable Energy
- table Employees
- caption: Employees
- column 'Employee No.'
- caption: Employee No.
- column 'Employee Full Name'
- caption: Employee Full Name
- column 'Employee First Name'
- caption: Employee First Name
- column 'Employee Last Name'
- caption: Employee Last Name
- column 'Employee Gender'
- caption: Employee Gender
- column 'Employee Union Code'
- caption: Employee Union Code
- column 'Employee Status'
- caption: Employee Status
- column 'Employee Cause of Inactivity'
- caption: Employee Cause of Inactivity
- column 'Employee Inactive Date'
- caption: Employee Inactive Date
- column 'Employee Grounds for Termination'
- caption: Employee Grounds for Termination
- column 'Employee Date of Birth'
- caption: Employee Date of Birth
- column Age
- caption: Age
- column 'Age Distribution'
- caption: Age Distribution
- measure 'No. of Employees'
- caption: No. of Employees
- measure 'No. of Male Employees'
- caption: No. of Male Employees
- measure 'No. of Female Employees'
- caption: No. of Female Employees
- measure 'No. of Other Employees'
- caption: No. of Other Employees
- measure 'Male Employees (%)'
- caption: Male Employees (%)
- measure 'Female Employees (%)'
- caption: Female Employees (%)
- measure 'Other Employees (%)'
- caption: Other Employees (%)
- table ENVIRONMENT
- caption: ENVIRONMENT
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-GB.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-GB.tmdl
deleted file mode 100644
index 3e7d33c8a8..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-GB.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo en-GB
- translations
- model Model
- table 'Sustainability Account Category'
- caption: G/L Account Category
- column 'Sustainability Account Category Description'
- caption: G/L Acc. Category Description
- column 'Sustainability Account Category Code'
- caption: Sustainability Account Category Code
- column 'Sustainability Account Category Emission Scope'
- caption: Sustainability Account Category Emission Scope
- table 'Dimension Sets'
- caption: Dimension Sets
- column 'Global Dimension 1'
- caption: Global Dimension 1
- column 'Global Dimension 2'
- caption: Global Dimension 2
- column 'Shortcut Dimension 3'
- caption: Shortcut Dimension 3
- column 'Shortcut Dimension 4'
- caption: Shortcut Dimension 4
- column 'Shortcut Dimension 5'
- caption: Shortcut Dimension 5
- column 'Shortcut Dimension 6'
- caption: Shortcut Dimension 6
- column 'Shortcut Dimension 7'
- caption: Shortcut Dimension 7
- column 'Shortcut Dimension 8'
- caption: Shortcut Dimension 8
- column id
- caption: id
- table Date
- caption: Date
- column 'Week Day'
- caption: Week Day
- column 'Day Type'
- caption: Day Type
- column 'Calendar Year'
- caption: Calendar Year
- column 'Calendar Quarter'
- caption: Calendar Quarter
- column 'Calendar Quarter Year'
- caption: Calendar Quarter Year
- column 'Calendar Month'
- caption: Calendar Month
- column 'Calendar Month Year'
- caption: Calendar Month Year
- column 'Calendar Week'
- caption: Calendar Week
- column 'Calendar Week Year'
- caption: Calendar Week Year
- column 'Calendar RelativeWeekPos'
- caption: Calendar RelativeWeekPos
- column 'Calendar RelativeMonthPos'
- caption: Calendar RelativeMonthPos
- column 'Calendar RelativeQuarterPos'
- caption: Calendar RelativeQuarterPos
- column 'Calendar RelativeYearPos'
- caption: Calendar RelativeYearPos
- column 'Calendar StartOfMonth'
- caption: Calendar StartOfMonth
- column 'Calendar EndOfMonth'
- caption: Calendar EndOfMonth
- column 'Calendar StartOfQuarter'
- caption: Calendar StartOfQuarter
- column 'Calendar EndOfQuarter'
- caption: Calendar EndOfQuarter
- column 'Calendar StartOfYear'
- caption: Calendar StartOfYear
- column 'Calendar EndOfYear'
- caption: Calendar EndOfYear
- column 'Calendar MonthDays'
- caption: Calendar MonthDays
- column 'Calendar QuarterDays'
- caption: Calendar QuarterDays
- column 'Calendar YearDays'
- caption: Calendar YearDays
- column 'Calendar DayOfMonthNumber'
- caption: Calendar DayOfMonthNumber
- column 'Calendar DayOfQuarterNumber'
- caption: Calendar DayOfQuarterNumber
- column 'Calendar DayOfYearNumber'
- caption: Calendar DayOfYearNumber
- column 'Calendar DatePreviousWeek'
- caption: Calendar DatePreviousWeek
- column 'Calendar DatePreviousMonth'
- caption: Calendar DatePreviousMonth
- column 'Calendar DatePreviousQuarter'
- caption: Calendar DatePreviousQuarter
- column 'Calendar DatePreviousYear'
- caption: Calendar DatePreviousYear
- column 'Fiscal Year'
- caption: Fiscal Year
- column 'Fiscal Quarter'
- caption: Fiscal Quarter
- column 'Fiscal Quarter Year'
- caption: Fiscal Quarter Year
- column 'Fiscal Month'
- caption: Fiscal Month
- column 'Fiscal Month Year'
- caption: Fiscal Month Year
- column 'Fiscal Week'
- caption: Fiscal Week
- column 'Fiscal Week Year'
- caption: Fiscal Week Year
- column 'Fiscal RelativeWeekPos'
- caption: Fiscal RelativeWeekPos
- column 'Fiscal RelativeMonthPos'
- caption: Fiscal RelativeMonthPos
- column 'Fiscal RelativeQuarterPos'
- caption: Fiscal RelativeQuarterPos
- column 'Fiscal RelativeYearPos'
- caption: Fiscal RelativeYearPos
- column 'Fiscal StartOfMonth'
- caption: Fiscal StartOfMonth
- column 'Fiscal EndOfMonth'
- caption: Fiscal EndOfMonth
- column 'Fiscal StartOfQuarter'
- caption: Fiscal StartOfQuarter
- column 'Fiscal EndOfQuarter'
- caption: Fiscal EndOfQuarter
- column 'Fiscal StartOfYear'
- caption: Fiscal StartOfYear
- column 'Fiscal EndOfYear'
- caption: Fiscal EndOfYear
- column 'Fiscal MonthDays'
- caption: Fiscal MonthDays
- column 'Fiscal QuarterDays'
- caption: Fiscal QuarterDays
- column 'Fiscal YearDays'
- caption: Fiscal YearDays
- column 'Fiscal DayOfMonthNumber'
- caption: Fiscal DayOfMonthNumber
- column 'Fiscal DayOfQuarterNumber'
- caption: Fiscal DayOfQuarterNumber
- column 'Fiscal DayOfYearNumber'
- caption: Fiscal DayOfYearNumber
- column 'Fiscal DatePreviousWeek'
- caption: Fiscal DatePreviousWeek
- column 'Fiscal DatePreviousMonth'
- caption: Fiscal DatePreviousMonth
- column 'Fiscal DatePreviousQuarter'
- caption: Fiscal DatePreviousQuarter
- column 'Fiscal DatePreviousYear'
- caption: Fiscal DatePreviousYear
- column 'FW Year'
- caption: FW Year
- column 'FW Quarter'
- caption: FW Quarter
- column 'FW Quarter Year'
- caption: FW Quarter Year
- column 'FW Month'
- caption: FW Month
- column 'FW Month Year'
- caption: FW Month Year
- column 'FW Week'
- caption: FW Week
- column 'FW Period'
- caption: FW Period
- column 'FW Week Year'
- caption: FW Week Year
- column 'FW StartOfWeek'
- caption: FW StartOfWeek
- column 'FW EndOfWeek'
- caption: FW EndOfWeek
- column 'FW RelativeWeekPos'
- caption: FW RelativeWeekPos
- column 'FW RelativeMonthPos'
- caption: FW RelativeMonthPos
- column 'FW RelativeQuarterPos'
- caption: FW RelativeQuarterPos
- column 'FW RelativeYearPos'
- caption: FW RelativeYearPos
- column 'FW StartOfMonth'
- caption: FW StartOfMonth
- column 'FW EndOfMonth'
- caption: FW EndOfMonth
- column 'FW StartOfQuarter'
- caption: FW StartOfQuarter
- column 'FW EndOfQuarter'
- caption: FW EndOfQuarter
- column 'FW StartOfYear'
- caption: FW StartOfYear
- column 'FW EndOfYear'
- caption: FW EndOfYear
- column 'FW MonthDays'
- caption: FW MonthDays
- column 'FW QuarterDays'
- caption: FW QuarterDays
- column 'FW YearDays'
- caption: FW YearDays
- column 'FW DayOfMonthNumber'
- caption: FW DayOfMonthNumber
- column 'FW DayOfQuarterNumber'
- caption: FW DayOfQuarterNumber
- column 'FW DayOfYearNumber'
- caption: FW DayOfYearNumber
- column 'FW DatePreviousWeek'
- caption: FW DatePreviousWeek
- column 'FW DatePreviousMonth'
- caption: FW DatePreviousMonth
- column 'FW DatePreviousQuarter'
- caption: FW DatePreviousQuarter
- column 'FW DatePreviousYear'
- caption: FW DatePreviousYear
- column 'Relative Day'
- caption: Relative Day
- column Sequential365DayNumber
- caption: Sequential 365 DayNumber
- measure 'No. of Days'
- caption: No. of Days
- measure 'Working Days'
- caption: Working Days
- measure Ranged
- caption: Ranged
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Fiscal Year-Quarter-Month-Week
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Quarter Year'
- caption: Fiscal Quarter Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- level 'Fiscal Week Year'
- caption: Fiscal Week Year
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Calendar Year-Quarter-Month-Week
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Quarter Year'
- caption: Calendar Quarter Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- level 'Calendar Week Year'
- caption: Calendar Week Year
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: FW Year-Quarter-Month-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Quarter Year'
- caption: FW Quarter Year
- level 'FW Month Year'
- caption: FW Month Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'Fiscal Year-Month'
- caption: Fiscal Year-Month
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- hierarchy 'Fiscal Year-Month-Week'
- caption: Fiscal Year-Month-Week
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- level 'Fiscal Week Year'
- caption: Fiscal Week Year
- hierarchy 'Calendar Year-Month'
- caption: Calendar Year-Month
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- hierarchy 'Calendar Year-Month-Week'
- caption: Calendar Year-Month-Week
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- level 'Calendar Week Year'
- caption: Calendar Week Year
- hierarchy 'FW Year-Month-Week'
- caption: FW Year-Month-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Month Year'
- caption: FW Month Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'FW Year-Quarter-Week'
- caption: FW Year-Quarter-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Quarter Year'
- caption: FW Quarter Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'FW Year-Week'
- caption: FW Year-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Week Year'
- caption: FW Week Year
- table 'Localized Labels'
- measure 'My Report Title'
- caption: My Report Title
- measure 'My Button Caption'
- caption: My Button Caption
- measure 'My Visual Title'
- caption: My Visual Title
- measure 'Inactive Employees'
- caption: Inactive Employees
- measure 'Terminated Employees'
- caption: Terminated Employees
- measure 'Employees in Unions'
- caption: Employees in Unions
- measure 'Social Analysis'
- caption: Social Analysis
- measure 'Gender Distribution'
- caption: Gender Distribution
- measure 'Age Distribution'
- caption: Age Distribution
- measure 'Employees Qualifications'
- caption: Employees Qualifications
- measure 'Realized Emissions vs Target'
- caption: Realised Emissions vs Target
- measure 'CO2e Emissions by Scope'
- caption: CO2e Emissions by Scope
- measure 'Gas Emissions by Category'
- caption: Gas Emissions by Category
- measure 'Realized Emissions vs Baseline'
- caption: Realised Emissions vs Baseline
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e Emissions vs Baseline
- measure 'CO2e Emissions by Account'
- caption: CO2e Emissions by Account
- measure 'Water and Waste Analysis'
- caption: Water and Waste Analysis
- measure 'Water by Facility Location'
- caption: Water by Facility Location
- measure 'Water by Facility Capacity'
- caption: Water by Facility Capacity
- measure 'Water and Waste by Type'
- caption: Water and Waste by Type
- measure 'Water and Waste Intensity by Type'
- caption: Water and Waste Intensity by Type
- measure 'Water and Waste Intensity by Facility'
- caption: Water and Waste Intensity by Facility
- measure 'Emissions by Category and Scope'
- caption: Emissions by Category and Scope
- measure 'Emissions by Category'
- caption: Emissions by Category
- measure 'Emissions by Scope'
- caption: Emissions by Scope
- measure 'CO2e Analysis'
- caption: CO2e Analysis
- measure 'CO2e Emissions by Category'
- caption: CO2e Emissions by Category
- measure 'Carbon Credit by Month'
- caption: Carbon Credit by Month
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e Equivalent Emission by Month and Revenue
- measure 'Employee Entries Drillthrough'
- caption: Employee Entries Drillthrough
- measure 'Employee Ledger Entries'
- caption: Employee Ledger Entries
- measure 'Sustainability Ledger Entries'
- caption: Sustainability Ledger Entries
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Sustainability Ledger Entries Drillthrough
- measure 'Employee Ledger Entries Drillthrough'
- caption: Employee Ledger Entries Drillthrough
- measure 'Sustainability Overview'
- caption: Sustainability Overview
- measure 'Sustainability Analytics'
- caption: Sustainability Analytics
- measure 'CO2e Emissions by Month'
- caption: CO2e Emissions by Month
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Scopes 1 and 2 Analysis by Categories Per Year
- measure 'CO2e Emissions by Department'
- caption: CO2e Emissions by Department
- measure 'Journey to Net-Zero Carbon'
- caption: Journey to Net-Zero Carbon
- measure 'CO2e Emissions by Business Group'
- caption: CO2e Emissions by Business Group
- measure 'Renewable Energy Usage'
- caption: Renewable Energy Usage
- measure 'CO2e Emissions Over Time'
- caption: CO2e Emissions Over Time
- measure 'CO2e Smart Review'
- caption: CO2e Smart Review
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e Emissions by Global Dimension One
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e Emissions by Global Dimension Two
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e Equivalent Emissions by Month
- measure 'Company Name'
- caption: Company Name
- measure 'Last Refreshed'
- caption: Last Refreshed
- measure 'Released Employees'
- caption: Released Employees
- measure 'CO2e Decomposition Tree'
- caption: CO2e Decomposition Tree
- measure 'CO2e Key Influences'
- caption: CO2e Key Influences
- measure 'Water and Waste Yearly and Daily Change'
- caption: Water and Waste Yearly and Daily Change
- table COMPANY
- caption: COMPANY
- measure 'Company Label'
- caption: Company Label
- table 'Sustainability Ledger Entries'
- caption: Sustainability Ledger Entries
- column 'Entry No.'
- caption: Entry No.
- column Description
- caption: Description
- column 'Wat. Intensity'
- caption: Wat. Intensity
- column 'Water Type'
- caption: Water Type
- column 'Wate/Waste Intensity Type'
- caption: Wate/Waste Intensity Type
- column 'Document Type'
- caption: Document Type
- measure 'CO2 Emissions'
- caption: CO2 Emissions
- measure 'CH4 Emissions'
- caption: CH4 Emissions
- measure 'CO2 Emissions Balance'
- caption: CO2 Emissions Balance
- measure 'CO2 Emissions Balance at Date'
- caption: CO2 Emissions Balance at Date
- measure 'N2O Emissions'
- caption: N2O Emissions
- measure 'CO2e Emissions'
- caption: CO2e Emissions
- measure 'CH4 Emissions Balance at Date'
- caption: CH4 Emissions Balance at Date
- measure 'CH4 Emissions Balance'
- caption: CH4 Emissions Balance
- measure 'Water Intensity'
- caption: Water Intensity
- measure 'Waste Intensity'
- caption: Waste Intensity
- measure 'Discharged Into Water'
- caption: Discharged Into Water
- measure 'CO2e Emissions Balance'
- caption: CO2e Emissions Balance
- measure 'CO2e Emissions Balance at Date'
- caption: CO2e Emissions Balance at Date
- measure 'Discharged Into Water Balance at Date'
- caption: Discharged Into Water Balance at Date
- measure 'Discharged Into Water Balance'
- caption: Discharged Into Water Balance
- measure 'N2O Emissions Balance'
- caption: N2O Emissions Balance
- measure 'N2O Emissions Balance at Date'
- caption: N2O Emissions Balance at Date
- measure 'Waste Intensity Balance at Date'
- caption: Balance at Date Waste Intensity
- measure 'Waste Intensity Balance'
- caption: Balance Waste Intensity
- measure 'Water Intensity Balance'
- caption: Water Intensity Balance
- measure 'Water Intensity Balance at Date'
- caption: Water Intensity Balance at Date
- measure 'CO2 Baseline'
- caption: CO2 Baseline
- measure 'CH4 Baseline'
- caption: CH4 Baseline
- measure 'CH4 vs Baseline (%)'
- caption: CH4 vs Baseline (%)
- measure 'N2O Baseline'
- caption: N2O Baseline
- measure 'N2O vs Baseline (%)'
- caption: N2O vs Baseline (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 vs Baseline (%)
- measure 'Water Baseline'
- caption: Water Baseline
- measure 'Waste Baseline'
- caption: Waste Baseline
- measure 'Water vs Baseline (%)'
- caption: Water vs Baseline (%)
- measure 'Waste vs Baseline (%)'
- caption: Waste vs Baseline (%)
- measure 'CO2e Baseline'
- caption: CO2e Baseline
- measure 'CO2e vs Baseline (%)'
- caption: CO2e vs Baseline (%)
- measure 'Purchased Carbon Credits'
- caption: Purchased Carbon Credits
- measure 'Discharged Into Water Baseline'
- caption: Water Dishcarged Baseline
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Water Dish vs Baseline (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e Emissions (Excl Credits)
- measure 'Water Intensity PY'
- caption: Water Intensity PY
- measure 'Water Intensity YOY'
- caption: Water Change YOY
- measure 'Waste Intensity PY'
- caption: Waste PY
- measure 'Waste Intensity YOY'
- caption: Waste Change YOY
- measure 'Discharged Into Water PY'
- caption: Discharged Into Water PY
- measure 'Discharged Into Water YOY'
- caption: Discharged Into Water YOY
- measure 'Discharged Into Water PD'
- caption: Discharged Into Water PD
- measure 'Waste Intensity PD'
- caption: Waste PD
- measure 'Water Intensity PD'
- caption: Water Intensity PD
- measure 'Water Intensity DOD'
- caption: Water Change DOD
- measure 'Waste Intensity DOD'
- caption: Waste Change DOD
- measure 'Discharged Into Water DOD'
- caption: Discharged Into Water DOD
- measure 'Base Link'
- caption: Base Link
- measure 'Sustainability Ledger Entries Link'
- caption: Sustainability Ledger Entries Link
- measure 'Months in Context'
- caption: Months in Context
- table 'Sustainability Accounts'
- caption: Sustainability Accounts
- column 'Sustainability Account No.'
- caption: Sustainability Account No.
- column 'Sustainability Account Name'
- caption: Sustainability Account Name
- column 'Sustainability Account Category'
- caption: Sustainability Account Category
- column 'Sustainability Account Sub-Category'
- caption: Sustainability Account Sub-Category
- table Country/Region
- caption: Country/Region
- column 'Country Region Code'
- caption: Country Region Code
- column 'Country Region Name'
- caption: Country Region Name
- table 'Responsibility Centre'
- caption: Responsibility Centre
- column 'Responsibility Centre Code'
- caption: Responsibility Centre Code
- column 'Responsibility Centre Name'
- caption: Responsibility Centre Name
- measure 'Facility Capacity'
- caption: Facility Capacity
- table 'Sustainability Goals'
- caption: Sustainability Goals
- column 'Score Card No.'
- caption: Score Card No.
- column 'No.'
- caption: No.
- column Name
- caption: Name
- column Owner
- caption: Owner
- column 'Target Value For CO2'
- caption: Target Value For CO2
- column 'Target Value For CH4'
- caption: Target Value For CH4
- column 'Target Value For N2O'
- caption: Target Value For N2O
- column 'Target Value For Water Intensity'
- caption: Target Value For Water Intensity
- column 'Target Value For Waste Intensity'
- caption: Target Value For Waste Intensity
- column 'Main Goal'
- caption: Main Goal
- column 'Start Date'
- caption: Start Date
- column 'End Date'
- caption: End Date
- column 'Baseline Start Date'
- caption: Baseline Start Date
- column 'Baseline End Date'
- caption: Baseline End Date
- measure 'CO2 Target'
- caption: CO2 Target
- measure 'CO2 Realized (%)'
- caption: CO2 Realised (%)
- measure 'CH4 Target'
- caption: CH4 Target
- measure 'N2O Target'
- caption: N2O Target
- measure 'CH4 Realized (%)'
- caption: CH4 Realised (%)
- measure 'N2O Realized (%)'
- caption: N2O Realised (%)
- measure 'Water Target'
- caption: Water Target
- measure 'Waste Target'
- caption: Waste Target
- measure 'Water Realized (%)'
- caption: Water Realised (%)
- measure 'Waste Realized (%)'
- caption: Waste Realised (%)
- measure 'CO2e Realized (%)'
- caption: CO2e Realised (%)
- measure 'CO2 Current Value'
- caption: CO2 Current Value
- measure 'CH4 Current Value'
- caption: CH4 Current Value
- measure 'N2O Current Value'
- caption: N2O Current Value
- measure 'CO2e Current Value'
- caption: CO2e Current Value
- table 'Employee Ledger Entries'
- caption: Employee Ledger Entries
- column 'Entry No.'
- caption: Entry No.
- column 'Document Type'
- caption: Document Type
- column 'Document No.'
- caption: Document No.
- column Description
- caption: Description
- measure 'Employee Amount'
- caption: Amount
- measure 'Employee Ledger Entries Link'
- caption: Employee Ledger Entries Link
- table 'Employee Qualifications'
- caption: Employee Qualifications
- column 'Employee Qualification Codes'
- caption: Employee Qualification Codes
- measure 'Employee Qualifications'
- caption: Count Employee Qualifications
- table 'Emission Fees'
- caption: Emission Fees
- column 'Emission Type'
- caption: Emission Type
- column 'Scope Type'
- caption: Scope Type
- column 'Starting Date'
- caption: Starting Date
- column 'Ending Date'
- caption: Ending Date
- column 'Country Region Code'
- caption: Country Region Code
- column 'Responsibility Centre'
- caption: Responsibility Centre
- column 'Carbon Fee'
- caption: Carbon Fee
- column 'Carbon Equivalent Factor'
- caption: Carbon Equivalent Factor
- measure 'CO2e Target'
- caption: CO2e Target
- measure 'CO2 Carbon Equivalent'
- caption: CO2 Carbon Equivilent
- measure 'CH4 Carbon Equivalent'
- caption: CH4 Carbon Equivilent
- measure 'N2O Carbon Equivalent'
- caption: N20 Carbon Equivilent
- table 'Employee Absences'
- caption: Employee Absences
- column 'Entry No'
- caption: Entry No
- column 'From Date'
- caption: From Date
- column 'To Date'
- caption: To Date
- column 'Cause of Absence'
- caption: Cause of Absence
- column Description
- caption: Description
- measure 'Employee Absences'
- caption: Quantity
- measure 'Absence Hours (%)'
- caption: Absence Hours (%)
- table 'Sustainability Sub-Account Categories'
- caption: Sustainability Sub-Account Categories
- column 'Sub-Category Description'
- caption: Sub-Category Description
- column 'Renewable Energy'
- caption: Renewable Energy
- table Employees
- caption: Employees
- column 'Employee No.'
- caption: Employee No.
- column 'Employee Full Name'
- caption: Employee Full Name
- column 'Employee First Name'
- caption: Employee First Name
- column 'Employee Last Name'
- caption: Employee Last Name
- column 'Employee Gender'
- caption: Employee Gender
- column 'Employee Union Code'
- caption: Employee Union Code
- column 'Employee Status'
- caption: Employee Status
- column 'Employee Cause of Inactivity'
- caption: Employee Cause of Inactivity
- column 'Employee Inactive Date'
- caption: Employee Inactive Date
- column 'Employee Grounds for Termination'
- caption: Employee Grounds for Termination
- column 'Employee Date of Birth'
- caption: Employee Date of Birth
- column Age
- caption: Age
- column 'Age Distribution'
- caption: Age Distribution
- measure 'No. of Employees'
- caption: No. of Employees
- measure 'No. of Male Employees'
- caption: No. of Male Employees
- measure 'No. of Female Employees'
- caption: No. of Female Employees
- measure 'No. of Other Employees'
- caption: No. of Other Employees
- measure 'Male Employees (%)'
- caption: Male Employees (%)
- measure 'Female Employees (%)'
- caption: Female Employees (%)
- measure 'Other Employees (%)'
- caption: Other Employees (%)
- table ENVIRONMENT
- caption: ENVIRONMENT
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-NZ.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-NZ.tmdl
deleted file mode 100644
index e92e7b4fe4..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-NZ.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo en-NZ
- translations
- model Model
- table 'Sustainability Account Category'
- caption: G/L Account Category
- column 'Sustainability Account Category Description'
- caption: G/L Acc. Category Description
- column 'Sustainability Account Category Code'
- caption: Sustainability Account Category Code
- column 'Sustainability Account Category Emission Scope'
- caption: Sustainability Account Category Emission Scope
- table 'Dimension Sets'
- caption: Dimension Sets
- column 'Global Dimension 1'
- caption: Global Dimension 1
- column 'Global Dimension 2'
- caption: Global Dimension 2
- column 'Shortcut Dimension 3'
- caption: Shortcut Dimension 3
- column 'Shortcut Dimension 4'
- caption: Shortcut Dimension 4
- column 'Shortcut Dimension 5'
- caption: Shortcut Dimension 5
- column 'Shortcut Dimension 6'
- caption: Shortcut Dimension 6
- column 'Shortcut Dimension 7'
- caption: Shortcut Dimension 7
- column 'Shortcut Dimension 8'
- caption: Shortcut Dimension 8
- column id
- caption: id
- table Date
- caption: Date
- column 'Week Day'
- caption: Week Day
- column 'Day Type'
- caption: Day Type
- column 'Calendar Year'
- caption: Calendar Year
- column 'Calendar Quarter'
- caption: Calendar Quarter
- column 'Calendar Quarter Year'
- caption: Calendar Quarter Year
- column 'Calendar Month'
- caption: Calendar Month
- column 'Calendar Month Year'
- caption: Calendar Month Year
- column 'Calendar Week'
- caption: Calendar Week
- column 'Calendar Week Year'
- caption: Calendar Week Year
- column 'Calendar RelativeWeekPos'
- caption: Calendar RelativeWeekPos
- column 'Calendar RelativeMonthPos'
- caption: Calendar RelativeMonthPos
- column 'Calendar RelativeQuarterPos'
- caption: Calendar RelativeQuarterPos
- column 'Calendar RelativeYearPos'
- caption: Calendar RelativeYearPos
- column 'Calendar StartOfMonth'
- caption: Calendar StartOfMonth
- column 'Calendar EndOfMonth'
- caption: Calendar EndOfMonth
- column 'Calendar StartOfQuarter'
- caption: Calendar StartOfQuarter
- column 'Calendar EndOfQuarter'
- caption: Calendar EndOfQuarter
- column 'Calendar StartOfYear'
- caption: Calendar StartOfYear
- column 'Calendar EndOfYear'
- caption: Calendar EndOfYear
- column 'Calendar MonthDays'
- caption: Calendar MonthDays
- column 'Calendar QuarterDays'
- caption: Calendar QuarterDays
- column 'Calendar YearDays'
- caption: Calendar YearDays
- column 'Calendar DayOfMonthNumber'
- caption: Calendar DayOfMonthNumber
- column 'Calendar DayOfQuarterNumber'
- caption: Calendar DayOfQuarterNumber
- column 'Calendar DayOfYearNumber'
- caption: Calendar DayOfYearNumber
- column 'Calendar DatePreviousWeek'
- caption: Calendar DatePreviousWeek
- column 'Calendar DatePreviousMonth'
- caption: Calendar DatePreviousMonth
- column 'Calendar DatePreviousQuarter'
- caption: Calendar DatePreviousQuarter
- column 'Calendar DatePreviousYear'
- caption: Calendar DatePreviousYear
- column 'Fiscal Year'
- caption: Fiscal Year
- column 'Fiscal Quarter'
- caption: Fiscal Quarter
- column 'Fiscal Quarter Year'
- caption: Fiscal Quarter Year
- column 'Fiscal Month'
- caption: Fiscal Month
- column 'Fiscal Month Year'
- caption: Fiscal Month Year
- column 'Fiscal Week'
- caption: Fiscal Week
- column 'Fiscal Week Year'
- caption: Fiscal Week Year
- column 'Fiscal RelativeWeekPos'
- caption: Fiscal RelativeWeekPos
- column 'Fiscal RelativeMonthPos'
- caption: Fiscal RelativeMonthPos
- column 'Fiscal RelativeQuarterPos'
- caption: Fiscal RelativeQuarterPos
- column 'Fiscal RelativeYearPos'
- caption: Fiscal RelativeYearPos
- column 'Fiscal StartOfMonth'
- caption: Fiscal StartOfMonth
- column 'Fiscal EndOfMonth'
- caption: Fiscal EndOfMonth
- column 'Fiscal StartOfQuarter'
- caption: Fiscal StartOfQuarter
- column 'Fiscal EndOfQuarter'
- caption: Fiscal EndOfQuarter
- column 'Fiscal StartOfYear'
- caption: Fiscal StartOfYear
- column 'Fiscal EndOfYear'
- caption: Fiscal EndOfYear
- column 'Fiscal MonthDays'
- caption: Fiscal MonthDays
- column 'Fiscal QuarterDays'
- caption: Fiscal QuarterDays
- column 'Fiscal YearDays'
- caption: Fiscal YearDays
- column 'Fiscal DayOfMonthNumber'
- caption: Fiscal DayOfMonthNumber
- column 'Fiscal DayOfQuarterNumber'
- caption: Fiscal DayOfQuarterNumber
- column 'Fiscal DayOfYearNumber'
- caption: Fiscal DayOfYearNumber
- column 'Fiscal DatePreviousWeek'
- caption: Fiscal DatePreviousWeek
- column 'Fiscal DatePreviousMonth'
- caption: Fiscal DatePreviousMonth
- column 'Fiscal DatePreviousQuarter'
- caption: Fiscal DatePreviousQuarter
- column 'Fiscal DatePreviousYear'
- caption: Fiscal DatePreviousYear
- column 'FW Year'
- caption: FW Year
- column 'FW Quarter'
- caption: FW Quarter
- column 'FW Quarter Year'
- caption: FW Quarter Year
- column 'FW Month'
- caption: FW Month
- column 'FW Month Year'
- caption: FW Month Year
- column 'FW Week'
- caption: FW Week
- column 'FW Period'
- caption: FW Period
- column 'FW Week Year'
- caption: FW Week Year
- column 'FW StartOfWeek'
- caption: FW StartOfWeek
- column 'FW EndOfWeek'
- caption: FW EndOfWeek
- column 'FW RelativeWeekPos'
- caption: FW RelativeWeekPos
- column 'FW RelativeMonthPos'
- caption: FW RelativeMonthPos
- column 'FW RelativeQuarterPos'
- caption: FW RelativeQuarterPos
- column 'FW RelativeYearPos'
- caption: FW RelativeYearPos
- column 'FW StartOfMonth'
- caption: FW StartOfMonth
- column 'FW EndOfMonth'
- caption: FW EndOfMonth
- column 'FW StartOfQuarter'
- caption: FW StartOfQuarter
- column 'FW EndOfQuarter'
- caption: FW EndOfQuarter
- column 'FW StartOfYear'
- caption: FW StartOfYear
- column 'FW EndOfYear'
- caption: FW EndOfYear
- column 'FW MonthDays'
- caption: FW MonthDays
- column 'FW QuarterDays'
- caption: FW QuarterDays
- column 'FW YearDays'
- caption: FW YearDays
- column 'FW DayOfMonthNumber'
- caption: FW DayOfMonthNumber
- column 'FW DayOfQuarterNumber'
- caption: FW DayOfQuarterNumber
- column 'FW DayOfYearNumber'
- caption: FW DayOfYearNumber
- column 'FW DatePreviousWeek'
- caption: FW DatePreviousWeek
- column 'FW DatePreviousMonth'
- caption: FW DatePreviousMonth
- column 'FW DatePreviousQuarter'
- caption: FW DatePreviousQuarter
- column 'FW DatePreviousYear'
- caption: FW DatePreviousYear
- column 'Relative Day'
- caption: Relative Day
- column Sequential365DayNumber
- caption: Sequential 365 DayNumber
- measure 'No. of Days'
- caption: No. of Days
- measure 'Working Days'
- caption: Working Days
- measure Ranged
- caption: Ranged
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Fiscal Year-Quarter-Month-Week
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Quarter Year'
- caption: Fiscal Quarter Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- level 'Fiscal Week Year'
- caption: Fiscal Week Year
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Calendar Year-Quarter-Month-Week
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Quarter Year'
- caption: Calendar Quarter Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- level 'Calendar Week Year'
- caption: Calendar Week Year
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: FW Year-Quarter-Month-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Quarter Year'
- caption: FW Quarter Year
- level 'FW Month Year'
- caption: FW Month Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'Fiscal Year-Month'
- caption: Fiscal Year-Month
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- hierarchy 'Fiscal Year-Month-Week'
- caption: Fiscal Year-Month-Week
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- level 'Fiscal Week Year'
- caption: Fiscal Week Year
- hierarchy 'Calendar Year-Month'
- caption: Calendar Year-Month
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- hierarchy 'Calendar Year-Month-Week'
- caption: Calendar Year-Month-Week
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- level 'Calendar Week Year'
- caption: Calendar Week Year
- hierarchy 'FW Year-Month-Week'
- caption: FW Year-Month-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Month Year'
- caption: FW Month Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'FW Year-Quarter-Week'
- caption: FW Year-Quarter-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Quarter Year'
- caption: FW Quarter Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'FW Year-Week'
- caption: FW Year-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Week Year'
- caption: FW Week Year
- table 'Localized Labels'
- measure 'My Report Title'
- caption: My Report Title
- measure 'My Button Caption'
- caption: My Button Caption
- measure 'My Visual Title'
- caption: My Visual Title
- measure 'Inactive Employees'
- caption: Inactive Employees
- measure 'Terminated Employees'
- caption: Terminated Employees
- measure 'Employees in Unions'
- caption: Employees in Unions
- measure 'Social Analysis'
- caption: Social Analysis
- measure 'Gender Distribution'
- caption: Gender Distribution
- measure 'Age Distribution'
- caption: Age Distribution
- measure 'Employees Qualifications'
- caption: Employees Qualifications
- measure 'Realized Emissions vs Target'
- caption: Realised Emissions vs Target
- measure 'CO2e Emissions by Scope'
- caption: CO2e Emissions by Scope
- measure 'Gas Emissions by Category'
- caption: Gas Emissions by Category
- measure 'Realized Emissions vs Baseline'
- caption: Realised Emissions vs Baseline
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e Emissions vs Baseline
- measure 'CO2e Emissions by Account'
- caption: CO2e Emissions by Account
- measure 'Water and Waste Analysis'
- caption: Water and Waste Analysis
- measure 'Water by Facility Location'
- caption: Water by Facility Location
- measure 'Water by Facility Capacity'
- caption: Water by Facility Capacity
- measure 'Water and Waste by Type'
- caption: Water and Waste by Type
- measure 'Water and Waste Intensity by Type'
- caption: Water and Waste Intensity by Type
- measure 'Water and Waste Intensity by Facility'
- caption: Water and Waste Intensity by Facility
- measure 'Emissions by Category and Scope'
- caption: Emissions by Category and Scope
- measure 'Emissions by Category'
- caption: Emissions by Category
- measure 'Emissions by Scope'
- caption: Emissions by Scope
- measure 'CO2e Analysis'
- caption: CO2e Analysis
- measure 'CO2e Emissions by Category'
- caption: CO2e Emissions by Category
- measure 'Carbon Credit by Month'
- caption: Carbon Credit by Month
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e Equivalent Emission by Month and Revenue
- measure 'Employee Entries Drillthrough'
- caption: Employee Entries Drillthrough
- measure 'Employee Ledger Entries'
- caption: Employee Ledger Entries
- measure 'Sustainability Ledger Entries'
- caption: Sustainability Ledger Entries
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Sustainability Ledger Entries Drillthrough
- measure 'Employee Ledger Entries Drillthrough'
- caption: Employee Ledger Entries Drillthrough
- measure 'Sustainability Overview'
- caption: Sustainability Overview
- measure 'Sustainability Analytics'
- caption: Sustainability Analytics
- measure 'CO2e Emissions by Month'
- caption: CO2e Emissions by Month
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Scopes 1 and 2 Analysis by Categories Per Year
- measure 'CO2e Emissions by Department'
- caption: CO2e Emissions by Department
- measure 'Journey to Net-Zero Carbon'
- caption: Journey to Net-Zero Carbon
- measure 'CO2e Emissions by Business Group'
- caption: CO2e Emissions by Business Group
- measure 'Renewable Energy Usage'
- caption: Renewable Energy Usage
- measure 'CO2e Emissions Over Time'
- caption: CO2e Emissions Over Time
- measure 'CO2e Smart Review'
- caption: CO2e Smart Review
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e Emissions by Global Dimension One
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e Emissions by Global Dimension Two
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e Equivalent Emissions by Month
- measure 'Company Name'
- caption: Company Name
- measure 'Last Refreshed'
- caption: Last Refreshed
- measure 'Released Employees'
- caption: Released Employees
- measure 'CO2e Decomposition Tree'
- caption: CO2e Decomposition Tree
- measure 'CO2e Key Influences'
- caption: CO2e Key Influences
- measure 'Water and Waste Yearly and Daily Change'
- caption: Water and Waste Yearly and Daily Change
- table COMPANY
- caption: COMPANY
- measure 'Company Label'
- caption: Company Label
- table 'Sustainability Ledger Entries'
- caption: Sustainability Ledger Entries
- column 'Entry No.'
- caption: Entry No.
- column Description
- caption: Description
- column 'Wat. Intensity'
- caption: Wat. Intensity
- column 'Water Type'
- caption: Water Type
- column 'Wate/Waste Intensity Type'
- caption: Wate/Waste Intensity Type
- column 'Document Type'
- caption: Document Type
- measure 'CO2 Emissions'
- caption: CO2 Emissions
- measure 'CH4 Emissions'
- caption: CH4 Emissions
- measure 'CO2 Emissions Balance'
- caption: CO2 Emissions Balance
- measure 'CO2 Emissions Balance at Date'
- caption: CO2 Emissions Balance at Date
- measure 'N2O Emissions'
- caption: N2O Emissions
- measure 'CO2e Emissions'
- caption: CO2e Emissions
- measure 'CH4 Emissions Balance at Date'
- caption: CH4 Emissions Balance at Date
- measure 'CH4 Emissions Balance'
- caption: CH4 Emissions Balance
- measure 'Water Intensity'
- caption: Water Intensity
- measure 'Waste Intensity'
- caption: Waste Intensity
- measure 'Discharged Into Water'
- caption: Discharged Into Water
- measure 'CO2e Emissions Balance'
- caption: CO2e Emissions Balance
- measure 'CO2e Emissions Balance at Date'
- caption: CO2e Emissions Balance at Date
- measure 'Discharged Into Water Balance at Date'
- caption: Discharged Into Water Balance at Date
- measure 'Discharged Into Water Balance'
- caption: Discharged Into Water Balance
- measure 'N2O Emissions Balance'
- caption: N2O Emissions Balance
- measure 'N2O Emissions Balance at Date'
- caption: N2O Emissions Balance at Date
- measure 'Waste Intensity Balance at Date'
- caption: Balance at Date Waste Intensity
- measure 'Waste Intensity Balance'
- caption: Balance Waste Intensity
- measure 'Water Intensity Balance'
- caption: Water Intensity Balance
- measure 'Water Intensity Balance at Date'
- caption: Water Intensity Balance at Date
- measure 'CO2 Baseline'
- caption: CO2 Baseline
- measure 'CH4 Baseline'
- caption: CH4 Baseline
- measure 'CH4 vs Baseline (%)'
- caption: CH4 vs Baseline (%)
- measure 'N2O Baseline'
- caption: N2O Baseline
- measure 'N2O vs Baseline (%)'
- caption: N2O vs Baseline (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 vs Baseline (%)
- measure 'Water Baseline'
- caption: Water Baseline
- measure 'Waste Baseline'
- caption: Waste Baseline
- measure 'Water vs Baseline (%)'
- caption: Water vs Baseline (%)
- measure 'Waste vs Baseline (%)'
- caption: Waste vs Baseline (%)
- measure 'CO2e Baseline'
- caption: CO2e Baseline
- measure 'CO2e vs Baseline (%)'
- caption: CO2e vs Baseline (%)
- measure 'Purchased Carbon Credits'
- caption: Purchased Carbon Credits
- measure 'Discharged Into Water Baseline'
- caption: Water Dishcarged Baseline
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Water Dish vs Baseline (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e Emissions (Excl Credits)
- measure 'Water Intensity PY'
- caption: Water Intensity PY
- measure 'Water Intensity YOY'
- caption: Water Change YOY
- measure 'Waste Intensity PY'
- caption: Waste PY
- measure 'Waste Intensity YOY'
- caption: Waste Change YOY
- measure 'Discharged Into Water PY'
- caption: Discharged Into Water PY
- measure 'Discharged Into Water YOY'
- caption: Discharged Into Water YOY
- measure 'Discharged Into Water PD'
- caption: Discharged Into Water PD
- measure 'Waste Intensity PD'
- caption: Waste PD
- measure 'Water Intensity PD'
- caption: Water Intensity PD
- measure 'Water Intensity DOD'
- caption: Water Change DOD
- measure 'Waste Intensity DOD'
- caption: Waste Change DOD
- measure 'Discharged Into Water DOD'
- caption: Discharged Into Water DOD
- measure 'Base Link'
- caption: Base Link
- measure 'Sustainability Ledger Entries Link'
- caption: Sustainability Ledger Entries Link
- measure 'Months in Context'
- caption: Months in Context
- table 'Sustainability Accounts'
- caption: Sustainability Accounts
- column 'Sustainability Account No.'
- caption: Sustainability Account No.
- column 'Sustainability Account Name'
- caption: Sustainability Account Name
- column 'Sustainability Account Category'
- caption: Sustainability Account Category
- column 'Sustainability Account Sub-Category'
- caption: Sustainability Account Sub-Category
- table Country/Region
- caption: Country/Region
- column 'Country Region Code'
- caption: Country Region Code
- column 'Country Region Name'
- caption: Country Region Name
- table 'Responsibility Centre'
- caption: Responsibility Centre
- column 'Responsibility Centre Code'
- caption: Responsibility Centre Code
- column 'Responsibility Centre Name'
- caption: Responsibility Centre Name
- measure 'Facility Capacity'
- caption: Facility Capacity
- table 'Sustainability Goals'
- caption: Sustainability Goals
- column 'Score Card No.'
- caption: Score Card No.
- column 'No.'
- caption: No.
- column Name
- caption: Name
- column Owner
- caption: Owner
- column 'Target Value For CO2'
- caption: Target Value For CO2
- column 'Target Value For CH4'
- caption: Target Value For CH4
- column 'Target Value For N2O'
- caption: Target Value For N2O
- column 'Target Value For Water Intensity'
- caption: Target Value For Water Intensity
- column 'Target Value For Waste Intensity'
- caption: Target Value For Waste Intensity
- column 'Main Goal'
- caption: Main Goal
- column 'Start Date'
- caption: Start Date
- column 'End Date'
- caption: End Date
- column 'Baseline Start Date'
- caption: Baseline Start Date
- column 'Baseline End Date'
- caption: Baseline End Date
- measure 'CO2 Target'
- caption: CO2 Target
- measure 'CO2 Realized (%)'
- caption: CO2 Realised (%)
- measure 'CH4 Target'
- caption: CH4 Target
- measure 'N2O Target'
- caption: N2O Target
- measure 'CH4 Realized (%)'
- caption: CH4 Realised (%)
- measure 'N2O Realized (%)'
- caption: N2O Realised (%)
- measure 'Water Target'
- caption: Water Target
- measure 'Waste Target'
- caption: Waste Target
- measure 'Water Realized (%)'
- caption: Water Realised (%)
- measure 'Waste Realized (%)'
- caption: Waste Realised (%)
- measure 'CO2e Realized (%)'
- caption: CO2e Realised (%)
- measure 'CO2 Current Value'
- caption: CO2 Current Value
- measure 'CH4 Current Value'
- caption: CH4 Current Value
- measure 'N2O Current Value'
- caption: N2O Current Value
- measure 'CO2e Current Value'
- caption: CO2e Current Value
- table 'Employee Ledger Entries'
- caption: Employee Ledger Entries
- column 'Entry No.'
- caption: Entry No.
- column 'Document Type'
- caption: Document Type
- column 'Document No.'
- caption: Document No.
- column Description
- caption: Description
- measure 'Employee Amount'
- caption: Amount
- measure 'Employee Ledger Entries Link'
- caption: Employee Ledger Entries Link
- table 'Employee Qualifications'
- caption: Employee Qualifications
- column 'Employee Qualification Codes'
- caption: Employee Qualification Codes
- measure 'Employee Qualifications'
- caption: Count Employee Qualifications
- table 'Emission Fees'
- caption: Emission Fees
- column 'Emission Type'
- caption: Emission Type
- column 'Scope Type'
- caption: Scope Type
- column 'Starting Date'
- caption: Starting Date
- column 'Ending Date'
- caption: Ending Date
- column 'Country Region Code'
- caption: Country Region Code
- column 'Responsibility Centre'
- caption: Responsibility Centre
- column 'Carbon Fee'
- caption: Carbon Fee
- column 'Carbon Equivalent Factor'
- caption: Carbon Equivalent Factor
- measure 'CO2e Target'
- caption: CO2e Target
- measure 'CO2 Carbon Equivalent'
- caption: CO2 Carbon Equivilent
- measure 'CH4 Carbon Equivalent'
- caption: CH4 Carbon Equivilent
- measure 'N2O Carbon Equivalent'
- caption: N20 Carbon Equivilent
- table 'Employee Absences'
- caption: Employee Absences
- column 'Entry No'
- caption: Entry No
- column 'From Date'
- caption: From Date
- column 'To Date'
- caption: To Date
- column 'Cause of Absence'
- caption: Cause of Absence
- column Description
- caption: Description
- measure 'Employee Absences'
- caption: Quantity
- measure 'Absence Hours (%)'
- caption: Absence Hours (%)
- table 'Sustainability Sub-Account Categories'
- caption: Sustainability Sub-Account Categories
- column 'Sub-Category Description'
- caption: Sub-Category Description
- column 'Renewable Energy'
- caption: Renewable Energy
- table Employees
- caption: Employees
- column 'Employee No.'
- caption: Employee No.
- column 'Employee Full Name'
- caption: Employee Full Name
- column 'Employee First Name'
- caption: Employee First Name
- column 'Employee Last Name'
- caption: Employee Last Name
- column 'Employee Gender'
- caption: Employee Gender
- column 'Employee Union Code'
- caption: Employee Union Code
- column 'Employee Status'
- caption: Employee Status
- column 'Employee Cause of Inactivity'
- caption: Employee Cause of Inactivity
- column 'Employee Inactive Date'
- caption: Employee Inactive Date
- column 'Employee Grounds for Termination'
- caption: Employee Grounds for Termination
- column 'Employee Date of Birth'
- caption: Employee Date of Birth
- column Age
- caption: Age
- column 'Age Distribution'
- caption: Age Distribution
- measure 'No. of Employees'
- caption: No. of Employees
- measure 'No. of Male Employees'
- caption: No. of Male Employees
- measure 'No. of Female Employees'
- caption: No. of Female Employees
- measure 'No. of Other Employees'
- caption: No. of Other Employees
- measure 'Male Employees (%)'
- caption: Male Employees (%)
- measure 'Female Employees (%)'
- caption: Female Employees (%)
- measure 'Other Employees (%)'
- caption: Other Employees (%)
- table ENVIRONMENT
- caption: ENVIRONMENT
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-US.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-US.tmdl
deleted file mode 100644
index 16eb18959f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/en-US.tmdl
+++ /dev/null
@@ -1,7594 +0,0 @@
-cultureInfo en-US
- translations
- model Model
- table 'Sustainability Account Category'
- caption: G/L Account Category
- column 'Sustainability Account Category Description'
- caption: G/L Acc. Category Description
- table 'Dimension Sets'
- caption: Dimension Sets
- column 'Global Dimension 1'
- caption: Global Dimension 1
- column 'Global Dimension 2'
- caption: Global Dimension 2
- column 'Shortcut Dimension 3'
- caption: Shortcut Dimension 3
- column 'Shortcut Dimension 4'
- caption: Shortcut Dimension 4
- column 'Shortcut Dimension 5'
- caption: Shortcut Dimension 5
- column 'Shortcut Dimension 6'
- caption: Shortcut Dimension 6
- column 'Shortcut Dimension 7'
- caption: Shortcut Dimension 7
- column 'Shortcut Dimension 8'
- caption: Shortcut Dimension 8
- table 'Date Ref'
- caption: Sequential 365 Day Number
- column Sequential365DayNumber
- caption: Sequential 365 DayNumber
- table Date
- caption: Date
- column 'Week Day'
- caption: Week Day
- column 'Day Type'
- caption: Day Type
- column 'Calendar Year'
- caption: Calendar Year
- column 'Calendar Quarter'
- caption: Calendar Quarter
- column 'Calendar Quarter Year'
- caption: Calendar Quarter Year
- column 'Calendar Month'
- caption: Calendar Month
- column 'Calendar Month Year'
- caption: Calendar Month Year
- column 'Calendar Week'
- caption: Calendar Week
- column 'Calendar Week Year'
- caption: Calendar Week Year
- column 'Calendar RelativeWeekPos'
- caption: Calendar RelativeWeekPos
- column 'Calendar RelativeMonthPos'
- caption: Calendar RelativeMonthPos
- column 'Calendar RelativeQuarterPos'
- caption: Calendar RelativeQuarterPos
- column 'Calendar RelativeYearPos'
- caption: Calendar RelativeYearPos
- column 'Calendar StartOfMonth'
- caption: Calendar StartOfMonth
- column 'Calendar EndOfMonth'
- caption: Calendar EndOfMonth
- column 'Calendar StartOfQuarter'
- caption: Calendar StartOfQuarter
- column 'Calendar EndOfQuarter'
- caption: Calendar EndOfQuarter
- column 'Calendar StartOfYear'
- caption: Calendar StartOfYear
- column 'Calendar EndOfYear'
- caption: Calendar EndOfYear
- column 'Calendar MonthDays'
- caption: Calendar MonthDays
- column 'Calendar QuarterDays'
- caption: Calendar QuarterDays
- column 'Calendar YearDays'
- caption: Calendar YearDays
- column 'Calendar DayOfMonthNumber'
- caption: Calendar DayOfMonthNumber
- column 'Calendar DayOfQuarterNumber'
- caption: Calendar DayOfQuarterNumber
- column 'Calendar DayOfYearNumber'
- caption: Calendar DayOfYearNumber
- column 'Calendar DatePreviousWeek'
- caption: Calendar DatePreviousWeek
- column 'Calendar DatePreviousMonth'
- caption: Calendar DatePreviousMonth
- column 'Calendar DatePreviousQuarter'
- caption: Calendar DatePreviousQuarter
- column 'Calendar DatePreviousYear'
- caption: Calendar DatePreviousYear
- column 'Fiscal Year'
- caption: Fiscal Year
- column 'Fiscal Quarter'
- caption: Fiscal Quarter
- column 'Fiscal Quarter Year'
- caption: Fiscal Quarter Year
- column 'Fiscal Month'
- caption: Fiscal Month
- column 'Fiscal Month Year'
- caption: Fiscal Month Year
- column 'Fiscal Week'
- caption: Fiscal Week
- column 'Fiscal Week Year'
- caption: Fiscal Week Year
- column 'Fiscal RelativeWeekPos'
- caption: Fiscal RelativeWeekPos
- column 'Fiscal RelativeMonthPos'
- caption: Fiscal RelativeMonthPos
- column 'Fiscal RelativeQuarterPos'
- caption: Fiscal RelativeQuarterPos
- column 'Fiscal RelativeYearPos'
- caption: Fiscal RelativeYearPos
- column 'Fiscal StartOfMonth'
- caption: Fiscal StartOfMonth
- column 'Fiscal EndOfMonth'
- caption: Fiscal EndOfMonth
- column 'Fiscal StartOfQuarter'
- caption: Fiscal StartOfQuarter
- column 'Fiscal EndOfQuarter'
- caption: Fiscal EndOfQuarter
- column 'Fiscal StartOfYear'
- caption: Fiscal StartOfYear
- column 'Fiscal EndOfYear'
- caption: Fiscal EndOfYear
- column 'Fiscal MonthDays'
- caption: Fiscal MonthDays
- column 'Fiscal QuarterDays'
- caption: Fiscal QuarterDays
- column 'Fiscal YearDays'
- caption: Fiscal YearDays
- column 'Fiscal DayOfMonthNumber'
- caption: Fiscal DayOfMonthNumber
- column 'Fiscal DayOfQuarterNumber'
- caption: Fiscal DayOfQuarterNumber
- column 'Fiscal DayOfYearNumber'
- caption: Fiscal DayOfYearNumber
- column 'Fiscal DatePreviousWeek'
- caption: Fiscal DatePreviousWeek
- column 'Fiscal DatePreviousMonth'
- caption: Fiscal DatePreviousMonth
- column 'Fiscal DatePreviousQuarter'
- caption: Fiscal DatePreviousQuarter
- column 'Fiscal DatePreviousYear'
- caption: Fiscal DatePreviousYear
- column 'FW Year'
- caption: FW Year
- column 'FW Quarter'
- caption: FW Quarter
- column 'FW Quarter Year'
- caption: FW Quarter Year
- column 'FW Month'
- caption: FW Month
- column 'FW Month Year'
- caption: FW Month Year
- column 'FW Week'
- caption: FW Week
- column 'FW Period'
- caption: FW Period
- column 'FW Week Year'
- caption: FW Week Year
- column 'FW StartOfWeek'
- caption: FW StartOfWeek
- column 'FW EndOfWeek'
- caption: FW EndOfWeek
- column 'FW RelativeWeekPos'
- caption: FW RelativeWeekPos
- column 'FW RelativeMonthPos'
- caption: FW RelativeMonthPos
- column 'FW RelativeQuarterPos'
- caption: FW RelativeQuarterPos
- column 'FW RelativeYearPos'
- caption: FW RelativeYearPos
- column 'FW StartOfMonth'
- caption: FW StartOfMonth
- column 'FW EndOfMonth'
- caption: FW EndOfMonth
- column 'FW StartOfQuarter'
- caption: FW StartOfQuarter
- column 'FW EndOfQuarter'
- caption: FW EndOfQuarter
- column 'FW StartOfYear'
- caption: FW StartOfYear
- column 'FW EndOfYear'
- caption: FW EndOfYear
- column 'FW MonthDays'
- caption: FW MonthDays
- column 'FW QuarterDays'
- caption: FW QuarterDays
- column 'FW YearDays'
- caption: FW YearDays
- column 'FW DayOfMonthNumber'
- caption: FW DayOfMonthNumber
- column 'FW DayOfQuarterNumber'
- caption: FW DayOfQuarterNumber
- column 'FW DayOfYearNumber'
- caption: FW DayOfYearNumber
- column 'FW DatePreviousWeek'
- caption: FW DatePreviousWeek
- column 'FW DatePreviousMonth'
- caption: FW DatePreviousMonth
- column 'FW DatePreviousQuarter'
- caption: FW DatePreviousQuarter
- column 'FW DatePreviousYear'
- caption: FW DatePreviousYear
- column 'Relative Day'
- caption: Relative Day
- column Sequential365DayNumber
- caption: Sequential 365 DayNumber
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Fiscal Year-Quarter-Month-Week
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Quarter Year'
- caption: Fiscal Quarter Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- level 'Fiscal Week Year'
- caption: Fiscal Week Year
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Calendar Year-Quarter-Month-Week
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Quarter Year'
- caption: Calendar Quarter Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- level 'Calendar Week Year'
- caption: Calendar Week Year
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: FW Year-Quarter-Month-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Quarter Year'
- caption: FW Quarter Year
- level 'FW Month Year'
- caption: FW Month Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'Fiscal Year-Month'
- caption: Fiscal Year-Month
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- hierarchy 'Fiscal Year-Month-Week'
- caption: Fiscal Year-Month-Week
- level 'Fiscal Year'
- caption: Fiscal Year
- level 'Fiscal Month Year'
- caption: Fiscal Month Year
- level 'Fiscal Week Year'
- caption: Fiscal Week Year
- hierarchy 'Calendar Year-Month'
- caption: Calendar Year-Month
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- hierarchy 'Calendar Year-Month-Week'
- caption: Calendar Year-Month-Week
- level 'Calendar Year'
- caption: Calendar Year
- level 'Calendar Month Year'
- caption: Calendar Month Year
- level 'Calendar Week Year'
- caption: Calendar Week Year
- hierarchy 'FW Year-Month-Week'
- caption: FW Year-Month-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Month Year'
- caption: FW Month Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'FW Year-Quarter-Week'
- caption: FW Year-Quarter-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Quarter Year'
- caption: FW Quarter Year
- level 'FW Week Year'
- caption: FW Week Year
- hierarchy 'FW Year-Week'
- caption: FW Year-Week
- level 'FW Year'
- caption: FW Year
- level 'FW Week Year'
- caption: FW Week Year
- table 'Localized Labels'
- measure 'My Report Title'
- caption: My Report Title
- measure 'My Button Caption'
- caption: My Button Caption
- measure 'My Visual Title'
- caption: My Visual Title
- measure 'Inactive Employees'
- caption: Inactive Employees
- measure 'Terminated Employees'
- caption: Terminated Employees
- measure 'Employees in Unions'
- caption: Employees in Unions
- measure 'Social Analysis'
- caption: Social Analysis
- measure 'Gender Distribution'
- caption: Gender Distribution
- measure 'Age Distribution'
- caption: Age Distribution
- measure 'Employees Qualifications'
- caption: Employees Qualifications
- measure 'Realized Emissions vs Target'
- caption: Realized Emissions vs Target
- measure 'CO2e Emissions by Scope'
- caption: CO2e Emissions by Scope
- measure 'Gas Emissions by Category'
- caption: Gas Emissions by Category
- measure 'Realized Emissions vs Baseline'
- caption: Realized Emissions vs Baseline
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e Emissions vs Baseline
- measure 'CO2e Emissions by Account'
- caption: CO2e Emissions by Account
- measure 'Water and Waste Analysis'
- caption: Water and Waste Analysis
- measure 'Water by Facility Location'
- caption: Water by Facility Location
- measure 'Water by Facility Capacity'
- caption: Water by Facility Capacity
- measure 'Water and Waste by Type'
- caption: Water and Waste by Type
- measure 'Water and Waste Intensity by Type'
- caption: Water and Waste Intensity by Type
- measure 'Water and Waste Intensity by Facility'
- caption: Water and Waste Intensity by Facility
- measure 'Emissions by Category and Scope'
- caption: Emissions by Category and Scope
- measure 'Emissions by Category'
- caption: Emissions by Category
- measure 'Emissions by Scope'
- caption: Emissions by Scope
- measure 'CO2e Analysis'
- caption: CO2e Analysis
- measure 'CO2e Emissions by Category'
- caption: CO2e Emissions by Category
- measure 'Carbon Credit by Month'
- caption: Carbon Credit by Month
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e Equivalent Emission by Month and Revenue
- measure 'Employee Entries Drillthrough'
- caption: Employee Entries Drillthrough
- measure 'Employee Ledger Entries'
- caption: Employee Ledger Entries
- measure 'Sustainability Ledger Entries'
- caption: Sustainability Ledger Entries
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Sustainability Ledger Entries Drillthrough
- measure 'Employee Ledger Entries Drillthrough'
- caption: Employee Ledger Entries Drillthrough
- measure 'Sustainability Overview'
- caption: Sustainability Overview
- measure 'Sustainability Analytics'
- caption: Sustainability Analytics
- measure 'CO2e Emissions by Month'
- caption: CO2e Emissions by Month
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Scopes 1 and 2 Analysis by Categories Per Year
- measure 'CO2e Emissions by Department'
- caption: CO2e Emissions by Department
- measure 'Journey to Net-Zero Carbon'
- caption: Journey to Net-Zero Carbon
- measure 'CO2e Emissions by Business Group'
- caption: CO2e Emissions by Business Group
- measure 'Renewable Energy Usage'
- caption: Renewable Energy Usage
- measure 'CO2e Emissions Over Time'
- caption: CO2e Emissions Over Time
- measure 'CO2e Smart Review'
- caption: CO2e Smart Review
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e Emissions by Global Dimension One
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e Emissions by Global Dimension Two
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e Equivalent Emissions by Month
- measure 'Company Name'
- caption: Company Name
- measure 'Last Refreshed'
- caption: Last Refreshed
- measure 'Released Employees'
- caption: Released Employees
- measure 'CO2e Decomposition Tree'
- caption: CO2e Decomposition Tree
- measure 'CO2e Key Influences'
- caption: CO2e Key Influences
- measure 'Water and Waste Yearly and Daily Change'
- caption: Water and Waste Yearly and Daily Change
-
- linguisticMetadata =
- {
- "Version": "2.0.0",
- "Language": "en-US",
- "Entities": {
- "date": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "date": {
- "State": "Generated",
- "Weight": 0.87
- }
- },
- {
- "moment": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.736
- }
- }
- ]
- },
- "date.current_date_range": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "Current Date Range"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "current date range": {
- "State": "Generated"
- }
- },
- {
- "date range": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "current moment range": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.609
- }
- },
- {
- "moment range": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.6
- }
- },
- {
- "latest date range": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.591
- }
- },
- {
- "contemporary date range": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.591
- }
- },
- {
- "present date range": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.591
- }
- },
- {
- "current period range": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.591
- }
- },
- {
- "period range": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.582
- }
- },
- {
- "current date variety": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.508
- }
- },
- {
- "current date series": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.508
- }
- },
- {
- "current date assortment": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.508
- }
- }
- ]
- },
- "date.date": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "Date"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "date": {
- "State": "Generated"
- }
- },
- {
- "moment": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.736
- }
- }
- ],
- "SemanticType": "Time"
- },
- "date.date_key": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "DateKey"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "date key": {
- "State": "Generated"
- }
- },
- {
- "DateKey": {
- "Type": "Noun",
- "State": "Generated",
- "Weight": 0.99
- }
- },
- {
- "key": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "moment key": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.6
- }
- },
- {
- "period key": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.582
- }
- },
- {
- "main": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "basic": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "fundamental": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "central": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "major": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "keynote": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "essential": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "date solution": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.475
- }
- }
- ]
- },
- "date.date_with_transactions": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "DatesWithTransactions"
- }
- },
- "State": "Generated",
- "Hidden": true,
- "Terms": [
- {
- "date with transactions": {
- "State": "Generated"
- }
- },
- {
- "date with transaction": {
- "Type": "Noun",
- "State": "Generated",
- "Weight": 0.78
- }
- },
- {
- "DatesWithTransactions": {
- "Type": "Noun",
- "State": "Generated",
- "Weight": 0.99
- }
- },
- {
- "moment with transaction": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.762
- }
- },
- {
- "period with transaction": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.739
- }
- }
- ]
- },
- "date.day_of_month": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "Day of Month"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "day of month": {
- "State": "Generated"
- }
- },
- {
- "day of mth": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.609
- }
- }
- ]
- },
- "date.day_type": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "Day Type"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "day type": {
- "State": "Generated"
- }
- },
- {
- "day category": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.75
- }
- },
- {
- "day genre": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.75
- }
- },
- {
- "day manner": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.75
- }
- },
- {
- "day variety": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.75
- }
- },
- {
- "day brand": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- },
- {
- "day class": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- },
- {
- "day kind": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- },
- {
- "day style": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- },
- {
- "day form": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- },
- {
- "day grouping": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- }
- ]
- },
- "date.holiday_name": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "Holiday Name"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "holiday name": {
- "State": "Generated"
- }
- },
- {
- "holiday": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "holiday nickname": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- },
- {
- "holiday title": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- },
- {
- "holiday label": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- },
- {
- "holiday tag": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- },
- {
- "break": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "leave": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "trip": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "outing": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "vacation": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.452
- }
- },
- {
- "sabbatical": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.452
- }
- }
- ]
- },
- "date.is_working_day": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "IsWorkingDay"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "is working day": {
- "State": "Generated"
- }
- },
- {
- "IsWorkingDay": {
- "Type": "Noun",
- "State": "Generated",
- "Weight": 0.99
- }
- }
- ]
- },
- "date.no__of_days": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "No. of Days"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "no. of days": {
- "State": "Generated"
- }
- },
- {
- "number . of day": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.599
- }
- }
- ]
- },
- "date.sequential_365_day_number": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "Sequential365DayNumber"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "sequential 365 day number": {
- "State": "Generated"
- }
- },
- {
- "Sequential365DayNumber": {
- "Type": "Noun",
- "State": "Generated",
- "Weight": 0.99
- }
- },
- {
- "day number": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "365 day number": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "sequential 365 day no": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.748
- }
- },
- {
- "365 day no": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.739
- }
- },
- {
- "day no": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- }
- ]
- },
- "date.show_value_for_dates": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "ShowValueForDates"
- }
- },
- "State": "Generated",
- "Hidden": true,
- "Terms": [
- {
- "show value for dates": {
- "State": "Generated"
- }
- },
- {
- "ShowValueForDates": {
- "Type": "Noun",
- "State": "Generated",
- "Weight": 0.99
- }
- },
- {
- "value": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "show value": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "show assessment for date": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.514
- }
- },
- {
- "show assessment": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.5
- }
- },
- {
- "show worth for date": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.499
- }
- },
- {
- "show price for date": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.499
- }
- },
- {
- "show cost for date": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.499
- }
- },
- {
- "show charge for date": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.499
- }
- },
- {
- "show rate for date": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.499
- }
- },
- {
- "assessment": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.491
- }
- },
- {
- "show importance for date": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.489
- }
- },
- {
- "show significance for date": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.489
- }
- }
- ]
- },
- "date.week_day": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "Week Day"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "week day": {
- "State": "Generated"
- }
- }
- ]
- },
- "date.week_day_number": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Ref",
- "ConceptualProperty": "WeekDayNumber"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "week day number": {
- "State": "Generated"
- }
- },
- {
- "WeekDayNumber": {
- "Type": "Noun",
- "State": "Generated",
- "Weight": 0.99
- }
- },
- {
- "day number": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "week day no": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.739
- }
- },
- {
- "day no": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.727
- }
- }
- ]
- },
- "date_setup": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "date setup": {
- "State": "Generated"
- }
- },
- {
- "setup": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "moment setup": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.6
- }
- },
- {
- "period setup": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.582
- }
- },
- {
- "date arrangement": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.5
- }
- },
- {
- "date system": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.5
- }
- },
- {
- "date situation": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.5
- }
- },
- {
- "date operation": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.5
- }
- },
- {
- "date framework": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.5
- }
- },
- {
- "date organization": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.5
- }
- },
- {
- "arrangement": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.491
- }
- },
- {
- "system": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.491
- }
- }
- ]
- },
- "date_setup.first_day_of_week": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup",
- "ConceptualProperty": "First Day of Week"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "first day of week": {
- "State": "Generated"
- }
- },
- {
- "first day": {
- "State": "Generated",
- "Weight": 0.97
- }
- }
- ]
- },
- "dimension_set": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "dimension set": {
- "State": "Generated"
- }
- },
- {
- "set": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "usual": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "regular": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.476
- }
- },
- {
- "firm": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.452
- }
- },
- {
- "solid": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.452
- }
- }
- ]
- },
- "g_l_account_category": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "g/l account category": {
- "State": "Generated"
- }
- },
- {
- "g": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "g l account category": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "l account category": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "category": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "account category": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "g/l account classification": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.78
- }
- },
- {
- "g l account classification": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.771
- }
- },
- {
- "l account classification": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.762
- }
- },
- {
- "g/l account class": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.757
- }
- },
- {
- "g/l account group": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.757
- }
- },
- {
- "g/l account type": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.757
- }
- },
- {
- "g/l account grouping": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.757
- }
- },
- {
- "g/l account kind": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.757
- }
- },
- {
- "account classification": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.75
- }
- },
- {
- "g l account class": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.748
- }
- }
- ]
- },
- "g_l_account_category.g_l_acc__category_budget_net_change": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category",
- "ConceptualProperty": "G/L Acc. Category Budget Net Change"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "g/l acc. category budget net change": {
- "State": "Generated"
- }
- },
- {
- "g": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "g l acc . category budget net change": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "l acc. category budget net change": {
- "State": "Generated",
- "Weight": 0.97
- }
- }
- ]
- },
- "g_l_account_category.g_l_account_category_hierarchy": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category",
- "Hierarchy": "G/L Account Category Hierarchy"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "g/l account category hierarchy": {
- "State": "Generated"
- }
- },
- {
- "g": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "g l account category hierarchy": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "l account category hierarchy": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "hierarchy": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "category hierarchy": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "account category hierarchy": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "g l account classification hierarchy": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.624
- }
- },
- {
- "l account classification hierarchy": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.617
- }
- },
- {
- "account classification hierarchy": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.609
- }
- },
- {
- "g l account class hierarchy": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.605
- }
- },
- {
- "g l account group hierarchy": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.605
- }
- },
- {
- "g l account type hierarchy": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.605
- }
- },
- {
- "g l account grouping hierarchy": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.605
- }
- },
- {
- "g l account kind hierarchy": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.605
- }
- },
- {
- "classification hierarchy": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.6
- }
- },
- {
- "l account class hierarchy": {
- "Type": "Noun",
- "State": "Suggested",
- "Source": {
- "Agent": "OfficeThesaurus"
- },
- "Weight": 0.599
- }
- }
- ]
- },
- "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_1": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category",
- "Hierarchy": "G/L Account Category Hierarchy",
- "HierarchyLevel": "G/L Account Category (Level 1)"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "g/l account category (level 1)": {
- "State": "Generated"
- }
- },
- {
- "g/l account category": {
- "State": "Generated",
- "Weight": 0.75
- }
- },
- {
- "g": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "g l account category ( level 1 )": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "l account category (level 1)": {
- "State": "Generated",
- "Weight": 0.97
- }
- }
- ]
- },
- "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category",
- "Hierarchy": "G/L Account Category Hierarchy",
- "HierarchyLevel": "G/L Account Category (Level 2)"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "g/l account category (level 2)": {
- "State": "Generated"
- }
- },
- {
- "g/l account category": {
- "State": "Generated",
- "Weight": 0.75
- }
- },
- {
- "g": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "g l account category ( level 2 )": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "l account category (level 2)": {
- "State": "Generated",
- "Weight": 0.97
- }
- }
- ]
- },
- "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_3": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category",
- "Hierarchy": "G/L Account Category Hierarchy",
- "HierarchyLevel": "G/L Account Category (Level 3)"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "g/l account category (level 3)": {
- "State": "Generated"
- }
- },
- {
- "g/l account category": {
- "State": "Generated",
- "Weight": 0.75
- }
- },
- {
- "g": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "g l account category ( level 3 )": {
- "State": "Generated",
- "Weight": 0.97
- }
- },
- {
- "l account category (level 3)": {
- "State": "Generated",
- "Weight": 0.97
- }
- }
- ]
- },
- "working_day": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Working Days"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "working day": {
- "State": "Generated"
- }
- }
- ]
- },
- "fiscal_calendar_time_intelligence.sales_amount_mtd_fiscal": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Fiscal Calendar Time Intelligence",
- "ConceptualProperty": "Sales Amount MTD (Fiscal)"
- }
- },
- "State": "Generated"
- },
- "fiscal_calendar_time_intelligence.gross_profit_mtd_fiscal": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Fiscal Calendar Time Intelligence",
- "ConceptualProperty": "Gross Profit MTD (Fiscal)"
- }
- },
- "State": "Generated"
- },
- "vendor_ledger_entries.dvle_initial_entry_due_date": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Vendor Ledger Entries",
- "ConceptualProperty": "DVLE Initial Entry Due Date"
- }
- },
- "State": "Generated"
- },
- "vendor_ledger_entries.dvle_entry_no_": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Vendor Ledger Entries",
- "ConceptualProperty": "DVLE Entry No."
- }
- },
- "State": "Generated"
- },
- "sustainability_ledger_entries.purchased_carbon_credits": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Sustainability Ledger Entries",
- "ConceptualProperty": "Purchased Carbon Credits"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "CO2e Offsets": {
- "State": "Suggested",
- "Source": {
- "Type": "External",
- "Agent": "PowerBI.VisualColumnRename"
- },
- "Weight": 0.9
- }
- }
- ]
- },
- "sustainability_ledger_entries.net_change_co2e_emissions": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Sustainability Ledger Entries",
- "ConceptualProperty": "CO2e Emissions"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "CO2e Net Impact": {
- "State": "Suggested",
- "Source": {
- "Type": "External",
- "Agent": "PowerBI.VisualColumnRename"
- },
- "Weight": 0.9
- }
- }
- ]
- },
- "sustainability_ledger_entries.net_change_co2e_emissions_excl_credits": {
- "Definition": {
- "Binding": {
- "ConceptualEntity": "Sustainability Ledger Entries",
- "ConceptualProperty": "CO2e Emissions (Excl Credits)"
- }
- },
- "State": "Generated",
- "Terms": [
- {
- "Actual Impact CO2e": {
- "State": "Suggested",
- "Source": {
- "Type": "External",
- "Agent": "PowerBI.VisualColumnRename"
- },
- "Weight": 0.9
- }
- }
- ]
- }
- },
- "Relationships": {
- "date_has_FW_DatePreviousMonth": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_DatePreviousMonth": {
- "Target": {
- "Entity": "date.FW_DatePreviousMonth"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_DatePreviousMonth"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_DatePreviousQuarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_DatePreviousQuarter": {
- "Target": {
- "Entity": "date.FW_DatePreviousQuarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_DatePreviousQuarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_DatePreviousWeek": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_DatePreviousWeek": {
- "Target": {
- "Entity": "date.FW_DatePreviousWeek"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_DatePreviousWeek"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_DatePreviousYear": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_DatePreviousYear": {
- "Target": {
- "Entity": "date.FW_DatePreviousYear"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_DatePreviousYear"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_DayOfMonthNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_DayOfMonthNumber": {
- "Target": {
- "Entity": "date.FW_DayOfMonthNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_DayOfMonthNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_DayOfQuarterNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_DayOfQuarterNumber": {
- "Target": {
- "Entity": "date.FW_DayOfQuarterNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_DayOfQuarterNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_DayOfYearNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_DayOfYearNumber": {
- "Target": {
- "Entity": "date.FW_DayOfYearNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_DayOfYearNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_EndOfMonth": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_EndOfMonth": {
- "Target": {
- "Entity": "date.FW_EndOfMonth"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_EndOfMonth"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_EndOfQuarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_EndOfQuarter": {
- "Target": {
- "Entity": "date.FW_EndOfQuarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_EndOfQuarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_EndOfWeek": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_EndOfWeek": {
- "Target": {
- "Entity": "date.FW_EndOfWeek"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_EndOfWeek"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_EndOfYear": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_EndOfYear": {
- "Target": {
- "Entity": "date.FW_EndOfYear"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_EndOfYear"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_MonthDay": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_MonthDay": {
- "Target": {
- "Entity": "date.FW_MonthDay"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_MonthDay"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_MonthNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_MonthNumber": {
- "Target": {
- "Entity": "date.FW_MonthNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_MonthNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_PeriodNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_PeriodNumber": {
- "Target": {
- "Entity": "date.FW_PeriodNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_PeriodNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_QuarterDay": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_QuarterDay": {
- "Target": {
- "Entity": "date.FW_QuarterDay"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_QuarterDay"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_QuarterNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_QuarterNumber": {
- "Target": {
- "Entity": "date.FW_QuarterNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_QuarterNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_RelativeMonthPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_RelativeMonthPo": {
- "Target": {
- "Entity": "date.FW_RelativeMonthPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_RelativeMonthPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_RelativeQuarterPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_RelativeQuarterPo": {
- "Target": {
- "Entity": "date.FW_RelativeQuarterPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_RelativeQuarterPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_RelativeWeekPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_RelativeWeekPo": {
- "Target": {
- "Entity": "date.FW_RelativeWeekPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_RelativeWeekPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_RelativeYearPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_RelativeYearPo": {
- "Target": {
- "Entity": "date.FW_RelativeYearPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_RelativeYearPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_StartOfMonth": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_StartOfMonth": {
- "Target": {
- "Entity": "date.FW_StartOfMonth"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_StartOfMonth"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_StartOfQuarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_StartOfQuarter": {
- "Target": {
- "Entity": "date.FW_StartOfQuarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_StartOfQuarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_StartOfWeek": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_StartOfWeek": {
- "Target": {
- "Entity": "date.FW_StartOfWeek"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_StartOfWeek"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_StartOfYear": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_StartOfYear": {
- "Target": {
- "Entity": "date.FW_StartOfYear"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_StartOfYear"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_WeekNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_WeekNumber": {
- "Target": {
- "Entity": "date.FW_WeekNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_WeekNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_YearDay": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_YearDay": {
- "Target": {
- "Entity": "date.FW_YearDay"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_YearDay"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_YearMonthNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_YearMonthNumber": {
- "Target": {
- "Entity": "date.FW_YearMonthNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_YearMonthNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_YearNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_YearNumber": {
- "Target": {
- "Entity": "date.FW_YearNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_YearNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_YearQuarterNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_YearQuarterNumber": {
- "Target": {
- "Entity": "date.FW_YearQuarterNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_YearQuarterNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_YearWeekNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_YearWeekNumber": {
- "Target": {
- "Entity": "date.FW_YearWeekNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_YearWeekNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_month": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_month": {
- "Target": {
- "Entity": "date.FW_month"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_month"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_month_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_month_year": {
- "Target": {
- "Entity": "date.FW_month_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_month_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_period": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_period": {
- "Target": {
- "Entity": "date.FW_period"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_period"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_quarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_quarter": {
- "Target": {
- "Entity": "date.FW_quarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_quarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_quarter_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_quarter_year": {
- "Target": {
- "Entity": "date.FW_quarter_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_quarter_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_week": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_week": {
- "Target": {
- "Entity": "date.FW_week"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_week"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_week_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_week_year": {
- "Target": {
- "Entity": "date.FW_week_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_week_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_FW_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.FW_year": {
- "Target": {
- "Entity": "date.FW_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.FW_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_activity_KPIs_average_collection_period": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "activity_KPIs.average_collection_period": {
- "Target": {
- "Entity": "activity_KPIs.average_collection_period"
- }
- },
- "date": {
- "Target": {
- "Entity": "date"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "activity_KPIs.average_collection_period"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_activity_KPIs_cash_conversion_cycle__CCC": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "activity_KPIs.cash_conversion_cycle__CCC": {
- "Target": {
- "Entity": "activity_KPIs.cash_conversion_cycle__CCC"
- }
- },
- "date": {
- "Target": {
- "Entity": "date"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "activity_KPIs.cash_conversion_cycle__CCC"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_activity_KPIs_days_payable_outstanding__DPO": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "activity_KPIs.days_payable_outstanding__DPO": {
- "Target": {
- "Entity": "activity_KPIs.days_payable_outstanding__DPO"
- }
- },
- "date": {
- "Target": {
- "Entity": "date"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "activity_KPIs.days_payable_outstanding__DPO"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_activity_KPIs_days_sales_of_inventory__DSI": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "activity_KPIs.days_sales_of_inventory__DSI": {
- "Target": {
- "Entity": "activity_KPIs.days_sales_of_inventory__DSI"
- }
- },
- "date": {
- "Target": {
- "Entity": "date"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "activity_KPIs.days_sales_of_inventory__DSI"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_activity_KPIs_days_sales_outstanding__DSO": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "activity_KPIs.days_sales_outstanding__DSO": {
- "Target": {
- "Entity": "activity_KPIs.days_sales_outstanding__DSO"
- }
- },
- "date": {
- "Target": {
- "Entity": "date"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "activity_KPIs.days_sales_outstanding__DSO"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_DatePreviousMonth": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_DatePreviousMonth": {
- "Target": {
- "Entity": "date.calendar_DatePreviousMonth"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_DatePreviousMonth"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_DatePreviousQuarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_DatePreviousQuarter": {
- "Target": {
- "Entity": "date.calendar_DatePreviousQuarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_DatePreviousQuarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_DatePreviousWeek": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_DatePreviousWeek": {
- "Target": {
- "Entity": "date.calendar_DatePreviousWeek"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_DatePreviousWeek"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_DatePreviousYear": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_DatePreviousYear": {
- "Target": {
- "Entity": "date.calendar_DatePreviousYear"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_DatePreviousYear"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_DayOfMonthNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_DayOfMonthNumber": {
- "Target": {
- "Entity": "date.calendar_DayOfMonthNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_DayOfMonthNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_DayOfQuarterNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_DayOfQuarterNumber": {
- "Target": {
- "Entity": "date.calendar_DayOfQuarterNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_DayOfQuarterNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_DayOfYearNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_DayOfYearNumber": {
- "Target": {
- "Entity": "date.calendar_DayOfYearNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_DayOfYearNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_EndOfMonth": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_EndOfMonth": {
- "Target": {
- "Entity": "date.calendar_EndOfMonth"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_EndOfMonth"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_EndOfQuarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_EndOfQuarter": {
- "Target": {
- "Entity": "date.calendar_EndOfQuarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_EndOfQuarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_EndOfYear": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_EndOfYear": {
- "Target": {
- "Entity": "date.calendar_EndOfYear"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_EndOfYear"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_MonthDay": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_MonthDay": {
- "Target": {
- "Entity": "date.calendar_MonthDay"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_MonthDay"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_MonthNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_MonthNumber": {
- "Target": {
- "Entity": "date.calendar_MonthNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_MonthNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_QuarterDay": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_QuarterDay": {
- "Target": {
- "Entity": "date.calendar_QuarterDay"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_QuarterDay"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_QuarterNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_QuarterNumber": {
- "Target": {
- "Entity": "date.calendar_QuarterNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_QuarterNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_RelativeMonthPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_RelativeMonthPo": {
- "Target": {
- "Entity": "date.calendar_RelativeMonthPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_RelativeMonthPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_RelativeQuarterPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_RelativeQuarterPo": {
- "Target": {
- "Entity": "date.calendar_RelativeQuarterPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_RelativeQuarterPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_RelativeWeekPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_RelativeWeekPo": {
- "Target": {
- "Entity": "date.calendar_RelativeWeekPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_RelativeWeekPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_RelativeYearPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_RelativeYearPo": {
- "Target": {
- "Entity": "date.calendar_RelativeYearPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_RelativeYearPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_StartOfMonth": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_StartOfMonth": {
- "Target": {
- "Entity": "date.calendar_StartOfMonth"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_StartOfMonth"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_StartOfQuarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_StartOfQuarter": {
- "Target": {
- "Entity": "date.calendar_StartOfQuarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_StartOfQuarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_StartOfYear": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_StartOfYear": {
- "Target": {
- "Entity": "date.calendar_StartOfYear"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_StartOfYear"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_WeekNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_WeekNumber": {
- "Target": {
- "Entity": "date.calendar_WeekNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_WeekNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_WeekYearOrder": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_WeekYearOrder": {
- "Target": {
- "Entity": "date.calendar_WeekYearOrder"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_WeekYearOrder"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_YearDay": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_YearDay": {
- "Target": {
- "Entity": "date.calendar_YearDay"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_YearDay"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_YearMonthNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_YearMonthNumber": {
- "Target": {
- "Entity": "date.calendar_YearMonthNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_YearMonthNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_YearNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_YearNumber": {
- "Target": {
- "Entity": "date.calendar_YearNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_YearNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_YearQuarterNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_YearQuarterNumber": {
- "Target": {
- "Entity": "date.calendar_YearQuarterNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_YearQuarterNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_YearWeekNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_YearWeekNumber": {
- "Target": {
- "Entity": "date.calendar_YearWeekNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_YearWeekNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_month": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_month": {
- "Target": {
- "Entity": "date.calendar_month"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_month"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_month_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_month_year": {
- "Target": {
- "Entity": "date.calendar_month_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_month_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_quarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_quarter": {
- "Target": {
- "Entity": "date.calendar_quarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_quarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_quarter_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_quarter_year": {
- "Target": {
- "Entity": "date.calendar_quarter_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_quarter_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_week": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_week": {
- "Target": {
- "Entity": "date.calendar_week"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_week"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_week_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_week_year": {
- "Target": {
- "Entity": "date.calendar_week_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_week_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_calendar_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.calendar_year": {
- "Target": {
- "Entity": "date.calendar_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.calendar_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_current_date_range": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.current_date_range": {
- "Target": {
- "Entity": "date.current_date_range"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.current_date_range"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_date": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.date": {
- "Target": {
- "Entity": "date.date"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.date"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_date_key": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.date_key": {
- "Target": {
- "Entity": "date.date_key"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.date_key"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_day_of_month": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.day_of_month": {
- "Target": {
- "Entity": "date.day_of_month"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.day_of_month"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_day_type": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.day_type": {
- "Target": {
- "Entity": "date.day_type"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.day_type"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_DatePreviousMonth": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_DatePreviousMonth": {
- "Target": {
- "Entity": "date.fiscal_DatePreviousMonth"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_DatePreviousMonth"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_DatePreviousQuarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_DatePreviousQuarter": {
- "Target": {
- "Entity": "date.fiscal_DatePreviousQuarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_DatePreviousQuarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_DatePreviousWeek": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_DatePreviousWeek": {
- "Target": {
- "Entity": "date.fiscal_DatePreviousWeek"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_DatePreviousWeek"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_DatePreviousYear": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_DatePreviousYear": {
- "Target": {
- "Entity": "date.fiscal_DatePreviousYear"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_DatePreviousYear"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_DayOfMonthNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_DayOfMonthNumber": {
- "Target": {
- "Entity": "date.fiscal_DayOfMonthNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_DayOfMonthNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_DayOfQuarterNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_DayOfQuarterNumber": {
- "Target": {
- "Entity": "date.fiscal_DayOfQuarterNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_DayOfQuarterNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_DayOfYearNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_DayOfYearNumber": {
- "Target": {
- "Entity": "date.fiscal_DayOfYearNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_DayOfYearNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_EndOfMonth": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_EndOfMonth": {
- "Target": {
- "Entity": "date.fiscal_EndOfMonth"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_EndOfMonth"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_EndOfQuarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_EndOfQuarter": {
- "Target": {
- "Entity": "date.fiscal_EndOfQuarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_EndOfQuarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_EndOfYear": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_EndOfYear": {
- "Target": {
- "Entity": "date.fiscal_EndOfYear"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_EndOfYear"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_MonthDay": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_MonthDay": {
- "Target": {
- "Entity": "date.fiscal_MonthDay"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_MonthDay"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_MonthInQuarterNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_MonthInQuarterNumber": {
- "Target": {
- "Entity": "date.fiscal_MonthInQuarterNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_MonthInQuarterNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_MonthNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_MonthNumber": {
- "Target": {
- "Entity": "date.fiscal_MonthNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_MonthNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_QuarterDay": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_QuarterDay": {
- "Target": {
- "Entity": "date.fiscal_QuarterDay"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_QuarterDay"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_QuarterNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_QuarterNumber": {
- "Target": {
- "Entity": "date.fiscal_QuarterNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_QuarterNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_RelativeMonthPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_RelativeMonthPo": {
- "Target": {
- "Entity": "date.fiscal_RelativeMonthPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_RelativeMonthPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_RelativeQuarterPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_RelativeQuarterPo": {
- "Target": {
- "Entity": "date.fiscal_RelativeQuarterPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_RelativeQuarterPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_RelativeWeekPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_RelativeWeekPo": {
- "Target": {
- "Entity": "date.fiscal_RelativeWeekPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_RelativeWeekPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_RelativeYearPo": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_RelativeYearPo": {
- "Target": {
- "Entity": "date.fiscal_RelativeYearPo"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_RelativeYearPo"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_StartOfMonth": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_StartOfMonth": {
- "Target": {
- "Entity": "date.fiscal_StartOfMonth"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_StartOfMonth"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_StartOfQuarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_StartOfQuarter": {
- "Target": {
- "Entity": "date.fiscal_StartOfQuarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_StartOfQuarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_StartOfYear": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_StartOfYear": {
- "Target": {
- "Entity": "date.fiscal_StartOfYear"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_StartOfYear"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_WeekNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_WeekNumber": {
- "Target": {
- "Entity": "date.fiscal_WeekNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_WeekNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_WeekYearOrder": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_WeekYearOrder": {
- "Target": {
- "Entity": "date.fiscal_WeekYearOrder"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_WeekYearOrder"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_YearDay": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_YearDay": {
- "Target": {
- "Entity": "date.fiscal_YearDay"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_YearDay"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_YearMonthNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_YearMonthNumber": {
- "Target": {
- "Entity": "date.fiscal_YearMonthNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_YearMonthNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_YearNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_YearNumber": {
- "Target": {
- "Entity": "date.fiscal_YearNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_YearNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_YearQuarterNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_YearQuarterNumber": {
- "Target": {
- "Entity": "date.fiscal_YearQuarterNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_YearQuarterNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_YearWeekNumber": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_YearWeekNumber": {
- "Target": {
- "Entity": "date.fiscal_YearWeekNumber"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_YearWeekNumber"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_month": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_month": {
- "Target": {
- "Entity": "date.fiscal_month"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_month"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_month_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_month_year": {
- "Target": {
- "Entity": "date.fiscal_month_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_month_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_quarter": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_quarter": {
- "Target": {
- "Entity": "date.fiscal_quarter"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_quarter"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_quarter_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_quarter_year": {
- "Target": {
- "Entity": "date.fiscal_quarter_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_quarter_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_week": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_week": {
- "Target": {
- "Entity": "date.fiscal_week"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_week"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_week_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_week_year": {
- "Target": {
- "Entity": "date.fiscal_week_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_week_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_fiscal_year": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.fiscal_year": {
- "Target": {
- "Entity": "date.fiscal_year"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.fiscal_year"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_holiday_name": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.holiday_name": {
- "Target": {
- "Entity": "date.holiday_name"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.holiday_name"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_is_working_day": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.is_working_day": {
- "Target": {
- "Entity": "date.is_working_day"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.is_working_day"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_no__of_days": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.no__of_days": {
- "Target": {
- "Entity": "date.no__of_days"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.no__of_days"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_sequential_365_day_number": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.sequential_365_day_number": {
- "Target": {
- "Entity": "date.sequential_365_day_number"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.sequential_365_day_number"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_week_day": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.week_day": {
- "Target": {
- "Entity": "date.week_day"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.week_day"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_has_week_day_number": {
- "Binding": {
- "ConceptualEntity": "Date Ref"
- },
- "State": "Generated",
- "Roles": {
- "date": {
- "Target": {
- "Entity": "date"
- }
- },
- "date.week_day_number": {
- "Target": {
- "Entity": "date.week_day_number"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date"
- },
- "Object": {
- "Role": "date.week_day_number"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBIF_finance_date_tbl_end": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBIF_finance_date_tbl_end": {
- "Target": {
- "Entity": "date_setup.FSG_PBIF_finance_date_tbl_end"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBIF_finance_date_tbl_end"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBIF_finance_date_tbl_start": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBIF_finance_date_tbl_start": {
- "Target": {
- "Entity": "date_setup.FSG_PBIF_finance_date_tbl_start"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBIF_finance_date_tbl_start"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_F_calendar_first_month": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_F_calendar_first_month": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_F_calendar_first_month"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_F_calendar_first_month"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_calendar_prefix": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_calendar_prefix": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_calendar_prefix"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_calendar_prefix"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_calendar_range": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_calendar_range": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_calendar_range"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_calendar_range"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_entry_no": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_entry_no": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_entry_no"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_entry_no"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_first_day_of_week": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_first_day_of_week": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_first_day_of_week"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_first_day_of_week"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_fiscal_gregorian_prefix": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_fiscal_gregorian_prefix": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_fiscal_gregorian_prefix"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_fiscal_gregorian_prefix"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_fiscal_weekly_prefix": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_fiscal_weekly_prefix": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_fiscal_weekly_prefix"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_fiscal_weekly_prefix"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_ignore_weekly_periods": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_ignore_weekly_periods": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_ignore_weekly_periods"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_ignore_weekly_periods"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_iso_country_holiday": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_iso_country_holiday": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_iso_country_holiday"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_iso_country_holiday"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_quarter_week_type": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_quarter_week_type": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_quarter_week_type"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_quarter_week_type"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_use_custom_fiscl_period": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_use_custom_fiscl_period": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_use_custom_fiscl_period"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_use_custom_fiscl_period"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_FSG_PBI_weekly_type": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_weekly_type": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_weekly_type"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.FSG_PBI_weekly_type"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_has_first_day_of_week": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.first_day_of_week": {
- "Target": {
- "Entity": "date_setup.first_day_of_week"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "date_setup"
- },
- "Object": {
- "Role": "date_setup.first_day_of_week"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "date_setup_in_FSG_PBI_iso_country_holiday": {
- "Binding": {
- "ConceptualEntity": "Date Table Setup"
- },
- "State": "Generated",
- "Roles": {
- "date_setup": {
- "Target": {
- "Entity": "date_setup"
- }
- },
- "date_setup.FSG_PBI_iso_country_holiday": {
- "Target": {
- "Entity": "date_setup.FSG_PBI_iso_country_holiday"
- }
- }
- },
- "SemanticSlots": {
- "Where": {
- "Role": "date_setup.FSG_PBI_iso_country_holiday"
- }
- },
- "Phrasings": [
- {
- "Preposition": {
- "Subject": {
- "Role": "date_setup"
- },
- "Prepositions": [
- {
- "in": {
- "State": "Generated"
- }
- }
- ],
- "Object": {
- "Role": "date_setup.FSG_PBI_iso_country_holiday"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_customergroup": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.customergroup": {
- "Target": {
- "Entity": "dimension_set.customergroup"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.customergroup"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_department": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.department": {
- "Target": {
- "Entity": "dimension_set.department"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.department"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_1_value_name": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_1_value_name": {
- "Target": {
- "Entity": "dimension_set.dimension_1_value_name"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_1_value_name"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_2_value_name": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_2_value_name": {
- "Target": {
- "Entity": "dimension_set.dimension_2_value_name"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_2_value_name"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_3_value_code": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_3_value_code": {
- "Target": {
- "Entity": "dimension_set.dimension_3_value_code"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_3_value_code"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_3_value_name": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_3_value_name": {
- "Target": {
- "Entity": "dimension_set.dimension_3_value_name"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_3_value_name"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_4_value_code": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_4_value_code": {
- "Target": {
- "Entity": "dimension_set.dimension_4_value_code"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_4_value_code"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_4_value_name": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_4_value_name": {
- "Target": {
- "Entity": "dimension_set.dimension_4_value_name"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_4_value_name"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_5_value_code": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_5_value_code": {
- "Target": {
- "Entity": "dimension_set.dimension_5_value_code"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_5_value_code"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_5_value_name": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_5_value_name": {
- "Target": {
- "Entity": "dimension_set.dimension_5_value_name"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_5_value_name"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_6_value_code": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_6_value_code": {
- "Target": {
- "Entity": "dimension_set.dimension_6_value_code"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_6_value_code"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_6_value_name": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_6_value_name": {
- "Target": {
- "Entity": "dimension_set.dimension_6_value_name"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_6_value_name"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_7_value_code": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_7_value_code": {
- "Target": {
- "Entity": "dimension_set.dimension_7_value_code"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_7_value_code"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_7_value_name": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_7_value_name": {
- "Target": {
- "Entity": "dimension_set.dimension_7_value_name"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_7_value_name"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "dimension_set_has_dimension_8_value_name": {
- "Binding": {
- "ConceptualEntity": "Dimension Sets"
- },
- "State": "Generated",
- "Roles": {
- "dimension_set": {
- "Target": {
- "Entity": "dimension_set"
- }
- },
- "dimension_set.dimension_8_value_name": {
- "Target": {
- "Entity": "dimension_set.dimension_8_value_name"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "dimension_set"
- },
- "Object": {
- "Role": "dimension_set.dimension_8_value_name"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_g_l_account_category_hierarchy_g_l_account_category_level_1_has_g_l_account_category_g_l_account_category_hierarchy_g_l_account_category_level_2": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_1": {
- "Target": {
- "Entity": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_1"
- }
- },
- "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2": {
- "Target": {
- "Entity": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_1"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- },
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_1"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- },
- {
- "Preposition": {
- "Subject": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2"
- },
- "Prepositions": [
- {
- "in": {
- "State": "Generated"
- }
- }
- ],
- "Object": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_1"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_g_l_account_category_hierarchy_g_l_account_category_level_2_has_g_l_account_category_g_l_account_category_hierarchy_g_l_account_category_level_3": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2": {
- "Target": {
- "Entity": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2"
- }
- },
- "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_3": {
- "Target": {
- "Entity": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_3"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_3"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- },
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_3"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- },
- {
- "Preposition": {
- "Subject": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_3"
- },
- "Prepositions": [
- {
- "in": {
- "State": "Generated"
- }
- }
- ],
- "Object": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_g_l_account_category_hierarchy_has_g_l_account_category_level_1": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category.g_l_account_category_hierarchy": {
- "Target": {
- "Entity": "g_l_account_category.g_l_account_category_hierarchy"
- }
- },
- "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_1": {
- "Target": {
- "Entity": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_1"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_1"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_g_l_account_category_hierarchy_has_g_l_account_category_level_2": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category.g_l_account_category_hierarchy": {
- "Target": {
- "Entity": "g_l_account_category.g_l_account_category_hierarchy"
- }
- },
- "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2": {
- "Target": {
- "Entity": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_2"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_g_l_account_category_hierarchy_has_g_l_account_category_level_3": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category.g_l_account_category_hierarchy": {
- "Target": {
- "Entity": "g_l_account_category.g_l_account_category_hierarchy"
- }
- },
- "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_3": {
- "Target": {
- "Entity": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_3"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy.g_l_account_category_level_3"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_has_GL_acc_category_browse_depth": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category": {
- "Target": {
- "Entity": "g_l_account_category"
- }
- },
- "g_l_account_category.GL_acc_category_browse_depth": {
- "Target": {
- "Entity": "g_l_account_category.GL_acc_category_browse_depth"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category"
- },
- "Object": {
- "Role": "g_l_account_category.GL_acc_category_browse_depth"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_has_g_l_acc__category_balance_at_date": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category": {
- "Target": {
- "Entity": "g_l_account_category"
- }
- },
- "g_l_account_category.g_l_acc__category_balance_at_date": {
- "Target": {
- "Entity": "g_l_account_category.g_l_acc__category_balance_at_date"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_acc__category_balance_at_date"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_has_g_l_acc__category_budget_balance_at_date": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category": {
- "Target": {
- "Entity": "g_l_account_category"
- }
- },
- "g_l_account_category.g_l_acc__category_budget_balance_at_date": {
- "Target": {
- "Entity": "g_l_account_category.g_l_acc__category_budget_balance_at_date"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_acc__category_budget_balance_at_date"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_has_g_l_acc__category_budget_net_change": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category": {
- "Target": {
- "Entity": "g_l_account_category"
- }
- },
- "g_l_account_category.g_l_acc__category_budget_net_change": {
- "Target": {
- "Entity": "g_l_account_category.g_l_acc__category_budget_net_change"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_acc__category_budget_net_change"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_has_g_l_acc__category_description": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category": {
- "Target": {
- "Entity": "g_l_account_category"
- }
- },
- "g_l_account_category.g_l_acc__category_description": {
- "Target": {
- "Entity": "g_l_account_category.g_l_acc__category_description"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_acc__category_description"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_has_g_l_acc__category_net_change": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category": {
- "Target": {
- "Entity": "g_l_account_category"
- }
- },
- "g_l_account_category.g_l_acc__category_net_change": {
- "Target": {
- "Entity": "g_l_account_category.g_l_acc__category_net_change"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_acc__category_net_change"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "g_l_account_category_has_g_l_account_category_hierarchy": {
- "Binding": {
- "ConceptualEntity": "Sustainability Account Category"
- },
- "State": "Generated",
- "Roles": {
- "g_l_account_category": {
- "Target": {
- "Entity": "g_l_account_category"
- }
- },
- "g_l_account_category.g_l_account_category_hierarchy": {
- "Target": {
- "Entity": "g_l_account_category.g_l_account_category_hierarchy"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "g_l_account_category"
- },
- "Object": {
- "Role": "g_l_account_category.g_l_account_category_hierarchy"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- },
- "working_day_has_FSG_PBI_day_number": {
- "Binding": {
- "ConceptualEntity": "Working Days"
- },
- "State": "Generated",
- "Roles": {
- "working_day": {
- "Target": {
- "Entity": "working_day"
- }
- },
- "working_day.FSG_PBI_day_number": {
- "Target": {
- "Entity": "working_day.FSG_PBI_day_number"
- }
- }
- },
- "Phrasings": [
- {
- "Attribute": {
- "Subject": {
- "Role": "working_day"
- },
- "Object": {
- "Role": "working_day.FSG_PBI_day_number"
- }
- },
- "State": "Generated",
- "Weight": 0.99
- }
- ]
- }
- }
- }
- contentType: json
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/es-ES.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/es-ES.tmdl
deleted file mode 100644
index 69d42f9c8b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/es-ES.tmdl
+++ /dev/null
@@ -1,824 +0,0 @@
-cultureInfo es-ES
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Categoría de cuenta
- column 'Sustainability Account Category Description'
- caption: Descripción de la categoría de cuenta
- column 'Sustainability Account Category Code'
- caption: Código de categoría de cuenta de sostenibilidad
- column 'Sustainability Account Category Emission Scope'
- caption: Ámbito de emisión de categoría de cuenta de sostenibilidad
- table 'Dimension Sets'
- caption: Grupos de dimensiones
- column 'Global Dimension 1'
- caption: Dimensión global 1
- column 'Global Dimension 2'
- caption: Dimensión global 2
- column 'Shortcut Dimension 3'
- caption: Dim. acceso dir. 3
- column 'Shortcut Dimension 4'
- caption: Dim. acceso dir. 4
- column 'Shortcut Dimension 5'
- caption: Dim. acceso dir. 5
- column 'Shortcut Dimension 6'
- caption: Dim. acceso dir. 6
- column 'Shortcut Dimension 7'
- caption: Dim. acceso dir. 7
- column 'Shortcut Dimension 8'
- caption: Dim. acceso dir. 8
- column id
- caption: id.
- table Date
- caption: Fecha
- column Date
- caption: Fecha
- column 'Week Day'
- caption: Día de la semana
- column 'Day Type'
- caption: Tipo de pago
- column 'Calendar Year'
- caption: Año natural
- displayFolder: _Standard Calendario
- column 'Calendar Quarter'
- caption: Trimestre natural
- displayFolder: _Standard Calendario
- column 'Calendar Quarter Year'
- caption: Trimestre año natural
- displayFolder: _Standard Calendario
- column 'Calendar Month'
- caption: Mes natural
- displayFolder: _Standard Calendario
- column 'Calendar Month Year'
- caption: Mes año natural
- displayFolder: _Standard Calendario
- column 'Calendar Week'
- caption: Semana natural
- displayFolder: _Standard Calendario
- column 'Calendar Week Year'
- caption: Semana año natural
- displayFolder: _Standard Calendario
- column 'Calendar WeekYearOrder'
- displayFolder: _Standard Calendario
- column 'Calendar RelativeWeekPos'
- caption: PosSemanaRelativa natural
- displayFolder: _Standard Calendario
- column 'Calendar RelativeMonthPos'
- caption: PosMesRelativa natural
- displayFolder: _Standard Calendario
- column 'Calendar RelativeQuarterPos'
- caption: PosTrimestreRelativa natural
- displayFolder: _Standard Calendario
- column 'Calendar RelativeYearPos'
- caption: PosAñoRelativa natural
- displayFolder: _Standard Calendario
- column 'Calendar StartOfMonth'
- caption: InicioDeMes natural
- displayFolder: _Standard Calendario
- column 'Calendar EndOfMonth'
- caption: FinDeMes natural
- displayFolder: _Standard Calendario
- column 'Calendar StartOfQuarter'
- caption: InicioDeTrimestre natural
- displayFolder: _Standard Calendario
- column 'Calendar EndOfQuarter'
- caption: FinDeTrimestre natural
- displayFolder: _Standard Calendario
- column 'Calendar StartOfYear'
- caption: InicioDeAño natural
- displayFolder: _Standard Calendario
- column 'Calendar EndOfYear'
- caption: FinDeAño natural
- displayFolder: _Standard Calendario
- column 'Calendar MonthDays'
- caption: DíasMes natural
- displayFolder: _Standard Calendario
- column 'Calendar QuarterDays'
- caption: TrimestreDías natural
- displayFolder: _Standard Calendario
- column 'Calendar YearDays'
- caption: AñoDías natural
- displayFolder: _Standard Calendario
- column 'Calendar DayOfMonthNumber'
- caption: NúmeroDeDíaDeMes natural
- displayFolder: _Standard Calendario
- column 'Calendar DayOfQuarterNumber'
- caption: NúmeroDeDíaDeTrimestre natural
- displayFolder: _Standard Calendario
- column 'Calendar DayOfYearNumber'
- caption: NúmeroDeDíaDeAño natural
- displayFolder: _Standard Calendario
- column 'Calendar DatePreviousWeek'
- caption: FechaSemanaAnterior natural
- displayFolder: _Standard Calendario
- column 'Calendar DatePreviousMonth'
- caption: FechaMesAnterior natural
- displayFolder: _Standard Calendario
- column 'Calendar DatePreviousQuarter'
- caption: FechaTrimestreAnterior natural
- displayFolder: _Standard Calendario
- column 'Calendar DatePreviousYear'
- caption: FechaAñoAnterior natural
- displayFolder: _Standard Calendario
- column 'Fiscal Year'
- caption: Ejercicio
- displayFolder: _Fiscal Calendario
- column 'Fiscal Quarter'
- caption: Trimestre fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal Quarter Year'
- caption: Año trimestre fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal MonthInQuarterNumber'
- displayFolder: _Fiscal Calendario
- column 'Fiscal Month'
- caption: Mes fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal Month Year'
- caption: Mes año fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal Week'
- caption: Semana fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal Week Year'
- caption: Semana año fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal WeekYearOrder'
- displayFolder: _Fiscal Calendario
- column 'Fiscal RelativeWeekPos'
- caption: PosSemanaRelativa fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal RelativeMonthPos'
- caption: PosMesRelativa fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal RelativeQuarterPos'
- caption: PosTrimestreRelativa fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal RelativeYearPos'
- caption: PosAñoRelativa fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal StartOfMonth'
- caption: InicioDeMes fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal EndOfMonth'
- caption: FinDeMes fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal StartOfQuarter'
- caption: InicioDeTrimestre fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal EndOfQuarter'
- caption: FinDeTrimestre fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal StartOfYear'
- caption: InicioDeAño fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal EndOfYear'
- caption: FinDeAño fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal MonthDays'
- caption: MesDías fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal QuarterDays'
- caption: DíasTrimestre fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal YearDays'
- caption: AñoDías fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal DayOfMonthNumber'
- caption: NúmeroDeDíaDeMes fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal DayOfQuarterNumber'
- caption: NúmeroDeDíaDeTrimestre fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal DayOfYearNumber'
- caption: NúmeroDíaAño fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal DatePreviousWeek'
- caption: FechaSemanaAnterior fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal DatePreviousMonth'
- caption: FechaMesAnterior fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal DatePreviousQuarter'
- caption: FechaTrimestreAnterior fiscal
- displayFolder: _Fiscal Calendario
- column 'Fiscal DatePreviousYear'
- caption: FechaAñoAnterior fiscal
- displayFolder: _Fiscal Calendario
- column 'FW Year'
- caption: Año SF
- displayFolder: _Weekly Calendario
- column 'FW Quarter'
- caption: Trimestre SF
- displayFolder: _Weekly Calendario
- column 'FW Quarter Year'
- caption: Trimestre año SF
- displayFolder: _Weekly Calendario
- column 'FW Month'
- caption: Mes SF
- displayFolder: _Weekly Calendario
- column 'FW Month Year'
- caption: Mes año SF
- displayFolder: _Weekly Calendario
- column 'FW Week'
- caption: Semana SF
- displayFolder: _Weekly Calendario
- column 'FW Period'
- caption: Periodo SF
- displayFolder: _Weekly Calendario
- column 'FW Week Year'
- caption: Semana año SF
- displayFolder: _Weekly Calendario
- column 'FW StartOfWeek'
- caption: InicioDeSemana SF
- displayFolder: _Weekly Calendario
- column 'FW EndOfWeek'
- caption: FinDeSemana SF
- displayFolder: _Weekly Calendario
- column 'FW RelativeWeekPos'
- caption: PosSemanaRelativa SF
- displayFolder: _Weekly Calendario
- column 'FW RelativeMonthPos'
- caption: PosMesRelativa SF
- displayFolder: _Weekly Calendario
- column 'FW RelativeQuarterPos'
- caption: PosTrimestreRelativa SF
- displayFolder: _Weekly Calendario
- column 'FW RelativeYearPos'
- caption: PosAñoRelativa SF
- displayFolder: _Weekly Calendario
- column 'FW StartOfMonth'
- caption: InicioDeMes SF
- displayFolder: _Weekly Calendario
- column 'FW EndOfMonth'
- caption: FinDeMes SF
- displayFolder: _Weekly Calendario
- column 'FW StartOfQuarter'
- caption: InicioDeTrimestre SF
- displayFolder: _Weekly Calendario
- column 'FW EndOfQuarter'
- caption: FinDeTrimestre SF
- displayFolder: _Weekly Calendario
- column 'FW StartOfYear'
- caption: InicioDeAño SF
- displayFolder: _Weekly Calendario
- column 'FW EndOfYear'
- caption: FinDeAño SF
- displayFolder: _Weekly Calendario
- column 'FW MonthDays'
- caption: MesDías FS
- displayFolder: _Weekly Calendario
- column 'FW QuarterDays'
- caption: DíasTrimestre SF
- displayFolder: _Weekly Calendario
- column 'FW YearDays'
- caption: DíasAño SF
- displayFolder: _Weekly Calendario
- column 'FW DayOfMonthNumber'
- caption: NúmeroDeDíaDeMes SF
- displayFolder: _Weekly Calendario
- column 'FW DayOfQuarterNumber'
- caption: NúmeroDeDíaDeTrimestre SF
- displayFolder: _Weekly Calendario
- column 'FW DayOfYearNumber'
- caption: NúmerDeDíaDeAño SF
- displayFolder: _Weekly Calendario
- column 'FW DatePreviousWeek'
- caption: FechaSemanaAnterior SF
- displayFolder: _Weekly Calendario
- column 'FW DatePreviousMonth'
- caption: FechaMesAnterior SF
- displayFolder: _Weekly Calendario
- column 'FW DatePreviousQuarter'
- caption: FechaTrimestreAnterior SF
- displayFolder: _Weekly Calendario
- column 'FW DatePreviousYear'
- caption: Fecha AñoAnterior SF
- displayFolder: _Weekly Calendario
- column 'Relative Day'
- caption: Día relativo
- column Sequential365DayNumber
- caption: NúmeroDía 365 secuencial
- measure 'No. of Days'
- caption: N.º días
- measure 'Working Days'
- caption: Días laborables
- measure Ranged
- caption: En intervalo
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Año-Trimestre-Mes-Semana fiscal
- displayFolder: _Fiscal Calendario
- level 'Fiscal Year'
- caption: Ejercicio
- level 'Fiscal Quarter Year'
- caption: Año trimestre fiscal
- level 'Fiscal Month Year'
- caption: Mes año fiscal
- level 'Fiscal Week Year'
- caption: Semana año fiscal
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Año-Trimestre-Mes-Semana natural
- displayFolder: _Standard Calendario
- level 'Calendar Year'
- caption: Año natural
- level 'Calendar Quarter Year'
- caption: Trimestre año natural
- level 'Calendar Month Year'
- caption: Mes año natural
- level 'Calendar Week Year'
- caption: Semana año natural
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: Año-Trimestre-Mes-Semana SF
- displayFolder: _Weekly Calendario
- level 'FW Year'
- caption: Año SF
- level 'FW Quarter Year'
- caption: Trimestre año SF
- level 'FW Month Year'
- caption: Mes año SF
- level 'FW Week Year'
- caption: Semana año SF
- hierarchy 'Fiscal Year-Month'
- caption: Año-mes fiscal
- displayFolder: _Fiscal Calendario
- level 'Fiscal Year'
- caption: Ejercicio
- level 'Fiscal Month Year'
- caption: Mes año fiscal
- hierarchy 'Fiscal Year-Month-Week'
- caption: Año-Mes-Semana fiscal
- displayFolder: _Fiscal Calendario
- level 'Fiscal Year'
- caption: Ejercicio
- level 'Fiscal Month Year'
- caption: Mes año fiscal
- level 'Fiscal Week Year'
- caption: Semana año fiscal
- hierarchy 'Calendar Year-Month'
- caption: Año-mes natural
- displayFolder: _Standard Calendario
- level 'Calendar Year'
- caption: Año natural
- level 'Calendar Month Year'
- caption: Mes año natural
- hierarchy 'Calendar Year-Month-Week'
- caption: Año-Mes-Semana natural
- displayFolder: _Standard Calendario
- level 'Calendar Year'
- caption: Año natural
- level 'Calendar Month Year'
- caption: Mes año natural
- level 'Calendar Week Year'
- caption: Semana año natural
- hierarchy 'FW Year-Month-Week'
- caption: Año-Mes-Semana SF
- displayFolder: _Weekly Calendario
- level 'FW Year'
- caption: Año SF
- level 'FW Month Year'
- caption: Mes año SF
- level 'FW Week Year'
- caption: Semana año SF
- hierarchy 'FW Year-Quarter-Week'
- caption: Año-Trimestre-Semana SF
- displayFolder: _Weekly Calendario
- level 'FW Year'
- caption: Año SF
- level 'FW Quarter Year'
- caption: Trimestre año SF
- level 'FW Week Year'
- caption: Semana año SF
- hierarchy 'FW Year-Week'
- caption: Semana-Año SF
- displayFolder: _Weekly Calendario
- level 'FW Year'
- caption: Año SF
- level 'FW Week Year'
- caption: Semana año SF
- table 'Localized Labels'
- caption: Etiquetas Localizadas
- measure 'My Report Title'
- caption: Título del informe
- measure 'My Button Caption'
- caption: Título de botón
- measure 'My Visual Title'
- caption: Título visual
- measure 'Inactive Employees'
- caption: Empleados inactivos
- measure 'Terminated Employees'
- caption: Empleados despedidos
- measure 'Employees in Unions'
- caption: Empleados en sindicatos
- measure 'Social Analysis'
- caption: Análisis social
- measure 'Gender Distribution'
- caption: Distribución de sexos
- measure 'Age Distribution'
- caption: Distribución por edades
- measure 'Employees Qualifications'
- caption: Cualificaciones de empleados
- measure 'Realized Emissions vs Target'
- caption: Emisiones realizadas frente a destino
- measure 'CO2e Emissions by Scope'
- caption: Emisiones de CO2e por ámbito
- measure 'Gas Emissions by Category'
- caption: Emisiones de gases por categoría
- measure 'Realized Emissions vs Baseline'
- caption: Emisiones realizadas frente a línea de base
- measure 'CO2e Emissions vs Baseline'
- caption: Emisiones de CO2e frente a línea de base
- measure 'CO2e Emissions by Account'
- caption: Emisiones de CO2e por cuenta
- measure 'Water and Waste Analysis'
- caption: Análisis del agua y residuos
- measure 'Water by Facility Location'
- caption: Agua por almacén de instalación
- measure 'Water by Facility Capacity'
- caption: Agua por capacidad de instalación
- measure 'Water and Waste by Type'
- caption: Agua y residuos por tipo
- measure 'Water and Waste Intensity by Type'
- caption: Intensidad del agua y residuos por tipo
- measure 'Water and Waste Intensity by Facility'
- caption: Intensidad del agua y residuos por instalación
- measure 'Emissions by Category and Scope'
- caption: Emisiones por categoría y ámbito
- measure 'Emissions by Category'
- caption: Emisiones por categoría
- measure 'Emissions by Scope'
- caption: Emisiones por ámbito
- measure 'CO2e Analysis'
- caption: Análisis de CO2e
- measure 'CO2e Emissions by Category'
- caption: Emisiones de CO2e por categoría
- measure 'Carbon Credit by Month'
- caption: Crédito de carbono por mes
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: Emisiones equivalentes de CO2e por mes e ingresos
- measure 'Employee Entries Drillthrough'
- caption: Análisis detallado de movs. empleados
- measure 'Employee Ledger Entries'
- caption: Movimientos empleados
- measure 'Sustainability Ledger Entries'
- caption: Movimientos de sostenibilidad
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Análisis detallado de movimientos de sostenibilidad
- measure 'Employee Ledger Entries Drillthrough'
- caption: Análisis detallado de movimientos de empleados
- measure 'Sustainability Overview'
- caption: Información general de sostenibilidad
- measure 'Sustainability Analytics'
- caption: Análisis de sostenibilidad
- measure 'CO2e Emissions by Month'
- caption: Emisiones de CO2e por mes
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Análisis de los ámbitos 1 y 2 por categorías por año
- measure 'CO2e Emissions by Department'
- caption: Emisiones de CO2e por departamento
- measure 'Journey to Net-Zero Carbon'
- caption: Recorrido hacia el carbono cero neto
- measure 'CO2e Emissions by Business Group'
- caption: Emisiones de CO2e por grupo empresarial
- measure 'Renewable Energy Usage'
- caption: Uso de energías Renovables
- measure 'CO2e Emissions Over Time'
- caption: Emisiones de CO2e a lo largo del tiempo
- measure 'CO2e Smart Review'
- caption: Revisión inteligente de CO2e
- measure 'CO2e Emissions by Global Dimension One'
- caption: Emisiones de CO2e por dimensión global uno
- measure 'CO2e Emissions by Global Dimension Two'
- caption: Emisiones de CO2e por dimensión global dos
- measure 'CO2e Equivalent Emissions by Month'
- caption: Emisiones equivalentes de CO2e por mes
- measure 'Company Name'
- caption: Nombre empresa
- measure 'Last Refreshed'
- caption: Última actualización
- measure 'Released Employees'
- caption: Empleados liberados
- measure 'CO2e Decomposition Tree'
- caption: Árbol de descomposición de CO2e
- measure 'CO2e Key Influences'
- caption: Influencias clave de CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Cambio anual y diario de agua y residuos
- table COMPANY
- caption: EMPRESA
- measure 'Company Label'
- caption: Etiqueta de empresa
- table 'Sustainability Ledger Entries'
- caption: Movimientos de sostenibilidad
- column 'Entry No.'
- caption: N.º de movimiento
- column Description
- caption: Descripción
- column 'Wat. Intensity'
- caption: Intens. del agua
- column 'Water Type'
- caption: Tipo de agua
- column 'Wate/Waste Intensity Type'
- caption: Tipo de intensidad de agua/residuos
- column 'Document Type'
- caption: Tipo de documento
- measure 'CO2 Emissions'
- caption: Emisiones de CO2
- measure 'CH4 Emissions'
- caption: Emisiones de CH4
- measure 'CO2 Emissions Balance'
- caption: Saldo de emisiones de CO2
- measure 'CO2 Emissions Balance at Date'
- caption: Saldo a la fecha de emisiones de CO2
- measure 'N2O Emissions'
- caption: Emisiones de N2O
- measure 'CO2e Emissions'
- caption: Emisiones de CO2e
- measure 'CH4 Emissions Balance at Date'
- caption: Saldo a la fecha de emisiones de CH4
- measure 'CH4 Emissions Balance'
- caption: Saldo de emisiones de CH4
- measure 'Water Intensity'
- caption: Intensidad del agua
- measure 'Waste Intensity'
- caption: Intensidad de los residuos
- measure 'Discharged Into Water'
- caption: Descarga en agua
- measure 'CO2e Emissions Balance'
- caption: Saldo de emisiones de CO2e
- measure 'CO2e Emissions Balance at Date'
- caption: Saldo a fecha de emisiones de CO2e
- measure 'Discharged Into Water Balance at Date'
- caption: Saldo a la fecha de descarga en agua
- measure 'Discharged Into Water Balance'
- caption: Saldo de descarga en agua
- measure 'N2O Emissions Balance'
- caption: Saldo de emisiones de N2O
- measure 'N2O Emissions Balance at Date'
- caption: Saldo a la fecha de emisiones de N2O
- measure 'Waste Intensity Balance at Date'
- caption: Saldo a la fecha de intensidad de los residuos
- measure 'Waste Intensity Balance'
- caption: Saldo de intensidad de los residuos
- measure 'Water Intensity Balance'
- caption: Saldo de intensidad del agua
- measure 'Water Intensity Balance at Date'
- caption: Saldo a la fecha de intensidad del agua
- measure 'CO2 Baseline'
- caption: Línea de base de CO2
- measure 'CH4 Baseline'
- caption: Línea de base de CH4
- measure 'CH4 vs Baseline (%)'
- caption: CH4 frente a línea de base (%)
- measure 'N2O Baseline'
- caption: Línea de base de N2O
- measure 'N2O vs Baseline (%)'
- caption: N2O frente a línea de base (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 frente a línea de base (%)
- measure 'Water Baseline'
- caption: Línea de base hídrica
- measure 'Waste Baseline'
- caption: Línea de base de residuos
- measure 'Water vs Baseline (%)'
- caption: Agua frente a línea de base (%)
- measure 'Waste vs Baseline (%)'
- caption: Residuos frente a línea de base (%)
- measure 'CO2e Baseline'
- caption: Línea de base de CO2e
- measure 'CO2e vs Baseline (%)'
- caption: CO2e frente a línea de base (%)
- measure 'Purchased Carbon Credits'
- caption: Créditos de carbono comprados
- measure 'Discharged Into Water Baseline'
- caption: Línea de base de descarga en agua
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Plato de agua frente a línea de base (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: Emisiones de CO2e (sin créditos)
- measure 'Water Intensity PY'
- caption: Intensidad del agua AA
- measure 'Water Intensity YOY'
- caption: Cambio de agua ATA
- measure 'Waste Intensity PY'
- caption: Residuos AA
- measure 'Waste Intensity YOY'
- caption: Cambio de residuos ATA
- measure 'Discharged Into Water PY'
- caption: Descarga en agua AA
- measure 'Discharged Into Water YOY'
- caption: Descarga en agua ATA
- measure 'Discharged Into Water PD'
- caption: Descarga en agua DP
- measure 'Waste Intensity PD'
- caption: Residuos DP
- measure 'Water Intensity PD'
- caption: Intensidad del agua DP
- measure 'Water Intensity DOD'
- caption: Cambio de agua DTO
- measure 'Waste Intensity DOD'
- caption: Cambio de residuos DTO
- measure 'Discharged Into Water DOD'
- caption: Descarga en agua DTO
- measure 'Base Link'
- caption: Vínculo base
- measure 'Sustainability Ledger Entries Link'
- caption: Vínculo de movimientos de sostenibilidad
- measure 'Months in Context'
- caption: Meses en contexto
- table 'Sustainability Accounts'
- caption: Cuentas de sostenibilidad
- column 'Sustainability Account No.'
- caption: N.º de cuenta de sostenibilidad
- column 'Sustainability Account Name'
- caption: Nombre de cuenta de sostenibilidad
- column 'Sustainability Account Category'
- caption: Categoría de cuenta de sostenibilidad
- column 'Sustainability Account Sub-Category'
- caption: Subcategoría de cuenta de sostenibilidad
- table Country/Region
- caption: País o región
- column 'Country Region Code'
- caption: Código de país o región
- column 'Country Region Name'
- caption: Nombre de país o región
- table 'Responsibility Centre'
- caption: Centro responsabilidad
- column 'Responsibility Centre Code'
- caption: Código de centro de responsabilidad
- column 'Responsibility Centre Name'
- caption: Nombre centro responsabilidad
- measure 'Facility Capacity'
- caption: Capacidad de instalación
- table 'Sustainability Goals'
- caption: Objetivos de sostenibilidad
- column 'Score Card No.'
- caption: N.º de cuadro de mandos
- column 'No.'
- caption: N.º
- column Name
- caption: Nombre
- column Owner
- caption: Propietario
- column 'Target Value For CO2'
- caption: Tipo de objetivo para CO2
- column 'Target Value For CH4'
- caption: Tipo de objetivo para CH4
- column 'Target Value For N2O'
- caption: Tipo de objetivo para N2O
- column 'Target Value For Water Intensity'
- caption: Valor objetivo para intensidad del agua
- column 'Target Value For Waste Intensity'
- caption: Valor objetivo para intensidad de residuos
- column 'Main Goal'
- caption: Objetivo principal
- column 'Start Date'
- caption: Fecha inic.
- column 'End Date'
- caption: Fecha de finalización
- column 'Baseline Start Date'
- caption: Fecha de inicio de referencia
- column 'Baseline End Date'
- caption: Fecha de finalización de referencia
- measure 'CO2 Target'
- caption: Destino de CO2
- measure 'CO2 Realized (%)'
- caption: CO2 generado (%)
- measure 'CH4 Target'
- caption: Destino de CH4
- measure 'N2O Target'
- caption: Destino de N2O
- measure 'CH4 Realized (%)'
- caption: CH4 generado (%)
- measure 'N2O Realized (%)'
- caption: N2O generado (%)
- measure 'Water Target'
- caption: Destino de agua
- measure 'Waste Target'
- caption: Destino de residuos
- measure 'Water Realized (%)'
- caption: Agua obtenida (%)
- measure 'Waste Realized (%)'
- caption: Residuos generados (%)
- measure 'CO2e Realized (%)'
- caption: CO2e generado (%)
- measure 'CO2 Current Value'
- caption: Valor actual de CO2
- measure 'CH4 Current Value'
- caption: Valor actual de CH4
- measure 'N2O Current Value'
- caption: Valor actual de N2O
- measure 'CO2e Current Value'
- caption: Valor actual de CO2e
- table 'Employee Ledger Entries'
- caption: Movimientos empleados
- column 'Entry No.'
- caption: N.º de movimiento
- column 'Document Type'
- caption: Tipo de documento
- column 'Document No.'
- caption: N.º de documento
- column Description
- caption: Descripción
- measure 'Employee Amount'
- caption: Importe
- measure 'Employee Ledger Entries Link'
- caption: Vínculo de movimientos de empleados
- table 'Employee Qualifications'
- caption: Cualificaciones del empleado
- column 'Employee Qualification Codes'
- caption: Códigos de cualificación de empleado
- measure 'Employee Qualifications'
- caption: Número de cualificaciones de empleado
- table 'Emission Fees'
- caption: Tasas de emisión
- column 'Emission Type'
- caption: Tipo de emisiones
- column 'Scope Type'
- caption: Tipo de ámbito
- column 'Starting Date'
- caption: Fecha inicial
- column 'Ending Date'
- caption: Fecha final
- column 'Country Region Code'
- caption: Código de país o región
- column 'Responsibility Centre'
- caption: Centro responsabilidad
- column 'Carbon Fee'
- caption: Precio por emisiones de carbono
- column 'Carbon Equivalent Factor'
- caption: Factor de carbono equivalente
- measure 'CO2e Target'
- caption: Objetivo de CO2e
- measure 'CO2 Carbon Equivalent'
- caption: Equivalente de carbono CO2
- measure 'CH4 Carbon Equivalent'
- caption: Equivalente de carbono CH4
- measure 'N2O Carbon Equivalent'
- caption: Equivalente de carbono N2O
- table 'Employee Absences'
- caption: Ausencias empleado
- column 'Entry No'
- caption: N.º mov.
- column 'From Date'
- caption: Fecha desde
- column 'To Date'
- caption: Fecha hasta
- column 'Cause of Absence'
- caption: Causa ausencia
- column Description
- caption: Descripción
- measure 'Employee Absences'
- caption: Cantidad
- measure 'Absence Hours (%)'
- caption: Horas de ausencia (%)
- table 'Sustainability Sub-Account Categories'
- caption: Categorías de subcuentas de sostenibilidad
- column 'Sub-Category Description'
- caption: Descripción de subcategoría
- column 'Renewable Energy'
- caption: Energías renovables
- table Employees
- caption: Empleados
- column 'Employee No.'
- caption: N.º empleado
- column 'Employee Full Name'
- caption: Nombre completo del empleado
- column 'Employee First Name'
- caption: Nombre del empleado
- column 'Employee Last Name'
- caption: Apellido del empleado
- column 'Employee Gender'
- caption: Sexo del empleado
- column 'Employee Union Code'
- caption: Cód. sindicato empleado
- column 'Employee Status'
- caption: Estado empleado
- column 'Employee Cause of Inactivity'
- caption: Cód. inactividad empleado
- column 'Employee Inactive Date'
- caption: Fecha inactividad empleado
- column 'Employee Grounds for Termination'
- caption: Motivo terminación empleado
- column 'Employee Date of Birth'
- caption: Fecha de nacimiento del empleado
- column Age
- caption: Edad
- column 'Age Distribution'
- caption: Distribución por edades
- measure 'No. of Employees'
- caption: N.º de empleados
- measure 'No. of Male Employees'
- caption: N.º de empleados masculinos
- measure 'No. of Female Employees'
- caption: N.º de empleados femeninos
- measure 'No. of Other Employees'
- caption: N.º de otros empleados
- measure 'Male Employees (%)'
- caption: Empleados masculinos (%)
- measure 'Female Employees (%)'
- caption: Empleados femeninos (%)
- measure 'Other Employees (%)'
- caption: Otros empleados (%)
- table ENVIRONMENT
- caption: ENTORNO
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/es-MX.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/es-MX.tmdl
deleted file mode 100644
index 8f793fb4ba..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/es-MX.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo es-MX
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Categoría de cuenta
- column 'Sustainability Account Category Description'
- caption: Descripción de la categoría de cuenta
- column 'Sustainability Account Category Code'
- caption: Código de categoría de cuenta de sustentabilidad
- column 'Sustainability Account Category Emission Scope'
- caption: Ámbito de emisión de categoría de cuenta de sustentabilidad
- table 'Dimension Sets'
- caption: Grupos de dimensiones
- column 'Global Dimension 1'
- caption: Dimensión global 1
- column 'Global Dimension 2'
- caption: Dimensión global 2
- column 'Shortcut Dimension 3'
- caption: Dim. acceso dir. 3
- column 'Shortcut Dimension 4'
- caption: Dim. acceso dir. 4
- column 'Shortcut Dimension 5'
- caption: Dim. acceso dir. 5
- column 'Shortcut Dimension 6'
- caption: Dim. acceso dir. 6
- column 'Shortcut Dimension 7'
- caption: Dim. acceso dir. 7
- column 'Shortcut Dimension 8'
- caption: Dim. acceso dir. 8
- column id
- caption: id.
- table Date
- caption: Fecha
- column 'Week Day'
- caption: Día de la semana
- column 'Day Type'
- caption: Tipo de pago
- column 'Calendar Year'
- caption: Año natural
- column 'Calendar Quarter'
- caption: Trimestre natural
- column 'Calendar Quarter Year'
- caption: Trimestre año natural
- column 'Calendar Month'
- caption: Mes natural
- column 'Calendar Month Year'
- caption: Mes año natural
- column 'Calendar Week'
- caption: Semana natural
- column 'Calendar Week Year'
- caption: Semana año natural
- column 'Calendar RelativeWeekPos'
- caption: PosSemanaRelativa natural
- column 'Calendar RelativeMonthPos'
- caption: PosMesRelativa natural
- column 'Calendar RelativeQuarterPos'
- caption: PosTrimestreRelativa natural
- column 'Calendar RelativeYearPos'
- caption: PosAñoRelativa natural
- column 'Calendar StartOfMonth'
- caption: InicioDeMes natural
- column 'Calendar EndOfMonth'
- caption: FinDeMes natural
- column 'Calendar StartOfQuarter'
- caption: InicioDeTrimestre natural
- column 'Calendar EndOfQuarter'
- caption: FinDeTrimestre natural
- column 'Calendar StartOfYear'
- caption: InicioDeAño natural
- column 'Calendar EndOfYear'
- caption: FinDeAño natural
- column 'Calendar MonthDays'
- caption: DíasMes natural
- column 'Calendar QuarterDays'
- caption: TrimestreDías natural
- column 'Calendar YearDays'
- caption: AñoDías natural
- column 'Calendar DayOfMonthNumber'
- caption: NúmeroDeDíaDeMes natural
- column 'Calendar DayOfQuarterNumber'
- caption: NúmeroDeDíaDeTrimestre natural
- column 'Calendar DayOfYearNumber'
- caption: NúmeroDeDíaDeAño natural
- column 'Calendar DatePreviousWeek'
- caption: FechaSemanaAnterior natural
- column 'Calendar DatePreviousMonth'
- caption: FechaMesAnterior natural
- column 'Calendar DatePreviousQuarter'
- caption: FechaTrimestreAnterior natural
- column 'Calendar DatePreviousYear'
- caption: FechaAñoAnterior natural
- column 'Fiscal Year'
- caption: Ejercicio
- column 'Fiscal Quarter'
- caption: Trimestre fiscal
- column 'Fiscal Quarter Year'
- caption: Año trimestre fiscal
- column 'Fiscal Month'
- caption: Mes fiscal
- column 'Fiscal Month Year'
- caption: Mes año fiscal
- column 'Fiscal Week'
- caption: Semana fiscal
- column 'Fiscal Week Year'
- caption: Semana año fiscal
- column 'Fiscal RelativeWeekPos'
- caption: PosSemanaRelativa fiscal
- column 'Fiscal RelativeMonthPos'
- caption: PosMesRelativa fiscal
- column 'Fiscal RelativeQuarterPos'
- caption: PosTrimestreRelativa fiscal
- column 'Fiscal RelativeYearPos'
- caption: PosAñoRelativa fiscal
- column 'Fiscal StartOfMonth'
- caption: InicioDeMes fiscal
- column 'Fiscal EndOfMonth'
- caption: FinDeMes fiscal
- column 'Fiscal StartOfQuarter'
- caption: InicioDeTrimestre fiscal
- column 'Fiscal EndOfQuarter'
- caption: FinDeTrimestre fiscal
- column 'Fiscal StartOfYear'
- caption: InicioDeAño fiscal
- column 'Fiscal EndOfYear'
- caption: FinDeAño fiscal
- column 'Fiscal MonthDays'
- caption: MesDías fiscal
- column 'Fiscal QuarterDays'
- caption: DíasTrimestre fiscal
- column 'Fiscal YearDays'
- caption: AñoDías fiscal
- column 'Fiscal DayOfMonthNumber'
- caption: NúmeroDeDíaDeMes fiscal
- column 'Fiscal DayOfQuarterNumber'
- caption: NúmeroDeDíaDeTrimestre fiscal
- column 'Fiscal DayOfYearNumber'
- caption: NúmeroDíaAño fiscal
- column 'Fiscal DatePreviousWeek'
- caption: FechaSemanaAnterior fiscal
- column 'Fiscal DatePreviousMonth'
- caption: FechaMesAnterior fiscal
- column 'Fiscal DatePreviousQuarter'
- caption: FechaTrimestreAnterior fiscal
- column 'Fiscal DatePreviousYear'
- caption: FechaAñoAnterior fiscal
- column 'FW Year'
- caption: Año SF
- column 'FW Quarter'
- caption: Trimestre SF
- column 'FW Quarter Year'
- caption: Trimestre año SF
- column 'FW Month'
- caption: Mes SF
- column 'FW Month Year'
- caption: Mes año SF
- column 'FW Week'
- caption: Semana SF
- column 'FW Period'
- caption: Periodo SF
- column 'FW Week Year'
- caption: Semana año SF
- column 'FW StartOfWeek'
- caption: InicioDeSemana SF
- column 'FW EndOfWeek'
- caption: FinDeSemana SF
- column 'FW RelativeWeekPos'
- caption: PosSemanaRelativa SF
- column 'FW RelativeMonthPos'
- caption: PosMesRelativa SF
- column 'FW RelativeQuarterPos'
- caption: PosTrimestreRelativa SF
- column 'FW RelativeYearPos'
- caption: PosAñoRelativa SF
- column 'FW StartOfMonth'
- caption: InicioDeMes SF
- column 'FW EndOfMonth'
- caption: FinDeMes SF
- column 'FW StartOfQuarter'
- caption: InicioDeTrimestre SF
- column 'FW EndOfQuarter'
- caption: FinDeTrimestre SF
- column 'FW StartOfYear'
- caption: InicioDeAño SF
- column 'FW EndOfYear'
- caption: FinDeAño SF
- column 'FW MonthDays'
- caption: MesDías FS
- column 'FW QuarterDays'
- caption: DíasTrimestre SF
- column 'FW YearDays'
- caption: DíasAño SF
- column 'FW DayOfMonthNumber'
- caption: NúmeroDeDíaDeMes SF
- column 'FW DayOfQuarterNumber'
- caption: NúmeroDeDíaDeTrimestre SF
- column 'FW DayOfYearNumber'
- caption: NúmerDeDíaDeAño SF
- column 'FW DatePreviousWeek'
- caption: FechaSemanaAnterior SF
- column 'FW DatePreviousMonth'
- caption: FechaMesAnterior SF
- column 'FW DatePreviousQuarter'
- caption: FechaTrimestreAnterior SF
- column 'FW DatePreviousYear'
- caption: Fecha AñoAnterior SF
- column 'Relative Day'
- caption: Día relativo
- column Sequential365DayNumber
- caption: NúmeroDía 365 secuencial
- measure 'No. of Days'
- caption: N.º días
- measure 'Working Days'
- caption: Días laborables
- measure Ranged
- caption: En intervalo
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Año-Trimestre-Mes-Semana fiscal
- level 'Fiscal Year'
- caption: Ejercicio
- level 'Fiscal Quarter Year'
- caption: Año trimestre fiscal
- level 'Fiscal Month Year'
- caption: Mes año fiscal
- level 'Fiscal Week Year'
- caption: Semana año fiscal
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Año-Trimestre-Mes-Semana natural
- level 'Calendar Year'
- caption: Año natural
- level 'Calendar Quarter Year'
- caption: Trimestre año natural
- level 'Calendar Month Year'
- caption: Mes año natural
- level 'Calendar Week Year'
- caption: Semana año natural
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: Año-Trimestre-Mes-Semana SF
- level 'FW Year'
- caption: Año SF
- level 'FW Quarter Year'
- caption: Trimestre año SF
- level 'FW Month Year'
- caption: Mes año SF
- level 'FW Week Year'
- caption: Semana año SF
- hierarchy 'Fiscal Year-Month'
- caption: Año-mes fiscal
- level 'Fiscal Year'
- caption: Ejercicio
- level 'Fiscal Month Year'
- caption: Mes año fiscal
- hierarchy 'Fiscal Year-Month-Week'
- caption: Año-Mes-Semana fiscal
- level 'Fiscal Year'
- caption: Ejercicio
- level 'Fiscal Month Year'
- caption: Mes año fiscal
- level 'Fiscal Week Year'
- caption: Semana año fiscal
- hierarchy 'Calendar Year-Month'
- caption: Año-mes natural
- level 'Calendar Year'
- caption: Año natural
- level 'Calendar Month Year'
- caption: Mes año natural
- hierarchy 'Calendar Year-Month-Week'
- caption: Año-Mes-Semana natural
- level 'Calendar Year'
- caption: Año natural
- level 'Calendar Month Year'
- caption: Mes año natural
- level 'Calendar Week Year'
- caption: Semana año natural
- hierarchy 'FW Year-Month-Week'
- caption: Año-Mes-Semana SF
- level 'FW Year'
- caption: Año SF
- level 'FW Month Year'
- caption: Mes año SF
- level 'FW Week Year'
- caption: Semana año SF
- hierarchy 'FW Year-Quarter-Week'
- caption: Año-Trimestre-Semana SF
- level 'FW Year'
- caption: Año SF
- level 'FW Quarter Year'
- caption: Trimestre año SF
- level 'FW Week Year'
- caption: Semana año SF
- hierarchy 'FW Year-Week'
- caption: Semana-Año SF
- level 'FW Year'
- caption: Año SF
- level 'FW Week Year'
- caption: Semana año SF
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Título del informe
- measure 'My Button Caption'
- caption: Título de botón
- measure 'My Visual Title'
- caption: Título visual
- measure 'Inactive Employees'
- caption: Empleados inactivos
- measure 'Terminated Employees'
- caption: Empleados despedidos
- measure 'Employees in Unions'
- caption: Empleados en sindicatos
- measure 'Social Analysis'
- caption: Análisis social
- measure 'Gender Distribution'
- caption: Distribución de sexos
- measure 'Age Distribution'
- caption: Distribución por edades
- measure 'Employees Qualifications'
- caption: Habilidades de empleados
- measure 'Realized Emissions vs Target'
- caption: Emisiones realizadas frente a destino
- measure 'CO2e Emissions by Scope'
- caption: Emisiones de CO2e por ámbito
- measure 'Gas Emissions by Category'
- caption: Emisiones de gases por categoría
- measure 'Realized Emissions vs Baseline'
- caption: Emisiones realizadas frente a línea de base
- measure 'CO2e Emissions vs Baseline'
- caption: Emisiones de CO2e frente a línea de base
- measure 'CO2e Emissions by Account'
- caption: Emisiones de CO2e por cuenta
- measure 'Water and Waste Analysis'
- caption: Análisis del agua y residuos
- measure 'Water by Facility Location'
- caption: Agua por almacén de instalación
- measure 'Water by Facility Capacity'
- caption: Agua por capacidad de instalación
- measure 'Water and Waste by Type'
- caption: Agua y residuos por tipo
- measure 'Water and Waste Intensity by Type'
- caption: Intensidad del agua y residuos por tipo
- measure 'Water and Waste Intensity by Facility'
- caption: Intensidad del agua y residuos por instalación
- measure 'Emissions by Category and Scope'
- caption: Emisiones por categoría y ámbito
- measure 'Emissions by Category'
- caption: Emisiones por categoría
- measure 'Emissions by Scope'
- caption: Emisiones por ámbito
- measure 'CO2e Analysis'
- caption: Análisis de CO2e
- measure 'CO2e Emissions by Category'
- caption: Emisiones de CO2e por categoría
- measure 'Carbon Credit by Month'
- caption: Crédito de carbono por mes
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: Emisiones equivalentes de CO2e por mes e ingresos
- measure 'Employee Entries Drillthrough'
- caption: Análisis detallado de movs. empleados
- measure 'Employee Ledger Entries'
- caption: Movimientos empleados
- measure 'Sustainability Ledger Entries'
- caption: Movimientos de sustentabilidad
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Análisis detallado de movimientos de sustentabilidad
- measure 'Employee Ledger Entries Drillthrough'
- caption: Análisis detallado de movimientos de empleados
- measure 'Sustainability Overview'
- caption: Información general de sustentabilidad
- measure 'Sustainability Analytics'
- caption: Análisis de sustentabilidad
- measure 'CO2e Emissions by Month'
- caption: Emisiones de CO2e por mes
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Análisis de los ámbitos 1 y 2 por categorías por año
- measure 'CO2e Emissions by Department'
- caption: Emisiones de CO2e por departamento
- measure 'Journey to Net-Zero Carbon'
- caption: Recorrido hacia el carbono cero neto
- measure 'CO2e Emissions by Business Group'
- caption: Emisiones de CO2e por grupo empresarial
- measure 'Renewable Energy Usage'
- caption: Uso de energías Renovables
- measure 'CO2e Emissions Over Time'
- caption: Emisiones de CO2e a lo largo del tiempo
- measure 'CO2e Smart Review'
- caption: Revisión inteligente de CO2e
- measure 'CO2e Emissions by Global Dimension One'
- caption: Emisiones de CO2e por dimensión global uno
- measure 'CO2e Emissions by Global Dimension Two'
- caption: Emisiones de CO2e por dimensión global dos
- measure 'CO2e Equivalent Emissions by Month'
- caption: Emisiones equivalentes de CO2e por mes
- measure 'Company Name'
- caption: Nombre empresa
- measure 'Last Refreshed'
- caption: Última actualización
- measure 'Released Employees'
- caption: Empleados liberados
- measure 'CO2e Decomposition Tree'
- caption: Árbol de descomposición de CO2e
- measure 'CO2e Key Influences'
- caption: Influencias clave de CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Cambio anual y diario de agua y residuos
- table COMPANY
- caption: EMPRESA
- measure 'Company Label'
- caption: Etiqueta de empresa
- table 'Sustainability Ledger Entries'
- caption: Movimientos de sustentabilidad
- column 'Entry No.'
- caption: N.º de movimiento
- column Description
- caption: Descripción
- column 'Wat. Intensity'
- caption: Intens. del agua
- column 'Water Type'
- caption: Tipo de agua
- column 'Wate/Waste Intensity Type'
- caption: Tipo de intensidad de agua/residuos
- column 'Document Type'
- caption: Tipo de documento
- measure 'CO2 Emissions'
- caption: Emisiones de CO2
- measure 'CH4 Emissions'
- caption: Emisiones de CH4
- measure 'CO2 Emissions Balance'
- caption: Saldo de emisiones de CO2
- measure 'CO2 Emissions Balance at Date'
- caption: Saldo a la fecha de emisiones de CO2
- measure 'N2O Emissions'
- caption: Emisiones de N2O
- measure 'CO2e Emissions'
- caption: Emisiones de CO2e
- measure 'CH4 Emissions Balance at Date'
- caption: Saldo a la fecha de emisiones de CH4
- measure 'CH4 Emissions Balance'
- caption: Saldo de emisiones de CH4
- measure 'Water Intensity'
- caption: Intensidad del agua
- measure 'Waste Intensity'
- caption: Intensidad de los residuos
- measure 'Discharged Into Water'
- caption: Descarga en agua
- measure 'CO2e Emissions Balance'
- caption: Saldo de emisiones de CO2e
- measure 'CO2e Emissions Balance at Date'
- caption: Saldo a fecha de emisiones de CO2e
- measure 'Discharged Into Water Balance at Date'
- caption: Saldo a la fecha de descarga en agua
- measure 'Discharged Into Water Balance'
- caption: Saldo de descarga en agua
- measure 'N2O Emissions Balance'
- caption: Saldo de emisiones de N2O
- measure 'N2O Emissions Balance at Date'
- caption: Saldo a la fecha de emisiones de N2O
- measure 'Waste Intensity Balance at Date'
- caption: Saldo a la fecha de intensidad de los residuos
- measure 'Waste Intensity Balance'
- caption: Saldo de intensidad de los residuos
- measure 'Water Intensity Balance'
- caption: Saldo de intensidad del agua
- measure 'Water Intensity Balance at Date'
- caption: Saldo a la fecha de intensidad del agua
- measure 'CO2 Baseline'
- caption: Línea de base de CO2
- measure 'CH4 Baseline'
- caption: Línea de base de CH4
- measure 'CH4 vs Baseline (%)'
- caption: CH4 frente a línea de base (%)
- measure 'N2O Baseline'
- caption: Línea de base de N2O
- measure 'N2O vs Baseline (%)'
- caption: N2O frente a línea de base (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 frente a línea de base (%)
- measure 'Water Baseline'
- caption: Línea de base hídrica
- measure 'Waste Baseline'
- caption: Línea de base de residuos
- measure 'Water vs Baseline (%)'
- caption: Agua frente a línea de base (%)
- measure 'Waste vs Baseline (%)'
- caption: Residuos frente a línea de base (%)
- measure 'CO2e Baseline'
- caption: Línea de base de CO2e
- measure 'CO2e vs Baseline (%)'
- caption: CO2e frente a línea de base (%)
- measure 'Purchased Carbon Credits'
- caption: Créditos de carbono comprados
- measure 'Discharged Into Water Baseline'
- caption: Línea de base de descarga en agua
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Plato de agua frente a línea de base (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: Emisiones de CO2e (sin créditos)
- measure 'Water Intensity PY'
- caption: Intensidad del agua AA
- measure 'Water Intensity YOY'
- caption: Cambio de agua ATA
- measure 'Waste Intensity PY'
- caption: Residuos AA
- measure 'Waste Intensity YOY'
- caption: Cambio de residuos ATA
- measure 'Discharged Into Water PY'
- caption: Descarga en agua AA
- measure 'Discharged Into Water YOY'
- caption: Descarga en agua ATA
- measure 'Discharged Into Water PD'
- caption: Descarga en agua DP
- measure 'Waste Intensity PD'
- caption: Residuos DP
- measure 'Water Intensity PD'
- caption: Intensidad del agua DP
- measure 'Water Intensity DOD'
- caption: Cambio de agua DTO
- measure 'Waste Intensity DOD'
- caption: Cambio de residuos DTO
- measure 'Discharged Into Water DOD'
- caption: Descarga en agua DTO
- measure 'Base Link'
- caption: Vínculo base
- measure 'Sustainability Ledger Entries Link'
- caption: Vínculo de movimientos de sustentabilidad
- measure 'Months in Context'
- caption: Meses en contexto
- table 'Sustainability Accounts'
- caption: Cuentas de sustentabilidad
- column 'Sustainability Account No.'
- caption: N.º de cuenta de sustentabilidad
- column 'Sustainability Account Name'
- caption: Nombre de cuenta de sustentabilidad
- column 'Sustainability Account Category'
- caption: Categoría de cuenta de sustentabilidad
- column 'Sustainability Account Sub-Category'
- caption: Subcategoría de cuenta de sustentabilidad
- table Country/Region
- caption: País o región
- column 'Country Region Code'
- caption: Código de país o región
- column 'Country Region Name'
- caption: Nombre de país o región
- table 'Responsibility Centre'
- caption: Centro responsabilidad
- column 'Responsibility Centre Code'
- caption: Código de centro de responsabilidad
- column 'Responsibility Centre Name'
- caption: Nombre centro responsabilidad
- measure 'Facility Capacity'
- caption: Capacidad de instalación
- table 'Sustainability Goals'
- caption: Objetivos de sustentabilidad
- column 'Score Card No.'
- caption: N.º de cuadro de mandos
- column 'No.'
- caption: N.º
- column Name
- caption: Nombre
- column Owner
- caption: Propietario
- column 'Target Value For CO2'
- caption: Tipo de objetivo para CO2
- column 'Target Value For CH4'
- caption: Tipo de objetivo para CH4
- column 'Target Value For N2O'
- caption: Tipo de objetivo para N2O
- column 'Target Value For Water Intensity'
- caption: Valor objetivo para intensidad del agua
- column 'Target Value For Waste Intensity'
- caption: Valor objetivo para intensidad de residuos
- column 'Main Goal'
- caption: Objetivo principal
- column 'Start Date'
- caption: Fecha inic.
- column 'End Date'
- caption: Fecha de finalización
- column 'Baseline Start Date'
- caption: Fecha de inicio de referencia
- column 'Baseline End Date'
- caption: Fecha de finalización de referencia
- measure 'CO2 Target'
- caption: Destino de CO2
- measure 'CO2 Realized (%)'
- caption: CO2 generado (%)
- measure 'CH4 Target'
- caption: Destino de CH4
- measure 'N2O Target'
- caption: Destino de N2O
- measure 'CH4 Realized (%)'
- caption: CH4 generado (%)
- measure 'N2O Realized (%)'
- caption: N2O generado (%)
- measure 'Water Target'
- caption: Destino de agua
- measure 'Waste Target'
- caption: Destino de residuos
- measure 'Water Realized (%)'
- caption: Agua obtenida (%)
- measure 'Waste Realized (%)'
- caption: Residuos generados (%)
- measure 'CO2e Realized (%)'
- caption: CO2e generado (%)
- measure 'CO2 Current Value'
- caption: Valor actual de CO2
- measure 'CH4 Current Value'
- caption: Valor actual de CH4
- measure 'N2O Current Value'
- caption: Valor actual de N2O
- measure 'CO2e Current Value'
- caption: Valor actual de CO2e
- table 'Employee Ledger Entries'
- caption: Movimientos empleados
- column 'Entry No.'
- caption: N.º de movimiento
- column 'Document Type'
- caption: Tipo de documento
- column 'Document No.'
- caption: N.º de documento
- column Description
- caption: Descripción
- measure 'Employee Amount'
- caption: Importe
- measure 'Employee Ledger Entries Link'
- caption: Vínculo de movimientos de empleados
- table 'Employee Qualifications'
- caption: Habilidades de empleado
- column 'Employee Qualification Codes'
- caption: Códigos de habilidad de empleado
- measure 'Employee Qualifications'
- caption: Recuento de habilidades de empleados
- table 'Emission Fees'
- caption: Tasas de emisión
- column 'Emission Type'
- caption: Tipo de emisiones
- column 'Scope Type'
- caption: Tipo de ámbito
- column 'Starting Date'
- caption: Fecha inicial
- column 'Ending Date'
- caption: Fecha final
- column 'Country Region Code'
- caption: Código de país o región
- column 'Responsibility Centre'
- caption: Centro responsabilidad
- column 'Carbon Fee'
- caption: Precio por emisiones de carbono
- column 'Carbon Equivalent Factor'
- caption: Factor de carbono equivalente
- measure 'CO2e Target'
- caption: Objetivo de CO2e
- measure 'CO2 Carbon Equivalent'
- caption: Equivalente de carbono CO2
- measure 'CH4 Carbon Equivalent'
- caption: Equivalente de carbono CH4
- measure 'N2O Carbon Equivalent'
- caption: Equivalente de carbono N2O
- table 'Employee Absences'
- caption: Ausencias empleado
- column 'Entry No'
- caption: N.º mov.
- column 'From Date'
- caption: Fecha desde
- column 'To Date'
- caption: Fecha hasta
- column 'Cause of Absence'
- caption: Causa ausencia
- column Description
- caption: Descripción
- measure 'Employee Absences'
- caption: Cantidad
- measure 'Absence Hours (%)'
- caption: Horas de ausencia (%)
- table 'Sustainability Sub-Account Categories'
- caption: Categorías de subcuentas de sustentabilidad
- column 'Sub-Category Description'
- caption: Descripción de subcategoría
- column 'Renewable Energy'
- caption: Energías renovables
- table Employees
- caption: Empleados
- column 'Employee No.'
- caption: N.º empleado
- column 'Employee Full Name'
- caption: Nombre completo del empleado
- column 'Employee First Name'
- caption: Nombre del empleado
- column 'Employee Last Name'
- caption: Apellido del empleado
- column 'Employee Gender'
- caption: Sexo del empleado
- column 'Employee Union Code'
- caption: Cód. sindicato empleado
- column 'Employee Status'
- caption: Estado empleado
- column 'Employee Cause of Inactivity'
- caption: Cód. inactividad empleado
- column 'Employee Inactive Date'
- caption: Fecha inactividad empleado
- column 'Employee Grounds for Termination'
- caption: Motivo terminación empleado
- column 'Employee Date of Birth'
- caption: Fecha de nacimiento del empleado
- column Age
- caption: Edad
- column 'Age Distribution'
- caption: Distribución por edades
- measure 'No. of Employees'
- caption: N.º de empleados
- measure 'No. of Male Employees'
- caption: N.º de empleados masculinos
- measure 'No. of Female Employees'
- caption: N.º de empleados femeninos
- measure 'No. of Other Employees'
- caption: N.º de otros empleados
- measure 'Male Employees (%)'
- caption: Empleados masculinos (%)
- measure 'Female Employees (%)'
- caption: Empleados femeninos (%)
- measure 'Other Employees (%)'
- caption: Otros empleados (%)
- table ENVIRONMENT
- caption: ENTORNO
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fi-FI.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fi-FI.tmdl
deleted file mode 100644
index 78d3ed647f..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fi-FI.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo fi-FI
- translations
- model Model
- table 'Sustainability Account Category'
- caption: KP-tilin luokka
- column 'Sustainability Account Category Description'
- caption: KP-tililuokan kuvaus
- column 'Sustainability Account Category Code'
- caption: Vastuullisuustilin luokan koodi
- column 'Sustainability Account Category Emission Scope'
- caption: Vastuullisuustilin luokka – Päästöjen laajuus
- table 'Dimension Sets'
- caption: Dimensioyhdistelmät
- column 'Global Dimension 1'
- caption: Yleinen dimensio 1
- column 'Global Dimension 2'
- caption: Yleinen dimensio 2
- column 'Shortcut Dimension 3'
- caption: Pikadimensio 3
- column 'Shortcut Dimension 4'
- caption: Pikadimensio 4
- column 'Shortcut Dimension 5'
- caption: Pikadimensio 5
- column 'Shortcut Dimension 6'
- caption: Pikadimensio 6
- column 'Shortcut Dimension 7'
- caption: Pikadimensio 7
- column 'Shortcut Dimension 8'
- caption: Pikadimensio 8
- column id
- caption: tunnus
- table Date
- caption: Pvm
- column 'Week Day'
- caption: Viikonpäivä
- column 'Day Type'
- caption: Päivän tyyppi
- column 'Calendar Year'
- caption: Kalenterivuosi
- column 'Calendar Quarter'
- caption: Kalenterin vuosineljännes
- column 'Calendar Quarter Year'
- caption: Kalenteri – Neljännesvuosi
- column 'Calendar Month'
- caption: Kalenterikuukausi
- column 'Calendar Month Year'
- caption: Kalenterikuukausi – Vuosi
- column 'Calendar Week'
- caption: Kalenteriviikko
- column 'Calendar Week Year'
- caption: Kalenteriviikko – Vuosi
- column 'Calendar RelativeWeekPos'
- caption: Kalenteri – SuhteellisenViikonSijainti
- column 'Calendar RelativeMonthPos'
- caption: Kalenteri – SuhteellisenKuukaudenSijainti
- column 'Calendar RelativeQuarterPos'
- caption: Kalenteri – SuhteellisenVuosineljänneksenSijainti
- column 'Calendar RelativeYearPos'
- caption: Kalenteri – SuhteellisenVuodenSijainti
- column 'Calendar StartOfMonth'
- caption: Kalenteri – KuukausiAlkaa
- column 'Calendar EndOfMonth'
- caption: Kalenteri – KuukausiPäättyy
- column 'Calendar StartOfQuarter'
- caption: Kalenteri – VuosineljännesAlkaa
- column 'Calendar EndOfQuarter'
- caption: Kalenteri – VuosineljännesPäättyy
- column 'Calendar StartOfYear'
- caption: Kalenteri – VuosiAlkaa
- column 'Calendar EndOfYear'
- caption: Kalenteri – VuosiPäättyy
- column 'Calendar MonthDays'
- caption: Kalenteri – KuukaudenPäivät
- column 'Calendar QuarterDays'
- caption: Kalenteri – VuosineljänneksenPäivät
- column 'Calendar YearDays'
- caption: Kalenteri – VuodenPäivät
- column 'Calendar DayOfMonthNumber'
- caption: Kalenteri – KuukaudenPäivänNumero
- column 'Calendar DayOfQuarterNumber'
- caption: Kalenteri – VuosineljänneksenPäivänNumero
- column 'Calendar DayOfYearNumber'
- caption: Kalenteri – VuodenPäivänNumero
- column 'Calendar DatePreviousWeek'
- caption: Kalenteri – PäivämääräEdellinenViikko
- column 'Calendar DatePreviousMonth'
- caption: Kalenteri – PäivämääräEdellinenKuukausi
- column 'Calendar DatePreviousQuarter'
- caption: Kalenteri – PäivämääräEdellinenVuosineljännes
- column 'Calendar DatePreviousYear'
- caption: Kalenteri – PäivämääräEdellinenVuosi
- column 'Fiscal Year'
- caption: Tilikausi
- column 'Fiscal Quarter'
- caption: Kirjanpidon vuosineljännes
- column 'Fiscal Quarter Year'
- caption: Kirjanpito – Neljännesvuosi
- column 'Fiscal Month'
- caption: Kirjanpitokuukausi
- column 'Fiscal Month Year'
- caption: Kirjanpidon kuukausi, vuosi
- column 'Fiscal Week'
- caption: Kirjanpitoviikko
- column 'Fiscal Week Year'
- caption: Kirjanpitoviikko, vuosi
- column 'Fiscal RelativeWeekPos'
- caption: Kirjanpito – SuhteellisenViikonSijainti
- column 'Fiscal RelativeMonthPos'
- caption: Kirjanpito – SuhteellisenKuukaudenSijainti
- column 'Fiscal RelativeQuarterPos'
- caption: Kirjanpito – SuhteellisenVuosineljänneksenSijainti
- column 'Fiscal RelativeYearPos'
- caption: Kirjanpito – SuhteellisenVuodenSijainti
- column 'Fiscal StartOfMonth'
- caption: Kirjanpito – KuukausiAlkaa
- column 'Fiscal EndOfMonth'
- caption: Kirjanpito – KuukausiPäättyy
- column 'Fiscal StartOfQuarter'
- caption: Kirjanpito – VuosineljännesAlkaa
- column 'Fiscal EndOfQuarter'
- caption: Kirjanpito – VuosineljännesPäättyy
- column 'Fiscal StartOfYear'
- caption: Kirjanpito – VuosiAlkaa
- column 'Fiscal EndOfYear'
- caption: Kirjanpito – VuosiPäättyy
- column 'Fiscal MonthDays'
- caption: Kirjanpito – KuukaudenPäivät
- column 'Fiscal QuarterDays'
- caption: Kirjanpito – VuosineljänneksenPäivät
- column 'Fiscal YearDays'
- caption: Kirjanpito – VuodenPäivät
- column 'Fiscal DayOfMonthNumber'
- caption: Kirjanpito – KuukaudenPäivänNumero
- column 'Fiscal DayOfQuarterNumber'
- caption: Kirjanpito – VuosineljänneksenPäivänNumero
- column 'Fiscal DayOfYearNumber'
- caption: Kirjanpito – VuodenPäivänNumero
- column 'Fiscal DatePreviousWeek'
- caption: Kirjanpito – PäivämääräEdellinenViikko
- column 'Fiscal DatePreviousMonth'
- caption: Kirjanpito – PäivämääräEdellinenKuukausi
- column 'Fiscal DatePreviousQuarter'
- caption: Kirjanpito – PäivämääräEdellinenVuosineljännes
- column 'Fiscal DatePreviousYear'
- caption: Kirjanpito – PäivämääräEdellinenVuosi
- column 'FW Year'
- caption: KV – Vuosi
- column 'FW Quarter'
- caption: KV – Vuosineljännes
- column 'FW Quarter Year'
- caption: KV – Neljännesvuosi
- column 'FW Month'
- caption: KV – Kuukausi
- column 'FW Month Year'
- caption: KV – Kuukausi, vuosi
- column 'FW Week'
- caption: KV – Viikko
- column 'FW Period'
- caption: KV – Kausi
- column 'FW Week Year'
- caption: KV – Viikko, vuosi
- column 'FW StartOfWeek'
- caption: KV – ViikkoAlkaa
- column 'FW EndOfWeek'
- caption: KV – ViikkoPäättyy
- column 'FW RelativeWeekPos'
- caption: KV – SuhteellisenViikonSijainti
- column 'FW RelativeMonthPos'
- caption: KV – SuhteellisenKuukaudenSijainti
- column 'FW RelativeQuarterPos'
- caption: KV – SuhteellisenVuosineljänneksenSijainti
- column 'FW RelativeYearPos'
- caption: KV – SuhteellisenVuodenSijainti
- column 'FW StartOfMonth'
- caption: KV – KuukausiAlkaa
- column 'FW EndOfMonth'
- caption: KV – KuukausiPäättyy
- column 'FW StartOfQuarter'
- caption: KV – VuosineljännesAlkaa
- column 'FW EndOfQuarter'
- caption: KV – VuosineljännesPäättyy
- column 'FW StartOfYear'
- caption: KV – VuosiAlkaa
- column 'FW EndOfYear'
- caption: KV – VuosiPäättyy
- column 'FW MonthDays'
- caption: KV – KuukaudenPäivät
- column 'FW QuarterDays'
- caption: KV – VuosineljänneksenPäivät
- column 'FW YearDays'
- caption: KV – VuodenPäivät
- column 'FW DayOfMonthNumber'
- caption: KV – KuukaudenPäivänNumero
- column 'FW DayOfQuarterNumber'
- caption: KV – VuosineljänneksenPäivänNumero
- column 'FW DayOfYearNumber'
- caption: KV – VuodenPäivänNumero
- column 'FW DatePreviousWeek'
- caption: KV – PäivämääräEdellinenViikko
- column 'FW DatePreviousMonth'
- caption: KV – PäivämääräEdellinenKuukausi
- column 'FW DatePreviousQuarter'
- caption: KV – PäivämääräEdellinenVuosineljännes
- column 'FW DatePreviousYear'
- caption: KV – PäivämääräEdellinenVuosi
- column 'Relative Day'
- caption: Suhteellinen päivämäärä
- column Sequential365DayNumber
- caption: Järjestys 365 PäiväNumero
- measure 'No. of Days'
- caption: Päivien määrä
- measure 'Working Days'
- caption: Työpäivät
- measure Ranged
- caption: Järjestetty
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Kirjanpito – Vuosi-Vuosineljännes-Kuukausi-Viikko
- level 'Fiscal Year'
- caption: Tilikausi
- level 'Fiscal Quarter Year'
- caption: Kirjanpito – Neljännesvuosi
- level 'Fiscal Month Year'
- caption: Kirjanpidon kuukausi, vuosi
- level 'Fiscal Week Year'
- caption: Kirjanpitoviikko, vuosi
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Kalenteri – Vuosi-Vuosineljännes-Kuukausi-Viikko
- level 'Calendar Year'
- caption: Kalenterivuosi
- level 'Calendar Quarter Year'
- caption: Kalenteri – Neljännesvuosi
- level 'Calendar Month Year'
- caption: Kalenterikuukausi – Vuosi
- level 'Calendar Week Year'
- caption: Kalenteriviikko – Vuosi
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: KV – Vuosi-Vuosineljännes-Kuukausi-Viikko
- level 'FW Year'
- caption: KV – Vuosi
- level 'FW Quarter Year'
- caption: KV – Neljännesvuosi
- level 'FW Month Year'
- caption: KV – Kuukausi, vuosi
- level 'FW Week Year'
- caption: KV – Viikko, vuosi
- hierarchy 'Fiscal Year-Month'
- caption: Kirjanpito – Vuosi-Kuukausi
- level 'Fiscal Year'
- caption: Tilikausi
- level 'Fiscal Month Year'
- caption: Kirjanpidon kuukausi, vuosi
- hierarchy 'Fiscal Year-Month-Week'
- caption: Kirjanpito – Vuosi-Kuukausi-Viikko
- level 'Fiscal Year'
- caption: Tilikausi
- level 'Fiscal Month Year'
- caption: Kirjanpidon kuukausi, vuosi
- level 'Fiscal Week Year'
- caption: Kirjanpitoviikko, vuosi
- hierarchy 'Calendar Year-Month'
- caption: Kalenteri – Vuosi-Kuukausi
- level 'Calendar Year'
- caption: Kalenterivuosi
- level 'Calendar Month Year'
- caption: Kalenterikuukausi – Vuosi
- hierarchy 'Calendar Year-Month-Week'
- caption: Kalenteri – Vuosi-Kuukausi-Viikko
- level 'Calendar Year'
- caption: Kalenterivuosi
- level 'Calendar Month Year'
- caption: Kalenterikuukausi – Vuosi
- level 'Calendar Week Year'
- caption: Kalenteriviikko – Vuosi
- hierarchy 'FW Year-Month-Week'
- caption: KV – Vuosi-Kuukausi-Viikko
- level 'FW Year'
- caption: KV – Vuosi
- level 'FW Month Year'
- caption: KV – Kuukausi, vuosi
- level 'FW Week Year'
- caption: KV – Viikko, vuosi
- hierarchy 'FW Year-Quarter-Week'
- caption: KV – Vuosi-Vuosineljännes-Viikko
- level 'FW Year'
- caption: KV – Vuosi
- level 'FW Quarter Year'
- caption: KV – Neljännesvuosi
- level 'FW Week Year'
- caption: KV – Viikko, vuosi
- hierarchy 'FW Year-Week'
- caption: KV – Vuosi-Viikko
- level 'FW Year'
- caption: KV – Vuosi
- level 'FW Week Year'
- caption: KV – Viikko, vuosi
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Oman raportin otsikko
- measure 'My Button Caption'
- caption: Oma painikkeen otsikko
- measure 'My Visual Title'
- caption: Oma visuaalinen otsikko
- measure 'Inactive Employees'
- caption: Passiiviset työntekijät
- measure 'Terminated Employees'
- caption: Työntekijät, joiden työsuhde päättynyt
- measure 'Employees in Unions'
- caption: Työntekijät ammattiyhdistyksissä
- measure 'Social Analysis'
- caption: Sosiaalinen analyysi
- measure 'Gender Distribution'
- caption: Sukupuolijakauma
- measure 'Age Distribution'
- caption: Ikäjakauma
- measure 'Employees Qualifications'
- caption: Työntekijöiden pätevyydet
- measure 'Realized Emissions vs Target'
- caption: Toteutuneet päästöt vrt. tavoite
- measure 'CO2e Emissions by Scope'
- caption: CO2e-päästöt laajuuksittain
- measure 'Gas Emissions by Category'
- caption: Kaasupäästöt luokittain
- measure 'Realized Emissions vs Baseline'
- caption: Toteutuneet päästöt vrt. perustaso
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e-päästöt vrt. perustaso
- measure 'CO2e Emissions by Account'
- caption: CO2e-päästöt tileittäin
- measure 'Water and Waste Analysis'
- caption: Vesi- ja jäteanalyysi
- measure 'Water by Facility Location'
- caption: Vesi laitoksen sijainnin mukaan
- measure 'Water by Facility Capacity'
- caption: Vesi laitoksen kapasiteetin mukaan
- measure 'Water and Waste by Type'
- caption: Vesi- ja jäte tyypeittäin
- measure 'Water and Waste Intensity by Type'
- caption: Vesi- ja jäteintensiteetti tyypeittäin
- measure 'Water and Waste Intensity by Facility'
- caption: Vesi- ja jäteintensiteetti laitoksittain
- measure 'Emissions by Category and Scope'
- caption: Päästöt luokittain ja laajuuksittain
- measure 'Emissions by Category'
- caption: Päästöt luokittain
- measure 'Emissions by Scope'
- caption: Päästöt laajuuksittain
- measure 'CO2e Analysis'
- caption: CO2e-analyysi
- measure 'CO2e Emissions by Category'
- caption: CO2e-päästöt luokittain
- measure 'Carbon Credit by Month'
- caption: Hiilihyvitys kuukausittain
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e-ekvivalenttipäästöt kuukausittain ja tuotoittain
- measure 'Employee Entries Drillthrough'
- caption: Työntekijätapahtumiin porautuminen
- measure 'Employee Ledger Entries'
- caption: Työntekijätapahtumat
- measure 'Sustainability Ledger Entries'
- caption: Vastuullisuustapahtumat
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Vastuullisuustapahtumiin porautuminen
- measure 'Employee Ledger Entries Drillthrough'
- caption: Työntekijätapahtumiin porautuminen
- measure 'Sustainability Overview'
- caption: Vastuullisuus – Yleiskuvaus
- measure 'Sustainability Analytics'
- caption: Vastuullisuusanalytiikka
- measure 'CO2e Emissions by Month'
- caption: CO2e-päästöt kuukausittain
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Laajuuksien 1 ja 2 analyysi luokittain per vuosi
- measure 'CO2e Emissions by Department'
- caption: CO2e-päästöt osastoittain
- measure 'Journey to Net-Zero Carbon'
- caption: Matka kohti hiilineutraaliutta
- measure 'CO2e Emissions by Business Group'
- caption: CO2e-päästöt liiketoimintaryhmittäin
- measure 'Renewable Energy Usage'
- caption: Uusiutuvan energian käyttö
- measure 'CO2e Emissions Over Time'
- caption: CO2e-päästöt ajan myötä
- measure 'CO2e Smart Review'
- caption: Älykäs CO2e-arviointi
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e-päästöt yleisen dimension yksi mukaan
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e-päästöt yleisen dimension kaksi mukaan
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e-ekvivalenttipäästöt kuukausittain
- measure 'Company Name'
- caption: Yrityksen nimi
- measure 'Last Refreshed'
- caption: Päivitetty viimeksi
- measure 'Released Employees'
- caption: Vapautetut työntekijät
- measure 'CO2e Decomposition Tree'
- caption: CO2e-hajautuspuu
- measure 'CO2e Key Influences'
- caption: Tärkeimmät CO2e-vaikutukset
- measure 'Water and Waste Yearly and Daily Change'
- caption: Veden ja jätteiden vuosittainen ja päivittäinen muutos
- table COMPANY
- caption: YRITYS
- measure 'Company Label'
- caption: Yrityksen selite
- table 'Sustainability Ledger Entries'
- caption: Vastuullisuustapahtumat
- column 'Entry No.'
- caption: Tapahtumanro
- column Description
- caption: Kuvaus
- column 'Wat. Intensity'
- caption: Vesi-intensiteetti
- column 'Water Type'
- caption: Vesityyppi
- column 'Wate/Waste Intensity Type'
- caption: Vesi-/jäteintensiteetin tyyppi
- column 'Document Type'
- caption: Asiakirjatyyppi
- measure 'CO2 Emissions'
- caption: CO2-päästöt
- measure 'CH4 Emissions'
- caption: CH4-päästöt
- measure 'CO2 Emissions Balance'
- caption: CO2-päästöt, saldo
- measure 'CO2 Emissions Balance at Date'
- caption: CO2-päästöt, saldo pvm:ttäin
- measure 'N2O Emissions'
- caption: N2O-päästöt
- measure 'CO2e Emissions'
- caption: CO2e-päästöt
- measure 'CH4 Emissions Balance at Date'
- caption: CH4-päästöt, saldo pvm:ttäin
- measure 'CH4 Emissions Balance'
- caption: CH4-päästöt, saldo
- measure 'Water Intensity'
- caption: Vesi-intensiteetti
- measure 'Waste Intensity'
- caption: Jäteintensiteetti
- measure 'Discharged Into Water'
- caption: Vesipäästö
- measure 'CO2e Emissions Balance'
- caption: CO2e-päästöt, saldo
- measure 'CO2e Emissions Balance at Date'
- caption: CO2e-päästöt, saldo pvm:ttäin
- measure 'Discharged Into Water Balance at Date'
- caption: Vesipäästö, saldo pvm:ttäin
- measure 'Discharged Into Water Balance'
- caption: Vesipäästö, saldo
- measure 'N2O Emissions Balance'
- caption: N2O-päästöt, saldo
- measure 'N2O Emissions Balance at Date'
- caption: N2O-päästöt, saldo pvm:ttäin
- measure 'Waste Intensity Balance at Date'
- caption: Saldo pvm:ttäin, jäteintensiteetti
- measure 'Waste Intensity Balance'
- caption: Saldo, jäteintensiteetti
- measure 'Water Intensity Balance'
- caption: Vesi-intensiteetti, saldo
- measure 'Water Intensity Balance at Date'
- caption: Vesi-intensiteetti, saldo pvm:ttäin
- measure 'CO2 Baseline'
- caption: CO2-perustaso
- measure 'CH4 Baseline'
- caption: CH4-perustaso
- measure 'CH4 vs Baseline (%)'
- caption: CH4 vrt. perustaso (%)
- measure 'N2O Baseline'
- caption: N2O-perustaso
- measure 'N2O vs Baseline (%)'
- caption: N2O vrt. perustaso (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 vrt. perustaso (%)
- measure 'Water Baseline'
- caption: Vesi, perustaso
- measure 'Waste Baseline'
- caption: Jäte, perustaso
- measure 'Water vs Baseline (%)'
- caption: Vesi vrt. perustaso (%)
- measure 'Waste vs Baseline (%)'
- caption: Jäte vrt. perustaso (%)
- measure 'CO2e Baseline'
- caption: CO2e-perustaso
- measure 'CO2e vs Baseline (%)'
- caption: CO2e vrt. perustaso (%)
- measure 'Purchased Carbon Credits'
- caption: Ostetut hiilihyvitykset
- measure 'Discharged Into Water Baseline'
- caption: Vesipäästö, perustaso
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Vesipäästö vrt. perustaso (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e-päästöt (ilman hyvityksiä)
- measure 'Water Intensity PY'
- caption: Vesi-intensiteetti, EDV
- measure 'Water Intensity YOY'
- caption: Vesi, muutos, VV
- measure 'Waste Intensity PY'
- caption: Jäte, EDV
- measure 'Waste Intensity YOY'
- caption: Jäte, muutos, VV
- measure 'Discharged Into Water PY'
- caption: Vesipäästö, EDV
- measure 'Discharged Into Water YOY'
- caption: Vesipäästö, VV
- measure 'Discharged Into Water PD'
- caption: Vesipäästö, tuotantotiedot
- measure 'Waste Intensity PD'
- caption: Jäte, tuotantotiedot
- measure 'Water Intensity PD'
- caption: Vesi-intensiteetti, tuotantotiedot
- measure 'Water Intensity DOD'
- caption: Vesi, muutos, päivittäinen
- measure 'Waste Intensity DOD'
- caption: Jäte, muutos, päivittäinen
- measure 'Discharged Into Water DOD'
- caption: Vesipäästö, päivittäinen
- measure 'Base Link'
- caption: Perus, linkki
- measure 'Sustainability Ledger Entries Link'
- caption: Vastuullisuustapahtumat, linkki
- measure 'Months in Context'
- caption: Kuukaudet kontekstissa
- table 'Sustainability Accounts'
- caption: Vastuullisuustilit
- column 'Sustainability Account No.'
- caption: Vastuullisuustilin nro
- column 'Sustainability Account Name'
- caption: Vastuullisuustilin nimi
- column 'Sustainability Account Category'
- caption: Vastuullisuustilin luokka
- column 'Sustainability Account Sub-Category'
- caption: Vastuullisuustilin aliluokka
- table Country/Region
- caption: Maa tai alue
- column 'Country Region Code'
- caption: Maa- tai aluekoodi
- column 'Country Region Name'
- caption: Maan/alueen nimi
- table 'Responsibility Centre'
- caption: Vastuupaikka
- column 'Responsibility Centre Code'
- caption: Vastuupaikan koodi
- column 'Responsibility Centre Name'
- caption: Vastuupaikan nimi
- measure 'Facility Capacity'
- caption: Laitoksen kapasiteetti
- table 'Sustainability Goals'
- caption: Vastuullisuustavoitteet
- column 'Score Card No.'
- caption: Tuloskortin nro
- column 'No.'
- caption: Nro
- column Name
- caption: Nimi
- column Owner
- caption: Omistaja
- column 'Target Value For CO2'
- caption: CO2-tavoitearvo
- column 'Target Value For CH4'
- caption: CH4-tavoitearvo
- column 'Target Value For N2O'
- caption: N2O-tavoitearvo
- column 'Target Value For Water Intensity'
- caption: Vesi-intensiteetin tavoitearvo
- column 'Target Value For Waste Intensity'
- caption: Jäteintensiteetin tavoitearvo
- column 'Main Goal'
- caption: Päätavoite
- column 'Start Date'
- caption: Alkamispäivä
- column 'End Date'
- caption: Päättymispäivä
- column 'Baseline Start Date'
- caption: Perustason alkamispäivämäärä
- column 'Baseline End Date'
- caption: Perustason päättymispäivämäärä
- measure 'CO2 Target'
- caption: CO2-tavoite
- measure 'CO2 Realized (%)'
- caption: Toteutunut CO2 (%)
- measure 'CH4 Target'
- caption: CH4-tavoite
- measure 'N2O Target'
- caption: N2O-tavoite
- measure 'CH4 Realized (%)'
- caption: Toteutunut CH4 (%)
- measure 'N2O Realized (%)'
- caption: Toteutunut N2O (%)
- measure 'Water Target'
- caption: Vesitavoite
- measure 'Waste Target'
- caption: Jätetavoite
- measure 'Water Realized (%)'
- caption: Toteutunut vesi (%)
- measure 'Waste Realized (%)'
- caption: Toteutunut jäte (%)
- measure 'CO2e Realized (%)'
- caption: Toteutunut CO2e (%)
- measure 'CO2 Current Value'
- caption: Nykyinen CO2-arvo
- measure 'CH4 Current Value'
- caption: Nykyinen CH4-arvo
- measure 'N2O Current Value'
- caption: Nykyinen N2O-arvo
- measure 'CO2e Current Value'
- caption: Nykyinen CO2e-arvo
- table 'Employee Ledger Entries'
- caption: Työntekijätapahtumat
- column 'Entry No.'
- caption: Tapahtumanro
- column 'Document Type'
- caption: Asiakirjatyyppi
- column 'Document No.'
- caption: Asiakirjanumero
- column Description
- caption: Kuvaus
- measure 'Employee Amount'
- caption: Summa
- measure 'Employee Ledger Entries Link'
- caption: Työntekijätapahtumat – Linkki
- table 'Employee Qualifications'
- caption: Työntekijän pätevyydet
- column 'Employee Qualification Codes'
- caption: Työntekijän pätevyyskoodit
- measure 'Employee Qualifications'
- caption: Työntekijän pätevyyksien määrä
- table 'Emission Fees'
- caption: Päästömaksut
- column 'Emission Type'
- caption: Päästötyyppi
- column 'Scope Type'
- caption: Laajuuden tyyppi
- column 'Starting Date'
- caption: Aloituspäivämäärä
- column 'Ending Date'
- caption: Lopetuspäivämäärä
- column 'Country Region Code'
- caption: Maa- tai aluekoodi
- column 'Responsibility Centre'
- caption: Vastuupaikka
- column 'Carbon Fee'
- caption: Hiilimaksu
- column 'Carbon Equivalent Factor'
- caption: Hiiliekvivalenttikerroin
- measure 'CO2e Target'
- caption: CO2e-tavoite
- measure 'CO2 Carbon Equivalent'
- caption: CO2-hiiliekvivalentti
- measure 'CH4 Carbon Equivalent'
- caption: CH4-hiiliekvivalentti
- measure 'N2O Carbon Equivalent'
- caption: N2O-hiiliekvivalentti
- table 'Employee Absences'
- caption: Työntekijän poissaolot
- column 'Entry No'
- caption: Tapahtumanro
- column 'From Date'
- caption: Alkaen pvm:stä
- column 'To Date'
- caption: Pvm:ään asti
- column 'Cause of Absence'
- caption: Poissaolon syy
- column Description
- caption: Kuvaus
- measure 'Employee Absences'
- caption: Määrä
- measure 'Absence Hours (%)'
- caption: Poissaolotunnit (%)
- table 'Sustainability Sub-Account Categories'
- caption: Vastuullisuustilin alaluokat
- column 'Sub-Category Description'
- caption: Alaluokan kuvaus
- column 'Renewable Energy'
- caption: Uusiutuva energia
- table Employees
- caption: Työntekijät
- column 'Employee No.'
- caption: Työntekijänro
- column 'Employee Full Name'
- caption: Työntekijän koko nimi
- column 'Employee First Name'
- caption: Työntekijän etunimi
- column 'Employee Last Name'
- caption: Työntekijän sukunimi
- column 'Employee Gender'
- caption: Työntekijän sukupuoli
- column 'Employee Union Code'
- caption: Työntekijän ammattiyhdistyksen koodi
- column 'Employee Status'
- caption: Työntekijän tila
- column 'Employee Cause of Inactivity'
- caption: Työntekijän toimettomuuden syy
- column 'Employee Inactive Date'
- caption: Työntekijän passiivisuuden pvm
- column 'Employee Grounds for Termination'
- caption: Työntekijän työsuhteen päättymisen syyt
- column 'Employee Date of Birth'
- caption: Työntekijän syntymäpäivä
- column Age
- caption: Ikä
- column 'Age Distribution'
- caption: Ikäjakauma
- measure 'No. of Employees'
- caption: Työntekijöiden määrä
- measure 'No. of Male Employees'
- caption: Miespuolisten työntekijöiden määrä
- measure 'No. of Female Employees'
- caption: Naispuolisten työntekijöiden määrä
- measure 'No. of Other Employees'
- caption: Muiden työntekijöiden määrä
- measure 'Male Employees (%)'
- caption: Miespuoliset työntekijät (%)
- measure 'Female Employees (%)'
- caption: Naispuoliset työntekijät (%)
- measure 'Other Employees (%)'
- caption: Muut työntekijät (%)
- table ENVIRONMENT
- caption: YMPÄRISTÖ
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-BE.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-BE.tmdl
deleted file mode 100644
index db7d337af9..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-BE.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo fr-BE
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Catégorie de compte général
- column 'Sustainability Account Category Description'
- caption: Désignation catégorie cpte général
- column 'Sustainability Account Category Code'
- caption: Code catégorie du compte de durabilité
- column 'Sustainability Account Category Emission Scope'
- caption: Champ de l’émission catégorie du compte de durabilité
- table 'Dimension Sets'
- caption: Ensembles de dimensions
- column 'Global Dimension 1'
- caption: Axe analytique principal 1
- column 'Global Dimension 2'
- caption: Axe analytique principal 2
- column 'Shortcut Dimension 3'
- caption: Raccourci axe 3
- column 'Shortcut Dimension 4'
- caption: Raccourci axe 4
- column 'Shortcut Dimension 5'
- caption: Raccourci axe 5
- column 'Shortcut Dimension 6'
- caption: Raccourci axe 6
- column 'Shortcut Dimension 7'
- caption: Raccourci axe 7
- column 'Shortcut Dimension 8'
- caption: Raccourci axe 8
- column id
- caption: ID
- table Date
- caption: Date
- column 'Week Day'
- caption: Jour semaine
- column 'Day Type'
- caption: Type de jour
- column 'Calendar Year'
- caption: Année civile
- column 'Calendar Quarter'
- caption: Trimestre civil
- column 'Calendar Quarter Year'
- caption: Trimestre civil
- column 'Calendar Month'
- caption: Mois civil
- column 'Calendar Month Year'
- caption: Mois année civile
- column 'Calendar Week'
- caption: Semaine civile
- column 'Calendar Week Year'
- caption: Semaine année civile
- column 'Calendar RelativeWeekPos'
- caption: PosSemaineRelative civile
- column 'Calendar RelativeMonthPos'
- caption: PosMoisRelatif civil
- column 'Calendar RelativeQuarterPos'
- caption: PosTrimestreRelatif civil
- column 'Calendar RelativeYearPos'
- caption: PosAnnéeRelative civile
- column 'Calendar StartOfMonth'
- caption: DébutDuMois civil
- column 'Calendar EndOfMonth'
- caption: FinDuMois civil
- column 'Calendar StartOfQuarter'
- caption: DébutDuTrimestre civil
- column 'Calendar EndOfQuarter'
- caption: FinDeTrimestre civil
- column 'Calendar StartOfYear'
- caption: DébutAnnée civile
- column 'Calendar EndOfYear'
- caption: FinAnnée civile
- column 'Calendar MonthDays'
- caption: JoursMois civils
- column 'Calendar QuarterDays'
- caption: JoursTrimestre civils
- column 'Calendar YearDays'
- caption: JoursAnnée civils
- column 'Calendar DayOfMonthNumber'
- caption: NuméroJourDuMois civil
- column 'Calendar DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre civil
- column 'Calendar DayOfYearNumber'
- caption: NuméroJourAnnée civile
- column 'Calendar DatePreviousWeek'
- caption: DateSemainePrécédente civile
- column 'Calendar DatePreviousMonth'
- caption: DateMoisPrécédent civil
- column 'Calendar DatePreviousQuarter'
- caption: DateTrimestrePrécédent civil
- column 'Calendar DatePreviousYear'
- caption: DateAnnéePrécédente civile
- column 'Fiscal Year'
- caption: Exercice
- column 'Fiscal Quarter'
- caption: Trimestre d’exercice
- column 'Fiscal Quarter Year'
- caption: Trimestre d’exercice
- column 'Fiscal Month'
- caption: Mois d’exercice
- column 'Fiscal Month Year'
- caption: Mois et année d’exercice
- column 'Fiscal Week'
- caption: Semaine d’exercice
- column 'Fiscal Week Year'
- caption: Semaine année d’exercice
- column 'Fiscal RelativeWeekPos'
- caption: PosSemaineRelative d’exercice
- column 'Fiscal RelativeMonthPos'
- caption: PosMoisRelatif d’exercice
- column 'Fiscal RelativeQuarterPos'
- caption: PosTrimestreRelatif d’exercice
- column 'Fiscal RelativeYearPos'
- caption: PosAnnéeRelative d’exercice
- column 'Fiscal StartOfMonth'
- caption: DébutDuMois d’exercice
- column 'Fiscal EndOfMonth'
- caption: FinDuMois d’exercice
- column 'Fiscal StartOfQuarter'
- caption: DébutDuTrimestre d’exercice
- column 'Fiscal EndOfQuarter'
- caption: FinDuTrimestre d’exercice
- column 'Fiscal StartOfYear'
- caption: DébutExercice fiscal
- column 'Fiscal EndOfYear'
- caption: FinExercice fiscal
- column 'Fiscal MonthDays'
- caption: JoursMois d’exercice
- column 'Fiscal QuarterDays'
- caption: JoursTrimestre d’exercice
- column 'Fiscal YearDays'
- caption: JoursExercice
- column 'Fiscal DayOfMonthNumber'
- caption: NuméroJourDuMois d’exercice
- column 'Fiscal DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre d’exercice
- column 'Fiscal DayOfYearNumber'
- caption: NuméroJourAnnée d’exercice
- column 'Fiscal DatePreviousWeek'
- caption: DateSemainePrécédente d’exercice
- column 'Fiscal DatePreviousMonth'
- caption: DateMoisPrécédent d’exercice
- column 'Fiscal DatePreviousQuarter'
- caption: DateTrimestrePrécédent d’exercice
- column 'Fiscal DatePreviousYear'
- caption: DateAnnéePrécédente d’exercice
- column 'FW Year'
- caption: Année SE
- column 'FW Quarter'
- caption: Trimestre SE
- column 'FW Quarter Year'
- caption: Trimestre année SE
- column 'FW Month'
- caption: Mois SE
- column 'FW Month Year'
- caption: Mois année SE
- column 'FW Week'
- caption: Semaine SE
- column 'FW Period'
- caption: Période SE
- column 'FW Week Year'
- caption: Semaine année SE
- column 'FW StartOfWeek'
- caption: DébutDeSemaine SE
- column 'FW EndOfWeek'
- caption: FinDeSemaine SE
- column 'FW RelativeWeekPos'
- caption: PosSemaineRelative SE
- column 'FW RelativeMonthPos'
- caption: PosMoisRelatif SE
- column 'FW RelativeQuarterPos'
- caption: PosTrimestreRelatif SE
- column 'FW RelativeYearPos'
- caption: PosAnnéeRelative SE
- column 'FW StartOfMonth'
- caption: DébutDuMois SE
- column 'FW EndOfMonth'
- caption: FinDuMois SE
- column 'FW StartOfQuarter'
- caption: DébutDuTrimestre SE
- column 'FW EndOfQuarter'
- caption: FinDuTrimestre SE
- column 'FW StartOfYear'
- caption: DébutExercice SE
- column 'FW EndOfYear'
- caption: FinAnnée SE
- column 'FW MonthDays'
- caption: JoursMois SE
- column 'FW QuarterDays'
- caption: JoursTrimestre SE
- column 'FW YearDays'
- caption: JoursAnnée SE
- column 'FW DayOfMonthNumber'
- caption: NuméroJourDuMois SE
- column 'FW DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre SE
- column 'FW DayOfYearNumber'
- caption: NuméroJourAnnée SE
- column 'FW DatePreviousWeek'
- caption: DateSemainePrécédente SE
- column 'FW DatePreviousMonth'
- caption: DateMoisPrécédent SE
- column 'FW DatePreviousQuarter'
- caption: DateTrimestrePrécédent SE
- column 'FW DatePreviousYear'
- caption: DateAnnéePrécédente SE
- column 'Relative Day'
- caption: Jour relatif
- column Sequential365DayNumber
- caption: NuméroJour séquentiel 365
- measure 'No. of Days'
- caption: Nombre de jours
- measure 'Working Days'
- caption: Jours ouvrés
- measure Ranged
- caption: Plage
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Exercice-Trimestre-Mois-Semaine
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Quarter Year'
- caption: Trimestre d’exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- level 'Fiscal Week Year'
- caption: Semaine année d’exercice
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Semaine-Mois-Trimestre-Année civils
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Quarter Year'
- caption: Trimestre civil
- level 'Calendar Month Year'
- caption: Mois année civile
- level 'Calendar Week Year'
- caption: Semaine année civile
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: Année-Trimestre-Mois-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Quarter Year'
- caption: Trimestre année SE
- level 'FW Month Year'
- caption: Mois année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'Fiscal Year-Month'
- caption: Exercice-Mois
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- hierarchy 'Fiscal Year-Month-Week'
- caption: Exercice-Mois-Semaine
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- level 'Fiscal Week Year'
- caption: Semaine année d’exercice
- hierarchy 'Calendar Year-Month'
- caption: Année-Mois civil
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Month Year'
- caption: Mois année civile
- hierarchy 'Calendar Year-Month-Week'
- caption: Mois-Semaine-Année civils
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Month Year'
- caption: Mois année civile
- level 'Calendar Week Year'
- caption: Semaine année civile
- hierarchy 'FW Year-Month-Week'
- caption: Année-Mois-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Month Year'
- caption: Mois année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'FW Year-Quarter-Week'
- caption: Année-Trimestre-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Quarter Year'
- caption: Trimestre année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'FW Year-Week'
- caption: Année-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Week Year'
- caption: Semaine année SE
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Titre de l’état
- measure 'My Button Caption'
- caption: Légende de mon bouton
- measure 'My Visual Title'
- caption: Mon titre visuel
- measure 'Inactive Employees'
- caption: Salariés inactifs
- measure 'Terminated Employees'
- caption: Salariés licenciés
- measure 'Employees in Unions'
- caption: Salariés dans les mutuelles
- measure 'Social Analysis'
- caption: Analyse sociale
- measure 'Gender Distribution'
- caption: Répartition par genre
- measure 'Age Distribution'
- caption: Répartition par âge
- measure 'Employees Qualifications'
- caption: Qualifications salariés
- measure 'Realized Emissions vs Target'
- caption: Émissions réalisées par rapport à la cible
- measure 'CO2e Emissions by Scope'
- caption: Émissions de CO2e par champ
- measure 'Gas Emissions by Category'
- caption: Émissions de gaz par catégorie
- measure 'Realized Emissions vs Baseline'
- caption: Émissions réalisées par rapport à la ligne de base
- measure 'CO2e Emissions vs Baseline'
- caption: Émissions de CO2e par rapport à la ligne de base
- measure 'CO2e Emissions by Account'
- caption: Émissions de CO2e par compte
- measure 'Water and Waste Analysis'
- caption: Analyse de l’eau et des déchets
- measure 'Water by Facility Location'
- caption: Eau par magasin de l’installation
- measure 'Water by Facility Capacity'
- caption: Eau par capacité de l’installation
- measure 'Water and Waste by Type'
- caption: Eau et déchets par type
- measure 'Water and Waste Intensity by Type'
- caption: Intensité en eau et des déchets par type
- measure 'Water and Waste Intensity by Facility'
- caption: Intensité en eau et des déchets par installation
- measure 'Emissions by Category and Scope'
- caption: Émissions par catégorie et champ
- measure 'Emissions by Category'
- caption: Émissions par catégorie
- measure 'Emissions by Scope'
- caption: Émissions par portée
- measure 'CO2e Analysis'
- caption: Analyse du CO2e
- measure 'CO2e Emissions by Category'
- caption: Émissions de CO2e par catégorie
- measure 'Carbon Credit by Month'
- caption: Crédit carbone par mois
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: Émissions d’équivalent CO2e par mois et par revenu
- measure 'Employee Entries Drillthrough'
- caption: Extraction écritures salarié
- measure 'Employee Ledger Entries'
- caption: Écritures comptable salarié
- measure 'Sustainability Ledger Entries'
- caption: Écritures comptables durabilité
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Extraction Écritures comptables durabilité
- measure 'Employee Ledger Entries Drillthrough'
- caption: Extraction écritures comptables salarié
- measure 'Sustainability Overview'
- caption: Vue d’ensemble durabilité
- measure 'Sustainability Analytics'
- caption: Analyse de durabilité
- measure 'CO2e Emissions by Month'
- caption: Émissions de CO2e par mois
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Analyse des champs 1 et 2 par catégories par an
- measure 'CO2e Emissions by Department'
- caption: Émissions de CO2e par département
- measure 'Journey to Net-Zero Carbon'
- caption: Parcours vers le zéro carbone net
- measure 'CO2e Emissions by Business Group'
- caption: Émissions de CO2e par marché
- measure 'Renewable Energy Usage'
- caption: Activité des énergies renouvelables
- measure 'CO2e Emissions Over Time'
- caption: Émissions de CO2e dans le temps
- measure 'CO2e Smart Review'
- caption: CO2e Smart Review
- measure 'CO2e Emissions by Global Dimension One'
- caption: Émissions de CO2e par axe analytique principal un
- measure 'CO2e Emissions by Global Dimension Two'
- caption: Émissions de CO2e par axe analytique principal deux
- measure 'CO2e Equivalent Emissions by Month'
- caption: Émissions d’équivalent CO2e par mois
- measure 'Company Name'
- caption: Nom de la société
- measure 'Last Refreshed'
- caption: Dernière actualisation
- measure 'Released Employees'
- caption: Salariés lancés
- measure 'CO2e Decomposition Tree'
- caption: Arborescence de décomposition CO2e
- measure 'CO2e Key Influences'
- caption: Influences clés CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Changement annuel et quotidien de l’eau et des déchets
- table COMPANY
- caption: SOCIÉTÉ
- measure 'Company Label'
- caption: Étiquette société
- table 'Sustainability Ledger Entries'
- caption: Écritures comptables durabilité
- column 'Entry No.'
- caption: N° d’écriture
- column Description
- caption: Désignation
- column 'Wat. Intensity'
- caption: Intensité en eau
- column 'Water Type'
- caption: Type d’eau
- column 'Wate/Waste Intensity Type'
- caption: Type d’intensité en eau/des déchets
- column 'Document Type'
- caption: Type du document
- measure 'CO2 Emissions'
- caption: Émissions CO2
- measure 'CH4 Emissions'
- caption: Émissions CH4
- measure 'CO2 Emissions Balance'
- caption: Solde émissions de CO2
- measure 'CO2 Emissions Balance at Date'
- caption: Solde à ce jour émissions de CO2
- measure 'N2O Emissions'
- caption: Émissions N2O
- measure 'CO2e Emissions'
- caption: Émissions CO2e
- measure 'CH4 Emissions Balance at Date'
- caption: Solde à ce jour émissions de CH4
- measure 'CH4 Emissions Balance'
- caption: Solde émissions de CH4
- measure 'Water Intensity'
- caption: Intensité en eau
- measure 'Waste Intensity'
- caption: Intensité des déchets
- measure 'Discharged Into Water'
- caption: Rejeté dans l’eau
- measure 'CO2e Emissions Balance'
- caption: Solde émissions de CO2e
- measure 'CO2e Emissions Balance at Date'
- caption: Bilan à ce jour émission de CO2e
- measure 'Discharged Into Water Balance at Date'
- caption: Solde à ce jour rejeté dans l’eau
- measure 'Discharged Into Water Balance'
- caption: Solde Rejeté dans l’eau
- measure 'N2O Emissions Balance'
- caption: Solde émissions de N2O
- measure 'N2O Emissions Balance at Date'
- caption: Solde à ce jour émissions de N2O
- measure 'Waste Intensity Balance at Date'
- caption: Solde à ce jour intensité des déchets
- measure 'Waste Intensity Balance'
- caption: Solde intensité des déchets
- measure 'Water Intensity Balance'
- caption: Solde intensité en eau
- measure 'Water Intensity Balance at Date'
- caption: Solde à ce jour intensité en eau
- measure 'CO2 Baseline'
- caption: Ligne de base CO2
- measure 'CH4 Baseline'
- caption: Ligne de base CH4
- measure 'CH4 vs Baseline (%)'
- caption: CH4 par rapport à la ligne de base (%)
- measure 'N2O Baseline'
- caption: Ligne de base N2O
- measure 'N2O vs Baseline (%)'
- caption: N2O par rapport à la ligne de base (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 par rapport à la ligne de base (%)
- measure 'Water Baseline'
- caption: Ligne de base eau
- measure 'Waste Baseline'
- caption: Ligne de base déchets
- measure 'Water vs Baseline (%)'
- caption: Eau par rapport à ligne de base (%)
- measure 'Waste vs Baseline (%)'
- caption: Déchets par rapport à ligne de base (%)
- measure 'CO2e Baseline'
- caption: Ligne de base CO2e
- measure 'CO2e vs Baseline (%)'
- caption: CO2e par rapport à la ligne de base (%)
- measure 'Purchased Carbon Credits'
- caption: Crédits carbone achetés
- measure 'Discharged Into Water Baseline'
- caption: Ligne de base eau rejetée
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Eau rejetée par rapport à ligne de base (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: Émissions de CO2e (hors crédits)
- measure 'Water Intensity PY'
- caption: Intensité en eau AP
- measure 'Water Intensity YOY'
- caption: Variation eau AAA
- measure 'Waste Intensity PY'
- caption: Déchets AP
- measure 'Waste Intensity YOY'
- caption: Variation déchets AAA
- measure 'Discharged Into Water PY'
- caption: Rejeté dans l’eau AP
- measure 'Discharged Into Water YOY'
- caption: Rejeté dans l’eau AAA
- measure 'Discharged Into Water PD'
- caption: DP rejeté dans l’eau
- measure 'Waste Intensity PD'
- caption: Déchets DP
- measure 'Water Intensity PD'
- caption: Intensité en eau DP
- measure 'Water Intensity DOD'
- caption: Variation eau quotidienne
- measure 'Waste Intensity DOD'
- caption: Variation déchets quotidienne
- measure 'Discharged Into Water DOD'
- caption: Rejeté dans l’eau quotidien
- measure 'Base Link'
- caption: Lien de base
- measure 'Sustainability Ledger Entries Link'
- caption: Lien Écritures comptables durabilité
- measure 'Months in Context'
- caption: Mois en contexte
- table 'Sustainability Accounts'
- caption: Comptes de durabilité
- column 'Sustainability Account No.'
- caption: N° compte de durabilité
- column 'Sustainability Account Name'
- caption: Nom du compte de durabilité
- column 'Sustainability Account Category'
- caption: Catégorie du compte de durabilité
- column 'Sustainability Account Sub-Category'
- caption: Sous-catégorie du compte de durabilité
- table Country/Region
- caption: Pays/région
- column 'Country Region Code'
- caption: Code de pays/région
- column 'Country Region Name'
- caption: Nom pays/région
- table 'Responsibility Centre'
- caption: Centre de gestion
- column 'Responsibility Centre Code'
- caption: Code centre de gestion
- column 'Responsibility Centre Name'
- caption: Nom centre de gestion
- measure 'Facility Capacity'
- caption: Capacité de l’installation
- table 'Sustainability Goals'
- caption: Objectifs de durabilité
- column 'Score Card No.'
- caption: N° de tableau de bord
- column 'No.'
- caption: N°
- column Name
- caption: Nom
- column Owner
- caption: Propriétaire
- column 'Target Value For CO2'
- caption: Valeur cible pour CO2
- column 'Target Value For CH4'
- caption: Valeur cible pour CH4
- column 'Target Value For N2O'
- caption: Valeur cible pour N2O
- column 'Target Value For Water Intensity'
- caption: Valeur cible pour l’intensité en eau
- column 'Target Value For Waste Intensity'
- caption: Valeur cible pour l’intensité des déchets
- column 'Main Goal'
- caption: Objectif principal
- column 'Start Date'
- caption: Date de début
- column 'End Date'
- caption: Date de fin
- column 'Baseline Start Date'
- caption: Date de début ligne de base
- column 'Baseline End Date'
- caption: Date de fin ligne de base
- measure 'CO2 Target'
- caption: Cible CO2
- measure 'CO2 Realized (%)'
- caption: CO2 réalisé (%)
- measure 'CH4 Target'
- caption: Cible CH4
- measure 'N2O Target'
- caption: Cible N2O
- measure 'CH4 Realized (%)'
- caption: CH4 réalisé (%)
- measure 'N2O Realized (%)'
- caption: N2O réalisé (%)
- measure 'Water Target'
- caption: Cible eau
- measure 'Waste Target'
- caption: Cible déchets
- measure 'Water Realized (%)'
- caption: Eau réalisée (%)
- measure 'Waste Realized (%)'
- caption: Déchets réalisés (%)
- measure 'CO2e Realized (%)'
- caption: CO2e réalisé (%)
- measure 'CO2 Current Value'
- caption: Valeur actuelle CO2
- measure 'CH4 Current Value'
- caption: Valeur actuelle CH4
- measure 'N2O Current Value'
- caption: Valeur actuelle N2O
- measure 'CO2e Current Value'
- caption: Valeur actuelle CO2e
- table 'Employee Ledger Entries'
- caption: Écritures comptable salarié
- column 'Entry No.'
- caption: N° d’écriture
- column 'Document Type'
- caption: Type du document
- column 'Document No.'
- caption: N° de document
- column Description
- caption: Désignation
- measure 'Employee Amount'
- caption: Montant
- measure 'Employee Ledger Entries Link'
- caption: Lien Écritures comptables salariés
- table 'Employee Qualifications'
- caption: Qualifications salarié
- column 'Employee Qualification Codes'
- caption: Codes qualification salarié
- measure 'Employee Qualifications'
- caption: Compte qualifications salarié
- table 'Emission Fees'
- caption: Frais d’émission
- column 'Emission Type'
- caption: Type d’émission
- column 'Scope Type'
- caption: Type d’étendue
- column 'Starting Date'
- caption: Date de début
- column 'Ending Date'
- caption: Date de fin
- column 'Country Region Code'
- caption: Code de pays/région
- column 'Responsibility Centre'
- caption: Centre de gestion
- column 'Carbon Fee'
- caption: Taxe carbone
- column 'Carbon Equivalent Factor'
- caption: Facteur équivalent carbone
- measure 'CO2e Target'
- caption: Cible CO2e
- measure 'CO2 Carbon Equivalent'
- caption: Équivalent carbone CO2
- measure 'CH4 Carbon Equivalent'
- caption: Équivalent carbone CH4
- measure 'N2O Carbon Equivalent'
- caption: Équivalent carbone N2O
- table 'Employee Absences'
- caption: Indisponibilités salarié
- column 'Entry No'
- caption: N° écriture
- column 'From Date'
- caption: Date début
- column 'To Date'
- caption: Date fin
- column 'Cause of Absence'
- caption: Motif indisponibilité
- column Description
- caption: Désignation
- measure 'Employee Absences'
- caption: Quantité
- measure 'Absence Hours (%)'
- caption: Heures d’indisponibilité (%)
- table 'Sustainability Sub-Account Categories'
- caption: Catégories sous-compte de durabilité
- column 'Sub-Category Description'
- caption: Désignation sous-catégorie
- column 'Renewable Energy'
- caption: Énergies renouvelables
- table Employees
- caption: Salariés
- column 'Employee No.'
- caption: N° salarié
- column 'Employee Full Name'
- caption: Nom complet du salarié
- column 'Employee First Name'
- caption: Prénom du salarié
- column 'Employee Last Name'
- caption: Nom du salarié
- column 'Employee Gender'
- caption: Genre du salarié
- column 'Employee Union Code'
- caption: Code mutuelle salarié
- column 'Employee Status'
- caption: Statut salarié
- column 'Employee Cause of Inactivity'
- caption: Motif indisponibilité salarié
- column 'Employee Inactive Date'
- caption: Date indisponibilité salarié
- column 'Employee Grounds for Termination'
- caption: Motifs fin de contrat salarié
- column 'Employee Date of Birth'
- caption: Date de naissance du salarié
- column Age
- caption: Âge
- column 'Age Distribution'
- caption: Répartition par âge
- measure 'No. of Employees'
- caption: Nombre de salariés
- measure 'No. of Male Employees'
- caption: Nombre de salariés masculins
- measure 'No. of Female Employees'
- caption: Nombre de salariées féminines
- measure 'No. of Other Employees'
- caption: Nombre d’autres salariés
- measure 'Male Employees (%)'
- caption: Salariés masculins (%)
- measure 'Female Employees (%)'
- caption: Salariées féminines (%)
- measure 'Other Employees (%)'
- caption: Autres salariés (%)
- table ENVIRONMENT
- caption: ENVIRONNEMENT
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-CA.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-CA.tmdl
deleted file mode 100644
index fcb6d0215e..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-CA.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo fr-CA
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Catégorie de compte du grand livre
- column 'Sustainability Account Category Description'
- caption: Compte du grand livre Description de la catégorie
- column 'Sustainability Account Category Code'
- caption: Code catégorie du compte de durabilité
- column 'Sustainability Account Category Emission Scope'
- caption: Champ de l’émission catégorie du compte de durabilité
- table 'Dimension Sets'
- caption: Ensembles de dimensions
- column 'Global Dimension 1'
- caption: Dimension principale 1
- column 'Global Dimension 2'
- caption: Dimension principale 2
- column 'Shortcut Dimension 3'
- caption: Dimension de raccourci 3
- column 'Shortcut Dimension 4'
- caption: Dimension de raccourci 4
- column 'Shortcut Dimension 5'
- caption: Dimension de raccourci 5
- column 'Shortcut Dimension 6'
- caption: Dimension de raccourci 6
- column 'Shortcut Dimension 7'
- caption: Dimension de raccourci 7
- column 'Shortcut Dimension 8'
- caption: Dimension de raccourci 8
- column id
- caption: code
- table Date
- caption: Date
- column 'Week Day'
- caption: Jour semaine
- column 'Day Type'
- caption: Type de jour
- column 'Calendar Year'
- caption: Année civile
- column 'Calendar Quarter'
- caption: Trimestre civil
- column 'Calendar Quarter Year'
- caption: Trimestre civil
- column 'Calendar Month'
- caption: Mois civil
- column 'Calendar Month Year'
- caption: Mois année civile
- column 'Calendar Week'
- caption: Semaine civile
- column 'Calendar Week Year'
- caption: Semaine année civile
- column 'Calendar RelativeWeekPos'
- caption: PosSemaineRelative civile
- column 'Calendar RelativeMonthPos'
- caption: PosMoisRelatif civil
- column 'Calendar RelativeQuarterPos'
- caption: PosTrimestreRelatif civil
- column 'Calendar RelativeYearPos'
- caption: PosAnnéeRelative civile
- column 'Calendar StartOfMonth'
- caption: DébutDuMois civil
- column 'Calendar EndOfMonth'
- caption: FinDuMois civil
- column 'Calendar StartOfQuarter'
- caption: DébutDuTrimestre civil
- column 'Calendar EndOfQuarter'
- caption: FinDeTrimestre civil
- column 'Calendar StartOfYear'
- caption: DébutAnnée civile
- column 'Calendar EndOfYear'
- caption: FinAnnée civile
- column 'Calendar MonthDays'
- caption: JoursMois civils
- column 'Calendar QuarterDays'
- caption: JoursTrimestre civils
- column 'Calendar YearDays'
- caption: JoursAnnée civils
- column 'Calendar DayOfMonthNumber'
- caption: NuméroJourDuMois civil
- column 'Calendar DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre civil
- column 'Calendar DayOfYearNumber'
- caption: NuméroJourAnnée civile
- column 'Calendar DatePreviousWeek'
- caption: DateSemainePrécédente civile
- column 'Calendar DatePreviousMonth'
- caption: DateMoisPrécédent civil
- column 'Calendar DatePreviousQuarter'
- caption: DateTrimestrePrécédent civil
- column 'Calendar DatePreviousYear'
- caption: DateAnnéePrécédente civile
- column 'Fiscal Year'
- caption: Exercice
- column 'Fiscal Quarter'
- caption: Trimestre d’exercice
- column 'Fiscal Quarter Year'
- caption: Trimestre d’exercice
- column 'Fiscal Month'
- caption: Mois d’exercice
- column 'Fiscal Month Year'
- caption: Mois et année d’exercice
- column 'Fiscal Week'
- caption: Semaine d’exercice
- column 'Fiscal Week Year'
- caption: Semaine année d’exercice
- column 'Fiscal RelativeWeekPos'
- caption: PosSemaineRelative d’exercice
- column 'Fiscal RelativeMonthPos'
- caption: PosMoisRelatif d’exercice
- column 'Fiscal RelativeQuarterPos'
- caption: PosTrimestreRelatif d’exercice
- column 'Fiscal RelativeYearPos'
- caption: PosAnnéeRelative d’exercice
- column 'Fiscal StartOfMonth'
- caption: DébutDuMois d’exercice
- column 'Fiscal EndOfMonth'
- caption: FinDuMois d’exercice
- column 'Fiscal StartOfQuarter'
- caption: DébutDuTrimestre d’exercice
- column 'Fiscal EndOfQuarter'
- caption: FinDuTrimestre d’exercice
- column 'Fiscal StartOfYear'
- caption: DébutExercice fiscal
- column 'Fiscal EndOfYear'
- caption: FinExercice fiscal
- column 'Fiscal MonthDays'
- caption: JoursMois d’exercice
- column 'Fiscal QuarterDays'
- caption: JoursTrimestre d’exercice
- column 'Fiscal YearDays'
- caption: JoursExercice
- column 'Fiscal DayOfMonthNumber'
- caption: NuméroJourDuMois d’exercice
- column 'Fiscal DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre d’exercice
- column 'Fiscal DayOfYearNumber'
- caption: NuméroJourAnnée d’exercice
- column 'Fiscal DatePreviousWeek'
- caption: DateSemainePrécédente d’exercice
- column 'Fiscal DatePreviousMonth'
- caption: DateMoisPrécédent d’exercice
- column 'Fiscal DatePreviousQuarter'
- caption: DateTrimestrePrécédent d’exercice
- column 'Fiscal DatePreviousYear'
- caption: DateAnnéePrécédente d’exercice
- column 'FW Year'
- caption: Année SE
- column 'FW Quarter'
- caption: Trimestre SE
- column 'FW Quarter Year'
- caption: Trimestre année SE
- column 'FW Month'
- caption: Mois SE
- column 'FW Month Year'
- caption: Mois année SE
- column 'FW Week'
- caption: Semaine SE
- column 'FW Period'
- caption: Période SE
- column 'FW Week Year'
- caption: Semaine année SE
- column 'FW StartOfWeek'
- caption: DébutDeSemaine SE
- column 'FW EndOfWeek'
- caption: FinDeSemaine SE
- column 'FW RelativeWeekPos'
- caption: PosSemaineRelative SE
- column 'FW RelativeMonthPos'
- caption: PosMoisRelatif SE
- column 'FW RelativeQuarterPos'
- caption: PosTrimestreRelatif SE
- column 'FW RelativeYearPos'
- caption: PosAnnéeRelative SE
- column 'FW StartOfMonth'
- caption: DébutDuMois SE
- column 'FW EndOfMonth'
- caption: FinDuMois SE
- column 'FW StartOfQuarter'
- caption: DébutDuTrimestre SE
- column 'FW EndOfQuarter'
- caption: FinDuTrimestre SE
- column 'FW StartOfYear'
- caption: DébutExercice SE
- column 'FW EndOfYear'
- caption: FinAnnée SE
- column 'FW MonthDays'
- caption: JoursMois SE
- column 'FW QuarterDays'
- caption: JoursTrimestre SE
- column 'FW YearDays'
- caption: JoursAnnée SE
- column 'FW DayOfMonthNumber'
- caption: NuméroJourDuMois SE
- column 'FW DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre SE
- column 'FW DayOfYearNumber'
- caption: NuméroJourAnnée SE
- column 'FW DatePreviousWeek'
- caption: DateSemainePrécédente SE
- column 'FW DatePreviousMonth'
- caption: DateMoisPrécédent SE
- column 'FW DatePreviousQuarter'
- caption: DateTrimestrePrécédent SE
- column 'FW DatePreviousYear'
- caption: DateAnnéePrécédente SE
- column 'Relative Day'
- caption: Jour relatif
- column Sequential365DayNumber
- caption: NuméroJour séquentiel 365
- measure 'No. of Days'
- caption: Nombre de jours
- measure 'Working Days'
- caption: Jours ouvrés
- measure Ranged
- caption: Plage
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Exercice-trimestre-mois-semaine
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Quarter Year'
- caption: Trimestre d’exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- level 'Fiscal Week Year'
- caption: Semaine année d’exercice
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Semaine-Mois-Trimestre-Année civils
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Quarter Year'
- caption: Trimestre civil
- level 'Calendar Month Year'
- caption: Mois année civile
- level 'Calendar Week Year'
- caption: Semaine année civile
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: Année-Trimestre-Mois-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Quarter Year'
- caption: Trimestre année SE
- level 'FW Month Year'
- caption: Mois année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'Fiscal Year-Month'
- caption: Exercice-mois
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- hierarchy 'Fiscal Year-Month-Week'
- caption: Exercice-mois-semaine
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- level 'Fiscal Week Year'
- caption: Semaine année d’exercice
- hierarchy 'Calendar Year-Month'
- caption: Année-Mois civil
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Month Year'
- caption: Mois année civile
- hierarchy 'Calendar Year-Month-Week'
- caption: Mois-Semaine-Année civils
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Month Year'
- caption: Mois année civile
- level 'Calendar Week Year'
- caption: Semaine année civile
- hierarchy 'FW Year-Month-Week'
- caption: Année-Mois-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Month Year'
- caption: Mois année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'FW Year-Quarter-Week'
- caption: Année-Trimestre-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Quarter Year'
- caption: Trimestre année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'FW Year-Week'
- caption: Année-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Week Year'
- caption: Semaine année SE
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Titre de mon rapport
- measure 'My Button Caption'
- caption: Légende de mon bouton
- measure 'My Visual Title'
- caption: Mon titre visuel
- measure 'Inactive Employees'
- caption: Employés inactifs
- measure 'Terminated Employees'
- caption: Employés licenciés
- measure 'Employees in Unions'
- caption: Employés syndiqués
- measure 'Social Analysis'
- caption: Analyse sociale
- measure 'Gender Distribution'
- caption: Répartition par genre
- measure 'Age Distribution'
- caption: Répartition par âge
- measure 'Employees Qualifications'
- caption: Qualifications des employés
- measure 'Realized Emissions vs Target'
- caption: Émissions réalisées par rapport à la cible
- measure 'CO2e Emissions by Scope'
- caption: Émissions de CO2e par champ
- measure 'Gas Emissions by Category'
- caption: Émissions de gaz par catégorie
- measure 'Realized Emissions vs Baseline'
- caption: Émissions réalisées par rapport à la ligne de base
- measure 'CO2e Emissions vs Baseline'
- caption: Émissions de CO2e par rapport à la ligne de base
- measure 'CO2e Emissions by Account'
- caption: Émissions de CO2e par compte
- measure 'Water and Waste Analysis'
- caption: Analyse de l’eau et des déchets
- measure 'Water by Facility Location'
- caption: Consommation d’eau par site
- measure 'Water by Facility Capacity'
- caption: Eau par capacité de l’installation
- measure 'Water and Waste by Type'
- caption: Eau et déchets par type
- measure 'Water and Waste Intensity by Type'
- caption: Intensité en eau et des déchets par type
- measure 'Water and Waste Intensity by Facility'
- caption: Intensité en eau et des déchets par installation
- measure 'Emissions by Category and Scope'
- caption: Émissions par catégorie et champ
- measure 'Emissions by Category'
- caption: Émissions par catégorie
- measure 'Emissions by Scope'
- caption: Émissions par portée
- measure 'CO2e Analysis'
- caption: Analyse du CO2e
- measure 'CO2e Emissions by Category'
- caption: Émissions de CO2e par catégorie
- measure 'Carbon Credit by Month'
- caption: Crédit carbone par mois
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: Émissions d’équivalent CO2e par mois et par revenu
- measure 'Employee Entries Drillthrough'
- caption: Exploration des entrées de l’employé
- measure 'Employee Ledger Entries'
- caption: Écritures du grand livre des employés
- measure 'Sustainability Ledger Entries'
- caption: Écritures relatives au développement durable
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Écritures relatives au développement durable
- measure 'Employee Ledger Entries Drillthrough'
- caption: Exploration des écritures du grand livre des employés
- measure 'Sustainability Overview'
- caption: Vue d’ensemble durabilité
- measure 'Sustainability Analytics'
- caption: Analyse de durabilité
- measure 'CO2e Emissions by Month'
- caption: Émissions de CO2e par mois
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Analyse des champs 1 et 2 par catégories par an
- measure 'CO2e Emissions by Department'
- caption: Émissions de CO2e par département
- measure 'Journey to Net-Zero Carbon'
- caption: Parcours vers le zéro carbone net
- measure 'CO2e Emissions by Business Group'
- caption: Émissions de CO2e par marché
- measure 'Renewable Energy Usage'
- caption: Utilisation d’énergies renouvelables
- measure 'CO2e Emissions Over Time'
- caption: Émissions de CO2e dans le temps
- measure 'CO2e Smart Review'
- caption: CO2e Smart Review
- measure 'CO2e Emissions by Global Dimension One'
- caption: Émissions de CO2 par dimension principale 1
- measure 'CO2e Emissions by Global Dimension Two'
- caption: Émissions de CO2 par dimension principale 2
- measure 'CO2e Equivalent Emissions by Month'
- caption: Émissions d’équivalent CO2e par mois
- measure 'Company Name'
- caption: Nom de la compagnie
- measure 'Last Refreshed'
- caption: Dernière actualisation
- measure 'Released Employees'
- caption: Raison de l’inactivité des employés
- measure 'CO2e Decomposition Tree'
- caption: Arborescence de décomposition CO2e
- measure 'CO2e Key Influences'
- caption: Influences clés CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Changement annuel et quotidien de l’eau et des déchets
- table COMPANY
- caption: COMPAGNIE
- measure 'Company Label'
- caption: Étiquette compagnie
- table 'Sustainability Ledger Entries'
- caption: Écritures relatives au développement durable
- column 'Entry No.'
- caption: N° d’écriture
- column Description
- caption: Description
- column 'Wat. Intensity'
- caption: Intensité en eau
- column 'Water Type'
- caption: Type d’eau
- column 'Wate/Waste Intensity Type'
- caption: Type d’intensité en eau/des déchets
- column 'Document Type'
- caption: Type du document
- measure 'CO2 Emissions'
- caption: Émissions CO2
- measure 'CH4 Emissions'
- caption: Émissions CH4
- measure 'CO2 Emissions Balance'
- caption: Solde émissions de CO2
- measure 'CO2 Emissions Balance at Date'
- caption: Solde à ce jour émissions de CO2
- measure 'N2O Emissions'
- caption: Émissions N2O
- measure 'CO2e Emissions'
- caption: Émissions CO2e
- measure 'CH4 Emissions Balance at Date'
- caption: Solde à ce jour émissions de CH4
- measure 'CH4 Emissions Balance'
- caption: Solde émissions de CH4
- measure 'Water Intensity'
- caption: Intensité en eau
- measure 'Waste Intensity'
- caption: Intensité des déchets
- measure 'Discharged Into Water'
- caption: Rejeté dans l’eau
- measure 'CO2e Emissions Balance'
- caption: Solde émissions de CO2e
- measure 'CO2e Emissions Balance at Date'
- caption: Bilan à ce jour émission de CO2e
- measure 'Discharged Into Water Balance at Date'
- caption: Solde à ce jour rejeté dans l’eau
- measure 'Discharged Into Water Balance'
- caption: Solde Rejeté dans l’eau
- measure 'N2O Emissions Balance'
- caption: Solde émissions de N2O
- measure 'N2O Emissions Balance at Date'
- caption: Solde à ce jour émissions de N2O
- measure 'Waste Intensity Balance at Date'
- caption: Solde à ce jour intensité des déchets
- measure 'Waste Intensity Balance'
- caption: Solde intensité des déchets
- measure 'Water Intensity Balance'
- caption: Solde intensité en eau
- measure 'Water Intensity Balance at Date'
- caption: Solde à ce jour intensité en eau
- measure 'CO2 Baseline'
- caption: Ligne de base CO2
- measure 'CH4 Baseline'
- caption: Ligne de base CH4
- measure 'CH4 vs Baseline (%)'
- caption: CH4 par rapport à la ligne de base (%)
- measure 'N2O Baseline'
- caption: Ligne de base N2O
- measure 'N2O vs Baseline (%)'
- caption: N2O par rapport à la ligne de base (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 par rapport à la ligne de base (%)
- measure 'Water Baseline'
- caption: Ligne de base eau
- measure 'Waste Baseline'
- caption: Ligne de base déchets
- measure 'Water vs Baseline (%)'
- caption: Eau par rapport à ligne de base (%)
- measure 'Waste vs Baseline (%)'
- caption: Déchets par rapport à ligne de base (%)
- measure 'CO2e Baseline'
- caption: Ligne de base CO2e
- measure 'CO2e vs Baseline (%)'
- caption: CO2e par rapport à la ligne de base (%)
- measure 'Purchased Carbon Credits'
- caption: Crédits carbone achetés
- measure 'Discharged Into Water Baseline'
- caption: Ligne de base eau rejetée
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Eau rejetée par rapport à ligne de base (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: Émissions de CO2e (hors crédits)
- measure 'Water Intensity PY'
- caption: Intensité en eau AP
- measure 'Water Intensity YOY'
- caption: Variation eau AAA
- measure 'Waste Intensity PY'
- caption: Déchets AP
- measure 'Waste Intensity YOY'
- caption: Variation déchets AAA
- measure 'Discharged Into Water PY'
- caption: Rejeté dans l’eau AP
- measure 'Discharged Into Water YOY'
- caption: Rejeté dans l’eau AAA
- measure 'Discharged Into Water PD'
- caption: DP rejeté dans l’eau
- measure 'Waste Intensity PD'
- caption: Déchets DP
- measure 'Water Intensity PD'
- caption: Intensité en eau DP
- measure 'Water Intensity DOD'
- caption: Variation eau quotidienne
- measure 'Waste Intensity DOD'
- caption: Variation déchets quotidienne
- measure 'Discharged Into Water DOD'
- caption: Rejeté dans l’eau quotidien
- measure 'Base Link'
- caption: Lien de base
- measure 'Sustainability Ledger Entries Link'
- caption: Lien vers les écritures relatives au développement durable
- measure 'Months in Context'
- caption: Mois en contexte
- table 'Sustainability Accounts'
- caption: Comptes de durabilité
- column 'Sustainability Account No.'
- caption: N° compte de durabilité
- column 'Sustainability Account Name'
- caption: Nom du compte de durabilité
- column 'Sustainability Account Category'
- caption: Catégorie du compte de durabilité
- column 'Sustainability Account Sub-Category'
- caption: Sous-catégorie du compte de durabilité
- table Country/Region
- caption: Pays/région
- column 'Country Region Code'
- caption: Code de pays/région
- column 'Country Region Name'
- caption: Nom pays/région
- table 'Responsibility Centre'
- caption: Centre de gestion
- column 'Responsibility Centre Code'
- caption: Code centre de gestion
- column 'Responsibility Centre Name'
- caption: Nom centre de gestion
- measure 'Facility Capacity'
- caption: Capacité de l’installation
- table 'Sustainability Goals'
- caption: Objectifs de durabilité
- column 'Score Card No.'
- caption: N° de tableau de bord
- column 'No.'
- caption: N°
- column Name
- caption: Nom
- column Owner
- caption: Propriétaire
- column 'Target Value For CO2'
- caption: Valeur cible pour CO2
- column 'Target Value For CH4'
- caption: Valeur cible pour CH4
- column 'Target Value For N2O'
- caption: Valeur cible pour N2O
- column 'Target Value For Water Intensity'
- caption: Valeur cible pour l’intensité en eau
- column 'Target Value For Waste Intensity'
- caption: Valeur cible pour l’intensité des déchets
- column 'Main Goal'
- caption: Objectif principal
- column 'Start Date'
- caption: Date de début
- column 'End Date'
- caption: Date de fin
- column 'Baseline Start Date'
- caption: Date de début ligne de base
- column 'Baseline End Date'
- caption: Date de fin ligne de base
- measure 'CO2 Target'
- caption: Cible CO2
- measure 'CO2 Realized (%)'
- caption: CO2 réalisé (%)
- measure 'CH4 Target'
- caption: Cible CH4
- measure 'N2O Target'
- caption: Cible N2O
- measure 'CH4 Realized (%)'
- caption: CH4 réalisé (%)
- measure 'N2O Realized (%)'
- caption: N2O réalisé (%)
- measure 'Water Target'
- caption: Cible eau
- measure 'Waste Target'
- caption: Cible déchets
- measure 'Water Realized (%)'
- caption: Eau réalisée (%)
- measure 'Waste Realized (%)'
- caption: Déchets réalisés (%)
- measure 'CO2e Realized (%)'
- caption: CO2e réalisé (%)
- measure 'CO2 Current Value'
- caption: Valeur actuelle CO2
- measure 'CH4 Current Value'
- caption: Valeur actuelle CH4
- measure 'N2O Current Value'
- caption: Valeur actuelle N2O
- measure 'CO2e Current Value'
- caption: Valeur actuelle CO2e
- table 'Employee Ledger Entries'
- caption: Écritures du grand livre des employés
- column 'Entry No.'
- caption: N° d’écriture
- column 'Document Type'
- caption: Type du document
- column 'Document No.'
- caption: N° de document
- column Description
- caption: Description
- measure 'Employee Amount'
- caption: Montant
- measure 'Employee Ledger Entries Link'
- caption: Lien vers les écritures du grand livre des employés
- table 'Employee Qualifications'
- caption: Qualifications de l’employé
- column 'Employee Qualification Codes'
- caption: Codes de qualification de l’employé
- measure 'Employee Qualifications'
- caption: Nombre de qualifications de l’employé
- table 'Emission Fees'
- caption: Frais d’émission
- column 'Emission Type'
- caption: Type d’émission
- column 'Scope Type'
- caption: Type d’étendue
- column 'Starting Date'
- caption: Date de début
- column 'Ending Date'
- caption: Date de fin
- column 'Country Region Code'
- caption: Code de pays/région
- column 'Responsibility Centre'
- caption: Centre de gestion
- column 'Carbon Fee'
- caption: Taxe carbone
- column 'Carbon Equivalent Factor'
- caption: Facteur équivalent carbone
- measure 'CO2e Target'
- caption: Cible CO2e
- measure 'CO2 Carbon Equivalent'
- caption: Équivalent carbone CO2
- measure 'CH4 Carbon Equivalent'
- caption: Équivalent carbone CH4
- measure 'N2O Carbon Equivalent'
- caption: Équivalent carbone N2O
- table 'Employee Absences'
- caption: Absences de l’employé
- column 'Entry No'
- caption: N° écriture
- column 'From Date'
- caption: Date début
- column 'To Date'
- caption: Date fin
- column 'Cause of Absence'
- caption: Motif indisponibilité
- column Description
- caption: Description
- measure 'Employee Absences'
- caption: Quantité
- measure 'Absence Hours (%)'
- caption: Heures d’indisponibilité (%)
- table 'Sustainability Sub-Account Categories'
- caption: Catégories sous-compte de durabilité
- column 'Sub-Category Description'
- caption: Description de la sous-catégorie
- column 'Renewable Energy'
- caption: Énergies renouvelables
- table Employees
- caption: Employés
- column 'Employee No.'
- caption: Numéro d’employé
- column 'Employee Full Name'
- caption: Nom complet de l’employé
- column 'Employee First Name'
- caption: Prénom de l’employé
- column 'Employee Last Name'
- caption: Nom de famille de l’employé
- column 'Employee Gender'
- caption: Sexe de l’employé
- column 'Employee Union Code'
- caption: Code syndical de l’employé
- column 'Employee Status'
- caption: Statut des employés
- column 'Employee Cause of Inactivity'
- caption: Motif inactivité employé
- column 'Employee Inactive Date'
- caption: Date d’inactivité de l’employé
- column 'Employee Grounds for Termination'
- caption: Motif de licenciement de l’employé
- column 'Employee Date of Birth'
- caption: Date de naissance de l’employé
- column Age
- caption: Âge
- column 'Age Distribution'
- caption: Répartition par âge
- measure 'No. of Employees'
- caption: Nombre d’employés
- measure 'No. of Male Employees'
- caption: Nombre d’employés
- measure 'No. of Female Employees'
- caption: Nombre d’employées
- measure 'No. of Other Employees'
- caption: Nombre d’autres employés
- measure 'Male Employees (%)'
- caption: Employés masculins (%)
- measure 'Female Employees (%)'
- caption: Employées (%)
- measure 'Other Employees (%)'
- caption: Autres employés (%)
- table ENVIRONMENT
- caption: ENVIRONNEMENT
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-CH.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-CH.tmdl
deleted file mode 100644
index 829098c84b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-CH.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo fr-CH
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Catégorie de compte général
- column 'Sustainability Account Category Description'
- caption: Désignation catégorie cpte général
- column 'Sustainability Account Category Code'
- caption: Code catégorie du compte de durabilité
- column 'Sustainability Account Category Emission Scope'
- caption: Champ de l’émission catégorie du compte de durabilité
- table 'Dimension Sets'
- caption: Ensembles de dimensions
- column 'Global Dimension 1'
- caption: Axe analytique principal 1
- column 'Global Dimension 2'
- caption: Axe analytique principal 2
- column 'Shortcut Dimension 3'
- caption: Raccourci axe 3
- column 'Shortcut Dimension 4'
- caption: Raccourci axe 4
- column 'Shortcut Dimension 5'
- caption: Raccourci axe 5
- column 'Shortcut Dimension 6'
- caption: Raccourci axe 6
- column 'Shortcut Dimension 7'
- caption: Raccourci axe 7
- column 'Shortcut Dimension 8'
- caption: Raccourci axe 8
- column id
- caption: ID
- table Date
- caption: Date
- column 'Week Day'
- caption: Jour semaine
- column 'Day Type'
- caption: Type de jour
- column 'Calendar Year'
- caption: Année civile
- column 'Calendar Quarter'
- caption: Trimestre civil
- column 'Calendar Quarter Year'
- caption: Trimestre civil
- column 'Calendar Month'
- caption: Mois civil
- column 'Calendar Month Year'
- caption: Mois année civile
- column 'Calendar Week'
- caption: Semaine civile
- column 'Calendar Week Year'
- caption: Semaine année civile
- column 'Calendar RelativeWeekPos'
- caption: PosSemaineRelative civile
- column 'Calendar RelativeMonthPos'
- caption: PosMoisRelatif civil
- column 'Calendar RelativeQuarterPos'
- caption: PosTrimestreRelatif civil
- column 'Calendar RelativeYearPos'
- caption: PosAnnéeRelative civile
- column 'Calendar StartOfMonth'
- caption: DébutDuMois civil
- column 'Calendar EndOfMonth'
- caption: FinDuMois civil
- column 'Calendar StartOfQuarter'
- caption: DébutDuTrimestre civil
- column 'Calendar EndOfQuarter'
- caption: FinDeTrimestre civil
- column 'Calendar StartOfYear'
- caption: DébutAnnée civile
- column 'Calendar EndOfYear'
- caption: FinAnnée civile
- column 'Calendar MonthDays'
- caption: JoursMois civils
- column 'Calendar QuarterDays'
- caption: JoursTrimestre civils
- column 'Calendar YearDays'
- caption: JoursAnnée civils
- column 'Calendar DayOfMonthNumber'
- caption: NuméroJourDuMois civil
- column 'Calendar DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre civil
- column 'Calendar DayOfYearNumber'
- caption: NuméroJourAnnée civile
- column 'Calendar DatePreviousWeek'
- caption: DateSemainePrécédente civile
- column 'Calendar DatePreviousMonth'
- caption: DateMoisPrécédent civil
- column 'Calendar DatePreviousQuarter'
- caption: DateTrimestrePrécédent civil
- column 'Calendar DatePreviousYear'
- caption: DateAnnéePrécédente civile
- column 'Fiscal Year'
- caption: Exercice
- column 'Fiscal Quarter'
- caption: Trimestre d’exercice
- column 'Fiscal Quarter Year'
- caption: Trimestre d’exercice
- column 'Fiscal Month'
- caption: Mois d’exercice
- column 'Fiscal Month Year'
- caption: Mois et année d’exercice
- column 'Fiscal Week'
- caption: Semaine d’exercice
- column 'Fiscal Week Year'
- caption: Semaine année d’exercice
- column 'Fiscal RelativeWeekPos'
- caption: PosSemaineRelative d’exercice
- column 'Fiscal RelativeMonthPos'
- caption: PosMoisRelatif d’exercice
- column 'Fiscal RelativeQuarterPos'
- caption: PosTrimestreRelatif d’exercice
- column 'Fiscal RelativeYearPos'
- caption: PosAnnéeRelative d’exercice
- column 'Fiscal StartOfMonth'
- caption: DébutDuMois d’exercice
- column 'Fiscal EndOfMonth'
- caption: FinDuMois d’exercice
- column 'Fiscal StartOfQuarter'
- caption: DébutDuTrimestre d’exercice
- column 'Fiscal EndOfQuarter'
- caption: FinDuTrimestre d’exercice
- column 'Fiscal StartOfYear'
- caption: DébutExercice fiscal
- column 'Fiscal EndOfYear'
- caption: FinExercice fiscal
- column 'Fiscal MonthDays'
- caption: JoursMois d’exercice
- column 'Fiscal QuarterDays'
- caption: JoursTrimestre d’exercice
- column 'Fiscal YearDays'
- caption: JoursExercice
- column 'Fiscal DayOfMonthNumber'
- caption: NuméroJourDuMois d’exercice
- column 'Fiscal DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre d’exercice
- column 'Fiscal DayOfYearNumber'
- caption: NuméroJourAnnée d’exercice
- column 'Fiscal DatePreviousWeek'
- caption: DateSemainePrécédente d’exercice
- column 'Fiscal DatePreviousMonth'
- caption: DateMoisPrécédent d’exercice
- column 'Fiscal DatePreviousQuarter'
- caption: DateTrimestrePrécédent d’exercice
- column 'Fiscal DatePreviousYear'
- caption: DateAnnéePrécédente d’exercice
- column 'FW Year'
- caption: Année SE
- column 'FW Quarter'
- caption: Trimestre SE
- column 'FW Quarter Year'
- caption: Trimestre année SE
- column 'FW Month'
- caption: Mois SE
- column 'FW Month Year'
- caption: Mois année SE
- column 'FW Week'
- caption: Semaine SE
- column 'FW Period'
- caption: Période SE
- column 'FW Week Year'
- caption: Semaine année SE
- column 'FW StartOfWeek'
- caption: DébutDeSemaine SE
- column 'FW EndOfWeek'
- caption: FinDeSemaine SE
- column 'FW RelativeWeekPos'
- caption: PosSemaineRelative SE
- column 'FW RelativeMonthPos'
- caption: PosMoisRelatif SE
- column 'FW RelativeQuarterPos'
- caption: PosTrimestreRelatif SE
- column 'FW RelativeYearPos'
- caption: PosAnnéeRelative SE
- column 'FW StartOfMonth'
- caption: DébutDuMois SE
- column 'FW EndOfMonth'
- caption: FinDuMois SE
- column 'FW StartOfQuarter'
- caption: DébutDuTrimestre SE
- column 'FW EndOfQuarter'
- caption: FinDuTrimestre SE
- column 'FW StartOfYear'
- caption: DébutExercice SE
- column 'FW EndOfYear'
- caption: FinAnnée SE
- column 'FW MonthDays'
- caption: JoursMois SE
- column 'FW QuarterDays'
- caption: JoursTrimestre SE
- column 'FW YearDays'
- caption: JoursAnnée SE
- column 'FW DayOfMonthNumber'
- caption: NuméroJourDuMois SE
- column 'FW DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre SE
- column 'FW DayOfYearNumber'
- caption: NuméroJourAnnée SE
- column 'FW DatePreviousWeek'
- caption: DateSemainePrécédente SE
- column 'FW DatePreviousMonth'
- caption: DateMoisPrécédent SE
- column 'FW DatePreviousQuarter'
- caption: DateTrimestrePrécédent SE
- column 'FW DatePreviousYear'
- caption: DateAnnéePrécédente SE
- column 'Relative Day'
- caption: Jour relatif
- column Sequential365DayNumber
- caption: NuméroJour séquentiel 365
- measure 'No. of Days'
- caption: Nombre de jours
- measure 'Working Days'
- caption: Jours ouvrés
- measure Ranged
- caption: Plage
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Exercice-Trimestre-Mois-Semaine
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Quarter Year'
- caption: Trimestre d’exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- level 'Fiscal Week Year'
- caption: Semaine année d’exercice
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Semaine-Mois-Trimestre-Année civils
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Quarter Year'
- caption: Trimestre civil
- level 'Calendar Month Year'
- caption: Mois année civile
- level 'Calendar Week Year'
- caption: Semaine année civile
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: Année-Trimestre-Mois-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Quarter Year'
- caption: Trimestre année SE
- level 'FW Month Year'
- caption: Mois année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'Fiscal Year-Month'
- caption: Exercice-Mois
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- hierarchy 'Fiscal Year-Month-Week'
- caption: Exercice-Mois-Semaine
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- level 'Fiscal Week Year'
- caption: Semaine année d’exercice
- hierarchy 'Calendar Year-Month'
- caption: Année-Mois civil
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Month Year'
- caption: Mois année civile
- hierarchy 'Calendar Year-Month-Week'
- caption: Mois-Semaine-Année civils
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Month Year'
- caption: Mois année civile
- level 'Calendar Week Year'
- caption: Semaine année civile
- hierarchy 'FW Year-Month-Week'
- caption: Année-Mois-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Month Year'
- caption: Mois année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'FW Year-Quarter-Week'
- caption: Année-Trimestre-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Quarter Year'
- caption: Trimestre année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'FW Year-Week'
- caption: Année-Semaine SE
- level 'FW Year'
- caption: Année SE
- level 'FW Week Year'
- caption: Semaine année SE
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Titre de l’état
- measure 'My Button Caption'
- caption: Légende de mon bouton
- measure 'My Visual Title'
- caption: Mon titre visuel
- measure 'Inactive Employees'
- caption: Salariés inactifs
- measure 'Terminated Employees'
- caption: Salariés licenciés
- measure 'Employees in Unions'
- caption: Salariés dans les mutuelles
- measure 'Social Analysis'
- caption: Analyse sociale
- measure 'Gender Distribution'
- caption: Répartition par genre
- measure 'Age Distribution'
- caption: Répartition par âge
- measure 'Employees Qualifications'
- caption: Qualifications salariés
- measure 'Realized Emissions vs Target'
- caption: Émissions réalisées par rapport à la cible
- measure 'CO2e Emissions by Scope'
- caption: Émissions de CO2e par champ
- measure 'Gas Emissions by Category'
- caption: Émissions de gaz par catégorie
- measure 'Realized Emissions vs Baseline'
- caption: Émissions réalisées par rapport à la ligne de base
- measure 'CO2e Emissions vs Baseline'
- caption: Émissions de CO2e par rapport à la ligne de base
- measure 'CO2e Emissions by Account'
- caption: Émissions de CO2e par compte
- measure 'Water and Waste Analysis'
- caption: Analyse de l’eau et des déchets
- measure 'Water by Facility Location'
- caption: Eau par magasin de l’installation
- measure 'Water by Facility Capacity'
- caption: Eau par capacité de l’installation
- measure 'Water and Waste by Type'
- caption: Eau et déchets par type
- measure 'Water and Waste Intensity by Type'
- caption: Intensité en eau et des déchets par type
- measure 'Water and Waste Intensity by Facility'
- caption: Intensité en eau et des déchets par installation
- measure 'Emissions by Category and Scope'
- caption: Émissions par catégorie et champ
- measure 'Emissions by Category'
- caption: Émissions par catégorie
- measure 'Emissions by Scope'
- caption: Émissions par portée
- measure 'CO2e Analysis'
- caption: Analyse du CO2e
- measure 'CO2e Emissions by Category'
- caption: Émissions de CO2e par catégorie
- measure 'Carbon Credit by Month'
- caption: Crédit carbone par mois
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: Émissions d’équivalent CO2e par mois et par revenu
- measure 'Employee Entries Drillthrough'
- caption: Extraction écritures salarié
- measure 'Employee Ledger Entries'
- caption: Écritures comptable salarié
- measure 'Sustainability Ledger Entries'
- caption: Écritures comptables durabilité
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Extraction Écritures comptables durabilité
- measure 'Employee Ledger Entries Drillthrough'
- caption: Extraction écritures comptables salarié
- measure 'Sustainability Overview'
- caption: Vue d’ensemble durabilité
- measure 'Sustainability Analytics'
- caption: Analyse de durabilité
- measure 'CO2e Emissions by Month'
- caption: Émissions de CO2e par mois
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Analyse des champs 1 et 2 par catégories par an
- measure 'CO2e Emissions by Department'
- caption: Émissions de CO2e par département
- measure 'Journey to Net-Zero Carbon'
- caption: Parcours vers le zéro carbone net
- measure 'CO2e Emissions by Business Group'
- caption: Émissions de CO2e par marché
- measure 'Renewable Energy Usage'
- caption: Activité des énergies renouvelables
- measure 'CO2e Emissions Over Time'
- caption: Émissions de CO2e dans le temps
- measure 'CO2e Smart Review'
- caption: CO2e Smart Review
- measure 'CO2e Emissions by Global Dimension One'
- caption: Émissions de CO2e par axe analytique principal un
- measure 'CO2e Emissions by Global Dimension Two'
- caption: Émissions de CO2e par axe analytique principal deux
- measure 'CO2e Equivalent Emissions by Month'
- caption: Émissions d’équivalent CO2e par mois
- measure 'Company Name'
- caption: Nom de la société
- measure 'Last Refreshed'
- caption: Dernière actualisation
- measure 'Released Employees'
- caption: Salariés lancés
- measure 'CO2e Decomposition Tree'
- caption: Arborescence de décomposition CO2e
- measure 'CO2e Key Influences'
- caption: Influences clés CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Changement annuel et quotidien de l’eau et des déchets
- table COMPANY
- caption: SOCIÉTÉ
- measure 'Company Label'
- caption: Étiquette société
- table 'Sustainability Ledger Entries'
- caption: Écritures comptables durabilité
- column 'Entry No.'
- caption: N° d’écriture
- column Description
- caption: Désignation
- column 'Wat. Intensity'
- caption: Intensité en eau
- column 'Water Type'
- caption: Type d’eau
- column 'Wate/Waste Intensity Type'
- caption: Type d’intensité en eau/des déchets
- column 'Document Type'
- caption: Type du document
- measure 'CO2 Emissions'
- caption: Émissions CO2
- measure 'CH4 Emissions'
- caption: Émissions CH4
- measure 'CO2 Emissions Balance'
- caption: Solde émissions de CO2
- measure 'CO2 Emissions Balance at Date'
- caption: Solde à ce jour émissions de CO2
- measure 'N2O Emissions'
- caption: Émissions N2O
- measure 'CO2e Emissions'
- caption: Émissions CO2e
- measure 'CH4 Emissions Balance at Date'
- caption: Solde à ce jour émissions de CH4
- measure 'CH4 Emissions Balance'
- caption: Solde émissions de CH4
- measure 'Water Intensity'
- caption: Intensité en eau
- measure 'Waste Intensity'
- caption: Intensité des déchets
- measure 'Discharged Into Water'
- caption: Rejeté dans l’eau
- measure 'CO2e Emissions Balance'
- caption: Solde émissions de CO2e
- measure 'CO2e Emissions Balance at Date'
- caption: Bilan à ce jour émission de CO2e
- measure 'Discharged Into Water Balance at Date'
- caption: Solde à ce jour rejeté dans l’eau
- measure 'Discharged Into Water Balance'
- caption: Solde Rejeté dans l’eau
- measure 'N2O Emissions Balance'
- caption: Solde émissions de N2O
- measure 'N2O Emissions Balance at Date'
- caption: Solde à ce jour émissions de N2O
- measure 'Waste Intensity Balance at Date'
- caption: Solde à ce jour intensité des déchets
- measure 'Waste Intensity Balance'
- caption: Solde intensité des déchets
- measure 'Water Intensity Balance'
- caption: Solde intensité en eau
- measure 'Water Intensity Balance at Date'
- caption: Solde à ce jour intensité en eau
- measure 'CO2 Baseline'
- caption: Ligne de base CO2
- measure 'CH4 Baseline'
- caption: Ligne de base CH4
- measure 'CH4 vs Baseline (%)'
- caption: CH4 par rapport à la ligne de base (%)
- measure 'N2O Baseline'
- caption: Ligne de base N2O
- measure 'N2O vs Baseline (%)'
- caption: N2O par rapport à la ligne de base (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 par rapport à la ligne de base (%)
- measure 'Water Baseline'
- caption: Ligne de base eau
- measure 'Waste Baseline'
- caption: Ligne de base déchets
- measure 'Water vs Baseline (%)'
- caption: Eau par rapport à ligne de base (%)
- measure 'Waste vs Baseline (%)'
- caption: Déchets par rapport à ligne de base (%)
- measure 'CO2e Baseline'
- caption: Ligne de base CO2e
- measure 'CO2e vs Baseline (%)'
- caption: CO2e par rapport à la ligne de base (%)
- measure 'Purchased Carbon Credits'
- caption: Crédits carbone achetés
- measure 'Discharged Into Water Baseline'
- caption: Ligne de base eau rejetée
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Eau rejetée par rapport à ligne de base (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: Émissions de CO2e (hors crédits)
- measure 'Water Intensity PY'
- caption: Intensité en eau AP
- measure 'Water Intensity YOY'
- caption: Variation eau AAA
- measure 'Waste Intensity PY'
- caption: Déchets AP
- measure 'Waste Intensity YOY'
- caption: Variation déchets AAA
- measure 'Discharged Into Water PY'
- caption: Rejeté dans l’eau AP
- measure 'Discharged Into Water YOY'
- caption: Rejeté dans l’eau AAA
- measure 'Discharged Into Water PD'
- caption: DP rejeté dans l’eau
- measure 'Waste Intensity PD'
- caption: Déchets DP
- measure 'Water Intensity PD'
- caption: Intensité en eau DP
- measure 'Water Intensity DOD'
- caption: Variation eau quotidienne
- measure 'Waste Intensity DOD'
- caption: Variation déchets quotidienne
- measure 'Discharged Into Water DOD'
- caption: Rejeté dans l’eau quotidien
- measure 'Base Link'
- caption: Lien de base
- measure 'Sustainability Ledger Entries Link'
- caption: Lien Écritures comptables durabilité
- measure 'Months in Context'
- caption: Mois en contexte
- table 'Sustainability Accounts'
- caption: Comptes de durabilité
- column 'Sustainability Account No.'
- caption: N° compte de durabilité
- column 'Sustainability Account Name'
- caption: Nom du compte de durabilité
- column 'Sustainability Account Category'
- caption: Catégorie du compte de durabilité
- column 'Sustainability Account Sub-Category'
- caption: Sous-catégorie du compte de durabilité
- table Country/Region
- caption: Pays/région
- column 'Country Region Code'
- caption: Code de pays/région
- column 'Country Region Name'
- caption: Nom pays/région
- table 'Responsibility Centre'
- caption: Centre de gestion
- column 'Responsibility Centre Code'
- caption: Code centre de gestion
- column 'Responsibility Centre Name'
- caption: Nom centre de gestion
- measure 'Facility Capacity'
- caption: Capacité de l’installation
- table 'Sustainability Goals'
- caption: Objectifs de durabilité
- column 'Score Card No.'
- caption: N° de tableau de bord
- column 'No.'
- caption: N°
- column Name
- caption: Nom
- column Owner
- caption: Propriétaire
- column 'Target Value For CO2'
- caption: Valeur cible pour CO2
- column 'Target Value For CH4'
- caption: Valeur cible pour CH4
- column 'Target Value For N2O'
- caption: Valeur cible pour N2O
- column 'Target Value For Water Intensity'
- caption: Valeur cible pour l’intensité en eau
- column 'Target Value For Waste Intensity'
- caption: Valeur cible pour l’intensité des déchets
- column 'Main Goal'
- caption: Objectif principal
- column 'Start Date'
- caption: Date de début
- column 'End Date'
- caption: Date de fin
- column 'Baseline Start Date'
- caption: Date de début ligne de base
- column 'Baseline End Date'
- caption: Date de fin ligne de base
- measure 'CO2 Target'
- caption: Cible CO2
- measure 'CO2 Realized (%)'
- caption: CO2 réalisé (%)
- measure 'CH4 Target'
- caption: Cible CH4
- measure 'N2O Target'
- caption: Cible N2O
- measure 'CH4 Realized (%)'
- caption: CH4 réalisé (%)
- measure 'N2O Realized (%)'
- caption: N2O réalisé (%)
- measure 'Water Target'
- caption: Cible eau
- measure 'Waste Target'
- caption: Cible déchets
- measure 'Water Realized (%)'
- caption: Eau réalisée (%)
- measure 'Waste Realized (%)'
- caption: Déchets réalisés (%)
- measure 'CO2e Realized (%)'
- caption: CO2e réalisé (%)
- measure 'CO2 Current Value'
- caption: Valeur actuelle CO2
- measure 'CH4 Current Value'
- caption: Valeur actuelle CH4
- measure 'N2O Current Value'
- caption: Valeur actuelle N2O
- measure 'CO2e Current Value'
- caption: Valeur actuelle CO2e
- table 'Employee Ledger Entries'
- caption: Écritures comptable salarié
- column 'Entry No.'
- caption: N° d’écriture
- column 'Document Type'
- caption: Type du document
- column 'Document No.'
- caption: N° de document
- column Description
- caption: Désignation
- measure 'Employee Amount'
- caption: Montant
- measure 'Employee Ledger Entries Link'
- caption: Lien Écritures comptables salariés
- table 'Employee Qualifications'
- caption: Qualifications salarié
- column 'Employee Qualification Codes'
- caption: Codes qualification salarié
- measure 'Employee Qualifications'
- caption: Compte qualifications salarié
- table 'Emission Fees'
- caption: Frais d’émission
- column 'Emission Type'
- caption: Type d’émission
- column 'Scope Type'
- caption: Type d’étendue
- column 'Starting Date'
- caption: Date de début
- column 'Ending Date'
- caption: Date de fin
- column 'Country Region Code'
- caption: Code de pays/région
- column 'Responsibility Centre'
- caption: Centre de gestion
- column 'Carbon Fee'
- caption: Taxe carbone
- column 'Carbon Equivalent Factor'
- caption: Facteur équivalent carbone
- measure 'CO2e Target'
- caption: Cible CO2e
- measure 'CO2 Carbon Equivalent'
- caption: Équivalent carbone CO2
- measure 'CH4 Carbon Equivalent'
- caption: Équivalent carbone CH4
- measure 'N2O Carbon Equivalent'
- caption: Équivalent carbone N2O
- table 'Employee Absences'
- caption: Indisponibilités salarié
- column 'Entry No'
- caption: N° écriture
- column 'From Date'
- caption: Date début
- column 'To Date'
- caption: Date fin
- column 'Cause of Absence'
- caption: Motif indisponibilité
- column Description
- caption: Désignation
- measure 'Employee Absences'
- caption: Quantité
- measure 'Absence Hours (%)'
- caption: Heures d’indisponibilité (%)
- table 'Sustainability Sub-Account Categories'
- caption: Catégories sous-compte de durabilité
- column 'Sub-Category Description'
- caption: Désignation sous-catégorie
- column 'Renewable Energy'
- caption: Énergies renouvelables
- table Employees
- caption: Salariés
- column 'Employee No.'
- caption: N° salarié
- column 'Employee Full Name'
- caption: Nom complet du salarié
- column 'Employee First Name'
- caption: Prénom du salarié
- column 'Employee Last Name'
- caption: Nom du salarié
- column 'Employee Gender'
- caption: Genre du salarié
- column 'Employee Union Code'
- caption: Code mutuelle salarié
- column 'Employee Status'
- caption: Statut salarié
- column 'Employee Cause of Inactivity'
- caption: Motif indisponibilité salarié
- column 'Employee Inactive Date'
- caption: Date indisponibilité salarié
- column 'Employee Grounds for Termination'
- caption: Motifs fin de contrat salarié
- column 'Employee Date of Birth'
- caption: Date de naissance du salarié
- column Age
- caption: Âge
- column 'Age Distribution'
- caption: Répartition par âge
- measure 'No. of Employees'
- caption: Nombre de salariés
- measure 'No. of Male Employees'
- caption: Nombre de salariés masculins
- measure 'No. of Female Employees'
- caption: Nombre de salariées féminines
- measure 'No. of Other Employees'
- caption: Nombre d’autres salariés
- measure 'Male Employees (%)'
- caption: Salariés masculins (%)
- measure 'Female Employees (%)'
- caption: Salariées féminines (%)
- measure 'Other Employees (%)'
- caption: Autres salariés (%)
- table ENVIRONMENT
- caption: ENVIRONNEMENT
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-FR.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-FR.tmdl
deleted file mode 100644
index ffba24cd2d..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/fr-FR.tmdl
+++ /dev/null
@@ -1,824 +0,0 @@
-cultureInfo fr-FR
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Catégorie de compte général
- column 'Sustainability Account Category Description'
- caption: Désignation catégorie cpte général
- column 'Sustainability Account Category Code'
- caption: Code catégorie du compte de durabilité
- column 'Sustainability Account Category Emission Scope'
- caption: Champ de l’émission catégorie du compte de durabilité
- table 'Dimension Sets'
- caption: Ensembles de dimensions
- column 'Global Dimension 1'
- caption: Axe analytique principal 1
- column 'Global Dimension 2'
- caption: Axe analytique principal 2
- column 'Shortcut Dimension 3'
- caption: Raccourci axe 3
- column 'Shortcut Dimension 4'
- caption: Raccourci axe 4
- column 'Shortcut Dimension 5'
- caption: Raccourci axe 5
- column 'Shortcut Dimension 6'
- caption: Raccourci axe 6
- column 'Shortcut Dimension 7'
- caption: Raccourci axe 7
- column 'Shortcut Dimension 8'
- caption: Raccourci axe 8
- column id
- caption: ID
- table Date
- caption: Date
- column Date
- caption: Date
- column 'Week Day'
- caption: Jour semaine
- column 'Day Type'
- caption: Type de jour
- column 'Calendar Year'
- caption: Année civile
- displayFolder: _Standard Calendrier
- column 'Calendar Quarter'
- caption: Trimestre civil
- displayFolder: _Standard Calendrier
- column 'Calendar Quarter Year'
- caption: Trimestre civil
- displayFolder: _Standard Calendrier
- column 'Calendar Month'
- caption: Mois civil
- displayFolder: _Standard Calendrier
- column 'Calendar Month Year'
- caption: Mois année civile
- displayFolder: _Standard Calendrier
- column 'Calendar Week'
- caption: Semaine civile
- displayFolder: _Standard Calendrier
- column 'Calendar Week Year'
- caption: Semaine année civile
- displayFolder: _Standard Calendrier
- column 'Calendar WeekYearOrder'
- displayFolder: _Standard Calendrier
- column 'Calendar RelativeWeekPos'
- caption: PosSemaineRelative civile
- displayFolder: _Standard Calendrier
- column 'Calendar RelativeMonthPos'
- caption: PosMoisRelatif civil
- displayFolder: _Standard Calendrier
- column 'Calendar RelativeQuarterPos'
- caption: PosTrimestreRelatif civil
- displayFolder: _Standard Calendrier
- column 'Calendar RelativeYearPos'
- caption: PosAnnéeRelative civile
- displayFolder: _Standard Calendrier
- column 'Calendar StartOfMonth'
- caption: DébutDuMois civil
- displayFolder: _Standard Calendrier
- column 'Calendar EndOfMonth'
- caption: FinDuMois civil
- displayFolder: _Standard Calendrier
- column 'Calendar StartOfQuarter'
- caption: DébutDuTrimestre civil
- displayFolder: _Standard Calendrier
- column 'Calendar EndOfQuarter'
- caption: FinDeTrimestre civil
- displayFolder: _Standard Calendrier
- column 'Calendar StartOfYear'
- caption: DébutAnnée civile
- displayFolder: _Standard Calendrier
- column 'Calendar EndOfYear'
- caption: FinAnnée civile
- displayFolder: _Standard Calendrier
- column 'Calendar MonthDays'
- caption: JoursMois civils
- displayFolder: _Standard Calendrier
- column 'Calendar QuarterDays'
- caption: JoursTrimestre civils
- displayFolder: _Standard Calendrier
- column 'Calendar YearDays'
- caption: JoursAnnée civils
- displayFolder: _Standard Calendrier
- column 'Calendar DayOfMonthNumber'
- caption: NuméroJourDuMois civil
- displayFolder: _Standard Calendrier
- column 'Calendar DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre civil
- displayFolder: _Standard Calendrier
- column 'Calendar DayOfYearNumber'
- caption: NuméroJourAnnée civile
- displayFolder: _Standard Calendrier
- column 'Calendar DatePreviousWeek'
- caption: DateSemainePrécédente civile
- displayFolder: _Standard Calendrier
- column 'Calendar DatePreviousMonth'
- caption: DateMoisPrécédent civil
- displayFolder: _Standard Calendrier
- column 'Calendar DatePreviousQuarter'
- caption: DateTrimestrePrécédent civil
- displayFolder: _Standard Calendrier
- column 'Calendar DatePreviousYear'
- caption: DateAnnéePrécédente civile
- displayFolder: _Standard Calendrier
- column 'Fiscal Year'
- caption: Exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal Quarter'
- caption: Trimestre d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal Quarter Year'
- caption: Trimestre d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal MonthInQuarterNumber'
- displayFolder: _Fiscal Calendrier
- column 'Fiscal Month'
- caption: Mois d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal Month Year'
- caption: Mois et année d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal Week'
- caption: Semaine d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal Week Year'
- caption: Semaine année d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal WeekYearOrder'
- displayFolder: _Fiscal Calendrier
- column 'Fiscal RelativeWeekPos'
- caption: PosSemaineRelative d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal RelativeMonthPos'
- caption: PosMoisRelatif d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal RelativeQuarterPos'
- caption: PosTrimestreRelatif d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal RelativeYearPos'
- caption: PosAnnéeRelative d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal StartOfMonth'
- caption: DébutDuMois d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal EndOfMonth'
- caption: FinDuMois d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal StartOfQuarter'
- caption: DébutDuTrimestre d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal EndOfQuarter'
- caption: FinDuTrimestre d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal StartOfYear'
- caption: DébutExercice fiscal
- displayFolder: _Fiscal Calendrier
- column 'Fiscal EndOfYear'
- caption: FinExercice fiscal
- displayFolder: _Fiscal Calendrier
- column 'Fiscal MonthDays'
- caption: JoursMois d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal QuarterDays'
- caption: JoursTrimestre d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal YearDays'
- caption: JoursExercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal DayOfMonthNumber'
- caption: NuméroJourDuMois d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal DayOfYearNumber'
- caption: NuméroJourAnnée d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal DatePreviousWeek'
- caption: DateSemainePrécédente d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal DatePreviousMonth'
- caption: DateMoisPrécédent d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal DatePreviousQuarter'
- caption: DateTrimestrePrécédent d’exercice
- displayFolder: _Fiscal Calendrier
- column 'Fiscal DatePreviousYear'
- caption: DateAnnéePrécédente d’exercice
- displayFolder: _Fiscal Calendrier
- column 'FW Year'
- caption: Année SE
- displayFolder: _Weekly Calendrier
- column 'FW Quarter'
- caption: Trimestre SE
- displayFolder: _Weekly Calendrier
- column 'FW Quarter Year'
- caption: Trimestre année SE
- displayFolder: _Weekly Calendrier
- column 'FW Month'
- caption: Mois SE
- displayFolder: _Weekly Calendrier
- column 'FW Month Year'
- caption: Mois année SE
- displayFolder: _Weekly Calendrier
- column 'FW Week'
- caption: Semaine SE
- displayFolder: _Weekly Calendrier
- column 'FW Period'
- caption: Période SE
- displayFolder: _Weekly Calendrier
- column 'FW Week Year'
- caption: Semaine année SE
- displayFolder: _Weekly Calendrier
- column 'FW StartOfWeek'
- caption: DébutDeSemaine SE
- displayFolder: _Weekly Calendrier
- column 'FW EndOfWeek'
- caption: FinDeSemaine SE
- displayFolder: _Weekly Calendrier
- column 'FW RelativeWeekPos'
- caption: PosSemaineRelative SE
- displayFolder: _Weekly Calendrier
- column 'FW RelativeMonthPos'
- caption: PosMoisRelatif SE
- displayFolder: _Weekly Calendrier
- column 'FW RelativeQuarterPos'
- caption: PosTrimestreRelatif SE
- displayFolder: _Weekly Calendrier
- column 'FW RelativeYearPos'
- caption: PosAnnéeRelative SE
- displayFolder: _Weekly Calendrier
- column 'FW StartOfMonth'
- caption: DébutDuMois SE
- displayFolder: _Weekly Calendrier
- column 'FW EndOfMonth'
- caption: FinDuMois SE
- displayFolder: _Weekly Calendrier
- column 'FW StartOfQuarter'
- caption: DébutDuTrimestre SE
- displayFolder: _Weekly Calendrier
- column 'FW EndOfQuarter'
- caption: FinDuTrimestre SE
- displayFolder: _Weekly Calendrier
- column 'FW StartOfYear'
- caption: DébutExercice SE
- displayFolder: _Weekly Calendrier
- column 'FW EndOfYear'
- caption: FinAnnée SE
- displayFolder: _Weekly Calendrier
- column 'FW MonthDays'
- caption: JoursMois SE
- displayFolder: _Weekly Calendrier
- column 'FW QuarterDays'
- caption: JoursTrimestre SE
- displayFolder: _Weekly Calendrier
- column 'FW YearDays'
- caption: JoursAnnée SE
- displayFolder: _Weekly Calendrier
- column 'FW DayOfMonthNumber'
- caption: NuméroJourDuMois SE
- displayFolder: _Weekly Calendrier
- column 'FW DayOfQuarterNumber'
- caption: NuméroJourDuTrimestre SE
- displayFolder: _Weekly Calendrier
- column 'FW DayOfYearNumber'
- caption: NuméroJourAnnée SE
- displayFolder: _Weekly Calendrier
- column 'FW DatePreviousWeek'
- caption: DateSemainePrécédente SE
- displayFolder: _Weekly Calendrier
- column 'FW DatePreviousMonth'
- caption: DateMoisPrécédent SE
- displayFolder: _Weekly Calendrier
- column 'FW DatePreviousQuarter'
- caption: DateTrimestrePrécédent SE
- displayFolder: _Weekly Calendrier
- column 'FW DatePreviousYear'
- caption: DateAnnéePrécédente SE
- displayFolder: _Weekly Calendrier
- column 'Relative Day'
- caption: Jour relatif
- column Sequential365DayNumber
- caption: NuméroJour séquentiel 365
- measure 'No. of Days'
- caption: Nombre de jours
- measure 'Working Days'
- caption: Jours ouvrés
- measure Ranged
- caption: Plage
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Exercice-Trimestre-Mois-Semaine
- displayFolder: _Fiscal Calendrier
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Quarter Year'
- caption: Trimestre d’exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- level 'Fiscal Week Year'
- caption: Semaine année d’exercice
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Semaine-Mois-Trimestre-Année civils
- displayFolder: _Standard Calendrier
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Quarter Year'
- caption: Trimestre civil
- level 'Calendar Month Year'
- caption: Mois année civile
- level 'Calendar Week Year'
- caption: Semaine année civile
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: Année-Trimestre-Mois-Semaine SE
- displayFolder: _Weekly Calendrier
- level 'FW Year'
- caption: Année SE
- level 'FW Quarter Year'
- caption: Trimestre année SE
- level 'FW Month Year'
- caption: Mois année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'Fiscal Year-Month'
- caption: Exercice-Mois
- displayFolder: _Fiscal Calendrier
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- hierarchy 'Fiscal Year-Month-Week'
- caption: Exercice-Mois-Semaine
- displayFolder: _Fiscal Calendrier
- level 'Fiscal Year'
- caption: Exercice
- level 'Fiscal Month Year'
- caption: Mois et année d’exercice
- level 'Fiscal Week Year'
- caption: Semaine année d’exercice
- hierarchy 'Calendar Year-Month'
- caption: Année-Mois civil
- displayFolder: _Standard Calendrier
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Month Year'
- caption: Mois année civile
- hierarchy 'Calendar Year-Month-Week'
- caption: Mois-Semaine-Année civils
- displayFolder: _Standard Calendrier
- level 'Calendar Year'
- caption: Année civile
- level 'Calendar Month Year'
- caption: Mois année civile
- level 'Calendar Week Year'
- caption: Semaine année civile
- hierarchy 'FW Year-Month-Week'
- caption: Année-Mois-Semaine SE
- displayFolder: _Weekly Calendrier
- level 'FW Year'
- caption: Année SE
- level 'FW Month Year'
- caption: Mois année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'FW Year-Quarter-Week'
- caption: Année-Trimestre-Semaine SE
- displayFolder: _Weekly Calendrier
- level 'FW Year'
- caption: Année SE
- level 'FW Quarter Year'
- caption: Trimestre année SE
- level 'FW Week Year'
- caption: Semaine année SE
- hierarchy 'FW Year-Week'
- caption: Année-Semaine SE
- displayFolder: _Weekly Calendrier
- level 'FW Year'
- caption: Année SE
- level 'FW Week Year'
- caption: Semaine année SE
- table 'Localized Labels'
- caption: Étiquettes Localisées
- measure 'My Report Title'
- caption: Titre de l’état
- measure 'My Button Caption'
- caption: Légende de mon bouton
- measure 'My Visual Title'
- caption: Mon titre visuel
- measure 'Inactive Employees'
- caption: Salariés inactifs
- measure 'Terminated Employees'
- caption: Salariés licenciés
- measure 'Employees in Unions'
- caption: Salariés dans les mutuelles
- measure 'Social Analysis'
- caption: Analyse sociale
- measure 'Gender Distribution'
- caption: Répartition par genre
- measure 'Age Distribution'
- caption: Répartition par âge
- measure 'Employees Qualifications'
- caption: Qualifications salariés
- measure 'Realized Emissions vs Target'
- caption: Émissions réalisées par rapport à la cible
- measure 'CO2e Emissions by Scope'
- caption: Émissions de CO2e par champ
- measure 'Gas Emissions by Category'
- caption: Émissions de gaz par catégorie
- measure 'Realized Emissions vs Baseline'
- caption: Émissions réalisées par rapport à la ligne de base
- measure 'CO2e Emissions vs Baseline'
- caption: Émissions de CO2e par rapport à la ligne de base
- measure 'CO2e Emissions by Account'
- caption: Émissions de CO2e par compte
- measure 'Water and Waste Analysis'
- caption: Analyse de l’eau et des déchets
- measure 'Water by Facility Location'
- caption: Eau par magasin de l’installation
- measure 'Water by Facility Capacity'
- caption: Eau par capacité de l’installation
- measure 'Water and Waste by Type'
- caption: Eau et déchets par type
- measure 'Water and Waste Intensity by Type'
- caption: Intensité en eau et des déchets par type
- measure 'Water and Waste Intensity by Facility'
- caption: Intensité en eau et des déchets par installation
- measure 'Emissions by Category and Scope'
- caption: Émissions par catégorie et champ
- measure 'Emissions by Category'
- caption: Émissions par catégorie
- measure 'Emissions by Scope'
- caption: Émissions par portée
- measure 'CO2e Analysis'
- caption: Analyse du CO2e
- measure 'CO2e Emissions by Category'
- caption: Émissions de CO2e par catégorie
- measure 'Carbon Credit by Month'
- caption: Crédit carbone par mois
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: Émissions d’équivalent CO2e par mois et par revenu
- measure 'Employee Entries Drillthrough'
- caption: Extraction écritures salarié
- measure 'Employee Ledger Entries'
- caption: Écritures comptable salarié
- measure 'Sustainability Ledger Entries'
- caption: Écritures comptables durabilité
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Extraction Écritures comptables durabilité
- measure 'Employee Ledger Entries Drillthrough'
- caption: Extraction écritures comptables salarié
- measure 'Sustainability Overview'
- caption: Vue d’ensemble durabilité
- measure 'Sustainability Analytics'
- caption: Analyse de durabilité
- measure 'CO2e Emissions by Month'
- caption: Émissions de CO2e par mois
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Analyse des champs 1 et 2 par catégories par an
- measure 'CO2e Emissions by Department'
- caption: Émissions de CO2e par département
- measure 'Journey to Net-Zero Carbon'
- caption: Parcours vers le zéro carbone net
- measure 'CO2e Emissions by Business Group'
- caption: Émissions de CO2e par marché
- measure 'Renewable Energy Usage'
- caption: Activité des énergies renouvelables
- measure 'CO2e Emissions Over Time'
- caption: Émissions de CO2e dans le temps
- measure 'CO2e Smart Review'
- caption: CO2e Smart Review
- measure 'CO2e Emissions by Global Dimension One'
- caption: Émissions de CO2e par axe analytique principal un
- measure 'CO2e Emissions by Global Dimension Two'
- caption: Émissions de CO2e par axe analytique principal deux
- measure 'CO2e Equivalent Emissions by Month'
- caption: Émissions d’équivalent CO2e par mois
- measure 'Company Name'
- caption: Nom de la société
- measure 'Last Refreshed'
- caption: Dernière actualisation
- measure 'Released Employees'
- caption: Salariés lancés
- measure 'CO2e Decomposition Tree'
- caption: Arborescence de décomposition CO2e
- measure 'CO2e Key Influences'
- caption: Influences clés CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Changement annuel et quotidien de l’eau et des déchets
- table COMPANY
- caption: SOCIÉTÉ
- measure 'Company Label'
- caption: Étiquette société
- table 'Sustainability Ledger Entries'
- caption: Écritures comptables durabilité
- column 'Entry No.'
- caption: N° d’écriture
- column Description
- caption: Désignation
- column 'Wat. Intensity'
- caption: Intensité en eau
- column 'Water Type'
- caption: Type d’eau
- column 'Wate/Waste Intensity Type'
- caption: Type d’intensité en eau/des déchets
- column 'Document Type'
- caption: Type du document
- measure 'CO2 Emissions'
- caption: Émissions CO2
- measure 'CH4 Emissions'
- caption: Émissions CH4
- measure 'CO2 Emissions Balance'
- caption: Solde émissions de CO2
- measure 'CO2 Emissions Balance at Date'
- caption: Solde à ce jour émissions de CO2
- measure 'N2O Emissions'
- caption: Émissions N2O
- measure 'CO2e Emissions'
- caption: Émissions CO2e
- measure 'CH4 Emissions Balance at Date'
- caption: Solde à ce jour émissions de CH4
- measure 'CH4 Emissions Balance'
- caption: Solde émissions de CH4
- measure 'Water Intensity'
- caption: Intensité en eau
- measure 'Waste Intensity'
- caption: Intensité des déchets
- measure 'Discharged Into Water'
- caption: Rejeté dans l’eau
- measure 'CO2e Emissions Balance'
- caption: Solde émissions de CO2e
- measure 'CO2e Emissions Balance at Date'
- caption: Bilan à ce jour émission de CO2e
- measure 'Discharged Into Water Balance at Date'
- caption: Solde à ce jour rejeté dans l’eau
- measure 'Discharged Into Water Balance'
- caption: Solde Rejeté dans l’eau
- measure 'N2O Emissions Balance'
- caption: Solde émissions de N2O
- measure 'N2O Emissions Balance at Date'
- caption: Solde à ce jour émissions de N2O
- measure 'Waste Intensity Balance at Date'
- caption: Solde à ce jour intensité des déchets
- measure 'Waste Intensity Balance'
- caption: Solde intensité des déchets
- measure 'Water Intensity Balance'
- caption: Solde intensité en eau
- measure 'Water Intensity Balance at Date'
- caption: Solde à ce jour intensité en eau
- measure 'CO2 Baseline'
- caption: Ligne de base CO2
- measure 'CH4 Baseline'
- caption: Ligne de base CH4
- measure 'CH4 vs Baseline (%)'
- caption: CH4 par rapport à la ligne de base (%)
- measure 'N2O Baseline'
- caption: Ligne de base N2O
- measure 'N2O vs Baseline (%)'
- caption: N2O par rapport à la ligne de base (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 par rapport à la ligne de base (%)
- measure 'Water Baseline'
- caption: Ligne de base eau
- measure 'Waste Baseline'
- caption: Ligne de base déchets
- measure 'Water vs Baseline (%)'
- caption: Eau par rapport à ligne de base (%)
- measure 'Waste vs Baseline (%)'
- caption: Déchets par rapport à ligne de base (%)
- measure 'CO2e Baseline'
- caption: Ligne de base CO2e
- measure 'CO2e vs Baseline (%)'
- caption: CO2e par rapport à la ligne de base (%)
- measure 'Purchased Carbon Credits'
- caption: Crédits carbone achetés
- measure 'Discharged Into Water Baseline'
- caption: Ligne de base eau rejetée
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Eau rejetée par rapport à ligne de base (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: Émissions de CO2e (hors crédits)
- measure 'Water Intensity PY'
- caption: Intensité en eau AP
- measure 'Water Intensity YOY'
- caption: Variation eau AAA
- measure 'Waste Intensity PY'
- caption: Déchets AP
- measure 'Waste Intensity YOY'
- caption: Variation déchets AAA
- measure 'Discharged Into Water PY'
- caption: Rejeté dans l’eau AP
- measure 'Discharged Into Water YOY'
- caption: Rejeté dans l’eau AAA
- measure 'Discharged Into Water PD'
- caption: DP rejeté dans l’eau
- measure 'Waste Intensity PD'
- caption: Déchets DP
- measure 'Water Intensity PD'
- caption: Intensité en eau DP
- measure 'Water Intensity DOD'
- caption: Variation eau quotidienne
- measure 'Waste Intensity DOD'
- caption: Variation déchets quotidienne
- measure 'Discharged Into Water DOD'
- caption: Rejeté dans l’eau quotidien
- measure 'Base Link'
- caption: Lien de base
- measure 'Sustainability Ledger Entries Link'
- caption: Lien Écritures comptables durabilité
- measure 'Months in Context'
- caption: Mois en contexte
- table 'Sustainability Accounts'
- caption: Comptes de durabilité
- column 'Sustainability Account No.'
- caption: N° compte de durabilité
- column 'Sustainability Account Name'
- caption: Nom du compte de durabilité
- column 'Sustainability Account Category'
- caption: Catégorie du compte de durabilité
- column 'Sustainability Account Sub-Category'
- caption: Sous-catégorie du compte de durabilité
- table Country/Region
- caption: Pays/région
- column 'Country Region Code'
- caption: Code de pays/région
- column 'Country Region Name'
- caption: Nom pays/région
- table 'Responsibility Centre'
- caption: Centre de gestion
- column 'Responsibility Centre Code'
- caption: Code centre de gestion
- column 'Responsibility Centre Name'
- caption: Nom centre de gestion
- measure 'Facility Capacity'
- caption: Capacité de l’installation
- table 'Sustainability Goals'
- caption: Objectifs de durabilité
- column 'Score Card No.'
- caption: N° de tableau de bord
- column 'No.'
- caption: N°
- column Name
- caption: Nom
- column Owner
- caption: Propriétaire
- column 'Target Value For CO2'
- caption: Valeur cible pour CO2
- column 'Target Value For CH4'
- caption: Valeur cible pour CH4
- column 'Target Value For N2O'
- caption: Valeur cible pour N2O
- column 'Target Value For Water Intensity'
- caption: Valeur cible pour l’intensité en eau
- column 'Target Value For Waste Intensity'
- caption: Valeur cible pour l’intensité des déchets
- column 'Main Goal'
- caption: Objectif principal
- column 'Start Date'
- caption: Date de début
- column 'End Date'
- caption: Date de fin
- column 'Baseline Start Date'
- caption: Date de début ligne de base
- column 'Baseline End Date'
- caption: Date de fin ligne de base
- measure 'CO2 Target'
- caption: Cible CO2
- measure 'CO2 Realized (%)'
- caption: CO2 réalisé (%)
- measure 'CH4 Target'
- caption: Cible CH4
- measure 'N2O Target'
- caption: Cible N2O
- measure 'CH4 Realized (%)'
- caption: CH4 réalisé (%)
- measure 'N2O Realized (%)'
- caption: N2O réalisé (%)
- measure 'Water Target'
- caption: Cible eau
- measure 'Waste Target'
- caption: Cible déchets
- measure 'Water Realized (%)'
- caption: Eau réalisée (%)
- measure 'Waste Realized (%)'
- caption: Déchets réalisés (%)
- measure 'CO2e Realized (%)'
- caption: CO2e réalisé (%)
- measure 'CO2 Current Value'
- caption: Valeur actuelle CO2
- measure 'CH4 Current Value'
- caption: Valeur actuelle CH4
- measure 'N2O Current Value'
- caption: Valeur actuelle N2O
- measure 'CO2e Current Value'
- caption: Valeur actuelle CO2e
- table 'Employee Ledger Entries'
- caption: Écritures comptable salarié
- column 'Entry No.'
- caption: N° d’écriture
- column 'Document Type'
- caption: Type du document
- column 'Document No.'
- caption: N° de document
- column Description
- caption: Désignation
- measure 'Employee Amount'
- caption: Montant
- measure 'Employee Ledger Entries Link'
- caption: Lien Écritures comptables salariés
- table 'Employee Qualifications'
- caption: Qualifications salarié
- column 'Employee Qualification Codes'
- caption: Codes qualification salarié
- measure 'Employee Qualifications'
- caption: Compte qualifications salarié
- table 'Emission Fees'
- caption: Frais d’émission
- column 'Emission Type'
- caption: Type d’émission
- column 'Scope Type'
- caption: Type d’étendue
- column 'Starting Date'
- caption: Date de début
- column 'Ending Date'
- caption: Date de fin
- column 'Country Region Code'
- caption: Code de pays/région
- column 'Responsibility Centre'
- caption: Centre de gestion
- column 'Carbon Fee'
- caption: Taxe carbone
- column 'Carbon Equivalent Factor'
- caption: Facteur équivalent carbone
- measure 'CO2e Target'
- caption: Cible CO2e
- measure 'CO2 Carbon Equivalent'
- caption: Équivalent carbone CO2
- measure 'CH4 Carbon Equivalent'
- caption: Équivalent carbone CH4
- measure 'N2O Carbon Equivalent'
- caption: Équivalent carbone N2O
- table 'Employee Absences'
- caption: Indisponibilités salarié
- column 'Entry No'
- caption: N° écriture
- column 'From Date'
- caption: Date début
- column 'To Date'
- caption: Date fin
- column 'Cause of Absence'
- caption: Motif indisponibilité
- column Description
- caption: Désignation
- measure 'Employee Absences'
- caption: Quantité
- measure 'Absence Hours (%)'
- caption: Heures d’indisponibilité (%)
- table 'Sustainability Sub-Account Categories'
- caption: Catégories sous-compte de durabilité
- column 'Sub-Category Description'
- caption: Désignation sous-catégorie
- column 'Renewable Energy'
- caption: Énergies renouvelables
- table Employees
- caption: Salariés
- column 'Employee No.'
- caption: N° salarié
- column 'Employee Full Name'
- caption: Nom complet du salarié
- column 'Employee First Name'
- caption: Prénom du salarié
- column 'Employee Last Name'
- caption: Nom du salarié
- column 'Employee Gender'
- caption: Genre du salarié
- column 'Employee Union Code'
- caption: Code mutuelle salarié
- column 'Employee Status'
- caption: Statut salarié
- column 'Employee Cause of Inactivity'
- caption: Motif indisponibilité salarié
- column 'Employee Inactive Date'
- caption: Date indisponibilité salarié
- column 'Employee Grounds for Termination'
- caption: Motifs fin de contrat salarié
- column 'Employee Date of Birth'
- caption: Date de naissance du salarié
- column Age
- caption: Âge
- column 'Age Distribution'
- caption: Répartition par âge
- measure 'No. of Employees'
- caption: Nombre de salariés
- measure 'No. of Male Employees'
- caption: Nombre de salariés masculins
- measure 'No. of Female Employees'
- caption: Nombre de salariées féminines
- measure 'No. of Other Employees'
- caption: Nombre d’autres salariés
- measure 'Male Employees (%)'
- caption: Salariés masculins (%)
- measure 'Female Employees (%)'
- caption: Salariées féminines (%)
- measure 'Other Employees (%)'
- caption: Autres salariés (%)
- table ENVIRONMENT
- caption: ENVIRONNEMENT
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/is-IS.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/is-IS.tmdl
deleted file mode 100644
index a8426dc498..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/is-IS.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo is-IS
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Fjárhagsreikningsflokkur
- column 'Sustainability Account Category Description'
- caption: Lýsing fjárhagsreikningsflokka
- column 'Sustainability Account Category Code'
- caption: Flokkakóði sjálfbærnireiknings
- column 'Sustainability Account Category Emission Scope'
- caption: Losunarsvið fyrir flokk sjálfbærnireiknings
- table 'Dimension Sets'
- caption: Víddasamstæður
- column 'Global Dimension 1'
- caption: Altæk vídd 1
- column 'Global Dimension 2'
- caption: Altæk vídd 2
- column 'Shortcut Dimension 3'
- caption: Flýtivídd 3
- column 'Shortcut Dimension 4'
- caption: Flýtivídd 4
- column 'Shortcut Dimension 5'
- caption: Flýtivídd 5
- column 'Shortcut Dimension 6'
- caption: Flýtivídd 6
- column 'Shortcut Dimension 7'
- caption: Flýtivídd 7
- column 'Shortcut Dimension 8'
- caption: Flýtivídd 8
- column id
- caption: kenni
- table Date
- caption: Dagsetning
- column 'Week Day'
- caption: Vika Dagur
- column 'Day Type'
- caption: Dagsgerð
- column 'Calendar Year'
- caption: Almanaksár
- column 'Calendar Quarter'
- caption: Dagatal Ársfjórðungur
- column 'Calendar Quarter Year'
- caption: Dagatal Ársfjórðungur Ár
- column 'Calendar Month'
- caption: Almanaksmánuður
- column 'Calendar Month Year'
- caption: Dagatal Mánuður Ár
- column 'Calendar Week'
- caption: Almanaksvika
- column 'Calendar Week Year'
- caption: Dagatal Vika Ár
- column 'Calendar RelativeWeekPos'
- caption: Dagatal Staða samsvarandi viku
- column 'Calendar RelativeMonthPos'
- caption: Dagatal Staða samsvarandi mánaðar
- column 'Calendar RelativeQuarterPos'
- caption: Dagatal Staða samsvarandi ársfjórðungs
- column 'Calendar RelativeYearPos'
- caption: Dagatal Staða samsvarandi árs
- column 'Calendar StartOfMonth'
- caption: Dagatal Upphaf mánaðar
- column 'Calendar EndOfMonth'
- caption: Dagatal Mánaðarlok
- column 'Calendar StartOfQuarter'
- caption: Dagatal Upphaf ársfjórðungs
- column 'Calendar EndOfQuarter'
- caption: Dagatal Ársfjórðungslok
- column 'Calendar StartOfYear'
- caption: Dagatal Upphaf árs
- column 'Calendar EndOfYear'
- caption: Dagatal Árslok
- column 'Calendar MonthDays'
- caption: Dagatal Dagar mánaðar
- column 'Calendar QuarterDays'
- caption: Dagatal Dagar ársfjórðungs
- column 'Calendar YearDays'
- caption: Dagatal Dagar árs
- column 'Calendar DayOfMonthNumber'
- caption: Dagatal Númer mánaðardags
- column 'Calendar DayOfQuarterNumber'
- caption: Dagatal Númer dags innan ársfjórðungs
- column 'Calendar DayOfYearNumber'
- caption: Dagatal Númer dags innan árs
- column 'Calendar DatePreviousWeek'
- caption: Dagatal Dagsetning fyrri viku
- column 'Calendar DatePreviousMonth'
- caption: Dagatal Dagsetning fyrri mánaðar
- column 'Calendar DatePreviousQuarter'
- caption: Dagatal Dagsetning fyrri ársfjórðungs
- column 'Calendar DatePreviousYear'
- caption: Dagatal Dagsetning fyrra árs
- column 'Fiscal Year'
- caption: Fjárhagur Ár
- column 'Fiscal Quarter'
- caption: Fjórðungur Ársfjórðungur
- column 'Fiscal Quarter Year'
- caption: Fjárhagur Ársfjórðungur og ár
- column 'Fiscal Month'
- caption: Fjárhagur Mánuður
- column 'Fiscal Month Year'
- caption: Fjárhagur Mánuður og ár
- column 'Fiscal Week'
- caption: Vika fjárhagsárs
- column 'Fiscal Week Year'
- caption: Fjárhagur Vika ár
- column 'Fiscal RelativeWeekPos'
- caption: Fjárhagur Staða samsvarandi viku
- column 'Fiscal RelativeMonthPos'
- caption: Fjárhagur Staða samsvarandi mánaðar
- column 'Fiscal RelativeQuarterPos'
- caption: Fjárhagur Staða samsvarandi ársfjórðungs
- column 'Fiscal RelativeYearPos'
- caption: Fjárhagur Staða samsvarandi árs
- column 'Fiscal StartOfMonth'
- caption: Fjárhagur Upphaf mánaðar
- column 'Fiscal EndOfMonth'
- caption: Fjárhagur Mánaðarlok
- column 'Fiscal StartOfQuarter'
- caption: Fjárhagur Upphaf ársfjórðungs
- column 'Fiscal EndOfQuarter'
- caption: Fjárhagur Ársfjórðungslok
- column 'Fiscal StartOfYear'
- caption: Fjárhagur Upphaf árs
- column 'Fiscal EndOfYear'
- caption: Fjárhagur Árslok
- column 'Fiscal MonthDays'
- caption: Fjárhagur Dagar mánaðar
- column 'Fiscal QuarterDays'
- caption: Fjárhagur Dagar ársfjórðungs
- column 'Fiscal YearDays'
- caption: Fjárhagur Dagar árs
- column 'Fiscal DayOfMonthNumber'
- caption: Fjárhagur Númer mánaðardags
- column 'Fiscal DayOfQuarterNumber'
- caption: Fjárhagur Númer dags innan ársfjórðungs
- column 'Fiscal DayOfYearNumber'
- caption: Fjárhagur Númer dags innan árs
- column 'Fiscal DatePreviousWeek'
- caption: Fjárhagur Dagsetning fyrri viku
- column 'Fiscal DatePreviousMonth'
- caption: Fjárhagur Dagsetning fyrri mánaðar
- column 'Fiscal DatePreviousQuarter'
- caption: Fjárhagur Dagsetning fyrri ársfjórðungs
- column 'Fiscal DatePreviousYear'
- caption: Fjárhagur Dagsetning fyrra árs
- column 'FW Year'
- caption: Fjárhagsvika Ár
- column 'FW Quarter'
- caption: Fjárhagsvika Ársfjórðungur
- column 'FW Quarter Year'
- caption: Fjárhagsvika Ársfjórðungur Ár
- column 'FW Month'
- caption: Fjárhagsvika Mánuður
- column 'FW Month Year'
- caption: Fjárhagsvika Mánuður Ár
- column 'FW Week'
- caption: Fjárhagsvika Vika
- column 'FW Period'
- caption: Fjárhagsvika Tímabil
- column 'FW Week Year'
- caption: Fjárhagsvika Vika Ár
- column 'FW StartOfWeek'
- caption: Fjárhagsvika Upphaf viku
- column 'FW EndOfWeek'
- caption: Fjárhagsvika Vikulok
- column 'FW RelativeWeekPos'
- caption: Fjárhagsvika Staða samsvarandi viku
- column 'FW RelativeMonthPos'
- caption: Fjárhagsvika Staða samsvarandi mánaðar
- column 'FW RelativeQuarterPos'
- caption: Fjárhagsvika Staða samsvarandi ársfjórðungs
- column 'FW RelativeYearPos'
- caption: Fjárhagsvika Staða samsvarandi árs
- column 'FW StartOfMonth'
- caption: Fjárhagsvika Upphaf mánaðar
- column 'FW EndOfMonth'
- caption: Fjárhagsvika Mánaðarlok
- column 'FW StartOfQuarter'
- caption: Fjárhagsvika Upphaf ársfjórðungs
- column 'FW EndOfQuarter'
- caption: Fjárhagsvika Ársfjórðungslok
- column 'FW StartOfYear'
- caption: Fjárhagsvika Upphaf árs
- column 'FW EndOfYear'
- caption: Fjárhagsvika Árslok
- column 'FW MonthDays'
- caption: Fjárhagsvika Dagar mánaðar
- column 'FW QuarterDays'
- caption: Fjárhagsvika Dagar ársfjórðungs
- column 'FW YearDays'
- caption: Fjárhagsvika Dagar árs
- column 'FW DayOfMonthNumber'
- caption: Fjárhagsvika Númer mánaðardags
- column 'FW DayOfQuarterNumber'
- caption: Fjárhagsvika Númer dags innan ársfjórðungs
- column 'FW DayOfYearNumber'
- caption: Fjárhagsvika Númer dags innan árs
- column 'FW DatePreviousWeek'
- caption: Fjárhagsvika Dagsetning fyrri viku
- column 'FW DatePreviousMonth'
- caption: Fjárhagsvika Dagsetning fyrri mánaðar
- column 'FW DatePreviousQuarter'
- caption: Fjárhagsvika Dagsetning fyrri ársfjórðungs
- column 'FW DatePreviousYear'
- caption: Fjárhagsvika Dagsetning fyrra árs
- column 'Relative Day'
- caption: Samsvarandi dagur
- column Sequential365DayNumber
- caption: 365 daga raðnúmer
- measure 'No. of Days'
- caption: Fjöldi daga
- measure 'Working Days'
- caption: Vinnudagar
- measure Ranged
- caption: Bil
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Fjárhagur Ár-Ársfjórðungur-Mánuður-Vika
- level 'Fiscal Year'
- caption: Fjárhagur Ár
- level 'Fiscal Quarter Year'
- caption: Fjárhagur Ársfjórðungur og ár
- level 'Fiscal Month Year'
- caption: Fjárhagur Mánuður og ár
- level 'Fiscal Week Year'
- caption: Fjárhagur Vika ár
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Dagatal Ár-Ársfjórðungur-Mánuður-Vika
- level 'Calendar Year'
- caption: Almanaksár
- level 'Calendar Quarter Year'
- caption: Dagatal Ársfjórðungur Ár
- level 'Calendar Month Year'
- caption: Dagatal Mánuður Ár
- level 'Calendar Week Year'
- caption: Dagatal Vika Ár
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: Fjárhagsvika Ár-Ársfjórðungur-Mánuður-Vika
- level 'FW Year'
- caption: Fjárhagsvika Ár
- level 'FW Quarter Year'
- caption: Fjárhagsvika Ársfjórðungur Ár
- level 'FW Month Year'
- caption: Fjárhagsvika Mánuður Ár
- level 'FW Week Year'
- caption: Fjárhagsvika Vika Ár
- hierarchy 'Fiscal Year-Month'
- caption: Fjárhagur Ár-Mánuður
- level 'Fiscal Year'
- caption: Fjárhagur Ár
- level 'Fiscal Month Year'
- caption: Fjárhagur Mánuður og ár
- hierarchy 'Fiscal Year-Month-Week'
- caption: Fjárhagur Ár-Mánuður-Vika
- level 'Fiscal Year'
- caption: Fjárhagur Ár
- level 'Fiscal Month Year'
- caption: Fjárhagur Mánuður og ár
- level 'Fiscal Week Year'
- caption: Fjárhagur Vika ár
- hierarchy 'Calendar Year-Month'
- caption: Dagatal Ár-Mánuður
- level 'Calendar Year'
- caption: Almanaksár
- level 'Calendar Month Year'
- caption: Dagatal Mánuður Ár
- hierarchy 'Calendar Year-Month-Week'
- caption: Dagatal Ár-Mánuður-Vika
- level 'Calendar Year'
- caption: Almanaksár
- level 'Calendar Month Year'
- caption: Dagatal Mánuður Ár
- level 'Calendar Week Year'
- caption: Dagatal Vika Ár
- hierarchy 'FW Year-Month-Week'
- caption: Fjárhagsvika Ár-Mánuður-Vika
- level 'FW Year'
- caption: Fjárhagsvika Ár
- level 'FW Month Year'
- caption: Fjárhagsvika Mánuður Ár
- level 'FW Week Year'
- caption: Fjárhagsvika Vika Ár
- hierarchy 'FW Year-Quarter-Week'
- caption: Fjárhagsvika Ár-Ársfjórðungur-Vika
- level 'FW Year'
- caption: Fjárhagsvika Ár
- level 'FW Quarter Year'
- caption: Fjárhagsvika Ársfjórðungur Ár
- level 'FW Week Year'
- caption: Fjárhagsvika Vika Ár
- hierarchy 'FW Year-Week'
- caption: Fjárhagsvika Ár-Vika
- level 'FW Year'
- caption: Fjárhagsvika Ár
- level 'FW Week Year'
- caption: Fjárhagsvika Vika Ár
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Skýrslutitill notanda
- measure 'My Button Caption'
- caption: Texti hnapps notanda
- measure 'My Visual Title'
- caption: Sjónrænn titill notanda
- measure 'Inactive Employees'
- caption: Óvirkir starfsmenn
- measure 'Terminated Employees'
- caption: Starfsmenn sem hafa hætt störfum
- measure 'Employees in Unions'
- caption: Starfsmenn í stéttarfélögum
- measure 'Social Analysis'
- caption: Félagsgreining
- measure 'Gender Distribution'
- caption: Kynjadreifing
- measure 'Age Distribution'
- caption: Aldursdreifing
- measure 'Employees Qualifications'
- caption: Menntun og hæfi starfsmanna
- measure 'Realized Emissions vs Target'
- caption: Raunlosun samanborið við markmið
- measure 'CO2e Emissions by Scope'
- caption: Losun CO2e eftir umfangi
- measure 'Gas Emissions by Category'
- caption: Losun lofttegunda eftir flokki
- measure 'Realized Emissions vs Baseline'
- caption: Raunlosun samanborið við grunngildi
- measure 'CO2e Emissions vs Baseline'
- caption: Losun CO2e miðað við grunnlínu
- measure 'CO2e Emissions by Account'
- caption: Losun CO2e eftir reikningi
- measure 'Water and Waste Analysis'
- caption: Greining á vatni og úrgangi
- measure 'Water by Facility Location'
- caption: Vatn eftir staðsetningu starfsstöðvar
- measure 'Water by Facility Capacity'
- caption: Vatn eftir afkastagetu starfastöðvar
- measure 'Water and Waste by Type'
- caption: Vatn og úrgangur eftir gerð
- measure 'Water and Waste Intensity by Type'
- caption: Vatns- og úrgangsmagn eftir gerð
- measure 'Water and Waste Intensity by Facility'
- caption: Vatns- og úrgangsmagn eftir starfsstöð
- measure 'Emissions by Category and Scope'
- caption: Losun eftir flokkum og umfangi
- measure 'Emissions by Category'
- caption: Losun eftir flokki
- measure 'Emissions by Scope'
- caption: Losun eftir umfangi
- measure 'CO2e Analysis'
- caption: Greining CO2e
- measure 'CO2e Emissions by Category'
- caption: Losun CO2e eftir flokki
- measure 'Carbon Credit by Month'
- caption: Kolefnisheimild eftir mánuði
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: Jafngild losun CO2e eftir mánuði og tekjum
- measure 'Employee Entries Drillthrough'
- caption: Köfun í færslur starfsmanns
- measure 'Employee Ledger Entries'
- caption: Fjárhagsfærslur starfsmanns
- measure 'Sustainability Ledger Entries'
- caption: Fjárhagsfærslur fyrir sjálfbærni
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Köfun í fjárhagsfærslur fyrir sjálfbærni
- measure 'Employee Ledger Entries Drillthrough'
- caption: Köfun í fjárhagsfærslur starfsmanns
- measure 'Sustainability Overview'
- caption: Yfirlit yfir sjálfbærni
- measure 'Sustainability Analytics'
- caption: Sjálfbærnigreining
- measure 'CO2e Emissions by Month'
- caption: Losun CO2e eftir mánuði
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Umfang 1 og 2 Greining eftir flokkum eftir ári
- measure 'CO2e Emissions by Department'
- caption: Losun CO2e eftir deild
- measure 'Journey to Net-Zero Carbon'
- caption: Ferð til nettólosunar kolefnis
- measure 'CO2e Emissions by Business Group'
- caption: Losun CO2e eftir fyrirtækjahópi
- measure 'Renewable Energy Usage'
- caption: Notkun endurnýjanlegrar orku
- measure 'CO2e Emissions Over Time'
- caption: Losun CO2e yfir tíma
- measure 'CO2e Smart Review'
- caption: Snjallúttekt CO2e
- measure 'CO2e Emissions by Global Dimension One'
- caption: Losun CO2e frá altækri vídd eitt
- measure 'CO2e Emissions by Global Dimension Two'
- caption: Losun CO2e frá altækri vídd tvö
- measure 'CO2e Equivalent Emissions by Month'
- caption: Jafngild losun CO2e eftir mánuði
- measure 'Company Name'
- caption: Heiti fyrirtækis
- measure 'Last Refreshed'
- caption: Síðast uppfært
- measure 'Released Employees'
- caption: Losaðir starfsmenn
- measure 'CO2e Decomposition Tree'
- caption: Niðurbrotstré CO2e
- measure 'CO2e Key Influences'
- caption: Helstu áhrif CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Árlegar og daglegar breytingar á vatni og úrgangi
- table COMPANY
- caption: FYRIRTÆKI
- measure 'Company Label'
- caption: Merki fyrirtækis
- table 'Sustainability Ledger Entries'
- caption: Fjárhagsfærslur fyrir sjálfbærni
- column 'Entry No.'
- caption: Nr. færslu
- column Description
- caption: Lýsing
- column 'Wat. Intensity'
- caption: Vatnsmagn
- column 'Water Type'
- caption: Tegund vatns
- column 'Wate/Waste Intensity Type'
- caption: Gerð vatnsmagns/úrgangsmagns
- column 'Document Type'
- caption: Gerð skjals
- measure 'CO2 Emissions'
- caption: CO2 losun
- measure 'CH4 Emissions'
- caption: CH4 losun
- measure 'CO2 Emissions Balance'
- caption: Losunarjöfnuður CO2
- measure 'CO2 Emissions Balance at Date'
- caption: Losunarstaða CO2 við dagsetningu
- measure 'N2O Emissions'
- caption: N2O losun
- measure 'CO2e Emissions'
- caption: Losun CO2e
- measure 'CH4 Emissions Balance at Date'
- caption: Losunarstaða CH4 við dagsetningu
- measure 'CH4 Emissions Balance'
- caption: Losunarjöfnuður CH4
- measure 'Water Intensity'
- caption: Vatnsmagn
- measure 'Waste Intensity'
- caption: Úrgangsmagn
- measure 'Discharged Into Water'
- caption: Losun í vatn
- measure 'CO2e Emissions Balance'
- caption: Losunarstaða CO2e
- measure 'CO2e Emissions Balance at Date'
- caption: Staða á dagsetningu losunar CO2e
- measure 'Discharged Into Water Balance at Date'
- caption: Losað í vatnsstöðu á degi
- measure 'Discharged Into Water Balance'
- caption: Staða losunar í vatn
- measure 'N2O Emissions Balance'
- caption: Losunarjöfnuður N2O
- measure 'N2O Emissions Balance at Date'
- caption: Losunarstaða N2O við dagsetningu
- measure 'Waste Intensity Balance at Date'
- caption: Staða til dags. vatnsmagns
- measure 'Waste Intensity Balance'
- caption: Staða úrgangsmagns
- measure 'Water Intensity Balance'
- caption: Staða vatnsmagns
- measure 'Water Intensity Balance at Date'
- caption: Staða vatnsmagns til dags
- measure 'CO2 Baseline'
- caption: Grunngildi CO2
- measure 'CH4 Baseline'
- caption: Grunngildi CH4
- measure 'CH4 vs Baseline (%)'
- caption: CH4 miðað við upphafsgildi (%)
- measure 'N2O Baseline'
- caption: N2O grunnlína
- measure 'N2O vs Baseline (%)'
- caption: N2O miðað við grunnlínu (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 miðað við upphafsgildi (%)
- measure 'Water Baseline'
- caption: Grunnlína vatns
- measure 'Waste Baseline'
- caption: Grunnlína úrgangs
- measure 'Water vs Baseline (%)'
- caption: Vatn samanborið við grunnlínu (%)
- measure 'Waste vs Baseline (%)'
- caption: Úrgangur samaborið við upphafsgildi (%)
- measure 'CO2e Baseline'
- caption: Grunngildi CO2e
- measure 'CO2e vs Baseline (%)'
- caption: CO2e miðað við upphafsgildi (%)
- measure 'Purchased Carbon Credits'
- caption: Keyptar kolefnisheimildir
- measure 'Discharged Into Water Baseline'
- caption: Grunnlína vatnslosunar
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Vatnslosun sbr. við grunnlínu (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: Losun CO2e (að undanskildum inneignum)
- measure 'Water Intensity PY'
- caption: Vatnsmagn fyrra ár
- measure 'Water Intensity YOY'
- caption: Breyting á vanti samanburður milli ára
- measure 'Waste Intensity PY'
- caption: Úrgangur fyrra ár
- measure 'Waste Intensity YOY'
- caption: Breyting á úrgangi samanburður milli ára
- measure 'Discharged Into Water PY'
- caption: Losun í vatn fyrra ár
- measure 'Discharged Into Water YOY'
- caption: Losun í vatn samanburður milli ára
- measure 'Discharged Into Water PD'
- caption: Losun í vatn FK
- measure 'Waste Intensity PD'
- caption: Úrgangur FK
- measure 'Water Intensity PD'
- caption: Vatnsmagn FK
- measure 'Water Intensity DOD'
- caption: Vatnsbreyting milli daga
- measure 'Waste Intensity DOD'
- caption: Úrgangsbreyting milli daga
- measure 'Discharged Into Water DOD'
- caption: Losun í vatn milli daga
- measure 'Base Link'
- caption: Grunntengill
- measure 'Sustainability Ledger Entries Link'
- caption: Fjárhagsfærslutengill fyrir sjálfbærni
- measure 'Months in Context'
- caption: Mánuðir í samhengi
- table 'Sustainability Accounts'
- caption: Sjálfbærnireikningar
- column 'Sustainability Account No.'
- caption: Nr. sjálfbærnireiknings
- column 'Sustainability Account Name'
- caption: Heiti sjálfbærnireiknings
- column 'Sustainability Account Category'
- caption: Flokkur sjálfbærnireiknings
- column 'Sustainability Account Sub-Category'
- caption: Undirflokkur sjálfbærnireiknings
- table Country/Region
- caption: Land/svæði
- column 'Country Region Code'
- caption: Landskóði/svæðakóði
- column 'Country Region Name'
- caption: Landsvæði - Nafn
- table 'Responsibility Centre'
- caption: Ábyrgðarstöð
- column 'Responsibility Centre Code'
- caption: Kóði ábyrgðarstöðvar
- column 'Responsibility Centre Name'
- caption: Heiti ábyrgðarstöðvar
- measure 'Facility Capacity'
- caption: Afkastageta starfsstöðvar
- table 'Sustainability Goals'
- caption: Sjálfbærnimarkmið
- column 'Score Card No.'
- caption: Einkunnaspjald nr.
- column 'No.'
- caption: Nr.
- column Name
- caption: Heiti
- column Owner
- caption: Eigandi
- column 'Target Value For CO2'
- caption: Markgildi fyrir CO2
- column 'Target Value For CH4'
- caption: Markgildi fyrir CH4
- column 'Target Value For N2O'
- caption: Markgildi fyrir N2O
- column 'Target Value For Water Intensity'
- caption: Markgildi vatnsmagns
- column 'Target Value For Waste Intensity'
- caption: Markgildi úrgangsmagns
- column 'Main Goal'
- caption: Meginmarkmið
- column 'Start Date'
- caption: Upphafsdagur
- column 'End Date'
- caption: Lokadagur
- column 'Baseline Start Date'
- caption: Upphafsdagur grunnlínu
- column 'Baseline End Date'
- caption: Lokadagur grunnlínu
- measure 'CO2 Target'
- caption: CO2 mark
- measure 'CO2 Realized (%)'
- caption: CO2 losun (%)
- measure 'CH4 Target'
- caption: CH4 mark
- measure 'N2O Target'
- caption: N2O mark
- measure 'CH4 Realized (%)'
- caption: CH4 losun (%)
- measure 'N2O Realized (%)'
- caption: N2O losun (%)
- measure 'Water Target'
- caption: Vatnsmarkmið
- measure 'Waste Target'
- caption: Markúrgangur
- measure 'Water Realized (%)'
- caption: Vatnslosun (%)
- measure 'Waste Realized (%)'
- caption: Úrgangslosun (%)
- measure 'CO2e Realized (%)'
- caption: Losun CO2e (%)
- measure 'CO2 Current Value'
- caption: Núverandi gildi CO2
- measure 'CH4 Current Value'
- caption: Núverandi gildi CH4
- measure 'N2O Current Value'
- caption: Núverandi gildi N2O
- measure 'CO2e Current Value'
- caption: Núverandi gildi CO2e
- table 'Employee Ledger Entries'
- caption: Fjárhagsfærslur starfsmanns
- column 'Entry No.'
- caption: Nr. færslu
- column 'Document Type'
- caption: Gerð skjals
- column 'Document No.'
- caption: Nr. skjals
- column Description
- caption: Lýsing
- measure 'Employee Amount'
- caption: Upphæð
- measure 'Employee Ledger Entries Link'
- caption: Fjárhagsfærslutengill starfsmanns
- table 'Employee Qualifications'
- caption: Menntun og hæfi starfsmanns
- column 'Employee Qualification Codes'
- caption: Hæfikóðar starfsmanns
- measure 'Employee Qualifications'
- caption: Telja hæfi starfsmanna
- table 'Emission Fees'
- caption: Losunargjöld
- column 'Emission Type'
- caption: Losunargerð
- column 'Scope Type'
- caption: Umfangsgerð
- column 'Starting Date'
- caption: Upphafsdagur
- column 'Ending Date'
- caption: Lokadagur
- column 'Country Region Code'
- caption: Landskóði/svæðakóði
- column 'Responsibility Centre'
- caption: Ábyrgðarstöð
- column 'Carbon Fee'
- caption: Kolefnisgjald
- column 'Carbon Equivalent Factor'
- caption: Kolefnisjafngildisstuðull
- measure 'CO2e Target'
- caption: Markmið CO2e
- measure 'CO2 Carbon Equivalent'
- caption: Jafngilt kolefni CO2
- measure 'CH4 Carbon Equivalent'
- caption: Jafngilt kolefni CH4
- measure 'N2O Carbon Equivalent'
- caption: Jafngilt kolefni N2O
- table 'Employee Absences'
- caption: Fjarvistir starfsmanna
- column 'Entry No'
- caption: Færslunr.
- column 'From Date'
- caption: Frá dags.
- column 'To Date'
- caption: Til dags
- column 'Cause of Absence'
- caption: Ástæða fjarvistar
- column Description
- caption: Lýsing
- measure 'Employee Absences'
- caption: Magn
- measure 'Absence Hours (%)'
- caption: Fjarverustundir (%)
- table 'Sustainability Sub-Account Categories'
- caption: Undirflokkar sjálfbærnireikninga
- column 'Sub-Category Description'
- caption: Lýsing undirflokks
- column 'Renewable Energy'
- caption: Endurnýjanleg orka
- table Employees
- caption: Starfsmenn
- column 'Employee No.'
- caption: Starfsmannanúmer
- column 'Employee Full Name'
- caption: Fullt nafn starfsmanns
- column 'Employee First Name'
- caption: Fornafn starfsmanns
- column 'Employee Last Name'
- caption: Eftirnafn starfsmanns
- column 'Employee Gender'
- caption: Kyn starfsmanns
- column 'Employee Union Code'
- caption: Stéttarfélagskóði starfsmanns
- column 'Employee Status'
- caption: Staða starfsmanns
- column 'Employee Cause of Inactivity'
- caption: Orsök fyrir óvirkni starfsmanns
- column 'Employee Inactive Date'
- caption: Óvirk dagsetning starfsmanns
- column 'Employee Grounds for Termination'
- caption: Ástæður starfsloka starfsmanns
- column 'Employee Date of Birth'
- caption: Fæðingardagur starfsmanns
- column Age
- caption: Aldur
- column 'Age Distribution'
- caption: Aldursdreifing
- measure 'No. of Employees'
- caption: Fjöldi starfsmanna
- measure 'No. of Male Employees'
- caption: Fjöldi karlkyns starfsmanna
- measure 'No. of Female Employees'
- caption: Fjöldi kvenkyns starfsmanna
- measure 'No. of Other Employees'
- caption: Fjöldi annarra starfsmanna
- measure 'Male Employees (%)'
- caption: Karlkyns starfsmenn (%)
- measure 'Female Employees (%)'
- caption: Kvenkyns starfsmenn (%)
- measure 'Other Employees (%)'
- caption: Aðrir starfsmenn (%)
- table ENVIRONMENT
- caption: UMHVERFIÐ
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/it-CH.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/it-CH.tmdl
deleted file mode 100644
index 74162ae148..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/it-CH.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo it-CH
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Categoria conto C/G
- column 'Sustainability Account Category Description'
- caption: Descrizione categoria conto C/G
- column 'Sustainability Account Category Code'
- caption: Codice categoria conto di sostenibilità
- column 'Sustainability Account Category Emission Scope'
- caption: Ambito di emissione categoria conto di sostenibilità
- table 'Dimension Sets'
- caption: Set di dimensioni
- column 'Global Dimension 1'
- caption: Dimensione globale 1
- column 'Global Dimension 2'
- caption: Dimensione globale 2
- column 'Shortcut Dimension 3'
- caption: Collegamento dimensione 3
- column 'Shortcut Dimension 4'
- caption: Collegamento dimensione 4
- column 'Shortcut Dimension 5'
- caption: Collegamento dimensione 5
- column 'Shortcut Dimension 6'
- caption: Collegamento dimensione 6
- column 'Shortcut Dimension 7'
- caption: Collegamento dimensione 7
- column 'Shortcut Dimension 8'
- caption: Collegamento dimensione 8
- column id
- caption: ID
- table Date
- caption: Data
- column 'Week Day'
- caption: Giorno della settimana
- column 'Day Type'
- caption: Tipo di giorno
- column 'Calendar Year'
- caption: Anno di calendario
- column 'Calendar Quarter'
- caption: Trimestre di calendario
- column 'Calendar Quarter Year'
- caption: Trimestre anno di calendario
- column 'Calendar Month'
- caption: Mese di calendario
- column 'Calendar Month Year'
- caption: Mese anno di calendario
- column 'Calendar Week'
- caption: Settimana di calendario
- column 'Calendar Week Year'
- caption: Settimana anno di calendario
- column 'Calendar RelativeWeekPos'
- caption: PosSettimanaRelativa di calendario
- column 'Calendar RelativeMonthPos'
- caption: PosMeseRelativo di calendario
- column 'Calendar RelativeQuarterPos'
- caption: PosTrimestreRelativo di calendario
- column 'Calendar RelativeYearPos'
- caption: PosAnnoRelativo di calendario
- column 'Calendar StartOfMonth'
- caption: PrimoGiornoMese di calendario
- column 'Calendar EndOfMonth'
- caption: UltimoGiornoMese di calendario
- column 'Calendar StartOfQuarter'
- caption: PrimoGiornoTrimestre di calendario
- column 'Calendar EndOfQuarter'
- caption: UltimoGiornoTrimestre di calendario
- column 'Calendar StartOfYear'
- caption: PrimoGiornoAnno di calendario
- column 'Calendar EndOfYear'
- caption: UltimoGiornoAnno di calendario
- column 'Calendar MonthDays'
- caption: GiorniMese di calendario
- column 'Calendar QuarterDays'
- caption: GiorniTrimestre di calendario
- column 'Calendar YearDays'
- caption: GiorniAnno di calendario
- column 'Calendar DayOfMonthNumber'
- caption: NumeroGiornoMese di calendario
- column 'Calendar DayOfQuarterNumber'
- caption: NumeroGiornoTrimestre di calendario
- column 'Calendar DayOfYearNumber'
- caption: NumeroGiornoAnno di calendario
- column 'Calendar DatePreviousWeek'
- caption: DataSettimanaPrecedente di calendario
- column 'Calendar DatePreviousMonth'
- caption: DataMesePrecedente di calendario
- column 'Calendar DatePreviousQuarter'
- caption: DataTrimestrePrecedente di calendario
- column 'Calendar DatePreviousYear'
- caption: DataAnnoPrecedente di calendario
- column 'Fiscal Year'
- caption: Anno fiscale
- column 'Fiscal Quarter'
- caption: Trimestre fiscale
- column 'Fiscal Quarter Year'
- caption: Trimestre anno fiscale
- column 'Fiscal Month'
- caption: Mese fiscale
- column 'Fiscal Month Year'
- caption: Mese anno fiscale
- column 'Fiscal Week'
- caption: Settimana fiscale
- column 'Fiscal Week Year'
- caption: Settimana anno fiscale
- column 'Fiscal RelativeWeekPos'
- caption: PosSettimanaRelativa fiscale
- column 'Fiscal RelativeMonthPos'
- caption: PosMeseRelativo fiscale
- column 'Fiscal RelativeQuarterPos'
- caption: PosTrimestreRelativo fiscale
- column 'Fiscal RelativeYearPos'
- caption: PosAnnoRelativo fiscale
- column 'Fiscal StartOfMonth'
- caption: PrimoGiornoMese fiscale
- column 'Fiscal EndOfMonth'
- caption: UltimoGiornoMese fiscale
- column 'Fiscal StartOfQuarter'
- caption: PrimoGiornoTrimestre fiscale
- column 'Fiscal EndOfQuarter'
- caption: UltimoGiornoTrimestre fiscale
- column 'Fiscal StartOfYear'
- caption: PrimoGiornoAnno fiscale
- column 'Fiscal EndOfYear'
- caption: UltimoGiornoAnno fiscale
- column 'Fiscal MonthDays'
- caption: GiorniMese fiscale
- column 'Fiscal QuarterDays'
- caption: GiorniTrimestre fiscale
- column 'Fiscal YearDays'
- caption: GiorniAnno fiscale
- column 'Fiscal DayOfMonthNumber'
- caption: NumeroGiornoMese fiscale
- column 'Fiscal DayOfQuarterNumber'
- caption: NumeroGiornoTrimestre fiscale
- column 'Fiscal DayOfYearNumber'
- caption: NumeroGiornoAnno fiscale
- column 'Fiscal DatePreviousWeek'
- caption: DataSettimanaPrecedente fiscale
- column 'Fiscal DatePreviousMonth'
- caption: DataMesePrecedente fiscale
- column 'Fiscal DatePreviousQuarter'
- caption: DataTrimestrePrecedente fiscale
- column 'Fiscal DatePreviousYear'
- caption: DataAnnoPrecedente fiscale
- column 'FW Year'
- caption: Anno SF
- column 'FW Quarter'
- caption: Trimestre SF
- column 'FW Quarter Year'
- caption: Trimestre anno SF
- column 'FW Month'
- caption: Mese SF
- column 'FW Month Year'
- caption: Mese anno SF
- column 'FW Week'
- caption: Settimana SF
- column 'FW Period'
- caption: Periodo SF
- column 'FW Week Year'
- caption: Settimana anno SF
- column 'FW StartOfWeek'
- caption: PrimoGiornoSettimana SF
- column 'FW EndOfWeek'
- caption: UltimoGiornoSettimana SF
- column 'FW RelativeWeekPos'
- caption: PosSettimanaRelativa SF
- column 'FW RelativeMonthPos'
- caption: PosMeseRelativo SF
- column 'FW RelativeQuarterPos'
- caption: PosTrimestreRelativo SF
- column 'FW RelativeYearPos'
- caption: PosAnnoRelativo SF
- column 'FW StartOfMonth'
- caption: PrimoGiornoMese SF
- column 'FW EndOfMonth'
- caption: UltimoGiornoMese SF
- column 'FW StartOfQuarter'
- caption: PrimoGiornoTrimestre SF
- column 'FW EndOfQuarter'
- caption: UltimoGiornoTrimestre SF
- column 'FW StartOfYear'
- caption: PrimoGiornoAnno SF
- column 'FW EndOfYear'
- caption: UltimoGiornoAnno SF
- column 'FW MonthDays'
- caption: GiorniMese SF
- column 'FW QuarterDays'
- caption: GiorniTrimestre SF
- column 'FW YearDays'
- caption: GiorniAnno SF
- column 'FW DayOfMonthNumber'
- caption: NumeroGiornoMese SF
- column 'FW DayOfQuarterNumber'
- caption: NumeroGiornoTrimestre SF
- column 'FW DayOfYearNumber'
- caption: NumeroGiornoAnno SF
- column 'FW DatePreviousWeek'
- caption: DataSettimanaPrecedente SF
- column 'FW DatePreviousMonth'
- caption: DataMesePrecedente SF
- column 'FW DatePreviousQuarter'
- caption: DataTrimestrePrecedente SF
- column 'FW DatePreviousYear'
- caption: DataAnnoPrecedente SF
- column 'Relative Day'
- caption: Giorno relativo
- column Sequential365DayNumber
- caption: NumeroGiorno sequenziale da 1 a 365
- measure 'No. of Days'
- caption: Nr. di giorni
- measure 'Working Days'
- caption: Giorni lavorativi
- measure Ranged
- caption: Con intervalli
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Anno-Trimestre-Mese-Settimana fiscale
- level 'Fiscal Year'
- caption: Anno fiscale
- level 'Fiscal Quarter Year'
- caption: Trimestre anno fiscale
- level 'Fiscal Month Year'
- caption: Mese anno fiscale
- level 'Fiscal Week Year'
- caption: Settimana anno fiscale
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Anno-Trimestre-Mese-Settimana di calendario
- level 'Calendar Year'
- caption: Anno di calendario
- level 'Calendar Quarter Year'
- caption: Trimestre anno di calendario
- level 'Calendar Month Year'
- caption: Mese anno di calendario
- level 'Calendar Week Year'
- caption: Settimana anno di calendario
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: Anno-Trimestre-Mese-Settimana SF
- level 'FW Year'
- caption: Anno SF
- level 'FW Quarter Year'
- caption: Trimestre anno SF
- level 'FW Month Year'
- caption: Mese anno SF
- level 'FW Week Year'
- caption: Settimana anno SF
- hierarchy 'Fiscal Year-Month'
- caption: Anno-Mese fiscale
- level 'Fiscal Year'
- caption: Anno fiscale
- level 'Fiscal Month Year'
- caption: Mese anno fiscale
- hierarchy 'Fiscal Year-Month-Week'
- caption: Anno-Mese-Settimana fiscale
- level 'Fiscal Year'
- caption: Anno fiscale
- level 'Fiscal Month Year'
- caption: Mese anno fiscale
- level 'Fiscal Week Year'
- caption: Settimana anno fiscale
- hierarchy 'Calendar Year-Month'
- caption: Anno-Mese di calendario
- level 'Calendar Year'
- caption: Anno di calendario
- level 'Calendar Month Year'
- caption: Mese anno di calendario
- hierarchy 'Calendar Year-Month-Week'
- caption: Anno-Mese-Settimana di calendario
- level 'Calendar Year'
- caption: Anno di calendario
- level 'Calendar Month Year'
- caption: Mese anno di calendario
- level 'Calendar Week Year'
- caption: Settimana anno di calendario
- hierarchy 'FW Year-Month-Week'
- caption: Anno-Mese-Settimana SF
- level 'FW Year'
- caption: Anno SF
- level 'FW Month Year'
- caption: Mese anno SF
- level 'FW Week Year'
- caption: Settimana anno SF
- hierarchy 'FW Year-Quarter-Week'
- caption: Anno-Trimestre-Settimana SF
- level 'FW Year'
- caption: Anno SF
- level 'FW Quarter Year'
- caption: Trimestre anno SF
- level 'FW Week Year'
- caption: Settimana anno SF
- hierarchy 'FW Year-Week'
- caption: Anno-Settimana SF
- level 'FW Year'
- caption: Anno SF
- level 'FW Week Year'
- caption: Settimana anno SF
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Titolo report personale
- measure 'My Button Caption'
- caption: Didascalia pulsante personale
- measure 'My Visual Title'
- caption: Titolo visivo personale
- measure 'Inactive Employees'
- caption: Dipendenti inattivi
- measure 'Terminated Employees'
- caption: Dipendenti licenziati
- measure 'Employees in Unions'
- caption: Dipendenti in sindacati
- measure 'Social Analysis'
- caption: Analisi sociale
- measure 'Gender Distribution'
- caption: Distribuzione generi
- measure 'Age Distribution'
- caption: Distribuzione età
- measure 'Employees Qualifications'
- caption: Qualifiche dipendenti
- measure 'Realized Emissions vs Target'
- caption: Realizzazione emissioni rispetto all'obiettivo
- measure 'CO2e Emissions by Scope'
- caption: Emissioni CO2e per ambito
- measure 'Gas Emissions by Category'
- caption: Emissioni gas per categoria
- measure 'Realized Emissions vs Baseline'
- caption: Realizzazione emissioni rispetto al valore di riferimento
- measure 'CO2e Emissions vs Baseline'
- caption: Emissioni CO2e rispetto al valore di riferimento
- measure 'CO2e Emissions by Account'
- caption: Emissioni CO2e per conto
- measure 'Water and Waste Analysis'
- caption: Analisi acqua e rifiuti
- measure 'Water by Facility Location'
- caption: Acqua per ubicazione dell'impianto
- measure 'Water by Facility Capacity'
- caption: Acqua per capacità dell'impianto
- measure 'Water and Waste by Type'
- caption: Acqua e rifiuti per tipo
- measure 'Water and Waste Intensity by Type'
- caption: Intensità acqua e rifiuti per tipo
- measure 'Water and Waste Intensity by Facility'
- caption: Intensità acqua e rifiuti per impianto
- measure 'Emissions by Category and Scope'
- caption: Emissioni per categoria e ambito
- measure 'Emissions by Category'
- caption: Emissioni per categoria
- measure 'Emissions by Scope'
- caption: Emissioni per ambito
- measure 'CO2e Analysis'
- caption: Analisi CO2e
- measure 'CO2e Emissions by Category'
- caption: Emissioni CO2e per categoria
- measure 'Carbon Credit by Month'
- caption: Credito di carbonio per mese
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: Emissione CO2e equivalente per mese e ricavi
- measure 'Employee Entries Drillthrough'
- caption: Drill-through movimenti dipendenti
- measure 'Employee Ledger Entries'
- caption: Movimenti contabili dipendente
- measure 'Sustainability Ledger Entries'
- caption: Movimenti contabili sostenibilità
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Drill-through movimenti contabili sostenibilità
- measure 'Employee Ledger Entries Drillthrough'
- caption: Drill-through movimenti contabili dipendente
- measure 'Sustainability Overview'
- caption: Panoramica sostenibilità
- measure 'Sustainability Analytics'
- caption: Analisi sostenibilità
- measure 'CO2e Emissions by Month'
- caption: Emissioni CO2e per mese
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Analisi ambiti 1 e 2 per categorie per anno
- measure 'CO2e Emissions by Department'
- caption: Emissioni CO2e per reparto
- measure 'Journey to Net-Zero Carbon'
- caption: Percorso verso l'azzeramento delle emissioni nette di carbonio
- measure 'CO2e Emissions by Business Group'
- caption: Emissioni CO2e per categoria business
- measure 'Renewable Energy Usage'
- caption: Utilizzo energie rinnovabili
- measure 'CO2e Emissions Over Time'
- caption: Emissioni CO2e nel tempo
- measure 'CO2e Smart Review'
- caption: Recensione intelligente CO2e
- measure 'CO2e Emissions by Global Dimension One'
- caption: Emissioni CO2e per dimensione globale uno
- measure 'CO2e Emissions by Global Dimension Two'
- caption: Emissioni CO2e per dimensione globale due
- measure 'CO2e Equivalent Emissions by Month'
- caption: Emissioni CO2e equivalente per mese
- measure 'Company Name'
- caption: Nome società
- measure 'Last Refreshed'
- caption: Ultimo aggiornamento
- measure 'Released Employees'
- caption: Dipendenti in aspettativa
- measure 'CO2e Decomposition Tree'
- caption: Albero di scomposizione CO2e
- measure 'CO2e Key Influences'
- caption: Influenze chiave CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Variazione annuale e giornaliera acqua e rifiuti
- table COMPANY
- caption: SOCIETÀ
- measure 'Company Label'
- caption: Etichetta società
- table 'Sustainability Ledger Entries'
- caption: Movimenti contabili sostenibilità
- column 'Entry No.'
- caption: Nr. movimento
- column Description
- caption: Descrizione
- column 'Wat. Intensity'
- caption: Intensità acqua
- column 'Water Type'
- caption: Tipo di acqua
- column 'Wate/Waste Intensity Type'
- caption: Tipo di intensità di acqua/rifiuti
- column 'Document Type'
- caption: Tipo di documento
- measure 'CO2 Emissions'
- caption: Emissioni CO2
- measure 'CH4 Emissions'
- caption: Emissioni CH4
- measure 'CO2 Emissions Balance'
- caption: Saldo emissioni CO2
- measure 'CO2 Emissions Balance at Date'
- caption: Saldo emissioni CO2 alla data
- measure 'N2O Emissions'
- caption: Emissioni N2O
- measure 'CO2e Emissions'
- caption: Emissioni CO2e
- measure 'CH4 Emissions Balance at Date'
- caption: Saldo emissioni CH4 alla data
- measure 'CH4 Emissions Balance'
- caption: Saldo emissioni CH4
- measure 'Water Intensity'
- caption: Intensità dell'acqua
- measure 'Waste Intensity'
- caption: Intensità dei rifiuti
- measure 'Discharged Into Water'
- caption: Scarico in acqua
- measure 'CO2e Emissions Balance'
- caption: Saldo emissioni CO2e
- measure 'CO2e Emissions Balance at Date'
- caption: Saldo emissioni CO2e alla data
- measure 'Discharged Into Water Balance at Date'
- caption: Saldo di scarico in acqua alla data
- measure 'Discharged Into Water Balance'
- caption: Saldo di scarico in acqua
- measure 'N2O Emissions Balance'
- caption: Saldo emissioni N2O
- measure 'N2O Emissions Balance at Date'
- caption: Saldo emissioni N2O alla data
- measure 'Waste Intensity Balance at Date'
- caption: Saldo intensità acqua alla data
- measure 'Waste Intensity Balance'
- caption: Saldo intensità rifiuti
- measure 'Water Intensity Balance'
- caption: Saldo intensità acqua
- measure 'Water Intensity Balance at Date'
- caption: Saldo intensità acqua alla data
- measure 'CO2 Baseline'
- caption: Valore di riferimento CO2
- measure 'CH4 Baseline'
- caption: Valore di riferimento CH4
- measure 'CH4 vs Baseline (%)'
- caption: CH4 rispetto al valore di riferimento (%)
- measure 'N2O Baseline'
- caption: Valore di riferimento N2O
- measure 'N2O vs Baseline (%)'
- caption: N2O rispetto al valore di riferimento (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 rispetto al valore di riferimento (%)
- measure 'Water Baseline'
- caption: Valore di riferimento acqua
- measure 'Waste Baseline'
- caption: Valore di riferimento rifiuti
- measure 'Water vs Baseline (%)'
- caption: Acqua rispetto a valore di riferimento (%)
- measure 'Waste vs Baseline (%)'
- caption: Rifiuti rispetto a valore di riferimento (%)
- measure 'CO2e Baseline'
- caption: Valore di riferimento CO2e
- measure 'CO2e vs Baseline (%)'
- caption: CO2e rispetto al valore di riferimento (%)
- measure 'Purchased Carbon Credits'
- caption: Crediti di carbonio acquistati
- measure 'Discharged Into Water Baseline'
- caption: Valore di riferimento acqua scaricata
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Acqua scaricata rispetto a valore di riferimento (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: Emissioni CO2e (crediti esclusi)
- measure 'Water Intensity PY'
- caption: Intensità dell'acqua PY
- measure 'Water Intensity YOY'
- caption: Cambiamento acqua YOY
- measure 'Waste Intensity PY'
- caption: Rifiuti PY
- measure 'Waste Intensity YOY'
- caption: Cambiamento rifiuti YOY
- measure 'Discharged Into Water PY'
- caption: Scarico in acqua PY
- measure 'Discharged Into Water YOY'
- caption: Scarico in acqua YOY
- measure 'Discharged Into Water PD'
- caption: DP scarico in acqua
- measure 'Waste Intensity PD'
- caption: PD rifiuti
- measure 'Water Intensity PD'
- caption: PD intensità acqua
- measure 'Water Intensity DOD'
- caption: Cambiamento giornaliero acqua
- measure 'Waste Intensity DOD'
- caption: Cambiamento giornaliero rifiuti
- measure 'Discharged Into Water DOD'
- caption: Scarico in acqua giornaliero
- measure 'Base Link'
- caption: Collegamento base
- measure 'Sustainability Ledger Entries Link'
- caption: Collegamento movimenti contabili sostenibilità
- measure 'Months in Context'
- caption: Mesi nel contesto
- table 'Sustainability Accounts'
- caption: Conti di sostenibilità
- column 'Sustainability Account No.'
- caption: Nr. conto di sostenibilità
- column 'Sustainability Account Name'
- caption: Nome conto di sostenibilità
- column 'Sustainability Account Category'
- caption: Categoria conto di sostenibilità
- column 'Sustainability Account Sub-Category'
- caption: Sottocategoria conto di sostenibilità
- table Country/Region
- caption: Paese/area geografica
- column 'Country Region Code'
- caption: Codice paese/area geografica
- column 'Country Region Name'
- caption: Nome paese/area geografica
- table 'Responsibility Centre'
- caption: Centro di responsabilità
- column 'Responsibility Centre Code'
- caption: Codice centro di responsabilità
- column 'Responsibility Centre Name'
- caption: Nome centro di responsabilità
- measure 'Facility Capacity'
- caption: Capacità impianto
- table 'Sustainability Goals'
- caption: Obiettivi di sostenibilità
- column 'Score Card No.'
- caption: Nr. scorecard
- column 'No.'
- caption: Nr.
- column Name
- caption: Nome
- column Owner
- caption: Proprietario
- column 'Target Value For CO2'
- caption: Valore di destinazione per CO2
- column 'Target Value For CH4'
- caption: Valore di destinazione per CH4
- column 'Target Value For N2O'
- caption: Valore di destinazione per N2O
- column 'Target Value For Water Intensity'
- caption: Valore di destinazione per intensità dell'acqua
- column 'Target Value For Waste Intensity'
- caption: Valore di destinazione per intensità dei rifiuti
- column 'Main Goal'
- caption: Obiettivo principale
- column 'Start Date'
- caption: Data di inizio
- column 'End Date'
- caption: Data di fine
- column 'Baseline Start Date'
- caption: Data di inizio del valore di riferimento
- column 'Baseline End Date'
- caption: Data di fine del valore di riferimento
- measure 'CO2 Target'
- caption: Obiettivo CO2
- measure 'CO2 Realized (%)'
- caption: Realizzazione CO2 (%)
- measure 'CH4 Target'
- caption: Obiettivo CH4
- measure 'N2O Target'
- caption: Obiettivo N2O
- measure 'CH4 Realized (%)'
- caption: Realizzazione CH4 (%)
- measure 'N2O Realized (%)'
- caption: Realizzazione N2O (%)
- measure 'Water Target'
- caption: Obiettivo acqua
- measure 'Waste Target'
- caption: Obiettivo rifiuti
- measure 'Water Realized (%)'
- caption: Realizzazione acqua (%)
- measure 'Waste Realized (%)'
- caption: Realizzazione rifiuti (%)
- measure 'CO2e Realized (%)'
- caption: Realizzazione CO2e (%)
- measure 'CO2 Current Value'
- caption: Valore corrente CO2
- measure 'CH4 Current Value'
- caption: Valore corrente CH4
- measure 'N2O Current Value'
- caption: Valore corrente N2O
- measure 'CO2e Current Value'
- caption: Valore corrente CO2e
- table 'Employee Ledger Entries'
- caption: Movimenti contabili dipendente
- column 'Entry No.'
- caption: Nr. movimento
- column 'Document Type'
- caption: Tipo di documento
- column 'Document No.'
- caption: Nr. documento
- column Description
- caption: Descrizione
- measure 'Employee Amount'
- caption: Importo
- measure 'Employee Ledger Entries Link'
- caption: Collegamento movimenti contabili dipendente
- table 'Employee Qualifications'
- caption: Qualifiche dipendenti
- column 'Employee Qualification Codes'
- caption: Codici qualifiche dipendenti
- measure 'Employee Qualifications'
- caption: Numero di qualifiche dipendenti
- table 'Emission Fees'
- caption: Imposte sulle emissioni
- column 'Emission Type'
- caption: Tipo di emissioni
- column 'Scope Type'
- caption: Tipo di ambito
- column 'Starting Date'
- caption: Data di inizio
- column 'Ending Date'
- caption: Data di fine
- column 'Country Region Code'
- caption: Codice paese/area geografica
- column 'Responsibility Centre'
- caption: Centro di responsabilità
- column 'Carbon Fee'
- caption: Onere per emissioni di carbonio
- column 'Carbon Equivalent Factor'
- caption: Fattore di carbonio equivalente
- measure 'CO2e Target'
- caption: Obiettivo CO2e
- measure 'CO2 Carbon Equivalent'
- caption: CO2 equivalente
- measure 'CH4 Carbon Equivalent'
- caption: CH4 equivalente
- measure 'N2O Carbon Equivalent'
- caption: N2O equivalente
- table 'Employee Absences'
- caption: Assenze impiegato
- column 'Entry No'
- caption: Nr. movimento
- column 'From Date'
- caption: Da data
- column 'To Date'
- caption: A data
- column 'Cause of Absence'
- caption: Cause delle assenze
- column Description
- caption: Descrizione
- measure 'Employee Absences'
- caption: Quantità
- measure 'Absence Hours (%)'
- caption: Ore di assenza (%)
- table 'Sustainability Sub-Account Categories'
- caption: Categorie conti secondari di sostenibilità
- column 'Sub-Category Description'
- caption: Descrizione sottocategoria
- column 'Renewable Energy'
- caption: Energie rinnovabili
- table Employees
- caption: Dipendenti
- column 'Employee No.'
- caption: Nr. dipendente
- column 'Employee Full Name'
- caption: Nome completo dipendente
- column 'Employee First Name'
- caption: Nome dipendente
- column 'Employee Last Name'
- caption: Cognome dipendente
- column 'Employee Gender'
- caption: Genere dipendente
- column 'Employee Union Code'
- caption: Codice sindacato dipendente
- column 'Employee Status'
- caption: Stato di impiego
- column 'Employee Cause of Inactivity'
- caption: Causa inattività dipendente
- column 'Employee Inactive Date'
- caption: Data di inattività dipendente
- column 'Employee Grounds for Termination'
- caption: Motivazioni di fine rapporto dipendente
- column 'Employee Date of Birth'
- caption: Data di nascita dipendente
- column Age
- caption: Età
- column 'Age Distribution'
- caption: Distribuzione età
- measure 'No. of Employees'
- caption: Nr. di dipendenti
- measure 'No. of Male Employees'
- caption: Nr. di dipendenti di genere maschile
- measure 'No. of Female Employees'
- caption: Nr. di dipendenti di genere femminile
- measure 'No. of Other Employees'
- caption: Nr. di altri dipendenti
- measure 'Male Employees (%)'
- caption: Dipendenti di genere maschile (%)
- measure 'Female Employees (%)'
- caption: Dipendenti di genere femminile (%)
- measure 'Other Employees (%)'
- caption: Altri dipendenti (%)
- table ENVIRONMENT
- caption: AMBIENTE
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/it-IT.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/it-IT.tmdl
deleted file mode 100644
index 5b368ed213..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/it-IT.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo it-IT
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Categoria conto C/G
- column 'Sustainability Account Category Description'
- caption: Descrizione categoria conto C/G
- column 'Sustainability Account Category Code'
- caption: Codice categoria conto di sostenibilità
- column 'Sustainability Account Category Emission Scope'
- caption: Ambito di emissione categoria conto di sostenibilità
- table 'Dimension Sets'
- caption: Set di dimensioni
- column 'Global Dimension 1'
- caption: Dimensione globale 1
- column 'Global Dimension 2'
- caption: Dimensione globale 2
- column 'Shortcut Dimension 3'
- caption: Collegamento dimensione 3
- column 'Shortcut Dimension 4'
- caption: Collegamento dimensione 4
- column 'Shortcut Dimension 5'
- caption: Collegamento dimensione 5
- column 'Shortcut Dimension 6'
- caption: Collegamento dimensione 6
- column 'Shortcut Dimension 7'
- caption: Collegamento dimensione 7
- column 'Shortcut Dimension 8'
- caption: Collegamento dimensione 8
- column id
- caption: ID
- table Date
- caption: Data
- column 'Week Day'
- caption: Giorno della settimana
- column 'Day Type'
- caption: Tipo di giorno
- column 'Calendar Year'
- caption: Anno di calendario
- column 'Calendar Quarter'
- caption: Trimestre di calendario
- column 'Calendar Quarter Year'
- caption: Trimestre anno di calendario
- column 'Calendar Month'
- caption: Mese di calendario
- column 'Calendar Month Year'
- caption: Mese anno di calendario
- column 'Calendar Week'
- caption: Settimana di calendario
- column 'Calendar Week Year'
- caption: Settimana anno di calendario
- column 'Calendar RelativeWeekPos'
- caption: PosSettimanaRelativa di calendario
- column 'Calendar RelativeMonthPos'
- caption: PosMeseRelativo di calendario
- column 'Calendar RelativeQuarterPos'
- caption: PosTrimestreRelativo di calendario
- column 'Calendar RelativeYearPos'
- caption: PosAnnoRelativo di calendario
- column 'Calendar StartOfMonth'
- caption: PrimoGiornoMese di calendario
- column 'Calendar EndOfMonth'
- caption: UltimoGiornoMese di calendario
- column 'Calendar StartOfQuarter'
- caption: PrimoGiornoTrimestre di calendario
- column 'Calendar EndOfQuarter'
- caption: UltimoGiornoTrimestre di calendario
- column 'Calendar StartOfYear'
- caption: PrimoGiornoAnno di calendario
- column 'Calendar EndOfYear'
- caption: UltimoGiornoAnno di calendario
- column 'Calendar MonthDays'
- caption: GiorniMese di calendario
- column 'Calendar QuarterDays'
- caption: GiorniTrimestre di calendario
- column 'Calendar YearDays'
- caption: GiorniAnno di calendario
- column 'Calendar DayOfMonthNumber'
- caption: NumeroGiornoMese di calendario
- column 'Calendar DayOfQuarterNumber'
- caption: NumeroGiornoTrimestre di calendario
- column 'Calendar DayOfYearNumber'
- caption: NumeroGiornoAnno di calendario
- column 'Calendar DatePreviousWeek'
- caption: DataSettimanaPrecedente di calendario
- column 'Calendar DatePreviousMonth'
- caption: DataMesePrecedente di calendario
- column 'Calendar DatePreviousQuarter'
- caption: DataTrimestrePrecedente di calendario
- column 'Calendar DatePreviousYear'
- caption: DataAnnoPrecedente di calendario
- column 'Fiscal Year'
- caption: Anno fiscale
- column 'Fiscal Quarter'
- caption: Trimestre fiscale
- column 'Fiscal Quarter Year'
- caption: Trimestre anno fiscale
- column 'Fiscal Month'
- caption: Mese fiscale
- column 'Fiscal Month Year'
- caption: Mese anno fiscale
- column 'Fiscal Week'
- caption: Settimana fiscale
- column 'Fiscal Week Year'
- caption: Settimana anno fiscale
- column 'Fiscal RelativeWeekPos'
- caption: PosSettimanaRelativa fiscale
- column 'Fiscal RelativeMonthPos'
- caption: PosMeseRelativo fiscale
- column 'Fiscal RelativeQuarterPos'
- caption: PosTrimestreRelativo fiscale
- column 'Fiscal RelativeYearPos'
- caption: PosAnnoRelativo fiscale
- column 'Fiscal StartOfMonth'
- caption: PrimoGiornoMese fiscale
- column 'Fiscal EndOfMonth'
- caption: UltimoGiornoMese fiscale
- column 'Fiscal StartOfQuarter'
- caption: PrimoGiornoTrimestre fiscale
- column 'Fiscal EndOfQuarter'
- caption: UltimoGiornoTrimestre fiscale
- column 'Fiscal StartOfYear'
- caption: PrimoGiornoAnno fiscale
- column 'Fiscal EndOfYear'
- caption: UltimoGiornoAnno fiscale
- column 'Fiscal MonthDays'
- caption: GiorniMese fiscale
- column 'Fiscal QuarterDays'
- caption: GiorniTrimestre fiscale
- column 'Fiscal YearDays'
- caption: GiorniAnno fiscale
- column 'Fiscal DayOfMonthNumber'
- caption: NumeroGiornoMese fiscale
- column 'Fiscal DayOfQuarterNumber'
- caption: NumeroGiornoTrimestre fiscale
- column 'Fiscal DayOfYearNumber'
- caption: NumeroGiornoAnno fiscale
- column 'Fiscal DatePreviousWeek'
- caption: DataSettimanaPrecedente fiscale
- column 'Fiscal DatePreviousMonth'
- caption: DataMesePrecedente fiscale
- column 'Fiscal DatePreviousQuarter'
- caption: DataTrimestrePrecedente fiscale
- column 'Fiscal DatePreviousYear'
- caption: DataAnnoPrecedente fiscale
- column 'FW Year'
- caption: Anno SF
- column 'FW Quarter'
- caption: Trimestre SF
- column 'FW Quarter Year'
- caption: Trimestre anno SF
- column 'FW Month'
- caption: Mese SF
- column 'FW Month Year'
- caption: Mese anno SF
- column 'FW Week'
- caption: Settimana SF
- column 'FW Period'
- caption: Periodo SF
- column 'FW Week Year'
- caption: Settimana anno SF
- column 'FW StartOfWeek'
- caption: PrimoGiornoSettimana SF
- column 'FW EndOfWeek'
- caption: UltimoGiornoSettimana SF
- column 'FW RelativeWeekPos'
- caption: PosSettimanaRelativa SF
- column 'FW RelativeMonthPos'
- caption: PosMeseRelativo SF
- column 'FW RelativeQuarterPos'
- caption: PosTrimestreRelativo SF
- column 'FW RelativeYearPos'
- caption: PosAnnoRelativo SF
- column 'FW StartOfMonth'
- caption: PrimoGiornoMese SF
- column 'FW EndOfMonth'
- caption: UltimoGiornoMese SF
- column 'FW StartOfQuarter'
- caption: PrimoGiornoTrimestre SF
- column 'FW EndOfQuarter'
- caption: UltimoGiornoTrimestre SF
- column 'FW StartOfYear'
- caption: PrimoGiornoAnno SF
- column 'FW EndOfYear'
- caption: UltimoGiornoAnno SF
- column 'FW MonthDays'
- caption: GiorniMese SF
- column 'FW QuarterDays'
- caption: GiorniTrimestre SF
- column 'FW YearDays'
- caption: GiorniAnno SF
- column 'FW DayOfMonthNumber'
- caption: NumeroGiornoMese SF
- column 'FW DayOfQuarterNumber'
- caption: NumeroGiornoTrimestre SF
- column 'FW DayOfYearNumber'
- caption: NumeroGiornoAnno SF
- column 'FW DatePreviousWeek'
- caption: DataSettimanaPrecedente SF
- column 'FW DatePreviousMonth'
- caption: DataMesePrecedente SF
- column 'FW DatePreviousQuarter'
- caption: DataTrimestrePrecedente SF
- column 'FW DatePreviousYear'
- caption: DataAnnoPrecedente SF
- column 'Relative Day'
- caption: Giorno relativo
- column Sequential365DayNumber
- caption: NumeroGiorno sequenziale da 1 a 365
- measure 'No. of Days'
- caption: Nr. di giorni
- measure 'Working Days'
- caption: Giorni lavorativi
- measure Ranged
- caption: Con intervalli
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Anno-Trimestre-Mese-Settimana fiscale
- level 'Fiscal Year'
- caption: Anno fiscale
- level 'Fiscal Quarter Year'
- caption: Trimestre anno fiscale
- level 'Fiscal Month Year'
- caption: Mese anno fiscale
- level 'Fiscal Week Year'
- caption: Settimana anno fiscale
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Anno-Trimestre-Mese-Settimana di calendario
- level 'Calendar Year'
- caption: Anno di calendario
- level 'Calendar Quarter Year'
- caption: Trimestre anno di calendario
- level 'Calendar Month Year'
- caption: Mese anno di calendario
- level 'Calendar Week Year'
- caption: Settimana anno di calendario
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: Anno-Trimestre-Mese-Settimana SF
- level 'FW Year'
- caption: Anno SF
- level 'FW Quarter Year'
- caption: Trimestre anno SF
- level 'FW Month Year'
- caption: Mese anno SF
- level 'FW Week Year'
- caption: Settimana anno SF
- hierarchy 'Fiscal Year-Month'
- caption: Anno-Mese fiscale
- level 'Fiscal Year'
- caption: Anno fiscale
- level 'Fiscal Month Year'
- caption: Mese anno fiscale
- hierarchy 'Fiscal Year-Month-Week'
- caption: Anno-Mese-Settimana fiscale
- level 'Fiscal Year'
- caption: Anno fiscale
- level 'Fiscal Month Year'
- caption: Mese anno fiscale
- level 'Fiscal Week Year'
- caption: Settimana anno fiscale
- hierarchy 'Calendar Year-Month'
- caption: Anno-Mese di calendario
- level 'Calendar Year'
- caption: Anno di calendario
- level 'Calendar Month Year'
- caption: Mese anno di calendario
- hierarchy 'Calendar Year-Month-Week'
- caption: Anno-Mese-Settimana di calendario
- level 'Calendar Year'
- caption: Anno di calendario
- level 'Calendar Month Year'
- caption: Mese anno di calendario
- level 'Calendar Week Year'
- caption: Settimana anno di calendario
- hierarchy 'FW Year-Month-Week'
- caption: Anno-Mese-Settimana SF
- level 'FW Year'
- caption: Anno SF
- level 'FW Month Year'
- caption: Mese anno SF
- level 'FW Week Year'
- caption: Settimana anno SF
- hierarchy 'FW Year-Quarter-Week'
- caption: Anno-Trimestre-Settimana SF
- level 'FW Year'
- caption: Anno SF
- level 'FW Quarter Year'
- caption: Trimestre anno SF
- level 'FW Week Year'
- caption: Settimana anno SF
- hierarchy 'FW Year-Week'
- caption: Anno-Settimana SF
- level 'FW Year'
- caption: Anno SF
- level 'FW Week Year'
- caption: Settimana anno SF
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Titolo report personale
- measure 'My Button Caption'
- caption: Didascalia pulsante personale
- measure 'My Visual Title'
- caption: Titolo visivo personale
- measure 'Inactive Employees'
- caption: Dipendenti inattivi
- measure 'Terminated Employees'
- caption: Dipendenti licenziati
- measure 'Employees in Unions'
- caption: Dipendenti in sindacati
- measure 'Social Analysis'
- caption: Analisi sociale
- measure 'Gender Distribution'
- caption: Distribuzione generi
- measure 'Age Distribution'
- caption: Distribuzione età
- measure 'Employees Qualifications'
- caption: Qualifiche dipendenti
- measure 'Realized Emissions vs Target'
- caption: Realizzazione emissioni rispetto all'obiettivo
- measure 'CO2e Emissions by Scope'
- caption: Emissioni CO2e per ambito
- measure 'Gas Emissions by Category'
- caption: Emissioni gas per categoria
- measure 'Realized Emissions vs Baseline'
- caption: Realizzazione emissioni rispetto al valore di riferimento
- measure 'CO2e Emissions vs Baseline'
- caption: Emissioni CO2e rispetto al valore di riferimento
- measure 'CO2e Emissions by Account'
- caption: Emissioni CO2e per conto
- measure 'Water and Waste Analysis'
- caption: Analisi acqua e rifiuti
- measure 'Water by Facility Location'
- caption: Acqua per ubicazione dell'impianto
- measure 'Water by Facility Capacity'
- caption: Acqua per capacità dell'impianto
- measure 'Water and Waste by Type'
- caption: Acqua e rifiuti per tipo
- measure 'Water and Waste Intensity by Type'
- caption: Intensità acqua e rifiuti per tipo
- measure 'Water and Waste Intensity by Facility'
- caption: Intensità acqua e rifiuti per impianto
- measure 'Emissions by Category and Scope'
- caption: Emissioni per categoria e ambito
- measure 'Emissions by Category'
- caption: Emissioni per categoria
- measure 'Emissions by Scope'
- caption: Emissioni per ambito
- measure 'CO2e Analysis'
- caption: Analisi CO2e
- measure 'CO2e Emissions by Category'
- caption: Emissioni CO2e per categoria
- measure 'Carbon Credit by Month'
- caption: Credito di carbonio per mese
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: Emissione CO2e equivalente per mese e ricavi
- measure 'Employee Entries Drillthrough'
- caption: Drill-through movimenti dipendenti
- measure 'Employee Ledger Entries'
- caption: Movimenti contabili dipendente
- measure 'Sustainability Ledger Entries'
- caption: Movimenti contabili sostenibilità
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Drill-through movimenti contabili sostenibilità
- measure 'Employee Ledger Entries Drillthrough'
- caption: Drill-through movimenti contabili dipendente
- measure 'Sustainability Overview'
- caption: Panoramica sostenibilità
- measure 'Sustainability Analytics'
- caption: Analisi sostenibilità
- measure 'CO2e Emissions by Month'
- caption: Emissioni CO2e per mese
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Analisi ambiti 1 e 2 per categorie per anno
- measure 'CO2e Emissions by Department'
- caption: Emissioni CO2e per reparto
- measure 'Journey to Net-Zero Carbon'
- caption: Percorso verso l'azzeramento delle emissioni nette di carbonio
- measure 'CO2e Emissions by Business Group'
- caption: Emissioni CO2e per categoria business
- measure 'Renewable Energy Usage'
- caption: Utilizzo energie rinnovabili
- measure 'CO2e Emissions Over Time'
- caption: Emissioni CO2e nel tempo
- measure 'CO2e Smart Review'
- caption: Recensione intelligente CO2e
- measure 'CO2e Emissions by Global Dimension One'
- caption: Emissioni CO2e per dimensione globale uno
- measure 'CO2e Emissions by Global Dimension Two'
- caption: Emissioni CO2e per dimensione globale due
- measure 'CO2e Equivalent Emissions by Month'
- caption: Emissioni CO2e equivalente per mese
- measure 'Company Name'
- caption: Nome società
- measure 'Last Refreshed'
- caption: Ultimo aggiornamento
- measure 'Released Employees'
- caption: Dipendenti in aspettativa
- measure 'CO2e Decomposition Tree'
- caption: Albero di scomposizione CO2e
- measure 'CO2e Key Influences'
- caption: Influenze chiave CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Variazione annuale e giornaliera acqua e rifiuti
- table COMPANY
- caption: SOCIETÀ
- measure 'Company Label'
- caption: Etichetta società
- table 'Sustainability Ledger Entries'
- caption: Movimenti contabili sostenibilità
- column 'Entry No.'
- caption: Nr. movimento
- column Description
- caption: Descrizione
- column 'Wat. Intensity'
- caption: Intensità acqua
- column 'Water Type'
- caption: Tipo di acqua
- column 'Wate/Waste Intensity Type'
- caption: Tipo di intensità di acqua/rifiuti
- column 'Document Type'
- caption: Tipo di documento
- measure 'CO2 Emissions'
- caption: Emissioni CO2
- measure 'CH4 Emissions'
- caption: Emissioni CH4
- measure 'CO2 Emissions Balance'
- caption: Saldo emissioni CO2
- measure 'CO2 Emissions Balance at Date'
- caption: Saldo emissioni CO2 alla data
- measure 'N2O Emissions'
- caption: Emissioni N2O
- measure 'CO2e Emissions'
- caption: Emissioni CO2e
- measure 'CH4 Emissions Balance at Date'
- caption: Saldo emissioni CH4 alla data
- measure 'CH4 Emissions Balance'
- caption: Saldo emissioni CH4
- measure 'Water Intensity'
- caption: Intensità dell'acqua
- measure 'Waste Intensity'
- caption: Intensità dei rifiuti
- measure 'Discharged Into Water'
- caption: Scarico in acqua
- measure 'CO2e Emissions Balance'
- caption: Saldo emissioni CO2e
- measure 'CO2e Emissions Balance at Date'
- caption: Saldo emissioni CO2e alla data
- measure 'Discharged Into Water Balance at Date'
- caption: Saldo di scarico in acqua alla data
- measure 'Discharged Into Water Balance'
- caption: Saldo di scarico in acqua
- measure 'N2O Emissions Balance'
- caption: Saldo emissioni N2O
- measure 'N2O Emissions Balance at Date'
- caption: Saldo emissioni N2O alla data
- measure 'Waste Intensity Balance at Date'
- caption: Saldo intensità acqua alla data
- measure 'Waste Intensity Balance'
- caption: Saldo intensità rifiuti
- measure 'Water Intensity Balance'
- caption: Saldo intensità acqua
- measure 'Water Intensity Balance at Date'
- caption: Saldo intensità acqua alla data
- measure 'CO2 Baseline'
- caption: Valore di riferimento CO2
- measure 'CH4 Baseline'
- caption: Valore di riferimento CH4
- measure 'CH4 vs Baseline (%)'
- caption: CH4 rispetto al valore di riferimento (%)
- measure 'N2O Baseline'
- caption: Valore di riferimento N2O
- measure 'N2O vs Baseline (%)'
- caption: N2O rispetto al valore di riferimento (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 rispetto al valore di riferimento (%)
- measure 'Water Baseline'
- caption: Valore di riferimento acqua
- measure 'Waste Baseline'
- caption: Valore di riferimento rifiuti
- measure 'Water vs Baseline (%)'
- caption: Acqua rispetto a valore di riferimento (%)
- measure 'Waste vs Baseline (%)'
- caption: Rifiuti rispetto a valore di riferimento (%)
- measure 'CO2e Baseline'
- caption: Valore di riferimento CO2e
- measure 'CO2e vs Baseline (%)'
- caption: CO2e rispetto al valore di riferimento (%)
- measure 'Purchased Carbon Credits'
- caption: Crediti di carbonio acquistati
- measure 'Discharged Into Water Baseline'
- caption: Valore di riferimento acqua scaricata
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Acqua scaricata rispetto a valore di riferimento (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: Emissioni CO2e (crediti esclusi)
- measure 'Water Intensity PY'
- caption: Intensità dell'acqua PY
- measure 'Water Intensity YOY'
- caption: Cambiamento acqua YOY
- measure 'Waste Intensity PY'
- caption: Rifiuti PY
- measure 'Waste Intensity YOY'
- caption: Cambiamento rifiuti YOY
- measure 'Discharged Into Water PY'
- caption: Scarico in acqua PY
- measure 'Discharged Into Water YOY'
- caption: Scarico in acqua YOY
- measure 'Discharged Into Water PD'
- caption: DP scarico in acqua
- measure 'Waste Intensity PD'
- caption: PD rifiuti
- measure 'Water Intensity PD'
- caption: PD intensità acqua
- measure 'Water Intensity DOD'
- caption: Cambiamento giornaliero acqua
- measure 'Waste Intensity DOD'
- caption: Cambiamento giornaliero rifiuti
- measure 'Discharged Into Water DOD'
- caption: Scarico in acqua giornaliero
- measure 'Base Link'
- caption: Collegamento base
- measure 'Sustainability Ledger Entries Link'
- caption: Collegamento movimenti contabili sostenibilità
- measure 'Months in Context'
- caption: Mesi nel contesto
- table 'Sustainability Accounts'
- caption: Conti di sostenibilità
- column 'Sustainability Account No.'
- caption: Nr. conto di sostenibilità
- column 'Sustainability Account Name'
- caption: Nome conto di sostenibilità
- column 'Sustainability Account Category'
- caption: Categoria conto di sostenibilità
- column 'Sustainability Account Sub-Category'
- caption: Sottocategoria conto di sostenibilità
- table Country/Region
- caption: Paese/area geografica
- column 'Country Region Code'
- caption: Codice paese/area geografica
- column 'Country Region Name'
- caption: Nome paese/area geografica
- table 'Responsibility Centre'
- caption: Centro di responsabilità
- column 'Responsibility Centre Code'
- caption: Codice centro di responsabilità
- column 'Responsibility Centre Name'
- caption: Nome centro di responsabilità
- measure 'Facility Capacity'
- caption: Capacità impianto
- table 'Sustainability Goals'
- caption: Obiettivi di sostenibilità
- column 'Score Card No.'
- caption: Nr. scorecard
- column 'No.'
- caption: Nr.
- column Name
- caption: Nome
- column Owner
- caption: Proprietario
- column 'Target Value For CO2'
- caption: Valore di destinazione per CO2
- column 'Target Value For CH4'
- caption: Valore di destinazione per CH4
- column 'Target Value For N2O'
- caption: Valore di destinazione per N2O
- column 'Target Value For Water Intensity'
- caption: Valore di destinazione per intensità dell'acqua
- column 'Target Value For Waste Intensity'
- caption: Valore di destinazione per intensità dei rifiuti
- column 'Main Goal'
- caption: Obiettivo principale
- column 'Start Date'
- caption: Data di inizio
- column 'End Date'
- caption: Data di fine
- column 'Baseline Start Date'
- caption: Data di inizio del valore di riferimento
- column 'Baseline End Date'
- caption: Data di fine del valore di riferimento
- measure 'CO2 Target'
- caption: Obiettivo CO2
- measure 'CO2 Realized (%)'
- caption: Realizzazione CO2 (%)
- measure 'CH4 Target'
- caption: Obiettivo CH4
- measure 'N2O Target'
- caption: Obiettivo N2O
- measure 'CH4 Realized (%)'
- caption: Realizzazione CH4 (%)
- measure 'N2O Realized (%)'
- caption: Realizzazione N2O (%)
- measure 'Water Target'
- caption: Obiettivo acqua
- measure 'Waste Target'
- caption: Obiettivo rifiuti
- measure 'Water Realized (%)'
- caption: Realizzazione acqua (%)
- measure 'Waste Realized (%)'
- caption: Realizzazione rifiuti (%)
- measure 'CO2e Realized (%)'
- caption: Realizzazione CO2e (%)
- measure 'CO2 Current Value'
- caption: Valore corrente CO2
- measure 'CH4 Current Value'
- caption: Valore corrente CH4
- measure 'N2O Current Value'
- caption: Valore corrente N2O
- measure 'CO2e Current Value'
- caption: Valore corrente CO2e
- table 'Employee Ledger Entries'
- caption: Movimenti contabili dipendente
- column 'Entry No.'
- caption: Nr. movimento
- column 'Document Type'
- caption: Tipo di documento
- column 'Document No.'
- caption: Nr. documento
- column Description
- caption: Descrizione
- measure 'Employee Amount'
- caption: Importo
- measure 'Employee Ledger Entries Link'
- caption: Collegamento movimenti contabili dipendente
- table 'Employee Qualifications'
- caption: Qualifiche dipendenti
- column 'Employee Qualification Codes'
- caption: Codici qualifiche dipendenti
- measure 'Employee Qualifications'
- caption: Numero di qualifiche dipendenti
- table 'Emission Fees'
- caption: Imposte sulle emissioni
- column 'Emission Type'
- caption: Tipo di emissioni
- column 'Scope Type'
- caption: Tipo di ambito
- column 'Starting Date'
- caption: Data di inizio
- column 'Ending Date'
- caption: Data di fine
- column 'Country Region Code'
- caption: Codice paese/area geografica
- column 'Responsibility Centre'
- caption: Centro di responsabilità
- column 'Carbon Fee'
- caption: Onere per emissioni di carbonio
- column 'Carbon Equivalent Factor'
- caption: Fattore di carbonio equivalente
- measure 'CO2e Target'
- caption: Obiettivo CO2e
- measure 'CO2 Carbon Equivalent'
- caption: CO2 equivalente
- measure 'CH4 Carbon Equivalent'
- caption: CH4 equivalente
- measure 'N2O Carbon Equivalent'
- caption: N2O equivalente
- table 'Employee Absences'
- caption: Assenze impiegato
- column 'Entry No'
- caption: Nr. movimento
- column 'From Date'
- caption: Da data
- column 'To Date'
- caption: A data
- column 'Cause of Absence'
- caption: Cause delle assenze
- column Description
- caption: Descrizione
- measure 'Employee Absences'
- caption: Quantità
- measure 'Absence Hours (%)'
- caption: Ore di assenza (%)
- table 'Sustainability Sub-Account Categories'
- caption: Categorie conti secondari di sostenibilità
- column 'Sub-Category Description'
- caption: Descrizione sottocategoria
- column 'Renewable Energy'
- caption: Energie rinnovabili
- table Employees
- caption: Dipendenti
- column 'Employee No.'
- caption: Nr. dipendente
- column 'Employee Full Name'
- caption: Nome completo dipendente
- column 'Employee First Name'
- caption: Nome dipendente
- column 'Employee Last Name'
- caption: Cognome dipendente
- column 'Employee Gender'
- caption: Genere dipendente
- column 'Employee Union Code'
- caption: Codice sindacato dipendente
- column 'Employee Status'
- caption: Stato di impiego
- column 'Employee Cause of Inactivity'
- caption: Causa inattività dipendente
- column 'Employee Inactive Date'
- caption: Data di inattività dipendente
- column 'Employee Grounds for Termination'
- caption: Motivazioni di fine rapporto dipendente
- column 'Employee Date of Birth'
- caption: Data di nascita dipendente
- column Age
- caption: Età
- column 'Age Distribution'
- caption: Distribuzione età
- measure 'No. of Employees'
- caption: Nr. di dipendenti
- measure 'No. of Male Employees'
- caption: Nr. di dipendenti di genere maschile
- measure 'No. of Female Employees'
- caption: Nr. di dipendenti di genere femminile
- measure 'No. of Other Employees'
- caption: Nr. di altri dipendenti
- measure 'Male Employees (%)'
- caption: Dipendenti di genere maschile (%)
- measure 'Female Employees (%)'
- caption: Dipendenti di genere femminile (%)
- measure 'Other Employees (%)'
- caption: Altri dipendenti (%)
- table ENVIRONMENT
- caption: AMBIENTE
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/nb-NO.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/nb-NO.tmdl
deleted file mode 100644
index d9981c6375..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/nb-NO.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo nb-NO
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Finanskontokategori
- column 'Sustainability Account Category Description'
- caption: Beskrivelse av finanskontokategori
- column 'Sustainability Account Category Code'
- caption: Kategorikode for bærekraftskonto
- column 'Sustainability Account Category Emission Scope'
- caption: Utslippsområde for bærekraftskontokategori
- table 'Dimension Sets'
- caption: Dimensjonssett
- column 'Global Dimension 1'
- caption: Global dimensjon 1
- column 'Global Dimension 2'
- caption: Global dimensjon 2
- column 'Shortcut Dimension 3'
- caption: Snarveisdimensjon 3
- column 'Shortcut Dimension 4'
- caption: Snarveisdimensjon 4
- column 'Shortcut Dimension 5'
- caption: Snarveisdimensjon 5
- column 'Shortcut Dimension 6'
- caption: Snarveisdimensjon 6
- column 'Shortcut Dimension 7'
- caption: Snarveisdimensjon 7
- column 'Shortcut Dimension 8'
- caption: Snarveisdimensjon 8
- column id
- caption: ID
- table Date
- caption: Dato
- column 'Week Day'
- caption: Ukedag
- column 'Day Type'
- caption: Type dag
- column 'Calendar Year'
- caption: Kalenderår
- column 'Calendar Quarter'
- caption: Kalenderkvartal
- column 'Calendar Quarter Year'
- caption: Kalender Kvartal År
- column 'Calendar Month'
- caption: Kalendermåned
- column 'Calendar Month Year'
- caption: Kalender Måned År
- column 'Calendar Week'
- caption: Kalenderuke
- column 'Calendar Week Year'
- caption: Kalender Uke År
- column 'Calendar RelativeWeekPos'
- caption: Kalender RelativUkePos
- column 'Calendar RelativeMonthPos'
- caption: Kalender RelativMånedPos
- column 'Calendar RelativeQuarterPos'
- caption: Kalender RelativtKvartalPos
- column 'Calendar RelativeYearPos'
- caption: Kalender RelativtÅrPos
- column 'Calendar StartOfMonth'
- caption: Kalender StartPåMåned
- column 'Calendar EndOfMonth'
- caption: Kalender SluttPåMåned
- column 'Calendar StartOfQuarter'
- caption: Kalender StartPåKvartal
- column 'Calendar EndOfQuarter'
- caption: KalenderSluttPåKvartal
- column 'Calendar StartOfYear'
- caption: Kalender StartPåÅr
- column 'Calendar EndOfYear'
- caption: Kalender SluttPåÅr
- column 'Calendar MonthDays'
- caption: Kalender MånedDager
- column 'Calendar QuarterDays'
- caption: Kalender KvartalDager
- column 'Calendar YearDays'
- caption: Kalender ÅrDager
- column 'Calendar DayOfMonthNumber'
- caption: Kalender DagIMånedNummer
- column 'Calendar DayOfQuarterNumber'
- caption: Kalender DagIKvartalNummer
- column 'Calendar DayOfYearNumber'
- caption: Kalender DagIÅretNummer
- column 'Calendar DatePreviousWeek'
- caption: Kalender DatoForrigeUke
- column 'Calendar DatePreviousMonth'
- caption: Kalender DatoForrigeMåned
- column 'Calendar DatePreviousQuarter'
- caption: Kalender DatoForrigeKvartal
- column 'Calendar DatePreviousYear'
- caption: Kalender DatoForrigeÅr
- column 'Fiscal Year'
- caption: Regnskapsår
- column 'Fiscal Quarter'
- caption: Regnskapskvartal
- column 'Fiscal Quarter Year'
- caption: Regnskap Kvartal År
- column 'Fiscal Month'
- caption: Regnskapsmåned
- column 'Fiscal Month Year'
- caption: Regnskap Måned År
- column 'Fiscal Week'
- caption: Regnskapsuke
- column 'Fiscal Week Year'
- caption: Regnskap Uke År
- column 'Fiscal RelativeWeekPos'
- caption: Regnskap RelativUkePos
- column 'Fiscal RelativeMonthPos'
- caption: Regnskap RelativMånedPos
- column 'Fiscal RelativeQuarterPos'
- caption: Regnskap RelativtKvartalPos
- column 'Fiscal RelativeYearPos'
- caption: Regnskap RelativtÅrPos
- column 'Fiscal StartOfMonth'
- caption: Regnskap StartPåMåned
- column 'Fiscal EndOfMonth'
- caption: Regnskap SluttPåMåned
- column 'Fiscal StartOfQuarter'
- caption: Regnskap StartPåKvartal
- column 'Fiscal EndOfQuarter'
- caption: Regnskap SluttPåKvartal
- column 'Fiscal StartOfYear'
- caption: Regnskap StartPåÅr
- column 'Fiscal EndOfYear'
- caption: Regnskap SluttPåÅr
- column 'Fiscal MonthDays'
- caption: Regnskap MånedDager
- column 'Fiscal QuarterDays'
- caption: Regnskap KvartalDager
- column 'Fiscal YearDays'
- caption: Regnskap ÅrDager
- column 'Fiscal DayOfMonthNumber'
- caption: Regnskap DagIMånedNummer
- column 'Fiscal DayOfQuarterNumber'
- caption: Regnskap DagIKvartalNummer
- column 'Fiscal DayOfYearNumber'
- caption: Regnskap DagIÅretNummer
- column 'Fiscal DatePreviousWeek'
- caption: Regnskap DatoForrigeUke
- column 'Fiscal DatePreviousMonth'
- caption: Regnskap DatoForrigeMåned
- column 'Fiscal DatePreviousQuarter'
- caption: Regnskap DatoForrigeKvartal
- column 'Fiscal DatePreviousYear'
- caption: Regnskap DatoForrigeÅr
- column 'FW Year'
- caption: Regnskapsuke år
- column 'FW Quarter'
- caption: Regnskapsuke kvartal
- column 'FW Quarter Year'
- caption: Regnskapsuke Kvartal År
- column 'FW Month'
- caption: Regnskapsuke måned
- column 'FW Month Year'
- caption: Regnskapsuke Måned År
- column 'FW Week'
- caption: Regnskapsuke Uke
- column 'FW Period'
- caption: Regnskapsukeperiode
- column 'FW Week Year'
- caption: Regnskapsuke Uke År
- column 'FW StartOfWeek'
- caption: Regnskapsuke StartPåUke
- column 'FW EndOfWeek'
- caption: Regnskapsuke SluttPåUke
- column 'FW RelativeWeekPos'
- caption: Regnskapsuke RelativUkePos
- column 'FW RelativeMonthPos'
- caption: Regnskapsuke RelativMånedPos
- column 'FW RelativeQuarterPos'
- caption: Regnskapsuke RelativtKvartalPos
- column 'FW RelativeYearPos'
- caption: Regnskapsuke RelativtÅrPos
- column 'FW StartOfMonth'
- caption: Regnskapsuke StartPåMåned
- column 'FW EndOfMonth'
- caption: Regnskapsuke SluttPåMåned
- column 'FW StartOfQuarter'
- caption: Regnskapsuke StartPåKvartal
- column 'FW EndOfQuarter'
- caption: Regnskapsuke SluttPåKvartal
- column 'FW StartOfYear'
- caption: Regnskapsuke StartPåÅr
- column 'FW EndOfYear'
- caption: Regnskapsuke SluttPåÅr
- column 'FW MonthDays'
- caption: Regnskapsuke MånedDager
- column 'FW QuarterDays'
- caption: Regnskapsuke KvartalDager
- column 'FW YearDays'
- caption: Regnskapsuke ÅrDager
- column 'FW DayOfMonthNumber'
- caption: Regnskapsuke DagIMånedNummer
- column 'FW DayOfQuarterNumber'
- caption: Regnskapsuke DagIKvartalNummer
- column 'FW DayOfYearNumber'
- caption: Regnskapsuke DagIÅretNummer
- column 'FW DatePreviousWeek'
- caption: Regnskapsuke DatoForrigeUke
- column 'FW DatePreviousMonth'
- caption: Regnskapsuke DatoForrigeMåned
- column 'FW DatePreviousQuarter'
- caption: Regnskapsuke DatoForrigeKvartal
- column 'FW DatePreviousYear'
- caption: Regnskapsuke DatoForrigeÅr
- column 'Relative Day'
- caption: Relativ dag
- column Sequential365DayNumber
- caption: Sekvensiell 365 DagNummer
- measure 'No. of Days'
- caption: Antall dager
- measure 'Working Days'
- caption: Virkedager
- measure Ranged
- caption: Fra/til
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Regnskap år-kvartal-måned-uke
- level 'Fiscal Year'
- caption: Regnskapsår
- level 'Fiscal Quarter Year'
- caption: Regnskap Kvartal År
- level 'Fiscal Month Year'
- caption: Regnskap Måned År
- level 'Fiscal Week Year'
- caption: Regnskap Uke År
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Kalender år-kvartal-måned-uke
- level 'Calendar Year'
- caption: Kalenderår
- level 'Calendar Quarter Year'
- caption: Kalender Kvartal År
- level 'Calendar Month Year'
- caption: Kalender Måned År
- level 'Calendar Week Year'
- caption: Kalender Uke År
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: Regnskapsuke år-kvartal-måned-uke
- level 'FW Year'
- caption: Regnskapsuke år
- level 'FW Quarter Year'
- caption: Regnskapsuke Kvartal År
- level 'FW Month Year'
- caption: Regnskapsuke Måned År
- level 'FW Week Year'
- caption: Regnskapsuke Uke År
- hierarchy 'Fiscal Year-Month'
- caption: Regnskap år-måned
- level 'Fiscal Year'
- caption: Regnskapsår
- level 'Fiscal Month Year'
- caption: Regnskap Måned År
- hierarchy 'Fiscal Year-Month-Week'
- caption: Regnskap år-måned-uke
- level 'Fiscal Year'
- caption: Regnskapsår
- level 'Fiscal Month Year'
- caption: Regnskap Måned År
- level 'Fiscal Week Year'
- caption: Regnskap Uke År
- hierarchy 'Calendar Year-Month'
- caption: Kalender år-måned
- level 'Calendar Year'
- caption: Kalenderår
- level 'Calendar Month Year'
- caption: Kalender Måned År
- hierarchy 'Calendar Year-Month-Week'
- caption: Kalender år-måned-uke
- level 'Calendar Year'
- caption: Kalenderår
- level 'Calendar Month Year'
- caption: Kalender Måned År
- level 'Calendar Week Year'
- caption: Kalender Uke År
- hierarchy 'FW Year-Month-Week'
- caption: Regnskapsuke år-måned-uke
- level 'FW Year'
- caption: Regnskapsuke år
- level 'FW Month Year'
- caption: Regnskapsuke Måned År
- level 'FW Week Year'
- caption: Regnskapsuke Uke År
- hierarchy 'FW Year-Quarter-Week'
- caption: Regnskapsuke år-kvartal-uke
- level 'FW Year'
- caption: Regnskapsuke år
- level 'FW Quarter Year'
- caption: Regnskapsuke Kvartal År
- level 'FW Week Year'
- caption: Regnskapsuke Uke År
- hierarchy 'FW Year-Week'
- caption: Regnskapsuke år-uke
- level 'FW Year'
- caption: Regnskapsuke år
- level 'FW Week Year'
- caption: Regnskapsuke Uke År
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Min rapporttittel
- measure 'My Button Caption'
- caption: Min knappetittel
- measure 'My Visual Title'
- caption: Min visuelle tittel
- measure 'Inactive Employees'
- caption: Inaktive ansatte
- measure 'Terminated Employees'
- caption: Oppsagte ansatte
- measure 'Employees in Unions'
- caption: Ansatte i fagforening
- measure 'Social Analysis'
- caption: Samfunnsanalyse
- measure 'Gender Distribution'
- caption: Kjønnsdistribusjon
- measure 'Age Distribution'
- caption: Aldersfordeling
- measure 'Employees Qualifications'
- caption: Ansattes kvalifikasjoner
- measure 'Realized Emissions vs Target'
- caption: Realiserte utslipp kontra mål
- measure 'CO2e Emissions by Scope'
- caption: CO2e-utslipp etter område
- measure 'Gas Emissions by Category'
- caption: Gassutslipp etter kategori
- measure 'Realized Emissions vs Baseline'
- caption: Realiserte utslipp kontra grunnlinje
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e-utslipp kontra grunnlinje
- measure 'CO2e Emissions by Account'
- caption: CO2e-utslipp etter konto
- measure 'Water and Waste Analysis'
- caption: Vann- og avfallsanalyse
- measure 'Water by Facility Location'
- caption: Vann etter anleggslokasjon
- measure 'Water by Facility Capacity'
- caption: Vann etter anleggskapasitet
- measure 'Water and Waste by Type'
- caption: Vann og avfall etter type
- measure 'Water and Waste Intensity by Type'
- caption: Vann- og avfallsintensitet etter type
- measure 'Water and Waste Intensity by Facility'
- caption: Vann- og avfallsintensitet etter anlegg
- measure 'Emissions by Category and Scope'
- caption: Utslipp etter kategori og område
- measure 'Emissions by Category'
- caption: Utslipp etter kategori
- measure 'Emissions by Scope'
- caption: Utslipp etter område
- measure 'CO2e Analysis'
- caption: CO2e-analyse
- measure 'CO2e Emissions by Category'
- caption: CO2e-utslipp etter kategori
- measure 'Carbon Credit by Month'
- caption: Karbonkredit etter måned
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e-ekvivalentutslipp etter måned og inntekt
- measure 'Employee Entries Drillthrough'
- caption: Gjennomgang av ansattposter
- measure 'Employee Ledger Entries'
- caption: Ansattposter
- measure 'Sustainability Ledger Entries'
- caption: Bærekraftposter
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Gjennomgang av bærekraftposter
- measure 'Employee Ledger Entries Drillthrough'
- caption: Gjennomgang av ansattposter
- measure 'Sustainability Overview'
- caption: Oversikt over bærekraft
- measure 'Sustainability Analytics'
- caption: Bærekraftsanalyse
- measure 'CO2e Emissions by Month'
- caption: CO2e-utslipp etter måned
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Analyse av område 1 og 2 etter kategorier per år
- measure 'CO2e Emissions by Department'
- caption: CO2e-utslipp etter avdeling
- measure 'Journey to Net-Zero Carbon'
- caption: Reisen til nettonull karbon
- measure 'CO2e Emissions by Business Group'
- caption: CO2e-utslipp etter forretningsgruppe
- measure 'Renewable Energy Usage'
- caption: Bruk av fornybar energi
- measure 'CO2e Emissions Over Time'
- caption: CO2e-utslipp over tid
- measure 'CO2e Smart Review'
- caption: Smart gjennomgang av CO2e
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e-utslipp etter global dimensjon én
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e-utslipp etter global dimensjon to
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e-ekvivalentutslipp etter måned
- measure 'Company Name'
- caption: Selskapsnavn
- measure 'Last Refreshed'
- caption: Sist oppdatert
- measure 'Released Employees'
- caption: Frigitte ansatte
- measure 'CO2e Decomposition Tree'
- caption: CO2e-nedbrytingstre
- measure 'CO2e Key Influences'
- caption: CO2e-nøkkelpåvirkninger
- measure 'Water and Waste Yearly and Daily Change'
- caption: Vann og avfall, årlig og daglig endring
- table COMPANY
- caption: SELSKAP
- measure 'Company Label'
- caption: Selskapsetikett
- table 'Sustainability Ledger Entries'
- caption: Bærekraftposter
- column 'Entry No.'
- caption: Oppføringsnr.
- column Description
- caption: Beskrivelse
- column 'Wat. Intensity'
- caption: Vannintensitet
- column 'Water Type'
- caption: Vanntype
- column 'Wate/Waste Intensity Type'
- caption: Type vann-/avfallsintensitet
- column 'Document Type'
- caption: Dokumenttype
- measure 'CO2 Emissions'
- caption: CO2-utslipp
- measure 'CH4 Emissions'
- caption: CH4-utslipp
- measure 'CO2 Emissions Balance'
- caption: Saldo for CO2-utslipp
- measure 'CO2 Emissions Balance at Date'
- caption: Saldo for CO2-utslipp per dato
- measure 'N2O Emissions'
- caption: N2O-utslipp
- measure 'CO2e Emissions'
- caption: CO2e-utslipp
- measure 'CH4 Emissions Balance at Date'
- caption: Saldo for CH4-utslipp per dato
- measure 'CH4 Emissions Balance'
- caption: Saldo for CH4-utslipp
- measure 'Water Intensity'
- caption: Vannintensitet
- measure 'Waste Intensity'
- caption: Avfallsintensitet
- measure 'Discharged Into Water'
- caption: Utsluppet i vann
- measure 'CO2e Emissions Balance'
- caption: Saldo for CO2e-utslipp
- measure 'CO2e Emissions Balance at Date'
- caption: Saldo for CO2e-utslipp per dato
- measure 'Discharged Into Water Balance at Date'
- caption: Saldo per dato for utsluppet i vann
- measure 'Discharged Into Water Balance'
- caption: Saldo for utsluppet i vann
- measure 'N2O Emissions Balance'
- caption: Saldo for N2O-utslipp
- measure 'N2O Emissions Balance at Date'
- caption: Saldo for N2O-utslipp per dato
- measure 'Waste Intensity Balance at Date'
- caption: Avfallsintensitet for saldo per dato
- measure 'Waste Intensity Balance'
- caption: Saldo avfallsintensitet
- measure 'Water Intensity Balance'
- caption: Vannintensitetssaldo
- measure 'Water Intensity Balance at Date'
- caption: Saldo per dato for vannintensitet
- measure 'CO2 Baseline'
- caption: CO2-grunnlinje
- measure 'CH4 Baseline'
- caption: CH4-grunnlinje
- measure 'CH4 vs Baseline (%)'
- caption: CH4 kontra grunnlinje (%)
- measure 'N2O Baseline'
- caption: N2O-grunnlinje
- measure 'N2O vs Baseline (%)'
- caption: N2O kontra grunnlinje (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 kontra grunnlinje (%)
- measure 'Water Baseline'
- caption: Vanngrunnlinje
- measure 'Waste Baseline'
- caption: Avfallsgrunnlinje
- measure 'Water vs Baseline (%)'
- caption: Vann kontra grunnlinje (%)
- measure 'Waste vs Baseline (%)'
- caption: Avfall kontra grunnlinje (%)
- measure 'CO2e Baseline'
- caption: CO2e-grunnlinje
- measure 'CO2e vs Baseline (%)'
- caption: CO2e kontra grunnlinje (%)
- measure 'Purchased Carbon Credits'
- caption: Kjøpte karbonkreditter
- measure 'Discharged Into Water Baseline'
- caption: Grunnlinje for vann utsluppet
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Vannutsl. kontra grunnlinje (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e-utslipp (ekskl. krediter)
- measure 'Water Intensity PY'
- caption: Vannintensitet PÅ
- measure 'Water Intensity YOY'
- caption: Vannbevegelse ÅFÅ
- measure 'Waste Intensity PY'
- caption: Avfall PÅ
- measure 'Waste Intensity YOY'
- caption: Avfallsbevegelse ÅFÅ
- measure 'Discharged Into Water PY'
- caption: Utsluppet i vann PÅ
- measure 'Discharged Into Water YOY'
- caption: Utsluppet i vann ÅFÅ
- measure 'Discharged Into Water PD'
- caption: Utsluppet i vann PD
- measure 'Waste Intensity PD'
- caption: Avfall PD
- measure 'Water Intensity PD'
- caption: Vannintensitet PD
- measure 'Water Intensity DOD'
- caption: Vannbevegelse DFD
- measure 'Waste Intensity DOD'
- caption: Avfallsbevegelse DFD
- measure 'Discharged Into Water DOD'
- caption: Utsluppet i vann DFD
- measure 'Base Link'
- caption: Grunnkobling
- measure 'Sustainability Ledger Entries Link'
- caption: Kobling for bærekraftposter
- measure 'Months in Context'
- caption: Måneder i kontekst
- table 'Sustainability Accounts'
- caption: Bærekraftskontoer
- column 'Sustainability Account No.'
- caption: Bærekraftskontonr.
- column 'Sustainability Account Name'
- caption: Navn på bærekraftskonto
- column 'Sustainability Account Category'
- caption: Kategori for bærekraftskonto
- column 'Sustainability Account Sub-Category'
- caption: Underkategori for bærekraftskonto
- table Country/Region
- caption: Land/område
- column 'Country Region Code'
- caption: Kode for land/område
- column 'Country Region Name'
- caption: Navn på land/område
- table 'Responsibility Centre'
- caption: Ansvarssenter
- column 'Responsibility Centre Code'
- caption: Ansvarssenterkode
- column 'Responsibility Centre Name'
- caption: Navn på ansvarssenter
- measure 'Facility Capacity'
- caption: Anleggskapasitet
- table 'Sustainability Goals'
- caption: Bærekraftsmål
- column 'Score Card No.'
- caption: Målstyringsnr.
- column 'No.'
- caption: Nr.
- column Name
- caption: Navn
- column Owner
- caption: Eier
- column 'Target Value For CO2'
- caption: Målverdi for CO2
- column 'Target Value For CH4'
- caption: Målverdi for CH4
- column 'Target Value For N2O'
- caption: Målverdi for N2O
- column 'Target Value For Water Intensity'
- caption: Målverdi for vannintensitet
- column 'Target Value For Waste Intensity'
- caption: Målverdi for avfallsintensitet
- column 'Main Goal'
- caption: Hovedmål
- column 'Start Date'
- caption: Startdato
- column 'End Date'
- caption: Sluttdato
- column 'Baseline Start Date'
- caption: Startdato for grunnlinje
- column 'Baseline End Date'
- caption: Sluttdato for grunnlinje
- measure 'CO2 Target'
- caption: CO2-mål
- measure 'CO2 Realized (%)'
- caption: Realisert CO2 (%)
- measure 'CH4 Target'
- caption: CH4-mål
- measure 'N2O Target'
- caption: N2O-mål
- measure 'CH4 Realized (%)'
- caption: Realisert CH4 (%)
- measure 'N2O Realized (%)'
- caption: Realisert N2O (%)
- measure 'Water Target'
- caption: Vannmål
- measure 'Waste Target'
- caption: Avfallsmål
- measure 'Water Realized (%)'
- caption: Realisert vann (%)
- measure 'Waste Realized (%)'
- caption: Realisert avfall (%)
- measure 'CO2e Realized (%)'
- caption: Realisert CO2e (%)
- measure 'CO2 Current Value'
- caption: Nåværende verdi for CO2
- measure 'CH4 Current Value'
- caption: Nåværende verdi for CH4
- measure 'N2O Current Value'
- caption: Nåværende verdi for N2O
- measure 'CO2e Current Value'
- caption: Nåværende verdi for CO2e
- table 'Employee Ledger Entries'
- caption: Ansattposter
- column 'Entry No.'
- caption: Oppføringsnr.
- column 'Document Type'
- caption: Dokumenttype
- column 'Document No.'
- caption: Dokumentnr.
- column Description
- caption: Beskrivelse
- measure 'Employee Amount'
- caption: Beløp
- measure 'Employee Ledger Entries Link'
- caption: Kobling for ansattposter
- table 'Employee Qualifications'
- caption: Ansattes kvalifikasjoner
- column 'Employee Qualification Codes'
- caption: Koder for ansattes kvalifikasjoner
- measure 'Employee Qualifications'
- caption: Antall ansattes kvalifikasjoner
- table 'Emission Fees'
- caption: Utslippsavgifter
- column 'Emission Type'
- caption: Utslippstype
- column 'Scope Type'
- caption: Områdetype
- column 'Starting Date'
- caption: Startdato
- column 'Ending Date'
- caption: Sluttdato
- column 'Country Region Code'
- caption: Kode for land/område
- column 'Responsibility Centre'
- caption: Ansvarssenter
- column 'Carbon Fee'
- caption: Karbonavgift
- column 'Carbon Equivalent Factor'
- caption: Karbonekvivalentfaktor
- measure 'CO2e Target'
- caption: CO2e-mål
- measure 'CO2 Carbon Equivalent'
- caption: CO2-karbonekvivalent
- measure 'CH4 Carbon Equivalent'
- caption: CH4-karbonekvivalent
- measure 'N2O Carbon Equivalent'
- caption: N2O-karbonekvivalent
- table 'Employee Absences'
- caption: Ansattes fravær
- column 'Entry No'
- caption: Oppføringsnr.
- column 'From Date'
- caption: Fra dato
- column 'To Date'
- caption: Til dato
- column 'Cause of Absence'
- caption: Fraværsårsak
- column Description
- caption: Beskrivelse
- measure 'Employee Absences'
- caption: Antall
- measure 'Absence Hours (%)'
- caption: Fraværstimer (%)
- table 'Sustainability Sub-Account Categories'
- caption: Underkontokategorier for bærekraft
- column 'Sub-Category Description'
- caption: Beskrivelse av underkategori
- column 'Renewable Energy'
- caption: Fornybar energi
- table Employees
- caption: Ansatte
- column 'Employee No.'
- caption: Ansattnr.
- column 'Employee Full Name'
- caption: Ansattes fulle navn
- column 'Employee First Name'
- caption: Ansattes fornavn
- column 'Employee Last Name'
- caption: Ansattes etternavn
- column 'Employee Gender'
- caption: Ansattes kjønn
- column 'Employee Union Code'
- caption: Ansattes fagforeningskode
- column 'Employee Status'
- caption: Ansattes status
- column 'Employee Cause of Inactivity'
- caption: Ansattes inaktivitetsårsak
- column 'Employee Inactive Date'
- caption: Ansattes inaktivitetsdato
- column 'Employee Grounds for Termination'
- caption: Ansattes sluttårsaker
- column 'Employee Date of Birth'
- caption: Ansattes fødselsdato
- column Age
- caption: Alder
- column 'Age Distribution'
- caption: Aldersfordeling
- measure 'No. of Employees'
- caption: Antall ansatte
- measure 'No. of Male Employees'
- caption: Antall mannlige ansatte
- measure 'No. of Female Employees'
- caption: Antall kvinnelige ansatte
- measure 'No. of Other Employees'
- caption: Antall andre ansatte
- measure 'Male Employees (%)'
- caption: Mannlige ansatte (%)
- measure 'Female Employees (%)'
- caption: Kvinnelige ansatte (%)
- measure 'Other Employees (%)'
- caption: Andre ansatte (%)
- table ENVIRONMENT
- caption: MILJØ
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/nl-BE.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/nl-BE.tmdl
deleted file mode 100644
index 49620ddbea..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/nl-BE.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo nl-BE
- translations
- model Model
- table 'Sustainability Account Category'
- caption: GB-rekeningcategorie
- column 'Sustainability Account Category Description'
- caption: Omschrijving van grootboekrekeningcategorie
- column 'Sustainability Account Category Code'
- caption: Code categorie duurzaamheidsrekening
- column 'Sustainability Account Category Emission Scope'
- caption: Uitstootbereik categorie duurzaamheidsrekening
- table 'Dimension Sets'
- caption: Dimensiecombinaties
- column 'Global Dimension 1'
- caption: Globale dimensie 1
- column 'Global Dimension 2'
- caption: Globale dimensie 2
- column 'Shortcut Dimension 3'
- caption: Shortcutdimensie 3
- column 'Shortcut Dimension 4'
- caption: Shortcutdimensie 4
- column 'Shortcut Dimension 5'
- caption: Shortcutdimensie 5
- column 'Shortcut Dimension 6'
- caption: Shortcutdimensie 6
- column 'Shortcut Dimension 7'
- caption: Shortcutdimensie 7
- column 'Shortcut Dimension 8'
- caption: Shortcutdimensie 8
- column id
- caption: id
- table Date
- caption: Datum
- column 'Week Day'
- caption: Week Dag
- column 'Day Type'
- caption: Dagsoort
- column 'Calendar Year'
- caption: Kalender Jaar
- column 'Calendar Quarter'
- caption: Kalender Kwartaal
- column 'Calendar Quarter Year'
- caption: Kalender Kwartaal Jaar
- column 'Calendar Month'
- caption: Kalender Maand
- column 'Calendar Month Year'
- caption: Kalender Maand Jaar
- column 'Calendar Week'
- caption: Kalender Week
- column 'Calendar Week Year'
- caption: Kalender Week Jaar
- column 'Calendar RelativeWeekPos'
- caption: Kalender RelatieveWeekPos
- column 'Calendar RelativeMonthPos'
- caption: Kalender RelatieveMaandPos
- column 'Calendar RelativeQuarterPos'
- caption: Kalender RelatieveKwartaalPos
- column 'Calendar RelativeYearPos'
- caption: Kalender RelatieveJaarPos
- column 'Calendar StartOfMonth'
- caption: Kalender BeginVanMaand
- column 'Calendar EndOfMonth'
- caption: Kalender EindVanMaand
- column 'Calendar StartOfQuarter'
- caption: Kalender BeginVanKwartaal
- column 'Calendar EndOfQuarter'
- caption: Kalender EindVanKwartaal
- column 'Calendar StartOfYear'
- caption: Kalender BeginVanJaar
- column 'Calendar EndOfYear'
- caption: Kalender EindVanJaar
- column 'Calendar MonthDays'
- caption: Kalender MaandDagen
- column 'Calendar QuarterDays'
- caption: Kalender KwartaalDagen
- column 'Calendar YearDays'
- caption: Kalender JaarDagen
- column 'Calendar DayOfMonthNumber'
- caption: Kalender DagVanMaandNummer
- column 'Calendar DayOfQuarterNumber'
- caption: Kalender DagVanKwartaalNummer
- column 'Calendar DayOfYearNumber'
- caption: Kalender DagVanJaarNummer
- column 'Calendar DatePreviousWeek'
- caption: Kalender DatumVorigeWeek
- column 'Calendar DatePreviousMonth'
- caption: Kalender DatumVorigeMaand
- column 'Calendar DatePreviousQuarter'
- caption: Kalender DatumVorigKwartaal
- column 'Calendar DatePreviousYear'
- caption: Kalender DatumVorigJaar
- column 'Fiscal Year'
- caption: Fiscaal Jaar
- column 'Fiscal Quarter'
- caption: Fiscaal Kwartaal
- column 'Fiscal Quarter Year'
- caption: Fiscaal Kwartaal Jaar
- column 'Fiscal Month'
- caption: Fiscaal Maand
- column 'Fiscal Month Year'
- caption: Fiscaal Maand Jaar
- column 'Fiscal Week'
- caption: Fiscaal Week
- column 'Fiscal Week Year'
- caption: Fiscaal Week Jaar
- column 'Fiscal RelativeWeekPos'
- caption: Fiscaal RelatieveWeekPos
- column 'Fiscal RelativeMonthPos'
- caption: Fiscaal RelatieveMaandPos
- column 'Fiscal RelativeQuarterPos'
- caption: Fiscaal RelatieveKwartaalPos
- column 'Fiscal RelativeYearPos'
- caption: Fiscaal RelatieveJaarPos
- column 'Fiscal StartOfMonth'
- caption: Fiscaal BeginVanMaand
- column 'Fiscal EndOfMonth'
- caption: Fiscaal EindVanMaand
- column 'Fiscal StartOfQuarter'
- caption: Fiscaal BeginVanKwartaal
- column 'Fiscal EndOfQuarter'
- caption: Fiscaal EindVanKwartaal
- column 'Fiscal StartOfYear'
- caption: Fiscaal BeginVanJaar
- column 'Fiscal EndOfYear'
- caption: Fiscaal EindVanJaar
- column 'Fiscal MonthDays'
- caption: Fiscaal MaandDagen
- column 'Fiscal QuarterDays'
- caption: Fiscaal KwartaalDagen
- column 'Fiscal YearDays'
- caption: Fiscaal JaarDagen
- column 'Fiscal DayOfMonthNumber'
- caption: Fiscaal DagVanMaandNummer
- column 'Fiscal DayOfQuarterNumber'
- caption: Fiscaal DagVanKwartaalNummer
- column 'Fiscal DayOfYearNumber'
- caption: Fiscaal DagVanJaarNummer
- column 'Fiscal DatePreviousWeek'
- caption: Fiscaal DatumVorigeWeek
- column 'Fiscal DatePreviousMonth'
- caption: Fiscaal DatumVorigeMaand
- column 'Fiscal DatePreviousQuarter'
- caption: Fiscaal DatumVorigKwartaal
- column 'Fiscal DatePreviousYear'
- caption: Fiscaal DatumVorigJaar
- column 'FW Year'
- caption: FW Jaar
- column 'FW Quarter'
- caption: FW Kwartaal
- column 'FW Quarter Year'
- caption: FW Kwartaal Jaar
- column 'FW Month'
- caption: FW Maand
- column 'FW Month Year'
- caption: FW Maand Jaar
- column 'FW Week'
- caption: FW Week
- column 'FW Period'
- caption: FW Periode
- column 'FW Week Year'
- caption: FW Week Jaar
- column 'FW StartOfWeek'
- caption: FW BeginVanWeek
- column 'FW EndOfWeek'
- caption: FW EindVanWeek
- column 'FW RelativeWeekPos'
- caption: FW RelatieveWeekPos
- column 'FW RelativeMonthPos'
- caption: FW RelatieveMaandPos
- column 'FW RelativeQuarterPos'
- caption: FW RelatieveKwartaalPos
- column 'FW RelativeYearPos'
- caption: FW RelatieveJaarPos
- column 'FW StartOfMonth'
- caption: FW BeginVanMaand
- column 'FW EndOfMonth'
- caption: FW EindVanMaand
- column 'FW StartOfQuarter'
- caption: FW BeginVanKwartaal
- column 'FW EndOfQuarter'
- caption: FW EindVanKwartaal
- column 'FW StartOfYear'
- caption: FW BeginVanJaar
- column 'FW EndOfYear'
- caption: FW EindVanJaar
- column 'FW MonthDays'
- caption: FW MaandDagen
- column 'FW QuarterDays'
- caption: FW KwartaalDagen
- column 'FW YearDays'
- caption: FW JaarDagen
- column 'FW DayOfMonthNumber'
- caption: FW DagVanMaandNummer
- column 'FW DayOfQuarterNumber'
- caption: FW DagVanKwartaalNummer
- column 'FW DayOfYearNumber'
- caption: FW DagVanJaarNummer
- column 'FW DatePreviousWeek'
- caption: FW DatumVorigeWeek
- column 'FW DatePreviousMonth'
- caption: FW DatumVorigeMaand
- column 'FW DatePreviousQuarter'
- caption: FW DatumVorigKwartaal
- column 'FW DatePreviousYear'
- caption: FW DatumVorigJaar
- column 'Relative Day'
- caption: Relatieve Dag
- column Sequential365DayNumber
- caption: Sequentieel 365 DagNummer
- measure 'No. of Days'
- caption: Aantal dagen
- measure 'Working Days'
- caption: Werkdagen
- measure Ranged
- caption: Bereik
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Fiscaal Jaar-Kwartaal-Maand-Week
- level 'Fiscal Year'
- caption: Fiscaal Jaar
- level 'Fiscal Quarter Year'
- caption: Fiscaal Kwartaal Jaar
- level 'Fiscal Month Year'
- caption: Fiscaal Maand Jaar
- level 'Fiscal Week Year'
- caption: Fiscaal Week Jaar
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Kalender Jaar-Kwartaal-Maand-Week
- level 'Calendar Year'
- caption: Kalender Jaar
- level 'Calendar Quarter Year'
- caption: Kalender Kwartaal Jaar
- level 'Calendar Month Year'
- caption: Kalender Maand Jaar
- level 'Calendar Week Year'
- caption: Kalender Week Jaar
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: FW Jaar-Kwartaal-Maand-Week
- level 'FW Year'
- caption: FW Jaar
- level 'FW Quarter Year'
- caption: FW Kwartaal Jaar
- level 'FW Month Year'
- caption: FW Maand Jaar
- level 'FW Week Year'
- caption: FW Week Jaar
- hierarchy 'Fiscal Year-Month'
- caption: Fiscaal Jaar-Maand
- level 'Fiscal Year'
- caption: Fiscaal Jaar
- level 'Fiscal Month Year'
- caption: Fiscaal Maand Jaar
- hierarchy 'Fiscal Year-Month-Week'
- caption: Fiscaal Jaar-Maand-Week
- level 'Fiscal Year'
- caption: Fiscaal Jaar
- level 'Fiscal Month Year'
- caption: Fiscaal Maand Jaar
- level 'Fiscal Week Year'
- caption: Fiscaal Week Jaar
- hierarchy 'Calendar Year-Month'
- caption: Kalender Jaar-Maand
- level 'Calendar Year'
- caption: Kalender Jaar
- level 'Calendar Month Year'
- caption: Kalender Maand Jaar
- hierarchy 'Calendar Year-Month-Week'
- caption: Kalender Jaar-Maand-Week
- level 'Calendar Year'
- caption: Kalender Jaar
- level 'Calendar Month Year'
- caption: Kalender Maand Jaar
- level 'Calendar Week Year'
- caption: Kalender Week Jaar
- hierarchy 'FW Year-Month-Week'
- caption: FW Jaar-Maand-Week
- level 'FW Year'
- caption: FW Jaar
- level 'FW Month Year'
- caption: FW Maand Jaar
- level 'FW Week Year'
- caption: FW Week Jaar
- hierarchy 'FW Year-Quarter-Week'
- caption: FW Jaar-Kwartaal-Week
- level 'FW Year'
- caption: FW Jaar
- level 'FW Quarter Year'
- caption: FW Kwartaal Jaar
- level 'FW Week Year'
- caption: FW Week Jaar
- hierarchy 'FW Year-Week'
- caption: FW Jaar-Week
- level 'FW Year'
- caption: FW Jaar
- level 'FW Week Year'
- caption: FW Week Jaar
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Mijn rapporttitel
- measure 'My Button Caption'
- caption: Bijschrift van mijn knop
- measure 'My Visual Title'
- caption: Mijn visuele titel
- measure 'Inactive Employees'
- caption: Inactieve werknemers
- measure 'Terminated Employees'
- caption: Ontslagen werknemers
- measure 'Employees in Unions'
- caption: Werknemers in vakbonden
- measure 'Social Analysis'
- caption: Sociale analyse
- measure 'Gender Distribution'
- caption: Geslachtsdistributie
- measure 'Age Distribution'
- caption: Leeftijdsdistributie
- measure 'Employees Qualifications'
- caption: Werknemerskwalificaties
- measure 'Realized Emissions vs Target'
- caption: Gerealiseerde uitstoot versus doel
- measure 'CO2e Emissions by Scope'
- caption: CO2e-uitstoot per bereik
- measure 'Gas Emissions by Category'
- caption: Gasuitstoot per categorie
- measure 'Realized Emissions vs Baseline'
- caption: Gerealiseerde uitstoot versus basislijn
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e-uitstoot versus basislijn
- measure 'CO2e Emissions by Account'
- caption: CO2e-uitstoot per rekening
- measure 'Water and Waste Analysis'
- caption: Water- en afvalanalyse
- measure 'Water by Facility Location'
- caption: Water per faciliteitslocatie
- measure 'Water by Facility Capacity'
- caption: Water per faciliteitscapaciteit
- measure 'Water and Waste by Type'
- caption: Water en afval per type
- measure 'Water and Waste Intensity by Type'
- caption: Water- en afvalintensiteit per type
- measure 'Water and Waste Intensity by Facility'
- caption: Water- en afvalintensiteit per faciliteit
- measure 'Emissions by Category and Scope'
- caption: Uitstoot per categorie en bereik
- measure 'Emissions by Category'
- caption: Uitstoot per categorie
- measure 'Emissions by Scope'
- caption: Uitstoot per bereik
- measure 'CO2e Analysis'
- caption: CO2e-analyse
- measure 'CO2e Emissions by Category'
- caption: CO2e-uitstoot per categorie
- measure 'Carbon Credit by Month'
- caption: Koolstofkrediet per maand
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e-equivalente uitstoot per maand en opbrengst
- measure 'Employee Entries Drillthrough'
- caption: Detailanalyse van werknemersposten
- measure 'Employee Ledger Entries'
- caption: Werknemersposten
- measure 'Sustainability Ledger Entries'
- caption: Duurzaamheidsposten
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Detailanalyse duurzaamheidsposten
- measure 'Employee Ledger Entries Drillthrough'
- caption: Detailanalyse werknemersposten
- measure 'Sustainability Overview'
- caption: Duurzaamheidsoverzicht
- measure 'Sustainability Analytics'
- caption: Duurzaamheidsanalyses
- measure 'CO2e Emissions by Month'
- caption: CO2e-uitstoot per maand
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Analyse per categorie per jaar bereik 1 en 2
- measure 'CO2e Emissions by Department'
- caption: CO2e-uitstoot per afdeling
- measure 'Journey to Net-Zero Carbon'
- caption: Reis naar Netto-Nul-Koolstof
- measure 'CO2e Emissions by Business Group'
- caption: CO2e-uitstoot per bedrijfsgroep
- measure 'Renewable Energy Usage'
- caption: Gebruik hernieuwbare energie
- measure 'CO2e Emissions Over Time'
- caption: CO2e-uitstoot in loop van tijd
- measure 'CO2e Smart Review'
- caption: Slimme beoordeling CO2e
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e-uitstoot per globale dimensie één
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e-uitstoot per globale dimensie twee
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e-equivalente uitstoot per maand
- measure 'Company Name'
- caption: Bedrijfsnaam
- measure 'Last Refreshed'
- caption: Laatst vernieuwd
- measure 'Released Employees'
- caption: Vertrokken werknemers
- measure 'CO2e Decomposition Tree'
- caption: Ontledingsstructuur CO2e
- measure 'CO2e Key Influences'
- caption: Belangrijke invloeden CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Jaarlijkse en dagelijkse wijziging van water en afval
- table COMPANY
- caption: BEDRIJF
- measure 'Company Label'
- caption: Bedrijfslabel
- table 'Sustainability Ledger Entries'
- caption: Duurzaamheidsposten
- column 'Entry No.'
- caption: Postnr.
- column Description
- caption: Omschrijving
- column 'Wat. Intensity'
- caption: Waterintensiteit
- column 'Water Type'
- caption: Type water
- column 'Wate/Waste Intensity Type'
- caption: Type intensiteit water/afval
- column 'Document Type'
- caption: Documenttype
- measure 'CO2 Emissions'
- caption: CO2-uitstoot
- measure 'CH4 Emissions'
- caption: CH4-uitstoot
- measure 'CO2 Emissions Balance'
- caption: Saldo CO2-uitstoot
- measure 'CO2 Emissions Balance at Date'
- caption: Saldo op datum CO2-uitstoot
- measure 'N2O Emissions'
- caption: N2O-uitstoot
- measure 'CO2e Emissions'
- caption: CO2e-uitstoot
- measure 'CH4 Emissions Balance at Date'
- caption: Saldo op datum CH4-uitstoot
- measure 'CH4 Emissions Balance'
- caption: Saldo CH4-uitstoot
- measure 'Water Intensity'
- caption: Waterintensiteit
- measure 'Waste Intensity'
- caption: Afvalintensiteit
- measure 'Discharged Into Water'
- caption: Geloosd in water
- measure 'CO2e Emissions Balance'
- caption: Saldo CO2e-uitstoot
- measure 'CO2e Emissions Balance at Date'
- caption: Saldo op datum CO2e-uitstoot
- measure 'Discharged Into Water Balance at Date'
- caption: Saldo op datum geloosd in water
- measure 'Discharged Into Water Balance'
- caption: Saldo geloosd in water
- measure 'N2O Emissions Balance'
- caption: Saldo N2O-uitstoot
- measure 'N2O Emissions Balance at Date'
- caption: Saldo op datum N2O-uitstoot
- measure 'Waste Intensity Balance at Date'
- caption: Saldo op datum afvalintensiteit
- measure 'Waste Intensity Balance'
- caption: Saldo afvalintensiteit
- measure 'Water Intensity Balance'
- caption: Saldo waterintensiteit
- measure 'Water Intensity Balance at Date'
- caption: Saldo op datum waterintensiteit
- measure 'CO2 Baseline'
- caption: CO2-basislijn
- measure 'CH4 Baseline'
- caption: CH4-basislijn
- measure 'CH4 vs Baseline (%)'
- caption: CH4 versus basislijn (%)
- measure 'N2O Baseline'
- caption: N2O-basislijn
- measure 'N2O vs Baseline (%)'
- caption: N2O versus basislijn (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 versus basislijn (%)
- measure 'Water Baseline'
- caption: Basislijn water
- measure 'Waste Baseline'
- caption: Basislijn afval
- measure 'Water vs Baseline (%)'
- caption: Water versus basislijn (%)
- measure 'Waste vs Baseline (%)'
- caption: Afval versus basislijn (%)
- measure 'CO2e Baseline'
- caption: CO2e-basislijn
- measure 'CO2e vs Baseline (%)'
- caption: CO2e versus basislijn (%)
- measure 'Purchased Carbon Credits'
- caption: Ingekochte koolstofkredieten
- measure 'Discharged Into Water Baseline'
- caption: Basislijn geloosd water
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Waterlozing versus basislijn (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e-uitstoot (excl. kredieten)
- measure 'Water Intensity PY'
- caption: Waterintensiteit VJ
- measure 'Water Intensity YOY'
- caption: Watermutatie JTJ
- measure 'Waste Intensity PY'
- caption: Afval VJ
- measure 'Waste Intensity YOY'
- caption: Afvalmutatie JTJ
- measure 'Discharged Into Water PY'
- caption: Geloosd in water VJ
- measure 'Discharged Into Water YOY'
- caption: Geloosd in water JTJ
- measure 'Discharged Into Water PD'
- caption: PG geloosd in water
- measure 'Waste Intensity PD'
- caption: PG afval
- measure 'Water Intensity PD'
- caption: PG waterintensiteit
- measure 'Water Intensity DOD'
- caption: Watermutatie dag-over-dag
- measure 'Waste Intensity DOD'
- caption: Afvalmutatie dag-voor-dag
- measure 'Discharged Into Water DOD'
- caption: Geloosd in water dag-voor-dag
- measure 'Base Link'
- caption: Basiskoppeling
- measure 'Sustainability Ledger Entries Link'
- caption: Koppeling Duurzaamheidsposten
- measure 'Months in Context'
- caption: Maanden in context
- table 'Sustainability Accounts'
- caption: Duurzaamheidsrekeningen
- column 'Sustainability Account No.'
- caption: Nr. van duurzaamheidsrekening
- column 'Sustainability Account Name'
- caption: Naam van duurzaamheidsrekening
- column 'Sustainability Account Category'
- caption: Categorie van duurzaamheidsrekening
- column 'Sustainability Account Sub-Category'
- caption: Subcategorie van duurzaamheidsrekening
- table Country/Region
- caption: Land/regio
- column 'Country Region Code'
- caption: Land/regio-code
- column 'Country Region Name'
- caption: Land/regio-naam
- table 'Responsibility Centre'
- caption: Divisie
- column 'Responsibility Centre Code'
- caption: Divisiecode
- column 'Responsibility Centre Name'
- caption: Divisienaam
- measure 'Facility Capacity'
- caption: Faciliteitscapaciteit
- table 'Sustainability Goals'
- caption: Duurzaamheidsdoelen
- column 'Score Card No.'
- caption: Scorekaartnr.
- column 'No.'
- caption: Nr.
- column Name
- caption: Naam
- column Owner
- caption: Eigenaar
- column 'Target Value For CO2'
- caption: Doelwaarde voor CO2
- column 'Target Value For CH4'
- caption: Doelwaarde voor CH4
- column 'Target Value For N2O'
- caption: Doelwaarde voor N2O
- column 'Target Value For Water Intensity'
- caption: Doelwaarde voor waterintensiteit
- column 'Target Value For Waste Intensity'
- caption: Doelwaarde voor afvalintensiteit
- column 'Main Goal'
- caption: Hoofddoel
- column 'Start Date'
- caption: Begindatum
- column 'End Date'
- caption: Einddatum
- column 'Baseline Start Date'
- caption: Begindatum basislijn
- column 'Baseline End Date'
- caption: Einddatum basislijn
- measure 'CO2 Target'
- caption: CO2-doel
- measure 'CO2 Realized (%)'
- caption: Gerealiseerde CO2 (%)
- measure 'CH4 Target'
- caption: CH4-doel
- measure 'N2O Target'
- caption: N2O-doel
- measure 'CH4 Realized (%)'
- caption: Gerealiseerde CH4 (%)
- measure 'N2O Realized (%)'
- caption: Gerealiseerde N2O (%)
- measure 'Water Target'
- caption: Waterdoel
- measure 'Waste Target'
- caption: Afvaldoel
- measure 'Water Realized (%)'
- caption: Gerealiseerd water (%)
- measure 'Waste Realized (%)'
- caption: Gerealiseerd afval (%)
- measure 'CO2e Realized (%)'
- caption: Gerealiseerde CO2e (%)
- measure 'CO2 Current Value'
- caption: Huidige CO2-waarde
- measure 'CH4 Current Value'
- caption: Huidige CH4-waarde
- measure 'N2O Current Value'
- caption: Huidige N2O-waarde
- measure 'CO2e Current Value'
- caption: Huidige CO2e-waarde
- table 'Employee Ledger Entries'
- caption: Werknemersposten
- column 'Entry No.'
- caption: Postnr.
- column 'Document Type'
- caption: Documenttype
- column 'Document No.'
- caption: Documentnr.
- column Description
- caption: Omschrijving
- measure 'Employee Amount'
- caption: Bedrag
- measure 'Employee Ledger Entries Link'
- caption: Koppeling Werknemersposten
- table 'Employee Qualifications'
- caption: Werknemerskwalificaties
- column 'Employee Qualification Codes'
- caption: Werknemerskwalificatiecodes
- measure 'Employee Qualifications'
- caption: Aantal werknemerskwalificaties
- table 'Emission Fees'
- caption: Uitstootkosten
- column 'Emission Type'
- caption: Type uitstoot
- column 'Scope Type'
- caption: Type bereik
- column 'Starting Date'
- caption: Begindatum
- column 'Ending Date'
- caption: Einddatum
- column 'Country Region Code'
- caption: Land/regio-code
- column 'Responsibility Centre'
- caption: Divisie
- column 'Carbon Fee'
- caption: CO2-tarief
- column 'Carbon Equivalent Factor'
- caption: Koolstofequivalente factor
- measure 'CO2e Target'
- caption: CO2e-doel
- measure 'CO2 Carbon Equivalent'
- caption: CO2-koolstofequivalent
- measure 'CH4 Carbon Equivalent'
- caption: CH4-koolstofequivalent
- measure 'N2O Carbon Equivalent'
- caption: N2O-koolstofequivalent
- table 'Employee Absences'
- caption: Werknemersafwezigheid
- column 'Entry No'
- caption: Postnr.
- column 'From Date'
- caption: Begindatum
- column 'To Date'
- caption: Einddatum
- column 'Cause of Absence'
- caption: Afwezigheidsreden
- column Description
- caption: Omschrijving
- measure 'Employee Absences'
- caption: Hoeveelheid
- measure 'Absence Hours (%)'
- caption: Afwezigheidsuren (%)
- table 'Sustainability Sub-Account Categories'
- caption: Categorieën duurzaamheidssubrekeningen
- column 'Sub-Category Description'
- caption: Omschrijving van subcategorie
- column 'Renewable Energy'
- caption: Hernieuwbare energie
- table Employees
- caption: Werknemers
- column 'Employee No.'
- caption: Werknemersnr.
- column 'Employee Full Name'
- caption: Volledige naam werknemer
- column 'Employee First Name'
- caption: Voornaam werknemer
- column 'Employee Last Name'
- caption: Achternaam werknemer
- column 'Employee Gender'
- caption: Geslacht werknemer
- column 'Employee Union Code'
- caption: Vakbondscode werknemer
- column 'Employee Status'
- caption: Werknemersstatus
- column 'Employee Cause of Inactivity'
- caption: Reden van inactiviteit werknemer
- column 'Employee Inactive Date'
- caption: Werknemer inactief sinds
- column 'Employee Grounds for Termination'
- caption: Ontslagredenen werknemer
- column 'Employee Date of Birth'
- caption: Geboortedatum werknemer
- column Age
- caption: Leeftijd
- column 'Age Distribution'
- caption: Leeftijdsdistributie
- measure 'No. of Employees'
- caption: Aantal werknemers
- measure 'No. of Male Employees'
- caption: Aantal mannelijke werknemers
- measure 'No. of Female Employees'
- caption: Aantal vrouwelijke werknemers
- measure 'No. of Other Employees'
- caption: Aantal overige werknemers
- measure 'Male Employees (%)'
- caption: Mannelijke werknemers (%)
- measure 'Female Employees (%)'
- caption: Vrouwelijke werknemers (%)
- measure 'Other Employees (%)'
- caption: Overige werknemers (%)
- table ENVIRONMENT
- caption: OMGEVING
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/nl-NL.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/nl-NL.tmdl
deleted file mode 100644
index ae4cfcabe8..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/nl-NL.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo nl-NL
- translations
- model Model
- table 'Sustainability Account Category'
- caption: GB-rekeningcategorie
- column 'Sustainability Account Category Description'
- caption: Omschrijving van grootboekrekeningcategorie
- column 'Sustainability Account Category Code'
- caption: Code categorie duurzaamheidsrekening
- column 'Sustainability Account Category Emission Scope'
- caption: Uitstootbereik categorie duurzaamheidsrekening
- table 'Dimension Sets'
- caption: Dimensiesets
- column 'Global Dimension 1'
- caption: Globale dimensie 1
- column 'Global Dimension 2'
- caption: Globale dimensie 2
- column 'Shortcut Dimension 3'
- caption: Shortcutdimensie 3
- column 'Shortcut Dimension 4'
- caption: Shortcutdimensie 4
- column 'Shortcut Dimension 5'
- caption: Shortcutdimensie 5
- column 'Shortcut Dimension 6'
- caption: Shortcutdimensie 6
- column 'Shortcut Dimension 7'
- caption: Shortcutdimensie 7
- column 'Shortcut Dimension 8'
- caption: Shortcutdimensie 8
- column id
- caption: id
- table Date
- caption: Datum
- column 'Week Day'
- caption: Week Dag
- column 'Day Type'
- caption: Dagsoort
- column 'Calendar Year'
- caption: Kalender Jaar
- column 'Calendar Quarter'
- caption: Kalender Kwartaal
- column 'Calendar Quarter Year'
- caption: Kalender Kwartaal Jaar
- column 'Calendar Month'
- caption: Kalender Maand
- column 'Calendar Month Year'
- caption: Kalender Maand Jaar
- column 'Calendar Week'
- caption: Kalender Week
- column 'Calendar Week Year'
- caption: Kalender Week Jaar
- column 'Calendar RelativeWeekPos'
- caption: Kalender RelatieveWeekPos
- column 'Calendar RelativeMonthPos'
- caption: Kalender RelatieveMaandPos
- column 'Calendar RelativeQuarterPos'
- caption: Kalender RelatieveKwartaalPos
- column 'Calendar RelativeYearPos'
- caption: Kalender RelatieveJaarPos
- column 'Calendar StartOfMonth'
- caption: Kalender BeginVanMaand
- column 'Calendar EndOfMonth'
- caption: Kalender EindVanMaand
- column 'Calendar StartOfQuarter'
- caption: Kalender BeginVanKwartaal
- column 'Calendar EndOfQuarter'
- caption: Kalender EindVanKwartaal
- column 'Calendar StartOfYear'
- caption: Kalender BeginVanJaar
- column 'Calendar EndOfYear'
- caption: Kalender EindVanJaar
- column 'Calendar MonthDays'
- caption: Kalender MaandDagen
- column 'Calendar QuarterDays'
- caption: Kalender KwartaalDagen
- column 'Calendar YearDays'
- caption: Kalender JaarDagen
- column 'Calendar DayOfMonthNumber'
- caption: Kalender DagVanMaandNummer
- column 'Calendar DayOfQuarterNumber'
- caption: Kalender DagVanKwartaalNummer
- column 'Calendar DayOfYearNumber'
- caption: Kalender DagVanJaarNummer
- column 'Calendar DatePreviousWeek'
- caption: Kalender DatumVorigeWeek
- column 'Calendar DatePreviousMonth'
- caption: Kalender DatumVorigeMaand
- column 'Calendar DatePreviousQuarter'
- caption: Kalender DatumVorigKwartaal
- column 'Calendar DatePreviousYear'
- caption: Kalender DatumVorigJaar
- column 'Fiscal Year'
- caption: Fiscaal Jaar
- column 'Fiscal Quarter'
- caption: Fiscaal Kwartaal
- column 'Fiscal Quarter Year'
- caption: Fiscaal Kwartaal Jaar
- column 'Fiscal Month'
- caption: Fiscaal Maand
- column 'Fiscal Month Year'
- caption: Fiscaal Maand Jaar
- column 'Fiscal Week'
- caption: Fiscaal Week
- column 'Fiscal Week Year'
- caption: Fiscaal Week Jaar
- column 'Fiscal RelativeWeekPos'
- caption: Fiscaal RelatieveWeekPos
- column 'Fiscal RelativeMonthPos'
- caption: Fiscaal RelatieveMaandPos
- column 'Fiscal RelativeQuarterPos'
- caption: Fiscaal RelatieveKwartaalPos
- column 'Fiscal RelativeYearPos'
- caption: Fiscaal RelatieveJaarPos
- column 'Fiscal StartOfMonth'
- caption: Fiscaal BeginVanMaand
- column 'Fiscal EndOfMonth'
- caption: Fiscaal EindVanMaand
- column 'Fiscal StartOfQuarter'
- caption: Fiscaal BeginVanKwartaal
- column 'Fiscal EndOfQuarter'
- caption: Fiscaal EindVanKwartaal
- column 'Fiscal StartOfYear'
- caption: Fiscaal BeginVanJaar
- column 'Fiscal EndOfYear'
- caption: Fiscaal EindVanJaar
- column 'Fiscal MonthDays'
- caption: Fiscaal MaandDagen
- column 'Fiscal QuarterDays'
- caption: Fiscaal KwartaalDagen
- column 'Fiscal YearDays'
- caption: Fiscaal JaarDagen
- column 'Fiscal DayOfMonthNumber'
- caption: Fiscaal DagVanMaandNummer
- column 'Fiscal DayOfQuarterNumber'
- caption: Fiscaal DagVanKwartaalNummer
- column 'Fiscal DayOfYearNumber'
- caption: Fiscaal DagVanJaarNummer
- column 'Fiscal DatePreviousWeek'
- caption: Fiscaal DatumVorigeWeek
- column 'Fiscal DatePreviousMonth'
- caption: Fiscaal DatumVorigeMaand
- column 'Fiscal DatePreviousQuarter'
- caption: Fiscaal DatumVorigKwartaal
- column 'Fiscal DatePreviousYear'
- caption: Fiscaal DatumVorigJaar
- column 'FW Year'
- caption: FW Jaar
- column 'FW Quarter'
- caption: FW Kwartaal
- column 'FW Quarter Year'
- caption: FW Kwartaal Jaar
- column 'FW Month'
- caption: FW Maand
- column 'FW Month Year'
- caption: FW Maand Jaar
- column 'FW Week'
- caption: FW Week
- column 'FW Period'
- caption: FW Periode
- column 'FW Week Year'
- caption: FW Week Jaar
- column 'FW StartOfWeek'
- caption: FW BeginVanWeek
- column 'FW EndOfWeek'
- caption: FW EindVanWeek
- column 'FW RelativeWeekPos'
- caption: FW RelatieveWeekPos
- column 'FW RelativeMonthPos'
- caption: FW RelatieveMaandPos
- column 'FW RelativeQuarterPos'
- caption: FW RelatieveKwartaalPos
- column 'FW RelativeYearPos'
- caption: FW RelatieveJaarPos
- column 'FW StartOfMonth'
- caption: FW BeginVanMaand
- column 'FW EndOfMonth'
- caption: FW EindVanMaand
- column 'FW StartOfQuarter'
- caption: FW BeginVanKwartaal
- column 'FW EndOfQuarter'
- caption: FW EindVanKwartaal
- column 'FW StartOfYear'
- caption: FW BeginVanJaar
- column 'FW EndOfYear'
- caption: FW EindVanJaar
- column 'FW MonthDays'
- caption: FW MaandDagen
- column 'FW QuarterDays'
- caption: FW KwartaalDagen
- column 'FW YearDays'
- caption: FW JaarDagen
- column 'FW DayOfMonthNumber'
- caption: FW DagVanMaandNummer
- column 'FW DayOfQuarterNumber'
- caption: FW DagVanKwartaalNummer
- column 'FW DayOfYearNumber'
- caption: FW DagVanJaarNummer
- column 'FW DatePreviousWeek'
- caption: FW DatumVorigeWeek
- column 'FW DatePreviousMonth'
- caption: FW DatumVorigeMaand
- column 'FW DatePreviousQuarter'
- caption: FW DatumVorigKwartaal
- column 'FW DatePreviousYear'
- caption: FW DatumVorigJaar
- column 'Relative Day'
- caption: Relatieve Dag
- column Sequential365DayNumber
- caption: Sequentieel 365 DagNummer
- measure 'No. of Days'
- caption: Aantal dagen
- measure 'Working Days'
- caption: Werkdagen
- measure Ranged
- caption: Bereik
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Fiscaal Jaar-Kwartaal-Maand-Week
- level 'Fiscal Year'
- caption: Fiscaal Jaar
- level 'Fiscal Quarter Year'
- caption: Fiscaal Kwartaal Jaar
- level 'Fiscal Month Year'
- caption: Fiscaal Maand Jaar
- level 'Fiscal Week Year'
- caption: Fiscaal Week Jaar
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Kalender Jaar-Kwartaal-Maand-Week
- level 'Calendar Year'
- caption: Kalender Jaar
- level 'Calendar Quarter Year'
- caption: Kalender Kwartaal Jaar
- level 'Calendar Month Year'
- caption: Kalender Maand Jaar
- level 'Calendar Week Year'
- caption: Kalender Week Jaar
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: FW Jaar-Kwartaal-Maand-Week
- level 'FW Year'
- caption: FW Jaar
- level 'FW Quarter Year'
- caption: FW Kwartaal Jaar
- level 'FW Month Year'
- caption: FW Maand Jaar
- level 'FW Week Year'
- caption: FW Week Jaar
- hierarchy 'Fiscal Year-Month'
- caption: Fiscaal Jaar-Maand
- level 'Fiscal Year'
- caption: Fiscaal Jaar
- level 'Fiscal Month Year'
- caption: Fiscaal Maand Jaar
- hierarchy 'Fiscal Year-Month-Week'
- caption: Fiscaal Jaar-Maand-Week
- level 'Fiscal Year'
- caption: Fiscaal Jaar
- level 'Fiscal Month Year'
- caption: Fiscaal Maand Jaar
- level 'Fiscal Week Year'
- caption: Fiscaal Week Jaar
- hierarchy 'Calendar Year-Month'
- caption: Kalender Jaar-Maand
- level 'Calendar Year'
- caption: Kalender Jaar
- level 'Calendar Month Year'
- caption: Kalender Maand Jaar
- hierarchy 'Calendar Year-Month-Week'
- caption: Kalender Jaar-Maand-Week
- level 'Calendar Year'
- caption: Kalender Jaar
- level 'Calendar Month Year'
- caption: Kalender Maand Jaar
- level 'Calendar Week Year'
- caption: Kalender Week Jaar
- hierarchy 'FW Year-Month-Week'
- caption: FW Jaar-Maand-Week
- level 'FW Year'
- caption: FW Jaar
- level 'FW Month Year'
- caption: FW Maand Jaar
- level 'FW Week Year'
- caption: FW Week Jaar
- hierarchy 'FW Year-Quarter-Week'
- caption: FW Jaar-Kwartaal-Week
- level 'FW Year'
- caption: FW Jaar
- level 'FW Quarter Year'
- caption: FW Kwartaal Jaar
- level 'FW Week Year'
- caption: FW Week Jaar
- hierarchy 'FW Year-Week'
- caption: FW Jaar-Week
- level 'FW Year'
- caption: FW Jaar
- level 'FW Week Year'
- caption: FW Week Jaar
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Mijn rapporttitel
- measure 'My Button Caption'
- caption: Bijschrift van mijn knop
- measure 'My Visual Title'
- caption: Mijn visuele titel
- measure 'Inactive Employees'
- caption: Inactieve werknemers
- measure 'Terminated Employees'
- caption: Ontslagen werknemers
- measure 'Employees in Unions'
- caption: Werknemers in vakbonden
- measure 'Social Analysis'
- caption: Sociale analyse
- measure 'Gender Distribution'
- caption: Geslachtsdistributie
- measure 'Age Distribution'
- caption: Leeftijdsdistributie
- measure 'Employees Qualifications'
- caption: Werknemerskwalificaties
- measure 'Realized Emissions vs Target'
- caption: Gerealiseerde uitstoot versus doel
- measure 'CO2e Emissions by Scope'
- caption: CO2e-uitstoot per bereik
- measure 'Gas Emissions by Category'
- caption: Gasuitstoot per categorie
- measure 'Realized Emissions vs Baseline'
- caption: Gerealiseerde uitstoot versus basislijn
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e-uitstoot versus basislijn
- measure 'CO2e Emissions by Account'
- caption: CO2e-uitstoot per rekening
- measure 'Water and Waste Analysis'
- caption: Water- en afvalanalyse
- measure 'Water by Facility Location'
- caption: Water per faciliteitslocatie
- measure 'Water by Facility Capacity'
- caption: Water per faciliteitscapaciteit
- measure 'Water and Waste by Type'
- caption: Water en afval per type
- measure 'Water and Waste Intensity by Type'
- caption: Water- en afvalintensiteit per type
- measure 'Water and Waste Intensity by Facility'
- caption: Water- en afvalintensiteit per faciliteit
- measure 'Emissions by Category and Scope'
- caption: Uitstoot per categorie en bereik
- measure 'Emissions by Category'
- caption: Uitstoot per categorie
- measure 'Emissions by Scope'
- caption: Uitstoot per bereik
- measure 'CO2e Analysis'
- caption: CO2e-analyse
- measure 'CO2e Emissions by Category'
- caption: CO2e-uitstoot per categorie
- measure 'Carbon Credit by Month'
- caption: Koolstofkrediet per maand
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: CO2e-equivalente uitstoot per maand en opbrengst
- measure 'Employee Entries Drillthrough'
- caption: Detailanalyse van werknemersposten
- measure 'Employee Ledger Entries'
- caption: Werknemersposten
- measure 'Sustainability Ledger Entries'
- caption: Duurzaamheidsposten
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Detailanalyse duurzaamheidsposten
- measure 'Employee Ledger Entries Drillthrough'
- caption: Detailanalyse werknemersposten
- measure 'Sustainability Overview'
- caption: Duurzaamheidsoverzicht
- measure 'Sustainability Analytics'
- caption: Duurzaamheidsanalyses
- measure 'CO2e Emissions by Month'
- caption: CO2e-uitstoot per maand
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Analyse per categorie per jaar bereik 1 en 2
- measure 'CO2e Emissions by Department'
- caption: CO2e-uitstoot per afdeling
- measure 'Journey to Net-Zero Carbon'
- caption: Reis naar Netto-Nul-Koolstof
- measure 'CO2e Emissions by Business Group'
- caption: CO2e-uitstoot per bedrijfsgroep
- measure 'Renewable Energy Usage'
- caption: Gebruik hernieuwbare energie
- measure 'CO2e Emissions Over Time'
- caption: CO2e-uitstoot in loop van tijd
- measure 'CO2e Smart Review'
- caption: Slimme beoordeling CO2e
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e-uitstoot per globale dimensie één
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e-uitstoot per globale dimensie twee
- measure 'CO2e Equivalent Emissions by Month'
- caption: CO2e-equivalente uitstoot per maand
- measure 'Company Name'
- caption: Bedrijfsnaam
- measure 'Last Refreshed'
- caption: Laatst vernieuwd
- measure 'Released Employees'
- caption: Vertrokken werknemers
- measure 'CO2e Decomposition Tree'
- caption: Ontledingsstructuur CO2e
- measure 'CO2e Key Influences'
- caption: Belangrijke invloeden CO2e
- measure 'Water and Waste Yearly and Daily Change'
- caption: Jaarlijkse en dagelijkse wijziging van water en afval
- table COMPANY
- caption: BEDRIJF
- measure 'Company Label'
- caption: Bedrijfslabel
- table 'Sustainability Ledger Entries'
- caption: Duurzaamheidsposten
- column 'Entry No.'
- caption: Postnr.
- column Description
- caption: Omschrijving
- column 'Wat. Intensity'
- caption: Waterintensiteit
- column 'Water Type'
- caption: Type water
- column 'Wate/Waste Intensity Type'
- caption: Type intensiteit water/afval
- column 'Document Type'
- caption: Documenttype
- measure 'CO2 Emissions'
- caption: CO2-uitstoot
- measure 'CH4 Emissions'
- caption: CH4-uitstoot
- measure 'CO2 Emissions Balance'
- caption: Saldo CO2-uitstoot
- measure 'CO2 Emissions Balance at Date'
- caption: Saldo op datum CO2-uitstoot
- measure 'N2O Emissions'
- caption: N2O-uitstoot
- measure 'CO2e Emissions'
- caption: CO2e-uitstoot
- measure 'CH4 Emissions Balance at Date'
- caption: Saldo op datum CH4-uitstoot
- measure 'CH4 Emissions Balance'
- caption: Saldo CH4-uitstoot
- measure 'Water Intensity'
- caption: Waterintensiteit
- measure 'Waste Intensity'
- caption: Afvalintensiteit
- measure 'Discharged Into Water'
- caption: Geloosd in water
- measure 'CO2e Emissions Balance'
- caption: Saldo CO2e-uitstoot
- measure 'CO2e Emissions Balance at Date'
- caption: Saldo op datum CO2e-uitstoot
- measure 'Discharged Into Water Balance at Date'
- caption: Saldo op datum geloosd in water
- measure 'Discharged Into Water Balance'
- caption: Saldo geloosd in water
- measure 'N2O Emissions Balance'
- caption: Saldo N2O-uitstoot
- measure 'N2O Emissions Balance at Date'
- caption: Saldo op datum N2O-uitstoot
- measure 'Waste Intensity Balance at Date'
- caption: Saldo op datum afvalintensiteit
- measure 'Waste Intensity Balance'
- caption: Saldo afvalintensiteit
- measure 'Water Intensity Balance'
- caption: Saldo waterintensiteit
- measure 'Water Intensity Balance at Date'
- caption: Saldo op datum waterintensiteit
- measure 'CO2 Baseline'
- caption: CO2-basislijn
- measure 'CH4 Baseline'
- caption: CH4-basislijn
- measure 'CH4 vs Baseline (%)'
- caption: CH4 versus basislijn (%)
- measure 'N2O Baseline'
- caption: N2O-basislijn
- measure 'N2O vs Baseline (%)'
- caption: N2O versus basislijn (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 versus basislijn (%)
- measure 'Water Baseline'
- caption: Basislijn water
- measure 'Waste Baseline'
- caption: Basislijn afval
- measure 'Water vs Baseline (%)'
- caption: Water versus basislijn (%)
- measure 'Waste vs Baseline (%)'
- caption: Afval versus basislijn (%)
- measure 'CO2e Baseline'
- caption: CO2e-basislijn
- measure 'CO2e vs Baseline (%)'
- caption: CO2e versus basislijn (%)
- measure 'Purchased Carbon Credits'
- caption: Ingekochte koolstofkredieten
- measure 'Discharged Into Water Baseline'
- caption: Basislijn geloosd water
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Waterlozing versus basislijn (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e-uitstoot (excl. kredieten)
- measure 'Water Intensity PY'
- caption: Waterintensiteit VJ
- measure 'Water Intensity YOY'
- caption: Watermutatie JTJ
- measure 'Waste Intensity PY'
- caption: Afval VJ
- measure 'Waste Intensity YOY'
- caption: Afvalmutatie JTJ
- measure 'Discharged Into Water PY'
- caption: Geloosd in water VJ
- measure 'Discharged Into Water YOY'
- caption: Geloosd in water JTJ
- measure 'Discharged Into Water PD'
- caption: PG geloosd in water
- measure 'Waste Intensity PD'
- caption: PG afval
- measure 'Water Intensity PD'
- caption: PG waterintensiteit
- measure 'Water Intensity DOD'
- caption: Watermutatie dag-over-dag
- measure 'Waste Intensity DOD'
- caption: Afvalmutatie dag-voor-dag
- measure 'Discharged Into Water DOD'
- caption: Geloosd in water dag-voor-dag
- measure 'Base Link'
- caption: Basiskoppeling
- measure 'Sustainability Ledger Entries Link'
- caption: Koppeling Duurzaamheidsposten
- measure 'Months in Context'
- caption: Maanden in context
- table 'Sustainability Accounts'
- caption: Duurzaamheidsrekeningen
- column 'Sustainability Account No.'
- caption: Nr. van duurzaamheidsrekening
- column 'Sustainability Account Name'
- caption: Naam van duurzaamheidsrekening
- column 'Sustainability Account Category'
- caption: Categorie van duurzaamheidsrekening
- column 'Sustainability Account Sub-Category'
- caption: Subcategorie van duurzaamheidsrekening
- table Country/Region
- caption: Land/regio
- column 'Country Region Code'
- caption: Land/regio-code
- column 'Country Region Name'
- caption: Land/regio-naam
- table 'Responsibility Centre'
- caption: Divisie
- column 'Responsibility Centre Code'
- caption: Divisiecode
- column 'Responsibility Centre Name'
- caption: Divisienaam
- measure 'Facility Capacity'
- caption: Faciliteitscapaciteit
- table 'Sustainability Goals'
- caption: Duurzaamheidsdoelen
- column 'Score Card No.'
- caption: Scorekaartnr.
- column 'No.'
- caption: Nr.
- column Name
- caption: Naam
- column Owner
- caption: Eigenaar
- column 'Target Value For CO2'
- caption: Doelwaarde voor CO2
- column 'Target Value For CH4'
- caption: Doelwaarde voor CH4
- column 'Target Value For N2O'
- caption: Doelwaarde voor N2O
- column 'Target Value For Water Intensity'
- caption: Doelwaarde voor waterintensiteit
- column 'Target Value For Waste Intensity'
- caption: Doelwaarde voor afvalintensiteit
- column 'Main Goal'
- caption: Hoofddoel
- column 'Start Date'
- caption: Begindatum
- column 'End Date'
- caption: Einddatum
- column 'Baseline Start Date'
- caption: Begindatum basislijn
- column 'Baseline End Date'
- caption: Einddatum basislijn
- measure 'CO2 Target'
- caption: CO2-doel
- measure 'CO2 Realized (%)'
- caption: Gerealiseerde CO2 (%)
- measure 'CH4 Target'
- caption: CH4-doel
- measure 'N2O Target'
- caption: N2O-doel
- measure 'CH4 Realized (%)'
- caption: Gerealiseerde CH4 (%)
- measure 'N2O Realized (%)'
- caption: Gerealiseerde N2O (%)
- measure 'Water Target'
- caption: Waterdoel
- measure 'Waste Target'
- caption: Afvaldoel
- measure 'Water Realized (%)'
- caption: Gerealiseerd water (%)
- measure 'Waste Realized (%)'
- caption: Gerealiseerd afval (%)
- measure 'CO2e Realized (%)'
- caption: Gerealiseerde CO2e (%)
- measure 'CO2 Current Value'
- caption: Huidige CO2-waarde
- measure 'CH4 Current Value'
- caption: Huidige CH4-waarde
- measure 'N2O Current Value'
- caption: Huidige N2O-waarde
- measure 'CO2e Current Value'
- caption: Huidige CO2e-waarde
- table 'Employee Ledger Entries'
- caption: Werknemersposten
- column 'Entry No.'
- caption: Postnr.
- column 'Document Type'
- caption: Documenttype
- column 'Document No.'
- caption: Documentnr.
- column Description
- caption: Omschrijving
- measure 'Employee Amount'
- caption: Bedrag
- measure 'Employee Ledger Entries Link'
- caption: Koppeling Werknemersposten
- table 'Employee Qualifications'
- caption: Werknemerskwalificaties
- column 'Employee Qualification Codes'
- caption: Werknemerskwalificatiecodes
- measure 'Employee Qualifications'
- caption: Aantal werknemerskwalificaties
- table 'Emission Fees'
- caption: Uitstootkosten
- column 'Emission Type'
- caption: Type uitstoot
- column 'Scope Type'
- caption: Type bereik
- column 'Starting Date'
- caption: Begindatum
- column 'Ending Date'
- caption: Einddatum
- column 'Country Region Code'
- caption: Land/regio-code
- column 'Responsibility Centre'
- caption: Divisie
- column 'Carbon Fee'
- caption: CO2-tarief
- column 'Carbon Equivalent Factor'
- caption: Koolstofequivalente factor
- measure 'CO2e Target'
- caption: CO2e-doel
- measure 'CO2 Carbon Equivalent'
- caption: CO2-koolstofequivalent
- measure 'CH4 Carbon Equivalent'
- caption: CH4-koolstofequivalent
- measure 'N2O Carbon Equivalent'
- caption: N2O-koolstofequivalent
- table 'Employee Absences'
- caption: Werknemersafwezigheid
- column 'Entry No'
- caption: Postnr.
- column 'From Date'
- caption: Begindatum
- column 'To Date'
- caption: Einddatum
- column 'Cause of Absence'
- caption: Afwezigheidsreden
- column Description
- caption: Omschrijving
- measure 'Employee Absences'
- caption: Hoeveelheid
- measure 'Absence Hours (%)'
- caption: Afwezigheidsuren (%)
- table 'Sustainability Sub-Account Categories'
- caption: Categorieën duurzaamheidssubrekeningen
- column 'Sub-Category Description'
- caption: Omschrijving van subcategorie
- column 'Renewable Energy'
- caption: Hernieuwbare energie
- table Employees
- caption: Werknemers
- column 'Employee No.'
- caption: Werknemersnr.
- column 'Employee Full Name'
- caption: Volledige naam werknemer
- column 'Employee First Name'
- caption: Voornaam werknemer
- column 'Employee Last Name'
- caption: Achternaam werknemer
- column 'Employee Gender'
- caption: Geslacht werknemer
- column 'Employee Union Code'
- caption: Vakbondscode werknemer
- column 'Employee Status'
- caption: Werknemersstatus
- column 'Employee Cause of Inactivity'
- caption: Reden van inactiviteit werknemer
- column 'Employee Inactive Date'
- caption: Werknemer inactief sinds
- column 'Employee Grounds for Termination'
- caption: Ontslagredenen werknemer
- column 'Employee Date of Birth'
- caption: Geboortedatum werknemer
- column Age
- caption: Leeftijd
- column 'Age Distribution'
- caption: Leeftijdsdistributie
- measure 'No. of Employees'
- caption: Aantal werknemers
- measure 'No. of Male Employees'
- caption: Aantal mannelijke werknemers
- measure 'No. of Female Employees'
- caption: Aantal vrouwelijke werknemers
- measure 'No. of Other Employees'
- caption: Aantal overige werknemers
- measure 'Male Employees (%)'
- caption: Mannelijke werknemers (%)
- measure 'Female Employees (%)'
- caption: Vrouwelijke werknemers (%)
- measure 'Other Employees (%)'
- caption: Overige werknemers (%)
- table ENVIRONMENT
- caption: OMGEVING
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/sv-SE.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/sv-SE.tmdl
deleted file mode 100644
index dd6947c282..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/cultures/sv-SE.tmdl
+++ /dev/null
@@ -1,721 +0,0 @@
-cultureInfo sv-SE
- translations
- model Model
- table 'Sustainability Account Category'
- caption: Redovisningskontokategori
- column 'Sustainability Account Category Description'
- caption: Beskrivning av redovisningskontokategori
- column 'Sustainability Account Category Code'
- caption: Kategorikod för hållbarhetskonto
- column 'Sustainability Account Category Emission Scope'
- caption: Utsläpps-scope för hållbarhetskontokategori
- table 'Dimension Sets'
- caption: Dimensionsuppsättningar
- column 'Global Dimension 1'
- caption: Global dimension 1
- column 'Global Dimension 2'
- caption: Global dimension 2
- column 'Shortcut Dimension 3'
- caption: Genväg dimension 3
- column 'Shortcut Dimension 4'
- caption: Genväg dimension 4
- column 'Shortcut Dimension 5'
- caption: Genväg dimension 5
- column 'Shortcut Dimension 6'
- caption: Genväg dimension 6
- column 'Shortcut Dimension 7'
- caption: Genväg dimension 7
- column 'Shortcut Dimension 8'
- caption: Genväg dimension 8
- column id
- caption: ID
- table Date
- caption: Datum
- column 'Week Day'
- caption: Vecka Dag
- column 'Day Type'
- caption: Typ av dag
- column 'Calendar Year'
- caption: Kalender År
- column 'Calendar Quarter'
- caption: Kalender Kvartal
- column 'Calendar Quarter Year'
- caption: Kalender Kvartal År
- column 'Calendar Month'
- caption: Kalender Månad
- column 'Calendar Month Year'
- caption: Kalender Månad År
- column 'Calendar Week'
- caption: Kalender Vecka
- column 'Calendar Week Year'
- caption: Kalender Vecka År
- column 'Calendar RelativeWeekPos'
- caption: Kalender RelativtVeckaPos
- column 'Calendar RelativeMonthPos'
- caption: Kalender RelativtMånadPos
- column 'Calendar RelativeQuarterPos'
- caption: Kalender RelativtKvartalPos
- column 'Calendar RelativeYearPos'
- caption: Kalender RelativtÅrPos
- column 'Calendar StartOfMonth'
- caption: Kalender StartPåMånad
- column 'Calendar EndOfMonth'
- caption: Kalender SlutPåMånad
- column 'Calendar StartOfQuarter'
- caption: Kalender StartPåKvartal
- column 'Calendar EndOfQuarter'
- caption: Kalender SlutPåKvartal
- column 'Calendar StartOfYear'
- caption: Kalender StartPåÅr
- column 'Calendar EndOfYear'
- caption: Kalender Årsslut
- column 'Calendar MonthDays'
- caption: Kalender MånadDagar
- column 'Calendar QuarterDays'
- caption: Kalender KvartalDagar
- column 'Calendar YearDays'
- caption: Kalender ÅrDagar
- column 'Calendar DayOfMonthNumber'
- caption: Kalender DagIMånadNummer
- column 'Calendar DayOfQuarterNumber'
- caption: Kalender DagIKvartalNummer
- column 'Calendar DayOfYearNumber'
- caption: Kalender DagIÅrNummer
- column 'Calendar DatePreviousWeek'
- caption: Kalender DatumFöregåendeVecka
- column 'Calendar DatePreviousMonth'
- caption: Kalender DatumFöregåendeMånad
- column 'Calendar DatePreviousQuarter'
- caption: Kalender DatumFöregåendeKvartal
- column 'Calendar DatePreviousYear'
- caption: Kalender DatumFöregåendeÅr
- column 'Fiscal Year'
- caption: Räkenskapsår
- column 'Fiscal Quarter'
- caption: Räkenskapskalender Kvartal
- column 'Fiscal Quarter Year'
- caption: Räkenskapskalender Kvartal År
- column 'Fiscal Month'
- caption: Räkenskapskalender Månad
- column 'Fiscal Month Year'
- caption: Räkenskapskalender Månad År
- column 'Fiscal Week'
- caption: Räkenskapskalender Vecka
- column 'Fiscal Week Year'
- caption: Räkenskapskalender År Vecka
- column 'Fiscal RelativeWeekPos'
- caption: Räkenskapskalender RelativtVeckaPos
- column 'Fiscal RelativeMonthPos'
- caption: Räkenskapskalender: RelativtMånadPos
- column 'Fiscal RelativeQuarterPos'
- caption: Räkenskapskalender RelativtKvartalPos
- column 'Fiscal RelativeYearPos'
- caption: Räkenskapskalender RelativtÅrPos
- column 'Fiscal StartOfMonth'
- caption: Räkenskapskalender StartPåMånad
- column 'Fiscal EndOfMonth'
- caption: Räkenskapskalender SlutPåMånad
- column 'Fiscal StartOfQuarter'
- caption: Räkenskapskalender StartPåKvartal
- column 'Fiscal EndOfQuarter'
- caption: Räkenskapskalender SlutPåKvartal
- column 'Fiscal StartOfYear'
- caption: Räkenskapskalender StartPåÅr
- column 'Fiscal EndOfYear'
- caption: Räkenskapskalender Årsslut
- column 'Fiscal MonthDays'
- caption: Räkenskapskalender MånadDagar
- column 'Fiscal QuarterDays'
- caption: Räkenskapskalender KvartalDagar
- column 'Fiscal YearDays'
- caption: Räkenskapskalender ÅrDagar
- column 'Fiscal DayOfMonthNumber'
- caption: Räkenskapskalender DagIMÅnadNummer
- column 'Fiscal DayOfQuarterNumber'
- caption: Räkenskapskalender DagIKvartalNummer
- column 'Fiscal DayOfYearNumber'
- caption: Räkenskapskalender DagIÅrNummer
- column 'Fiscal DatePreviousWeek'
- caption: Räkenskapskalender DatumFöregåendeVecka
- column 'Fiscal DatePreviousMonth'
- caption: Räkenskapskalender DatumFöregåendeMånad
- column 'Fiscal DatePreviousQuarter'
- caption: Räkenskapskalender DatumFöregåendeKvartal
- column 'Fiscal DatePreviousYear'
- caption: Räkenskapskalender DatumFöregåendeÅr
- column 'FW Year'
- caption: RV År
- column 'FW Quarter'
- caption: RV Kvartal
- column 'FW Quarter Year'
- caption: RV Kvartal År
- column 'FW Month'
- caption: RV Månad
- column 'FW Month Year'
- caption: RV Månad År
- column 'FW Week'
- caption: RV Vecka
- column 'FW Period'
- caption: RV Period
- column 'FW Week Year'
- caption: RV Vecka År
- column 'FW StartOfWeek'
- caption: RV StartPåVecka
- column 'FW EndOfWeek'
- caption: RV SlutPåVecka
- column 'FW RelativeWeekPos'
- caption: RV RelativtVeckaPos
- column 'FW RelativeMonthPos'
- caption: RV RelativtMånPos
- column 'FW RelativeQuarterPos'
- caption: RV RelativtKvartalPos
- column 'FW RelativeYearPos'
- caption: RV RelativtÅrPos
- column 'FW StartOfMonth'
- caption: RV StartPåMånad
- column 'FW EndOfMonth'
- caption: RV SlutPåMånad
- column 'FW StartOfQuarter'
- caption: RV StartPåKvartal
- column 'FW EndOfQuarter'
- caption: RV SlutPåKvartal
- column 'FW StartOfYear'
- caption: RV StartPåÅr
- column 'FW EndOfYear'
- caption: RV Årsslut
- column 'FW MonthDays'
- caption: RV MånadDagar
- column 'FW QuarterDays'
- caption: RV KvartalDagar
- column 'FW YearDays'
- caption: RV ÅrDagar
- column 'FW DayOfMonthNumber'
- caption: RV DagPåMånadNummer
- column 'FW DayOfQuarterNumber'
- caption: RV DagIKvartalNummer
- column 'FW DayOfYearNumber'
- caption: RV DagIÅrNummer
- column 'FW DatePreviousWeek'
- caption: RV DatumFöregåendeVecka
- column 'FW DatePreviousMonth'
- caption: RV DatumFöregåendeMånad
- column 'FW DatePreviousQuarter'
- caption: RV DatumFöregåendeKvartal
- column 'FW DatePreviousYear'
- caption: RV DatumFöregåendeÅr
- column 'Relative Day'
- caption: Relativt Dag
- column Sequential365DayNumber
- caption: Serienummer i 365-dagarsformat
- measure 'No. of Days'
- caption: Antal dagar
- measure 'Working Days'
- caption: Arbetsdagar
- measure Ranged
- caption: Intervall
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- caption: Räkenskapskalender År-Kvartal-Månad-Vecka
- level 'Fiscal Year'
- caption: Räkenskapsår
- level 'Fiscal Quarter Year'
- caption: Räkenskapskalender Kvartal År
- level 'Fiscal Month Year'
- caption: Räkenskapskalender Månad År
- level 'Fiscal Week Year'
- caption: Räkenskapskalender År Vecka
- hierarchy 'Calendar Year-Quarter-Month-Week'
- caption: Kalender År-Kvartal-Månad-Vecka
- level 'Calendar Year'
- caption: Kalender År
- level 'Calendar Quarter Year'
- caption: Kalender Kvartal År
- level 'Calendar Month Year'
- caption: Kalender Månad År
- level 'Calendar Week Year'
- caption: Kalender Vecka År
- hierarchy 'FW Year-Quarter-Month-Week'
- caption: RV År-Kvartal-Månad-Vecka
- level 'FW Year'
- caption: RV År
- level 'FW Quarter Year'
- caption: RV Kvartal År
- level 'FW Month Year'
- caption: RV Månad År
- level 'FW Week Year'
- caption: RV Vecka År
- hierarchy 'Fiscal Year-Month'
- caption: Räkenskapskalender År-Månad
- level 'Fiscal Year'
- caption: Räkenskapsår
- level 'Fiscal Month Year'
- caption: Räkenskapskalender Månad År
- hierarchy 'Fiscal Year-Month-Week'
- caption: Räkenskapskalender År-Månad-Vecka
- level 'Fiscal Year'
- caption: Räkenskapsår
- level 'Fiscal Month Year'
- caption: Räkenskapskalender Månad År
- level 'Fiscal Week Year'
- caption: Räkenskapskalender År Vecka
- hierarchy 'Calendar Year-Month'
- caption: Kalender År-Månad
- level 'Calendar Year'
- caption: Kalender År
- level 'Calendar Month Year'
- caption: Kalender Månad År
- hierarchy 'Calendar Year-Month-Week'
- caption: Kalender År-Månad-Vecka
- level 'Calendar Year'
- caption: Kalender År
- level 'Calendar Month Year'
- caption: Kalender Månad År
- level 'Calendar Week Year'
- caption: Kalender Vecka År
- hierarchy 'FW Year-Month-Week'
- caption: RV År-Månad-Vecka
- level 'FW Year'
- caption: RV År
- level 'FW Month Year'
- caption: RV Månad År
- level 'FW Week Year'
- caption: RV Vecka År
- hierarchy 'FW Year-Quarter-Week'
- caption: RV År-Kvartal-Vecka
- level 'FW Year'
- caption: RV År
- level 'FW Quarter Year'
- caption: RV Kvartal År
- level 'FW Week Year'
- caption: RV Vecka År
- hierarchy 'FW Year-Week'
- caption: RV År-Vecka
- level 'FW Year'
- caption: RV År
- level 'FW Week Year'
- caption: RV Vecka År
- table 'Localized Labels'
- measure 'My Report Title'
- caption: Min rapportrubrik
- measure 'My Button Caption'
- caption: Min knapprubrik
- measure 'My Visual Title'
- caption: Min visuella rubrik
- measure 'Inactive Employees'
- caption: Inaktiva medarbetare
- measure 'Terminated Employees'
- caption: Uppsagda medarbetare
- measure 'Employees in Unions'
- caption: Medarbetare i fackföreningar
- measure 'Social Analysis'
- caption: Samhällsanalys
- measure 'Gender Distribution'
- caption: Könsfördelning
- measure 'Age Distribution'
- caption: Åldersfördelning
- measure 'Employees Qualifications'
- caption: Personalkompetenser
- measure 'Realized Emissions vs Target'
- caption: Realiserade utsläpp jämfört med målet
- measure 'CO2e Emissions by Scope'
- caption: CO2e-utsläpp per scope
- measure 'Gas Emissions by Category'
- caption: Gasutsläpp per kategori
- measure 'Realized Emissions vs Baseline'
- caption: Realiserade utsläpp jämfört med baslinjen
- measure 'CO2e Emissions vs Baseline'
- caption: CO2e-utsläpp jämfört med baslinjen
- measure 'CO2e Emissions by Account'
- caption: CO2e-utsläpp per konto
- measure 'Water and Waste Analysis'
- caption: Vatten- och avfallsanalys
- measure 'Water by Facility Location'
- caption: Vatten per anläggningsplats
- measure 'Water by Facility Capacity'
- caption: Vatten per anläggningskapacitet
- measure 'Water and Waste by Type'
- caption: Vatten och avfall per typ
- measure 'Water and Waste Intensity by Type'
- caption: Vatten- och avfallsintensitet per typ
- measure 'Water and Waste Intensity by Facility'
- caption: Vatten- och avfallsintensitet per anläggning
- measure 'Emissions by Category and Scope'
- caption: Utsläpp per kategori och scope
- measure 'Emissions by Category'
- caption: Utsläpp per kategori
- measure 'Emissions by Scope'
- caption: Utsläpp per scope
- measure 'CO2e Analysis'
- caption: CO2e-analys
- measure 'CO2e Emissions by Category'
- caption: CO2e-utsläpp per kategori
- measure 'Carbon Credit by Month'
- caption: Koldioxidkredit per månad
- measure 'CO2e Equivalent Emission by Month and Revenue'
- caption: Utsläpp av CO2e-ekvivalenter per månad och intäkt
- measure 'Employee Entries Drillthrough'
- caption: Detaljerad analys av personaltransaktioner
- measure 'Employee Ledger Entries'
- caption: Personaltransaktioner
- measure 'Sustainability Ledger Entries'
- caption: Hållbarhetstransaktioner
- measure 'Sustainability Ledger Entries Drillthrough'
- caption: Detaljerad analys av hållbarhetstransaktioner
- measure 'Employee Ledger Entries Drillthrough'
- caption: Detaljerad analys av redovisningstransaktioner för personal
- measure 'Sustainability Overview'
- caption: Hållbarhetsöversikt
- measure 'Sustainability Analytics'
- caption: Hållbarhetsanalys
- measure 'CO2e Emissions by Month'
- caption: CO2e-utsläpp per månad
- measure 'Scopes 1 and 2 Analysis by Categories Per Year'
- caption: Analys av kategorierna scope 1 och 2 per kategori och år
- measure 'CO2e Emissions by Department'
- caption: CO2e-utsläpp per avdelning
- measure 'Journey to Net-Zero Carbon'
- caption: Resan mot netto-noll koldioxidutsläpp
- measure 'CO2e Emissions by Business Group'
- caption: CO2e-utsläpp per affärsgrupp
- measure 'Renewable Energy Usage'
- caption: Användning av förnybar energi
- measure 'CO2e Emissions Over Time'
- caption: CO2e-utsläpp över tid
- measure 'CO2e Smart Review'
- caption: Smart granskning av CO2e
- measure 'CO2e Emissions by Global Dimension One'
- caption: CO2e-utsläpp per global dimension ett
- measure 'CO2e Emissions by Global Dimension Two'
- caption: CO2e-utsläpp per global dimension två
- measure 'CO2e Equivalent Emissions by Month'
- caption: Utsläpp av CO2e-ekvivalenter per månad
- measure 'Company Name'
- caption: Företagsnamn
- measure 'Last Refreshed'
- caption: Uppdaterades senast
- measure 'Released Employees'
- caption: Frisläppta medarbetare
- measure 'CO2e Decomposition Tree'
- caption: Nedbrytningsträd för CO2e
- measure 'CO2e Key Influences'
- caption: Viktiga CO2e-influenser
- measure 'Water and Waste Yearly and Daily Change'
- caption: Årlig och daglig förändring för vatten och avfall
- table COMPANY
- caption: FÖRETAG
- measure 'Company Label'
- caption: Företagsetikett
- table 'Sustainability Ledger Entries'
- caption: Hållbarhetstransaktioner
- column 'Entry No.'
- caption: Transaktionsnummer
- column Description
- caption: Beskrivning
- column 'Wat. Intensity'
- caption: Vattenintensitet
- column 'Water Type'
- caption: Vattentyp
- column 'Wate/Waste Intensity Type'
- caption: Typ av vatten-/avfallsintensitet
- column 'Document Type'
- caption: Dokumenttyp
- measure 'CO2 Emissions'
- caption: CO2-utsläpp
- measure 'CH4 Emissions'
- caption: CH4-utsläpp
- measure 'CO2 Emissions Balance'
- caption: Saldo för CO2-utsläpp
- measure 'CO2 Emissions Balance at Date'
- caption: Saldo t.o.m. datum för CO2-utsläpp
- measure 'N2O Emissions'
- caption: N2O-utsläpp
- measure 'CO2e Emissions'
- caption: CO2e-utsläpp
- measure 'CH4 Emissions Balance at Date'
- caption: Saldo t.o.m. datum för CH4-utsläpp
- measure 'CH4 Emissions Balance'
- caption: Saldo för CH4-utsläpp
- measure 'Water Intensity'
- caption: Vattenintensitet
- measure 'Waste Intensity'
- caption: Avfallsintensitet
- measure 'Discharged Into Water'
- caption: Utsläpp i vatten
- measure 'CO2e Emissions Balance'
- caption: Saldo CO2e-utsläpp
- measure 'CO2e Emissions Balance at Date'
- caption: Saldo CO2e-utsläpp t.o.m. datum
- measure 'Discharged Into Water Balance at Date'
- caption: Saldo för utsläpp i vatten t.o.m. datum
- measure 'Discharged Into Water Balance'
- caption: Saldo för utsläpp i vatten
- measure 'N2O Emissions Balance'
- caption: Saldo för N2O-utsläpp
- measure 'N2O Emissions Balance at Date'
- caption: Saldo t.o.m. datum för N2O-utsläpp
- measure 'Waste Intensity Balance at Date'
- caption: Saldo för avfallsintensitet t.o.m. datum
- measure 'Waste Intensity Balance'
- caption: Saldo för avfallsintensitet
- measure 'Water Intensity Balance'
- caption: Saldo för vattenintensitet
- measure 'Water Intensity Balance at Date'
- caption: Saldo för vattenintensitet t.o.m. datum
- measure 'CO2 Baseline'
- caption: CO2-baslinje
- measure 'CH4 Baseline'
- caption: CH4-baslinje
- measure 'CH4 vs Baseline (%)'
- caption: CH4 jämfört med baslinjen (%)
- measure 'N2O Baseline'
- caption: N2O-baslinje
- measure 'N2O vs Baseline (%)'
- caption: N2O jämfört med baslinjen (%)
- measure 'CO2 vs Baseline (%)'
- caption: CO2 jämfört med baslinjen (%)
- measure 'Water Baseline'
- caption: Vattnets baslinje
- measure 'Waste Baseline'
- caption: Baslinje för avfall
- measure 'Water vs Baseline (%)'
- caption: Vatten jämfört med baslinje (%)
- measure 'Waste vs Baseline (%)'
- caption: Avfall jämfört med baslinje (%)
- measure 'CO2e Baseline'
- caption: CO2e-baslinje
- measure 'CO2e vs Baseline (%)'
- caption: CO2e jämfört med baslinjen (%)
- measure 'Purchased Carbon Credits'
- caption: Köpta koldioxidkrediter
- measure 'Discharged Into Water Baseline'
- caption: Baslinje för utsläppt vatten
- measure 'Discharged Into Water vs Baseline (%)'
- caption: Vattenutsläpp jämfört med baslinje (%)
- measure 'CO2e Emissions (Excl Credits)'
- caption: CO2e-utsläpp (exkl. krediter)
- measure 'Water Intensity PY'
- caption: Vattenintensitet FÅ
- measure 'Water Intensity YOY'
- caption: Vattenförändring ÅFÅ
- measure 'Waste Intensity PY'
- caption: Avfall FÅ
- measure 'Waste Intensity YOY'
- caption: Förändring avfall ÅFÅ
- measure 'Discharged Into Water PY'
- caption: Utsläpp i vatten FÅ
- measure 'Discharged Into Water YOY'
- caption: Utsläpp i vatten ÅFÅ
- measure 'Discharged Into Water PD'
- caption: Utsläpp i vatten PD
- measure 'Waste Intensity PD'
- caption: Avfall PD
- measure 'Water Intensity PD'
- caption: Vattenintensitet PD
- measure 'Water Intensity DOD'
- caption: Vattenförändring DFD
- measure 'Waste Intensity DOD'
- caption: Förändring avfall DFD
- measure 'Discharged Into Water DOD'
- caption: Utsläpp i vatten DFD
- measure 'Base Link'
- caption: Baslänk
- measure 'Sustainability Ledger Entries Link'
- caption: Länk för hållbarhetstransaktioner
- measure 'Months in Context'
- caption: Månader i sammanhang
- table 'Sustainability Accounts'
- caption: Hållbarhetskonton
- column 'Sustainability Account No.'
- caption: Hållbarhetskontonr
- column 'Sustainability Account Name'
- caption: Namn på hållbarhetskonto
- column 'Sustainability Account Category'
- caption: Kategori för hållbarhetskonto
- column 'Sustainability Account Sub-Category'
- caption: Underkategori för hållbarhetskonto
- table Country/Region
- caption: Land/region
- column 'Country Region Code'
- caption: Lands-/regionskod
- column 'Country Region Name'
- caption: Namn på land/region
- table 'Responsibility Centre'
- caption: Ansvarsenhet
- column 'Responsibility Centre Code'
- caption: Kod för ansvarsenhet
- column 'Responsibility Centre Name'
- caption: Ansvarsenhetsnamn
- measure 'Facility Capacity'
- caption: Anläggningens kapacitet
- table 'Sustainability Goals'
- caption: Hållbarhetsmål
- column 'Score Card No.'
- caption: Styrkortsnummer
- column 'No.'
- caption: Nummer
- column Name
- caption: Namn
- column Owner
- caption: Ägare
- column 'Target Value For CO2'
- caption: Målvärde för CO2
- column 'Target Value For CH4'
- caption: Målvärde för CH4
- column 'Target Value For N2O'
- caption: Målvärde för N2O
- column 'Target Value For Water Intensity'
- caption: Målvärde för vattenintensitet
- column 'Target Value For Waste Intensity'
- caption: Målvärde för avfallsintensitet
- column 'Main Goal'
- caption: Huvudmål
- column 'Start Date'
- caption: Startdatum
- column 'End Date'
- caption: Slutdatum
- column 'Baseline Start Date'
- caption: Startdatum för baslinje
- column 'Baseline End Date'
- caption: Slutdatum för baslinje
- measure 'CO2 Target'
- caption: CO2-mål
- measure 'CO2 Realized (%)'
- caption: CO2 realiserat (%)
- measure 'CH4 Target'
- caption: CH4-mål
- measure 'N2O Target'
- caption: N2O-mål
- measure 'CH4 Realized (%)'
- caption: CH4 realiserat (%)
- measure 'N2O Realized (%)'
- caption: N2O realiserat (%)
- measure 'Water Target'
- caption: Vattenmål
- measure 'Waste Target'
- caption: Avfallsmål
- measure 'Water Realized (%)'
- caption: Vatten realiserat (%)
- measure 'Waste Realized (%)'
- caption: Realiserat avfall (%)
- measure 'CO2e Realized (%)'
- caption: CO2e realiserat (%)
- measure 'CO2 Current Value'
- caption: Aktuellt värde för CO2
- measure 'CH4 Current Value'
- caption: Aktuellt värde för CH4
- measure 'N2O Current Value'
- caption: Aktuellt värde för N2O
- measure 'CO2e Current Value'
- caption: Aktuellt värde för CO2e
- table 'Employee Ledger Entries'
- caption: Personaltransaktioner
- column 'Entry No.'
- caption: Transaktionsnummer
- column 'Document Type'
- caption: Dokumenttyp
- column 'Document No.'
- caption: Dokumentnummer
- column Description
- caption: Beskrivning
- measure 'Employee Amount'
- caption: Belopp
- measure 'Employee Ledger Entries Link'
- caption: Länk för personaltransaktioner
- table 'Employee Qualifications'
- caption: Personalkompetenser
- column 'Employee Qualification Codes'
- caption: Koder för personalkompetens
- measure 'Employee Qualifications'
- caption: Räkna personalkompetenser
- table 'Emission Fees'
- caption: Utsläppsavgifter
- column 'Emission Type'
- caption: Utsläppstyp
- column 'Scope Type'
- caption: Typ av scope
- column 'Starting Date'
- caption: Startdatum
- column 'Ending Date'
- caption: Slutdatum
- column 'Country Region Code'
- caption: Lands-/regionskod
- column 'Responsibility Centre'
- caption: Ansvarsenhet
- column 'Carbon Fee'
- caption: Koldioxidavgift
- column 'Carbon Equivalent Factor'
- caption: Faktor för koldioxidekvivalent
- measure 'CO2e Target'
- caption: CO2e-mål
- measure 'CO2 Carbon Equivalent'
- caption: CO2-koldioxidekvivalent
- measure 'CH4 Carbon Equivalent'
- caption: CH4-koldioxidekvivalent
- measure 'N2O Carbon Equivalent'
- caption: N2O-koldioxidekvivalent
- table 'Employee Absences'
- caption: Personalfrånvaro
- column 'Entry No'
- caption: Transaktionsnummer
- column 'From Date'
- caption: Från datum
- column 'To Date'
- caption: Till datum
- column 'Cause of Absence'
- caption: Orsak till frånvaro
- column Description
- caption: Beskrivning
- measure 'Employee Absences'
- caption: Antal
- measure 'Absence Hours (%)'
- caption: Frånvarotimmar (%)
- table 'Sustainability Sub-Account Categories'
- caption: Kategorier för hållbarhetsunderkonton
- column 'Sub-Category Description'
- caption: Beskrivning av underkategori
- column 'Renewable Energy'
- caption: Förnybar energi
- table Employees
- caption: Medarbetare
- column 'Employee No.'
- caption: Anställningsnr
- column 'Employee Full Name'
- caption: Medarbetarens fullständiga namn
- column 'Employee First Name'
- caption: Medarbetarens förnamn
- column 'Employee Last Name'
- caption: Medarbetarens efternamn
- column 'Employee Gender'
- caption: Medarbetarens kön
- column 'Employee Union Code'
- caption: Medarbetarens fackföreningskod
- column 'Employee Status'
- caption: Personalstatus
- column 'Employee Cause of Inactivity'
- caption: Orsak till medarbetarens inaktivitet
- column 'Employee Inactive Date'
- caption: Medarbetarens inaktivitetsdatum
- column 'Employee Grounds for Termination'
- caption: Orsaker till medarbetarens uppsägning
- column 'Employee Date of Birth'
- caption: Medarbetarens födelsedatum
- column Age
- caption: Ålder
- column 'Age Distribution'
- caption: Åldersfördelning
- measure 'No. of Employees'
- caption: Antal medarbetare
- measure 'No. of Male Employees'
- caption: Antal medarbetare – män
- measure 'No. of Female Employees'
- caption: Antal medarbetare – kvinnor
- measure 'No. of Other Employees'
- caption: Antal övriga medarbetare
- measure 'Male Employees (%)'
- caption: Medarbetare – män (%)
- measure 'Female Employees (%)'
- caption: Medarbetare – kvinnor (%)
- measure 'Other Employees (%)'
- caption: Övriga medarbetare (%)
- table ENVIRONMENT
- caption: MILJÖ
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/database.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/database.tmdl
deleted file mode 100644
index 19b27aa405..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/database.tmdl
+++ /dev/null
@@ -1,3 +0,0 @@
-database
- compatibilityLevel: 1600
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/expressions.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/expressions.tmdl
deleted file mode 100644
index aff2680c24..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/expressions.tmdl
+++ /dev/null
@@ -1,214 +0,0 @@
-expression Dimensions =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="dimensions",Signature="table"]}[Data],
- #"Changed Type" = Table.TransformColumnTypes(
- TableData,
- {
- {"dim1Code", type text},
- {"dim1Name", type text},
- {"dim1Caption", type text},
- {"dim2Code", type text},
- {"dim2Name", type text},
- {"dim2Caption", type text},
- {"dim3Code", type text},
- {"dim3Name", type text},
- {"dim3Caption", type text},
- {"dim4Code", type text},
- {"dim4Name", type text},
- {"dim4Caption", type text},
- {"dim5Code", type text},
- {"dim5Name", type text},
- {"dim5Caption", type text},
- {"dim6Code", type text},
- {"dim6Name", type text},
- {"dim6Caption", type text},
- {"dim7Code", type text},
- {"dim7Name", type text},
- {"dim7Caption", type text},
- {"dim8Code", type text},
- {"dim8Name", type text},
- {"dim8Caption", type text}
- }
- ),
- #"Removed Columns" = Table.RemoveColumns(#"Changed Type",{"ETag"})
- in
- #"Removed Columns"
- lineageTag: 0e7242e1-6de4-4458-b6aa-e47397d3c6c0
-
- annotation PBI_ResultType = Table
-
- annotation PBI_NavigationStepName = Navigation
-
-expression DimensionSet_Blank =
- let
- Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMlDSUTIEYtJQbCwA", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [dimensionSetID = _t, valueCount = _t, dimension1ValueCode = _t, dimension1ValueName = _t, dimension2ValueCode = _t, dimension2ValueName = _t, dimension3ValueCode = _t, dimension3ValueName = _t, dimension4ValueCode = _t, dimension4ValueName = _t, dimension5ValueCode = _t, dimension5ValueName = _t, dimension6ValueCode = _t, dimension6ValueName = _t, dimension7ValueCode = _t, dimension7ValueName = _t, dimension8ValueCode = _t, dimension8ValueName = _t]),
- #"Changed Type" = Table.TransformColumnTypes(Source,{{"dimensionSetID", Int64.Type}, {"valueCount", Int64.Type}, {"dimension1ValueCode", type text}, {"dimension1ValueName", type text}, {"dimension2ValueCode", type text}, {"dimension2ValueName", type text}, {"dimension3ValueCode", type text}, {"dimension3ValueName", type text}, {"dimension4ValueCode", type text}, {"dimension4ValueName", type text}, {"dimension5ValueCode", type text}, {"dimension5ValueName", type text}, {"dimension6ValueCode", type text}, {"dimension6ValueName", type text}, {"dimension7ValueCode", type text}, {"dimension7ValueName", type text}, {"dimension8ValueCode", type text}, {"dimension8ValueName", type text}})
- in
- #"Changed Type"
- lineageTag: b4247344-244a-48dc-9215-b6ea1325f879
-
- annotation PBI_ResultType = Table
-
- annotation PBI_NavigationStepName = Navigation
-
-expression DimensionSets_DataSource =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="dimensionSetEntries",Signature="table"]}[Data],
- #"Changed Type" = Table.TransformColumnTypes(
- TableData,
- {
- {"dimensionSetID", Int64.Type},
- {"valueCount", Int64.Type},
- {"dimension1ValueCode", type text},
- {"dimension1ValueName", type text},
- {"dimension2ValueCode", type text},
- {"dimension2ValueName", type text},
- {"dimension3ValueCode", type text},
- {"dimension3ValueName", type text},
- {"dimension4ValueCode", type text},
- {"dimension4ValueName", type text},
- {"dimension5ValueCode", type text},
- {"dimension5ValueName", type text},
- {"dimension6ValueCode", type text},
- {"dimension6ValueName", type text},
- {"dimension7ValueCode", type text},
- {"dimension7ValueName", type text},
- {"dimension8ValueCode", type text},
- {"dimension8ValueName", type text}
- }
- ),
- #"Removed Columns" = Table.RemoveColumns(#"Changed Type",{"ETag"}),
- #"Appended Query" = Table.Combine({#"Removed Columns", DimensionSet_Blank}),
- #"Filtered Rows" = Table.SelectRows(#"Appended Query", each ([dimensionSetID] <> 0))
- in
- #"Filtered Rows"
- lineageTag: 946e1eeb-d5fb-44ad-a36f-17324489be24
-
- annotation PBI_ResultType = Table
-
- annotation PBI_NavigationStepName = Navigation
-
-expression GetDimCode = ```
- let
- Source = (DimNo as number) => let
- Source = Dimensions,
- Rec = Table.First(Source),
- DimCaption = if
- DimNo = 1 then Record.Field(Rec,"Dim1Code") else if
- DimNo = 2 then Record.Field(Rec,"Dim2Code") else if
- DimNo = 3 then Record.Field(Rec,"Dim3Code") else if
- DimNo = 4 then Record.Field(Rec,"Dim4Code") else if
- DimNo = 5 then Record.Field(Rec,"Dim5Code") else if
- DimNo = 6 then Record.Field(Rec,"Dim6Code") else if
- DimNo = 7 then Record.Field(Rec,"Dim7Code") else if
- DimNo = 8 then Record.Field(Rec,"Dim8Code") else ""
- in
- DimCaption
- in
- Source
- ```
- lineageTag: 510862c7-c25e-42da-9d78-6001e7156983
- queryGroup: 'Parameters and Functions\Functions'
-
- annotation PBI_ResultType = Function
-
-expression GetDimCodeCaption = ```
- let
- Source = (DimNo as number) => let
- Source = Dimensions,
- Rec = Table.First(Source),
- DimCaption = if
- DimNo = 1 then Record.Field(Rec,"Dim1Caption") else if
- DimNo = 2 then Record.Field(Rec,"Dim2Caption") else if
- DimNo = 3 then Record.Field(Rec,"Dim3Caption") else if
- DimNo = 4 then Record.Field(Rec,"Dim4Caption") else if
- DimNo = 5 then Record.Field(Rec,"Dim5Caption") else if
- DimNo = 6 then Record.Field(Rec,"Dim6Caption") else if
- DimNo = 7 then Record.Field(Rec,"Dim7Caption") else if
- DimNo = 8 then Record.Field(Rec,"Dim8Caption") else "N/A Code",
- DimCaption2 = if DimCaption="" then "N/A Code" else DimCaption,
- DimCaption3 = DimCaption2&" (Dim "& Number.ToText(DimNo) & ")"
- in
- DimCaption3
- in
- Source
- ```
- lineageTag: bb9e9440-7a6e-4528-b25f-c8df576b848f
- queryGroup: 'Parameters and Functions\Functions'
-
- annotation PBI_ResultType = Function
-
-expression GetDimNameCaption = ```
- let
- Source = (DimNo as number) => let
- Source = Dimensions,
- Rec = Table.First(Source),
- DimCaption = if
- DimNo = 1 then Record.Field(Rec,"Dim1Name") else if
- DimNo = 2 then Record.Field(Rec,"Dim2Name") else if
- DimNo = 3 then Record.Field(Rec,"Dim3Name") else if
- DimNo = 4 then Record.Field(Rec,"Dim4Name") else if
- DimNo = 5 then Record.Field(Rec,"Dim5Name") else if
- DimNo = 6 then Record.Field(Rec,"Dim6Name") else if
- DimNo = 7 then Record.Field(Rec,"Dim7Name") else if
- DimNo = 8 then Record.Field(Rec,"Dim8Name") else "N/A Name",
- DimCaption2 = if DimCaption="" then "N/A Name" else DimCaption&" Name",
- DimCaption3 = DimCaption2&" (Dim "& Number.ToText(DimNo) & ")"
- in
- DimCaption3
- in
- Source
- ```
- lineageTag: 7a06943c-0bd7-4fbb-8eb0-f507f5438d06
- queryGroup: 'Parameters and Functions\Functions'
-
- annotation PBI_ResultType = Function
-
-expression API_ENDPOINT = "microsoft/analytics/v1.0" meta [IsParameterQuery=true, Type="Text", IsParameterQueryRequired=true]
- lineageTag: 0750104b-0db0-49f8-9dd1-0d6053b4b02b
- queryGroup: 'Parameters and Functions\Connection Parameters'
-
- annotation PBI_ResultType = Text
-
- annotation PBI_NavigationStepName = Navigation
-
-expression ConvertUTC =
- let
- Source = (dateTableSetup as table) =>
- let
- #"Added UTC Now" = Table.AddColumn(dateTableSetup, "UTC Now", each DateTimeZone.UtcNow()),
- #"Extract UTC Value" = Table.AddColumn(
- #"Added UTC Now", "Extract UTC", each Text.BetweenDelimiters([timeZoneDisplayName], "(", ")")
- ),
- #"Remove UTC prefix" = Table.AddColumn(
- #"Extract UTC Value", "Remove UTC prefix", each Text.AfterDelimiter([Extract UTC], "UTC")
- ),
- #"Extract Hour and Minutes" = Table.SplitColumn(#"Remove UTC prefix", "Remove UTC prefix", Splitter.SplitTextByDelimiter(":", QuoteStyle.None), {"UTC Hours", "UTC Minutes"}),
- #"Changed Type" = Table.TransformColumnTypes(#"Extract Hour and Minutes",{{"UTC Hours", Int64.Type}, {"UTC Minutes", Int64.Type}},"en-us"),
- #"Switch Zone" = Table.AddColumn(
- #"Changed Type",
- "UTC Offset",
- each if [UTC Hours] = null then [UTC Now] else DateTimeZone.SwitchZone([UTC Now], [UTC Hours], [UTC Minutes])
- ),
- #"Set Date" = Table.AddColumn(
- #"Switch Zone", "Today", each Date.From(DateTimeZone.RemoveZone([UTC Offset])), type date
- ),
- #"Set Last Refresh Time" = Table.AddColumn(
- #"Set Date", "Last Refresh Time", each Time.From(DateTimeZone.RemoveZone([UTC Offset])), type time
- ),
- #"Remove unnecessary" = Table.RemoveColumns(
- #"Set Last Refresh Time", {"UTC Now", "Extract UTC", "UTC Offset"}
- )
- in
- #"Remove unnecessary"
- in
- Source
- lineageTag: f0639757-0fce-4331-8306-962f88fd5c4a
- queryGroup: 'Parameters and Functions\Functions'
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Function
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/model.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/model.tmdl
deleted file mode 100644
index 23c95c1ae0..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/model.tmdl
+++ /dev/null
@@ -1,98 +0,0 @@
-model Model
- culture: en-US
- defaultPowerBIDataSourceVersion: powerBI_V3
- discourageImplicitMeasures
- sourceQueryCulture: en-AU
- dataAccessOptions
- fastCombine
- legacyRedirects
- returnErrorValuesAsNull
-
-queryGroup 'Parameters and Functions'
-
- annotation PBI_QueryGroupOrder = 0
-
-queryGroup 'Dimension Tables'
-
- annotation PBI_QueryGroupOrder = 1
-
-queryGroup 'Fact Tables'
-
- annotation PBI_QueryGroupOrder = 2
-
-queryGroup 'Parameters and Functions\Functions'
-
- annotation PBI_QueryGroupOrder = 3
-
-queryGroup Measures
-
- annotation PBI_QueryGroupOrder = 7
-
-queryGroup 'Date Table'
-
- annotation PBI_QueryGroupOrder = 8
-
-queryGroup 'Parameters and Functions\Connection Parameters'
-
- annotation PBI_QueryGroupOrder = 4
-
-annotation __PBI_TimeIntelligenceEnabled = 0
-
-annotation PBI_QueryOrder = ["ENVIRONMENT","COMPANY","Dimensions","DimensionSet_Blank","DimensionSets_DataSource","GetDimCode","GetDimCodeCaption","GetDimNameCaption","Sustainability Accounts","Sustainability Account Category","Date Table Setup","Working Days","API_ENDPOINT","Sustainability Ledger Entries","Country/Region","Responsibility Centre","Dimension Sets","Sustainability Goals","Employee Ledger Entries","Employees","Employee Qualifications","Emission Fees","Employee Absences","Sustainability Sub-Account Categories","ConvertUTC","Company Encoding"]
-
-annotation __BNorm = 1
-
-annotation __TEdtr = 1
-
-annotation PBI_ProTooling = ["DevMode"]
-
-annotation TranslationsBuilder = Version:2.2-Updated:2025-05-16
-
-ref table 'Sustainability Account Category'
-ref table 'Dimension Sets'
-ref table 'Date Table Setup'
-ref table 'Date Ref'
-ref table 'Working Days'
-ref table Date
-ref table 'Localized Labels'
-ref table COMPANY
-ref table 'Sustainability Ledger Entries'
-ref table 'Sustainability Accounts'
-ref table Country/Region
-ref table 'Responsibility Centre'
-ref table 'Sustainability Goals'
-ref table 'Employee Ledger Entries'
-ref table 'Employee Qualifications'
-ref table 'Emission Fees'
-ref table 'Employee Absences'
-ref table 'Sustainability Sub-Account Categories'
-ref table Employees
-ref table ENVIRONMENT
-ref table 'Translated Localized Labels'
-ref table 'Company Encoding'
-
-ref cultureInfo en-US
-ref cultureInfo es-ES
-ref cultureInfo de-DE
-ref cultureInfo fr-FR
-ref cultureInfo cs-CZ
-ref cultureInfo da-DK
-ref cultureInfo de-AT
-ref cultureInfo de-CH
-ref cultureInfo en-AU
-ref cultureInfo en-CA
-ref cultureInfo en-GB
-ref cultureInfo en-NZ
-ref cultureInfo es-MX
-ref cultureInfo fi-FI
-ref cultureInfo fr-BE
-ref cultureInfo fr-CA
-ref cultureInfo fr-CH
-ref cultureInfo is-IS
-ref cultureInfo it-CH
-ref cultureInfo it-IT
-ref cultureInfo nb-NO
-ref cultureInfo nl-BE
-ref cultureInfo nl-NL
-ref cultureInfo sv-SE
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/relationships.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/relationships.tmdl
deleted file mode 100644
index 7f468c2b22..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/relationships.tmdl
+++ /dev/null
@@ -1,48 +0,0 @@
-relationship 83ff032f-f54d-cc36-307e-c2abc6d8d815
- fromColumn: 'Sustainability Ledger Entries'.'Sustainability Account No.'
- toColumn: 'Sustainability Accounts'.'Sustainability Account No.'
-
-relationship 732cfe87-eead-7b95-6393-fcc0eb423016
- fromColumn: 'Sustainability Ledger Entries'.Date
- toColumn: Date.Date
-
-relationship ea4ab240-216b-a867-8de0-b48d3772d341
- fromColumn: 'Sustainability Ledger Entries'.'Dimension Set ID'
- toColumn: 'Dimension Sets'.dimensionSetID
-
-relationship a4dedf9c-4f56-67b5-f7c1-66847d73c73d
- fromColumn: 'Sustainability Accounts'.'Sustainability Account Category'
- toColumn: 'Sustainability Account Category'.'Sustainability Account Category Code'
-
-relationship 99183fb1-8ffc-91cd-3423-1160bb3f94c5
- fromColumn: 'Sustainability Ledger Entries'.'Responsibility Centre'
- toColumn: 'Responsibility Centre'.'Responsibility Centre Code'
-
-relationship 37cf36f5-5b3f-c84b-3a8a-8f1ac0524728
- fromColumn: 'Sustainability Ledger Entries'.'Country/Region Code'
- toColumn: Country/Region.'Country Region Code'
-
-relationship b3aaa795-f726-8ee4-5dfe-8b16f799b20c
- fromColumn: 'Employee Ledger Entries'.Date
- toColumn: Date.Date
-
-relationship 4fb12652-0732-2679-a15b-ab0e8414036e
- fromColumn: 'Employee Ledger Entries'.'Dimension Set ID'
- toColumn: 'Dimension Sets'.dimensionSetID
-
-relationship 21f7dc8f-8fae-720c-6387-35662e6ace7f
- fromColumn: 'Employee Ledger Entries'.'Employee No.'
- toColumn: Employees.'Employee No.'
-
-relationship 9969c7f2-6266-e85a-43f1-7900877a6720
- fromColumn: 'Employee Qualifications'.'Employee No.'
- toColumn: Employees.'Employee No.'
-
-relationship 600534ae-170e-481c-2fc4-f96626c3beea
- fromColumn: 'Employee Absences'.'Employee No'
- toColumn: Employees.'Employee No.'
-
-relationship b8bfae20-1df1-2c17-ee79-e251fbbfc1b3
- fromColumn: 'Sustainability Accounts'.'Sustainability Account Subcategory Key'
- toColumn: 'Sustainability Sub-Account Categories'.'Sustainability Account Subcategory Key'
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/COMPANY.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/COMPANY.tmdl
deleted file mode 100644
index 2b669ace90..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/COMPANY.tmdl
+++ /dev/null
@@ -1,36 +0,0 @@
-table COMPANY
- isHidden
- lineageTag: d4a507c0-3b24-4242-a536-0cca34435194
-
- measure 'Company Label' =
-
- VALUES ( COMPANY[COMPANY] )
- isHidden
- lineageTag: bb4cc010-0982-4057-81e0-1e917b2ab27e
-
- changedProperty = IsHidden
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column COMPANY
- dataType: string
- isHidden
- lineageTag: 68f933ef-dd5d-4a1a-aa91-2de2ae22a652
- summarizeBy: none
- sourceColumn: COMPANY
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- partition COMPANY = m
- mode: import
- queryGroup: 'Parameters and Functions\Connection Parameters'
- source = "Cronus" meta [IsParameterQuery=true, Type="Text", IsParameterQueryRequired=true]
-
- changedProperty = IsHidden
-
- annotation PBI_ResultType = Text
-
- annotation PBI_NavigationStepName = Navigation
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Company Encoding.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Company Encoding.tmdl
deleted file mode 100644
index 7604f9cd15..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Company Encoding.tmdl
+++ /dev/null
@@ -1,44 +0,0 @@
-table 'Company Encoding'
- isHidden
- lineageTag: 9c90edc8-916f-43e8-9346-ce341fef5308
-
- column ParameterValue
- dataType: string
- isHidden
- lineageTag: f716da2e-0bce-4863-b541-a3d4eb862bdd
- summarizeBy: none
- sourceColumn: ParameterValue
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Encoded Company Name'
- dataType: string
- isHidden
- lineageTag: 42e44aff-1524-47b8-b388-570cea27942b
- summarizeBy: none
- sourceColumn: Encoded Company Name
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- partition 'Company Encoding' = m
- mode: import
- source =
- let
- Source = #table(
- {"ParameterValue"},
- {{COMPANY}}
- ),
- #"Added Encoded Column" = Table.AddColumn(Source, "Encoded Company Name", each Uri.EscapeDataString(COMPANY), type text)
- in
- #"Added Encoded Column"
-
- changedProperty = IsHidden
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Country%2FRegion.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Country%2FRegion.tmdl
deleted file mode 100644
index de923cc68e..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Country%2FRegion.tmdl
+++ /dev/null
@@ -1,37 +0,0 @@
-table Country/Region
- lineageTag: 60f5456e-1b5c-4448-9a86-e4c1970e18f3
-
- column 'Country Region Code'
- dataType: string
- isKey
- lineageTag: 0d932f35-6962-429c-820f-e5833623f366
- dataCategory: Country
- summarizeBy: none
- sourceColumn: Country Region Code
-
- annotation SummarizationSetBy = Automatic
-
- column 'Country Region Name'
- dataType: string
- lineageTag: f41d290c-5bc0-4d88-93e0-f9c066311f9d
- summarizeBy: none
- sourceColumn: Country Region Name
-
- annotation SummarizationSetBy = Automatic
-
- partition Country/Region = m
- mode: import
- queryGroup: 'Dimension Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiCountryRegions",Signature="table"]}[Data],
- #"Renamed Columns" = Table.RenameColumns(TableData,{{"code", "Country Region Code"}, {"name", "Country Region Name"}}),
- #"Removed Columns" = Table.RemoveColumns(#"Renamed Columns",{"ETag"})
- in
- #"Removed Columns"
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Date Ref.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Date Ref.tmdl
deleted file mode 100644
index 61bada65cc..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Date Ref.tmdl
+++ /dev/null
@@ -1,2851 +0,0 @@
-table 'Date Ref'
- isHidden
- lineageTag: a4c43a16-3071-4a40-ba44-570be33b216b
- dataCategory: Time
-
- measure ShowValueForDates =
-
- VAR LastDateWithData =
- CALCULATE ( MAX ( 'Sustainability Ledger Entries'[Date] ), REMOVEFILTERS () )
- VAR FirstDateVisible =
- MIN ( 'Date Ref'[Date] )
- VAR Result = FirstDateVisible <= LastDateWithData
- RETURN
- Result
- formatString: """TRUE"";""TRUE"";""FALSE"""
- isHidden
- lineageTag: adc06805-5b13-45af-b298-3fc6f11c0e43
-
- changedProperty = IsHidden
-
- measure 'Current Date Range' =
-
- "Current Date Range: " & FIRSTDATE ( 'Date Ref'[Date] ) & " .. "
- & LASTDATE ( 'Date Ref'[Date] )
- isHidden
- lineageTag: 75d54c63-1447-4564-a478-5da8b014f91a
-
- changedProperty = IsHidden
-
- column Date
- isHidden
- isKey
- formatString: Short Date
- lineageTag: 2bbc3c34-8fbb-43d5-b1aa-daaef4e219fd
- summarizeBy: none
- isNameInferred
- sourceColumn: [Date]
-
- changedProperty = DataType
-
- changedProperty = FormatString
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column DateKey
- isHidden
- formatString: 0
- lineageTag: 06ab21ff-ae2b-46f3-8c30-997b040a562f
- summarizeBy: count
- isNameInferred
- sourceColumn: [DateKey]
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Day of Month'
- isHidden
- formatString: 0
- lineageTag: 8dbfdf38-d0e9-4c76-b5b0-a634fa94f943
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Day of Month]
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column WeekDayNumber
- isHidden
- formatString: 0
- lineageTag: a67086bf-fd58-49ab-9bc0-738d18394d32
- summarizeBy: sum
- isNameInferred
- sourceColumn: [WeekDayNumber]
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Week Day'
- isHidden
- lineageTag: 1f8f2b4a-bd5b-4c19-90b8-8d0aab109478
- summarizeBy: none
- isNameInferred
- sourceColumn: [Week Day]
- sortByColumn: WeekDayNumber
-
- changedProperty = SortByColumn
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Holiday Name'
- isHidden
- lineageTag: 8dd9bf85-6701-4373-bd31-c61dbb46fdf9
- summarizeBy: none
- isNameInferred
- sourceColumn: [Holiday Name]
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column IsWorkingDay
- isHidden
- formatString: """TRUE"";""TRUE"";""FALSE"""
- lineageTag: 0ce9e2d6-98bc-4698-9a01-36776c38ab87
- summarizeBy: none
- isNameInferred
- sourceColumn: [IsWorkingDay]
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Day Type'
- isHidden
- lineageTag: 4a400d2e-c05c-4447-967d-45bc54f6e913
- summarizeBy: none
- isNameInferred
- sourceColumn: [Day Type]
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column DatesWithTransactions = ```
-
- 'Date Ref'[Date] <= MAX ( 'Sustainability Ledger Entries'[Date])
- ```
- isHidden
- formatString: """TRUE"";""TRUE"";""FALSE"""
- lineageTag: ff8ffd34-286f-4996-ab13-48278d54059e
- summarizeBy: none
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar YearNumber'
- isHidden
- formatString: 0
- lineageTag: ef7b1d9c-b0be-48f5-ae23-08838c6dbb48
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar YearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar Year'
- isHidden
- lineageTag: bd0f3d3f-095c-4055-912a-5f0410aff3e6
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar QuarterNumber'
- isHidden
- lineageTag: 549dc900-ebd5-4487-90c1-f48ca74700c5
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar QuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar Quarter'
- isHidden
- lineageTag: 38bdfc43-2c93-48b7-9df6-7b2c1706024d
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar Quarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar YearQuarterNumber'
- isHidden
- lineageTag: 7031d9fc-85e9-435c-a019-fd714241ee3c
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar YearQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar Quarter Year'
- isHidden
- lineageTag: 61a5df58-d3bb-4729-995c-d192c0320f43
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar Quarter Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar MonthNumber'
- isHidden
- formatString: 0
- lineageTag: 58e49b69-1ef3-4066-9a49-470be0e4b606
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar MonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar Month'
- isHidden
- lineageTag: 316f6b3f-a5f8-47b2-a76b-164186328643
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar Month]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar YearMonthNumber'
- isHidden
- formatString: 0
- lineageTag: 0959737a-0014-4d21-a7be-b67803615ae6
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar YearMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar Month Year'
- isHidden
- lineageTag: 9068816f-8a8b-4eeb-9dc3-89d6ed9b18dc
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar Month Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar WeekNumber'
- isHidden
- formatString: 0
- lineageTag: 05cc1398-82e3-4d2c-b12d-e3aab8de7b84
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar WeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar Week'
- isHidden
- lineageTag: b31f07a8-38e3-408f-894d-8b3bd3993860
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar Week]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar YearWeekNumber'
- isHidden
- formatString: 0
- lineageTag: b6198754-2be5-4e78-a7ec-372138cc46df
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar YearWeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar Week Year'
- isHidden
- lineageTag: 43d111f2-bb43-4533-8e64-c8460325eeb5
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar Week Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar WeekYearOrder'
- isHidden
- formatString: 0
- lineageTag: 19773601-9ef8-4a9f-9d35-ccc022dbd916
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar WeekYearOrder]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar RelativeWeekPos'
- isHidden
- lineageTag: dde24949-baac-48ac-81be-40d8e8f3ef91
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar RelativeWeekPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar RelativeMonthPos'
- isHidden
- lineageTag: d0dae596-61c8-4761-a329-d2435bc65739
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar RelativeMonthPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar RelativeQuarterPos'
- isHidden
- lineageTag: 75f7de36-78c9-4efe-9d93-fdab710d107b
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar RelativeQuarterPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar RelativeYearPos'
- isHidden
- lineageTag: 79fba4fa-2306-40c8-87b7-52317485aa7c
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar RelativeYearPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar StartOfMonth'
- isHidden
- formatString: General Date
- lineageTag: 9ab5a7bd-3028-4369-bc6a-f629b923b1cd
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar StartOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar EndOfMonth'
- isHidden
- formatString: General Date
- lineageTag: c7da01f6-f1d6-4e73-ae06-32e10e32c011
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar EndOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar StartOfQuarter'
- isHidden
- formatString: General Date
- lineageTag: ac699e69-5405-4af6-91f2-8effb25c98f9
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar StartOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar EndOfQuarter'
- isHidden
- formatString: General Date
- lineageTag: 336fa715-5507-4154-97f6-4636b2c4ccb9
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar EndOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar StartOfYear'
- isHidden
- formatString: General Date
- lineageTag: fa71a538-7f62-4eb8-8358-47c7e14ad18a
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar StartOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar EndOfYear'
- isHidden
- formatString: General Date
- lineageTag: ba74cfd4-28e2-430c-a96f-ec9856d79681
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar EndOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar MonthDays'
- isHidden
- formatString: 0
- lineageTag: e2c89387-780b-439d-8072-0ed4df890933
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar MonthDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar QuarterDays'
- isHidden
- formatString: 0
- lineageTag: 09819e16-a4b0-4604-bb63-1abcfaacb735
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar QuarterDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar YearDays'
- isHidden
- formatString: 0
- lineageTag: 5e5bbd97-3f1e-46f3-92ab-6147b55bfd76
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar YearDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DayOfMonthNumber'
- isHidden
- formatString: 0
- lineageTag: f32ba97b-2da7-49cf-a828-89fd323c1cd4
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar DayOfMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DayOfQuarterNumber'
- isHidden
- formatString: 0
- lineageTag: ebb93534-d5f8-47a0-9084-e92bb16b23fc
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar DayOfQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DayOfYearNumber'
- isHidden
- formatString: 0
- lineageTag: 149b3927-3744-4af8-876a-1179f15bad8c
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Calendar DayOfYearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DatePreviousWeek'
- isHidden
- formatString: General Date
- lineageTag: bba58cdf-6ea2-416b-8662-32d64a3e7d56
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar DatePreviousWeek]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DatePreviousMonth'
- isHidden
- formatString: General Date
- lineageTag: 87ee7208-9bde-406e-9d9c-3a552666eb9c
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar DatePreviousMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DatePreviousQuarter'
- isHidden
- formatString: General Date
- lineageTag: cc5a6bb2-44c4-439b-8b1a-7e9668a1f2fd
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar DatePreviousQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DatePreviousYear'
- isHidden
- formatString: General Date
- lineageTag: 6a45bbfd-7302-44e5-9c41-340bda7886e0
- summarizeBy: none
- isNameInferred
- sourceColumn: [Calendar DatePreviousYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal Year'
- isHidden
- lineageTag: 247c3551-dc03-4258-a2e0-3373d7824994
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal YearNumber'
- isHidden
- formatString: 0
- lineageTag: c0371eba-b8af-4a40-9af4-cac328835a6e
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal YearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal QuarterNumber'
- isHidden
- lineageTag: fd81a129-7b48-4701-a4c4-750b52d1fbfe
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal QuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal Quarter'
- isHidden
- lineageTag: 93ccdf3a-4738-4f26-9835-3d9ae2b78088
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal Quarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal YearQuarterNumber'
- isHidden
- lineageTag: 7581d083-164d-4d46-b09a-7bb84ffdf7d7
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal YearQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal Quarter Year'
- isHidden
- lineageTag: 04f82a95-3e17-4152-8cd0-fc6f74ba669a
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal Quarter Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal MonthNumber'
- isHidden
- formatString: 0
- lineageTag: 8f9a4c68-6c13-4153-b367-f99982602af8
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal MonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal MonthInQuarterNumber'
- isHidden
- formatString: 0
- lineageTag: 1f9ccca5-8bd4-4c8c-86a7-b06d9d7ddda1
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal MonthInQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal Month'
- isHidden
- lineageTag: ac4b4ef2-b735-4a91-8e53-5f3ec42eb96b
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal Month]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal YearMonthNumber'
- isHidden
- formatString: 0
- lineageTag: 819587fd-7dc9-4578-b38f-37db03ad8a20
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal YearMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal Month Year'
- isHidden
- lineageTag: 4b88baba-b33c-4418-873f-39607ea030d9
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal Month Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal WeekNumber'
- isHidden
- formatString: 0
- lineageTag: 0dff40ba-b78d-4577-989e-0b65b6b09ef8
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal WeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal Week'
- isHidden
- lineageTag: 26dde602-47d9-4ca3-bc96-dee118152bbf
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal Week]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal YearWeekNumber'
- isHidden
- formatString: 0
- lineageTag: ec2c915b-e3d6-4639-b5aa-3c7d0c7f3e15
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal YearWeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal Week Year'
- isHidden
- lineageTag: 472cee3e-3123-480a-94e9-64a053646aa5
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal Week Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal WeekYearOrder'
- isHidden
- formatString: 0
- lineageTag: c01e8935-3f87-4bf6-bbb3-e9831eacea53
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal WeekYearOrder]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal RelativeWeekPos'
- isHidden
- lineageTag: 0762f819-ea88-49f6-bf2c-a1c4abc5d61b
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal RelativeWeekPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal RelativeMonthPos'
- isHidden
- lineageTag: e6b300eb-e6e7-4269-84f2-f31cfea7c594
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal RelativeMonthPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal RelativeQuarterPos'
- isHidden
- lineageTag: e4b5ca99-18ba-449b-bf02-6ba595a348bb
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal RelativeQuarterPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal RelativeYearPos'
- isHidden
- lineageTag: df90b375-fd83-4156-800f-80732ae980c2
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal RelativeYearPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal StartOfMonth'
- isHidden
- formatString: General Date
- lineageTag: 6c421b26-2101-46d7-9983-122860d39f8b
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal StartOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal EndOfMonth'
- isHidden
- formatString: General Date
- lineageTag: 06038d6e-4335-4333-8ae4-a111c2cb1351
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal EndOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal StartOfQuarter'
- isHidden
- formatString: General Date
- lineageTag: 3f1d2511-1fac-48cd-85f5-79c04fd4042d
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal StartOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal EndOfQuarter'
- isHidden
- formatString: General Date
- lineageTag: 30f11a71-96a8-49f7-b6c3-b036fbb0a1d3
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal EndOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal StartOfYear'
- isHidden
- formatString: General Date
- lineageTag: a03e418b-bf2f-4ba7-aab1-49c233129581
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal StartOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal EndOfYear'
- isHidden
- formatString: General Date
- lineageTag: ac1e6d22-569f-4930-8350-eab8d97cd203
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal EndOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal MonthDays'
- isHidden
- formatString: 0
- lineageTag: e6c92183-8ab5-45b3-b31b-8a2fc08fc3fa
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal MonthDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal QuarterDays'
- isHidden
- formatString: 0
- lineageTag: 4900d436-89bd-4c2b-9249-47fa4d616954
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal QuarterDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal YearDays'
- isHidden
- formatString: 0
- lineageTag: 540cd2c0-aa7e-4bc5-8b23-176f168088e5
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal YearDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DayOfMonthNumber'
- isHidden
- formatString: 0
- lineageTag: b2e64002-584f-4361-afe1-9a3344529ff0
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal DayOfMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DayOfQuarterNumber'
- isHidden
- formatString: 0
- lineageTag: 31d08eaf-4348-4b78-adec-dcaaf3230768
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal DayOfQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DayOfYearNumber'
- isHidden
- formatString: 0
- lineageTag: 9ba27de7-0b8d-4dd9-a7af-f07dcac0e71e
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Fiscal DayOfYearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DatePreviousWeek'
- isHidden
- formatString: General Date
- lineageTag: 7fd5c588-f9f0-4c9c-adc6-3a81acc90873
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal DatePreviousWeek]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DatePreviousMonth'
- isHidden
- formatString: General Date
- lineageTag: 355bb33d-cb89-45d2-8cdb-aa46a118166a
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal DatePreviousMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DatePreviousQuarter'
- isHidden
- formatString: General Date
- lineageTag: 5f8780eb-53e8-492c-b08b-4a75e41ee8a1
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal DatePreviousQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DatePreviousYear'
- isHidden
- formatString: General Date
- lineageTag: ea0b214f-3c85-4b8d-ba60-957f6e7545e2
- summarizeBy: none
- isNameInferred
- sourceColumn: [Fiscal DatePreviousYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW YearNumber'
- isHidden
- formatString: 0
- lineageTag: cbf7a1ae-5796-43ba-a05c-3e6064f645e8
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW YearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW Year'
- isHidden
- lineageTag: 630bbb76-857e-46f7-bdea-7c35dc97b163
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW QuarterNumber'
- isHidden
- lineageTag: b8d0529a-d0e9-47b4-bf2f-60cb08f01a6f
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW QuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW Quarter'
- isHidden
- lineageTag: 952e537b-bc95-4ac2-98e0-2e7d9b6ada3c
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW Quarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW YearQuarterNumber'
- isHidden
- lineageTag: 2f9fa70a-e141-4346-aac6-4a3c3642dc75
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW YearQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW Quarter Year'
- isHidden
- lineageTag: a838e2cd-6b14-4b6d-908c-ca6cd14f2a23
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW Quarter Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW MonthNumber'
- isHidden
- lineageTag: 27bf0749-44f2-4f69-a042-4d3bd9fc1132
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW MonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW Month'
- isHidden
- lineageTag: 95e3de3c-f808-4e10-9961-f97b42c142fb
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW Month]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW YearMonthNumber'
- isHidden
- lineageTag: 5778bde1-e3a9-43d7-9c8a-e38b8880893e
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW YearMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW Month Year'
- isHidden
- lineageTag: 0944fbcb-8660-40e7-9162-912790936fa5
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW Month Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW WeekNumber'
- isHidden
- formatString: 0
- lineageTag: e7aa325a-1f4a-4a87-9cd1-444779be556b
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW WeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW Week'
- isHidden
- lineageTag: 4a3e6cda-7b44-46ff-81f2-2e1a934b534b
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW Week]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW PeriodNumber'
- isHidden
- lineageTag: 8b43f926-a86c-481f-a2fc-3e2c7c20b89b
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW PeriodNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW Period'
- isHidden
- lineageTag: 0aeb813d-6d08-4747-9619-1471f016da98
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW Period]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW YearWeekNumber'
- isHidden
- formatString: 0
- lineageTag: 32da3b8b-82ff-4d28-ab04-cb2d1157277d
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW YearWeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW Week Year'
- isHidden
- lineageTag: 1f423f64-7510-4596-ac2c-a59d0f3b0b0d
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW Week Year]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW StartOfWeek'
- isHidden
- formatString: General Date
- lineageTag: e10ddd6a-1f1b-4ad1-9be2-4343b7623d5f
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW StartOfWeek]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW EndOfWeek'
- isHidden
- formatString: General Date
- lineageTag: c6e35452-6a1c-4f77-bc07-3f691507317e
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW EndOfWeek]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW RelativeWeekPos'
- isHidden
- lineageTag: 81483dd5-9758-4e0d-be34-4b5a1c67bd8b
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW RelativeWeekPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW RelativeMonthPos'
- isHidden
- lineageTag: 51ce3ca8-b205-4b7a-a411-685cc6920ba1
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW RelativeMonthPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW RelativeQuarterPos'
- isHidden
- lineageTag: 9984d835-5170-4f5c-8eb8-8535c9c87c81
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW RelativeQuarterPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW RelativeYearPos'
- isHidden
- lineageTag: 14738b53-3e0d-42ee-a619-4013be60f4a3
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW RelativeYearPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW StartOfMonth'
- isHidden
- formatString: General Date
- lineageTag: 031d0594-a5e3-42f8-9e62-6fab59a5b18e
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW StartOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW EndOfMonth'
- isHidden
- formatString: General Date
- lineageTag: 4a087d5e-5d2f-4bbd-bcc9-11e70377c82d
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW EndOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW StartOfQuarter'
- isHidden
- formatString: General Date
- lineageTag: 549daede-8ed7-47ca-baf7-22142cd55965
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW StartOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW EndOfQuarter'
- isHidden
- formatString: General Date
- lineageTag: 74f623b4-8c4e-4168-aea7-4880556d5472
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW EndOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW StartOfYear'
- isHidden
- formatString: General Date
- lineageTag: b3693736-a90c-484e-97af-dde2d6df788c
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW StartOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW EndOfYear'
- isHidden
- formatString: General Date
- lineageTag: ddfc1074-f083-4ff2-bc1d-121c3364d892
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW EndOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW MonthDays'
- isHidden
- formatString: 0
- lineageTag: 21849620-f077-4b21-849d-76f86cf7dcdf
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW MonthDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW QuarterDays'
- isHidden
- formatString: 0
- lineageTag: 4ee3648c-f5cf-43c3-9029-065b597b2206
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW QuarterDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW YearDays'
- isHidden
- formatString: 0
- lineageTag: 972b026d-6b92-4515-b2fb-3edc06070c8a
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW YearDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DayOfMonthNumber'
- isHidden
- formatString: 0
- lineageTag: 415c4151-010d-42be-aa7a-9442524d6361
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW DayOfMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DayOfQuarterNumber'
- isHidden
- formatString: 0
- lineageTag: 7877920b-94b4-45e8-9a98-b3497dfc1c63
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW DayOfQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DayOfYearNumber'
- isHidden
- formatString: 0
- lineageTag: 40f789d2-ebcd-42b9-bf16-2270cd61a60a
- summarizeBy: sum
- isNameInferred
- sourceColumn: [FW DayOfYearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DatePreviousWeek'
- isHidden
- formatString: General Date
- lineageTag: 183ddc03-f98a-4945-a55b-0bd660e92f77
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW DatePreviousWeek]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DatePreviousMonth'
- isHidden
- formatString: General Date
- lineageTag: 4c1cdcda-0408-4607-9e06-432aed827a44
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW DatePreviousMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DatePreviousQuarter'
- isHidden
- formatString: General Date
- lineageTag: af0cfe5e-2dfd-4b02-932d-757f36ad1ab3
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW DatePreviousQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DatePreviousYear'
- isHidden
- formatString: General Date
- lineageTag: 3902fc78-91ea-4ad0-84a3-f4d1239de85c
- summarizeBy: none
- isNameInferred
- sourceColumn: [FW DatePreviousYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Relative Day'
- formatString: 0
- lineageTag: 1b6b5166-75b4-4106-a11c-3b9323408f5e
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Relative Day]
-
- annotation SummarizationSetBy = Automatic
-
- column Sequential365DayNumber
- lineageTag: 21daa895-e32b-49e1-a55b-2f46be623041
- summarizeBy: sum
- isNameInferred
- sourceColumn: [Sequential365DayNumber]
-
- annotation SummarizationSetBy = Automatic
-
- partition 'Date Ref-d63d5669-3a74-4b2b-b49d-f504bd49d56d' = calculated
- mode: import
- source = ```
-
- ------------------------------------------------------------
- --
- -- Configuration
- --
- ------------------------------------------------------------
- VAR TodayReference = VALUES('Date Table Setup'[Today]) -- Change this if you need to use another date as a reference "current" day
-
- // Based on the first and last dates in the main fact table
- VAR FirstYear = YEAR(VALUES('Date Table Setup'[dateTblStart]))
- VAR LastYear = YEAR(VALUES('Date Table Setup'[dateTblEnd]))
-
- // For Fiscal 52-53 weeks (start depends on rules) and Gregorian (starts on the first of the month)
- VAR FiscalCalendarFirstMonth = VALUES('Date Table Setup'[fiscalCalendarFirstMonth])
-
- // Use: 0 - Sunday, 1 - Monday, 2 - Tuesday, ... 5 - Friday, 6 - Saturday
- VAR FirstDayOfWeek = VALUES('Date Table Setup'[First Day of Week])
-
- VAR TypeStartFiscalYear = 1 -- Fiscal year as Calendar Year of : 0 - First day of fiscal year, 1 - Last day of fiscal year
-
- VAR IsoCountryHolidays = VALUES('Date Table Setup'[isoCountryHolidays]) -- Use only supported ISO countries or "" for no holidays
-
- VAR WeeklyType = COALESCE(VALUES('Date Table Setup'[weeklyType]), "Nearest") -- Supports only "Nearest", or "Last"
-
- VAR QuarterWeekType = COALESCE(VALUES('Date Table Setup'[quarterWeekType]),"445") -- Supports only "445", "454", and "544"
-
- VAR CalendarRange = VALUES('Date Table Setup'[calendarRange]) -- Supports "Calendar", "FiscalGregorian", "FiscalWeekly"
- -- Last: for last weekday of the month at fiscal year end
- -- Nearest: for last weekday nearest the end of month
- -- Reference for Last/Nearest definition: https://en.wikipedia.org/wiki/4%E2%80%934%E2%80%935_calendar)
- --
- -- For ISO calendar use
- -- FiscalCalendarFirstMonth = 1 (ISO always starts in January)
- -- FirstDayOfWeek = 1 (ISO always starts on Monday)
- -- WeeklyType = "Nearest" (ISO use the nearest week type algorithm)
- -- For US with last Saturday of the month at fiscal year end
- -- FirstDayOfWeek = 0 (US weeks start on Sunday)
- -- WeeklyType = "Last"
- -- For US with last Saturday nearest the end of month
- -- FirstDayOfWeek = 0 (US weeks start on Sunday)
- -- WeeklyType = "Nearest"
- --
- ------------------------------
- VAR CalendarGregorianPrefix = VALUES('Date Table Setup'[calendarPrefix]) -- Prefix used in columns of standard Gregorian calendar
- VAR FiscalGregorianPrefix = VALUES('Date Table Setup'[fiscalGregorianPrefix]) -- Prefix used in columns of fiscal Gregorian calendar
- VAR FiscalWeeklyPrefix = VALUES('Date Table Setup'[fiscalWeeklyPrefix]) -- Prefix used in columns of fiscal weekly calendar
- VAR WorkingDayType = "Working day" -- Description for working days
- VAR NonWorkingDayType = "Non-working day" -- Description for non-working days
- ------------------------------
- VAR WeeklyCalendarType = "Weekly" -- Supports "Weekly", "Custom"
- -- Set the working days - 0 = Sunday, 1 = Monday, ... 6 = Saturday
- VAR WorkingDays = VALUES('Working Days')
-
-
- -- Use CustomFiscalPeriods in case you need arbitrary definition of weekly fiscal years
- -- Set "UseCustomFiscalPeriods" to TRUE in order to use CustomFiscalPeriods
- VAR UseCustomFiscalPeriods = FALSE
- -- Set "IgnoreWeeklyFiscalPeriods" to TRUE in order to ignore the WeeklyFiscalPeriods
- -- You should set IgnoreWeeklyFiscalPeriods to TRUE only when UseCustomFiscalPeriods is TRUE, too
- VAR IgnoreWeeklyFiscalPeriods = FALSE
- -- Include here your own definition of custom fiscal periods
- VAR CustomFiscalPeriods =
- FILTER (
- DATATABLE (
- "Fiscal YearNumber", INTEGER,
- "FirstDayOfYear", DATETIME,
- "LastDayOfYear", DATETIME,
- {
- -- IMPORTANT!!! The first day of each year must be a weekday corresponding to the definition of FirstDayOfWeek
- -- If you want to use this table, remember to set the UseCustomFiscalPeriods variable to TRUE
- -- If the IgnoreWeeklyFiscalPeriods is TRUE, there are no warnings in case the FirstDayOfWeek
- -- does not match the first day of the year
- { 2016, "2015-06-28", "2016-07-02" },
- { 2017, "2016-07-03", "2017-07-01" },
- { 2018, "2017-07-02", "2018-06-30" },
- { 2019, "2018-07-01", "2019-06-29" }
- }
- ),
- UseCustomFiscalPeriods
- )
-
- ------------------------------------------------------------
- --
- -- End of General Configuration
- --
- ------------------------------------------------------------
- --
- -- The following variables define specific parameters
- -- for calendars - you should modify them only to
- -- change configuration of specific countries, translate
- -- names of holidays, or to add configuration for other
- -- countries
- --
- ------------------------------------------------------------
- VAR InLieuOf_prefix = "(in lieu of " -- prefix of substitute holidays
- VAR InLieuOf_suffix = ")" -- suffix of substitute holidays
- VAR HolidayParameters =
- DATATABLE (
- "ISO Country", STRING,
- -- ISO country code (to enable filter based on country)
- "MonthNumber", INTEGER,
- -- Number of month - use 99 for relative dates using Easter as a reference
- "DayNumber", INTEGER,
- -- Absolute day (ignore WeekDayNumber, otherwise use 0)
- "WeekDayNumber", INTEGER,
- -- 0 = Sunday, 1 = Monday, ... , 7 = Saturday
- "OffsetWeek", INTEGER,
- -- 1 = first, 2 = second, ... -1 = last, -2 = second-last, ...
- "OffsetDays", INTEGER,
- -- days to add after offsetWeek and WeekDayNumber have been applied
- "HolidayName", STRING,
- -- Holiday name
- "SubstituteHoliday", INTEGER,
- -- 0 = no substituteHoliday, 1 = substitute holiday with next working day, 2 = substitute holiday with next working day
- -- (use 2 before 1 only, e.g. Christmas = 2, Boxing Day = 1)
- -- -1 = if it falls on a Saturday then it is observed on Friday, if it falls on a Sunday then it is observed on Monday
- "ConflictPriority", INTEGER,
- -- Priority in case of two or more holidays in the same date - lower number --> higher priority
- -- For example: marking Easter relative days with 150 and other holidays with 100 means that other holidays take
- -- precedence over Easter-related days; use 50 for Easter related holidays to invert such a priority
- "FirstYear", INTEGER,
- -- First year for the holiday, 0 if it is not defined
- "LastYear", INTEGER,
- -- Last year for the holiday, 0 if it is not defined
- {
- --
- -- US = United States
- { "US", 1, 1, 0, 0, 0, "New Year's Day", 0, 100, 0, 0 },
- { "US", 1, 0, 1, 3, 0, "Martin Luther King, Jr.", 0, 100, 0, 0 },
- { "US", 2, 0, 1, 3, 0, "Presidents' Day", 0, 100, 0, 0 },
- // aka Washington's Birthday
- { "US", 5, 0, 1, -1, 0, "Memorial Day", 0, 100, 0, 0 },
- { "US", 6, 19, 0, 0, 0, "Juneteenth", -1, 100, 2021, 0 },
- { "US", 7, 4, 0, 0, 0, "Independence Day", 0, 100, 0, 0 },
- { "US", 9, 0, 1, 1, 0, "Labor Day", 0, 100, 0, 0 },
- { "US", 10, 0, 1, 2, 0, "Columbus Day", 0, 100, 0, 0 },
- { "US", 11, 11, 0, 0, 0, "Veterans Day", 0, 100, 0, 0 },
- { "US", 11, 0, 4, 4, 0, "Thanksgiving Day", 0, 100, 0, 0 },
- { "US", 11, 0, 4, 4, 1, "Black Friday", 0, 100, 0, 0 },
- { "US", 12, 25, 0, 0, 0, "Christmas Day", 0, 100, 0, 0 },
- --
- -- The following countries are in alphabetical order (by ISO Code)
- --
-
- --
- -- AT = Austria
- { "AT", 1, 1, 0, 0, 0, "New Year's Day", 0, 100, 0, 0 },
- { "AT", 1, 6, 0, 0, 0, "Epiphany", 0, 100, 0, 0 },
- { "AT", 99, 1, 0, 0, 0, "Easter Monday", 0, 50, 0, 0 },
- { "AT", 5, 1, 0, 0, 0, "Labour Day", 0, 100, 0, 0 },
- { "AT", 99, 39, 0, 0, 0, "Ascension Day", 0, 50, 0, 0 },
- { "AT", 99, 50, 0, 0, 0, "Whit Monday", 0, 50, 0, 0 },
- { "AT", 99, 60, 0, 0, 0, "Corpus Christi", 0, 50, 0, 0 },
- { "AT", 8, 15, 0, 0, 0, "Assumption Day", 0, 100, 0, 0 },
- { "AT", 10, 26, 0, 0, 0, "National Day", 0, 100, 0, 0 },
- { "AT", 11, 1, 0, 0, 0, "All Saints' Day", 0, 100, 0, 0 },
- { "AT", 12, 8, 0, 0, 0, "Immaculate Conception Day", 0, 100, 0, 0 },
- { "AT", 12, 25, 0, 0, 0, "Christmas Day", 0, 100, 0, 0 },
- { "AT", 12, 26, 0, 0, 0, "St. Stephen's Day", 0, 100, 0, 0 },
- --
- -- AU = Australia
- { "AU", 1, 1, 0, 0, 0, "New Year's Day", 1, 100, 0, 0 },
- { "AU", 1, 26, 0, 0, 0, "Australia Day", 1, 100, 0, 0 },
- { "AU", 99, -2, 0, 0, 0, "Good Friday", 0, 50, 0, 0 },
- { "AU", 99, 1, 0, 0, 0, "Easter Monday", 0, 50, 0, 0 },
- { "AU", 4, 25, 0, 0, 0, "Anzac Day", 1, 100, 0, 0 },
- { "AU", 12, 25, 0, 0, 0, "Christmas Day", 2, 100, 0, 0 },
- { "AU", 12, 26, 0, 0, 0, "Boxing Day", 1, 100, 0, 0 },
- --
- -- BE = Belgium
- { "BE", 1, 1, 0, 0, 0, "New Year's Day", 0, 100, 0, 0 },
- { "BE", 99, 1, 0, 0, 0, "Easter Monday", 0, 50, 0, 0 },
- { "BE", 99, 39, 0, 0, 0, "Ascension Day", 0, 50, 0, 0 },
- { "BE", 99, 50, 0, 0, 0, "Whit Monday", 0, 50, 0, 0 },
- { "BE", 5, 1, 0, 0, 0, "Labour Day", 0, 100, 0, 0 },
- { "BE", 7, 21, 0, 0, 0, "Belgian National DayDay", 0, 100, 0, 0 },
- { "BE", 8, 15, 0, 0, 0, "Assumption Day", 0, 100, 0, 0 },
- { "BE", 11, 1, 0, 0, 0, "All Saints' Day", 0, 100, 0, 0 },
- { "BE", 11, 11, 0, 0, 0, "Armistice Day", 0, 100, 0, 0 },
- { "BE", 12, 25, 0, 0,0, "Christmas Day", 0, 100, 0, 0 },
- --
- -- CA = Canada (include only nationwide and Thanksgiving)
- { "CA", 1, 1, 0, 0, 0, "New Year's Day", 0, 100, 0, 0 },
- { "CA", 99, -2, 0, 0, 0, "Good Friday", 0, 50, 0, 0 },
- { "CA", 7, 1, 0, 0, 0, "Canada Day", 0, 100, 0, 0 },
- { "CA", 9, 0, 1, 1, 0, "Labour Day", 0, 100, 0, 0 },
- { "CA", 10, 0, 1, 2, 0, "Thanksgiving", 0, 100, 0, 0 },
- { "CA", 12, 25, 0, 0, 0, "Christmas Day", 0, 100, 0, 0 },
- --
- -- DE = Germany
- { "DE", 1, 1, 0, 0, 0, "New Year's Day", 0, 100, 0, 0 },
- { "DE", 99, -2, 0, 0, 0, "Good Friday", 0, 50, 0, 0 },
- { "DE", 99, 1, 0, 0, 0, "Easter Monday", 0, 50, 0, 0 },
- { "DE", 5, 1, 0, 0, 0, "Labour Day", 0, 100, 0, 0 },
- { "DE", 99, 39, 0, 0, 0, "Ascension Day", 0, 50, 0, 0 },
- { "DE", 99, 50, 0, 0, 0, "Whit Monday", 0, 50, 0, 0 },
- { "DE", 10, 3, 0, 0, 0, "German Unity Day", 0, 100, 0, 0 },
- { "DE", 12, 25, 0, 0, 0, "Christmas Day", 0, 100, 0, 0 },
- { "DE", 12, 26, 0, 0, 0, "St. Stephen's Day", 0, 100, 0, 0 },
- --
- -- ES = Spain
- { "ES", 1, 1, 0, 0,0, "New Year's Day", 0, 100, 0, 0 },
- { "ES", 1, 6, 0, 0, 0, "Epiphany", 0, 100, 0, 0 },
- { "ES", 99, -3, 0, 0, 0, "Maundy Thursday", 0, 50, 0, 0 },
- // Except Catalonia
- { "ES", 99, -2, 0, 0, 0, "Good Friday", 0, 50, 0, 0 },
- { "ES", 99, 1, 0, 0, 0, "Easter Monday", 0, 50, 0, 0 },
- // Belearic Islands, Basque Country, Catalonia, La Rioja, Navarra and Valenciana only
- { "ES", 5, 1, 0, 0, 0, "Labour Day", 0, 100, 0, 0 },
- { "ES", 8, 15, 0, 0, 0, "Assumption Day", 0, 100, 0, 0 },
- { "ES", 10, 12, 0, 0, 0, "Fiesta Navional de España", 0, 100, 0, 0 },
- { "ES", 11, 1, 0, 0, 0, "All Saints' Day", 0, 100, 0, 0 },
- { "ES", 12, 6, 0, 0, 0, "Constitution Day", 0, 100, 0, 0 },
- { "ES", 12, 8, 0, 0, 0, "Immaculate Conception", 0, 100, 0, 0 },
- { "ES", 12, 25, 0, 0, 0, "Christmas Day", 0, 100, 0, 0 },
- --
- -- FR = France
- { "FR", 1, 1, 0, 0, 0, "New Year's Day", 0, 100, 0, 0 },
- { "FR", 99, 1, 0, 0, 0, "Easter Monday", 0, 50, 0, 0 },
- { "FR", 5, 1, 0, 0, 0, "Labour Day", 0, 100, 0, 0 },
- { "FR", 5, 8, 0, 0, 0, "Victor in Europe Day", 0, 100, 0, 0 },
- { "FR", 99, 39, 0, 0, 0, "Ascension Day", 0, 50, 0, 0 },
- { "FR", 99, 50, 0, 0, 0, "Whit Monday", 0, 50, 0, 0 },
- { "FR", 7, 14, 0, 0, 0, "Bastille Day", 0, 100, 0, 0 },
- { "FR", 8, 15, 0, 0, 0, "Assumption Day", 0, 100, 0, 0 },
- { "FR", 11, 1, 0, 0, 0, "All Saints' Day", 0, 100, 0, 0 },
- { "FR", 11, 11, 0, 0, 0, "Armistice Day", 0, 100, 0, 0 },
- { "FR", 12, 25, 0, 0, 0, "Christmas Day", 0, 100, 0, 0 },
- --
- -- GB = England (different configuration in Scotland and Northern Ireland)
- { "GB", 1, 1, 0, 0, 0, "New Year's Day", 1, 100, 0, 0 },
- { "GB", 99, -2, 0, 0, 0, "Good Friday", 0, 50, 0, 0 },
- { "GB", 99, 1, 0, 0, 0, "Easter Monday", 0, 50, 0, 0 },
- { "GB", 5, 0, 1, 1, 0, "May Day Bank Holiday", 0, 100, 0, 0 },
- { "GB", 5, 0, 1, -1, 0, "Spring Bank Holiday", 0, 100, 0, 0 },
- { "GB", 8, 0, 1, -1, 0, "Late Summer Bank Holiday", 0, 100, 0, 0 },
- { "GB", 12, 25, 0, 0, 0, "Christmas Day", 2, 100, 0, 0 },
- { "GB", 12, 26, 0, 0, 0, "Boxing Day", 1, 100, 0, 0 },
- --
- -- IT = Italy
- { "IT", 1, 1, 0, 0, 0, "New Year's Day", 0, 100, 0, 0 },
- { "IT", 1, 6, 0, 0, 0, "Epiphany", 0, 100, 0, 0 },
- { "IT", 99, 1, 0, 0, 0, "Easter Monday", 0, 100, 0, 0 },
- { "IT", 4, 25, 0, 0, 0, "Liberation Day", 0, 100, 0, 0 },
- { "IT", 5, 1, 0, 0, 0, "Labour Day", 0, 100, 0, 0 },
- { "IT", 6, 2, 0, 0, 0, "Republic Day", 0, 100, 0, 0 },
- { "IT", 8, 15, 0, 0, 0, "Assumption Day", 0, 100, 0, 0 },
- { "IT", 11, 1, 0, 0, 0, "All Saints' Day", 0, 100, 0, 0 },
- { "IT", 12, 8, 0, 0, 0, "Immaculate Conception", 0, 100, 0, 0 },
- { "IT", 12, 25, 0, 0, 0, "Christmas Day", 0, 100, 0, 0 },
- { "IT", 12, 26, 0, 0, 0, "St. Stephen's Day", 0, 100, 0, 0 },
- --
- -- NL = The Netherlands
- { "NL", 1, 1, 0, 0, 0, "New Year's Day", 0, 100, 0, 0 },
- { "NL", 99, 1, 0, 0, 0, "Easter Monday", 0, 50, 0, 0 },
- { "NL", 99, 39, 0, 0, 0, "Ascension Day", 0, 50, 0, 0 },
- { "NL", 99, 50, 0, 0, 0, "Whit Monday", 0, 50, 0, 0 },
- { "NL", 4, 27, 0, 0, 0, "King's Day", 0, 100, 0, 0 },
- // King's day shifted to Saturday if on a Sunday - not handled in this calendar
- { "NL", 5, 5, 0, 0, 0, "Liberation Day", 0, 100, 0, 0 },
- { "NL", 12, 25, 0, 0, 0, "Christmas Day", 0, 100, 0, 0 },
- { "NL", 12, 26, 0, 0, 0, "St. Stephen's Day", 0, 100, 0, 0 },
- --
- -- NO = Norway
- { "NO", 1, 1, 0, 0, 0, "New Year's Day", 0, 100, 0, 0 },
- { "NO", 99, -3, 0, 0, 0, "Maundy Thursday", 0, 100, 0, 0 },
- { "NO", 99, -2, 0, 0, 0, "Good Friday", 0, 50, 0, 0 },
- { "NO", 99, 1, 0, 0, 0, "Easter Monday", 0, 50, 0, 0 },
- { "NO", 99, 39, 0, 0, 0, "Ascension Day", 0, 50, 0, 0 },
- { "NO", 99, 50, 0, 0, 0, "Whit Monday", 0, 50, 0, 0 },
- { "NO", 5, 1, 0, 0, 0, "Labour Day", 0, 100, 0, 0 },
- { "NO", 5, 17, 0, 0, 0, "Constitution Day", 0, 100, 0, 0 },
- { "NO", 12, 25, 0, 0, 0, "Christmas Day", 0, 100, 0, 0 },
- { "NO", 12, 26, 0, 0, 0, "Boxing Day", 0, 100, 0, 0 },
- -- De facto Holidays in Norway - not official public holidays
- { "NO", 12, 24, 0, 0, 0, "Christmas Eve", 0, 50, 0, 0 },
- { "NO", 12, 31, 0, 0, 0, "New Year's Eve", 0, 50, 0, 0 },
- --
- -- PT = Portugal
- { "PT", 1, 1, 0, 0, 0, "New Year's Day", 0, 100, 0, 0 },
- { "PT", 99, -2, 0, 0, 0, "Good Friday", 0, 50, 0, 0 },
- { "PT", 99, 60, 0, 0, 0, "Corpus Christi", 0, 50, 0, 0 },
- { "PT", 4, 25, 0, 0, 0, "Freedom Day", 0, 100, 0, 0 },
- { "PT", 5, 1, 0, 0, 0, "Labour Day", 0, 100, 0, 0 },
- { "PT", 6, 10, 0, 0, 0, "Portugal Day", 0, 100, 0, 0 },
- { "PT", 8, 15, 0, 0, 0, "Assumption Day", 0, 100, 0, 0 },
- { "PT", 10, 5, 0, 0, 0, "Republic Day", 0, 100, 0, 0 },
- { "PT", 11, 1, 0, 0, 0, "All Saints' Day", 0, 100, 0, 0 },
- { "PT", 12, 1, 0, 0, 0, "Restoration of Independence", 0, 100, 0, 0 },
- { "PT", 12, 8, 0, 0, 0, "Immaculate Conception", 0, 100, 0, 0 },
- { "PT", 12, 25, 0, 0, 0, "Christmas Day", 0, 100, 0, 0 }, --
- --
- -- SE = Sweden
- { "SE", 1, 1, 0, 0, 0, "New Year's Day", 0, 100, 0, 0 },
- { "SE", 1, 6, 0, 0, 0, "Epiphany", 0, 100, 0, 0 },
- { "SE", 99, -2, 0, 0, 0, "Good Friday", 0, 50, 0, 0 },
- { "SE", 99, 1, 0, 0, 0, "Easter Monday", 0, 50, 0, 0 },
- { "SE", 99, 39, 0, 0, 0, "Ascension Day", 0, 50, 0, 0 },
- { "SE", 5, 1, 0, 0, 0, "Labour Day", 0, 100, 0, 0 },
- { "SE", 6, 6, 0, 0, 0, "National Day", 0, 100, 0, 0 },
- { "SE", 12, 25, 0, 0, 0, "Christmas Day", 0, 100, 0, 0 },
- { "SE", 12, 26, 0, 0, 0, "Boxing Day", 0, 100, 0, 0 },
- -- De facto Holidays in Sweden - not official public holidays
- { "SE", 12, 24, 0, 0, 0, "Christmas Eve", 0, 50, 0, 0 },
- { "SE", 12, 31, 0, 0, 0, "New Year's Eve", 0, 50, 0, 0 },
- -- Midsummer Day is a Saturday
- -- { "SE", 98, 0, 0, 0, "Midsummer Day", 0, 50, 0, 0 },
- { "SE", 98, -1, 0, 0, 0, "Midsummer Eve", 0, 50, 0, 0 }
- ------------------------------------------------------------
- -- UK --> see GB
- }
- )
- VAR HolidayDates_ConfigGeneration =
- FILTER (
- HolidayParameters,
- IF (
- CONTAINS ( HolidayParameters, [ISO Country], IsoCountryHolidays )
- || IsoCountryHolidays = "",
- [ISO Country] = IsoCountryHolidays,
- ERROR ( "IsoCountryHolidays set to an unsupported country code" )
- )
- )
- VAR HolidayDates_GeneratedRawWithDuplicatesUnfiltered =
- GENERATE (
- GENERATE (
- GENERATESERIES ( FirstYear - 1, LastYear + 1, 1 ),
- HolidayDates_ConfigGeneration
- ),
- VAR HolidayYear = [Value]
- VAR EasterDate =
- -- Code adapted from original VB version from https://www.assa.org.au/edm
- VAR EasterYear = HolidayYear
- VAR FirstDig =
- INT ( EasterYear / 100 )
- VAR Remain19 =
- MOD ( EasterYear, 19 ) //
- -- Calculate PFM date
- VAR temp1 =
- MOD (
- INT ( ( FirstDig - 15 ) / 2 )
- + 202
- - 11 * Remain19
- + SWITCH (
- TRUE,
- FirstDig IN { 21, 24, 25, 27, 28, 29, 30, 31, 32, 34, 35, 38 }, -1,
- FirstDig IN { 33, 36, 37, 39, 40 }, -2,
- 0
- ),
- 30
- )
- VAR tA =
- temp1 + 21
- + IF ( temp1 = 29 || ( temp1 = 28 && Remain19 > 10 ), -1 ) //
- -- Find the next Sunday
- VAR tB =
- MOD ( tA - 19, 7 )
- VAR tCpre =
- MOD ( 40 - FirstDig, 4 )
- VAR tC =
- tCpre
- + IF ( tCpre = 3, 1 )
- + IF ( tCpre > 1, 1 )
- VAR temp2 =
- MOD ( EasterYear, 100 )
- VAR tD =
- MOD ( temp2 + INT ( temp2 / 4 ), 7 )
- VAR tE =
- MOD ( 20 - tB - tC - tD, 7 )
- + 1
- VAR d = tA + tE //
- -- Return the date
- VAR EasterDay =
- IF ( d > 31, d - 31, d )
- VAR EasterMonth =
- IF ( d > 31, 4, 3 )
- RETURN
- DATE ( EasterYear, EasterMonth, EasterDay ) //
- -- End of code adapted from original VB version from https://www.assa.org.au/edm
- VAR SwedishMidSummer =
- -- Compute the Midsummer day in Swedish - it is the Saturday between 20 and 26 June
- -- This calculation is valid only for years after 1953
- -- https://sv.wikipedia.org/wiki/Midsommar_i_Sverige
- VAR __June20 =
- DATE ( HolidayYear, 6, 20 )
- RETURN
- DATE ( HolidayYear, 6, 20 + (7 - WEEKDAY ( __June20, 1 ) ) )
- -- End of SwedishMidSummer calculation
- VAR HolidayDate =
- SWITCH (
- TRUE,
- [DayNumber] <> 0
- && [WeekDayNumber] <> 0, ERROR ( "Wrong configuration in HolidayParameters" ),
- [DayNumber] <> 0
- && [MonthNumber] <= 12, DATE ( HolidayYear, [MonthNumber], [DayNumber] ),
- [MonthNumber] = 99, -- Easter offset
- EasterDate + [DayNumber],
- [MonthNumber] = 98, -- Swedish Midsummer Day
- SwedishMidSummer + [DayNumber],
- [WeekDayNumber] <> 0,
- VAR ReferenceDate =
- DATE ( HolidayYear, 1
- + MOD ( [MonthNumber] - 1 + IF ( [OffsetWeek] < 0, 1 ), 12 ), 1 )
- - IF ( [OffsetWeek] < 0, 1 )
- VAR ReferenceWeekDayNumber =
- WEEKDAY ( ReferenceDate, 1 ) - 1
- VAR Offset =
- [WeekDayNumber] - ReferenceWeekDayNumber
- + 7 * [OffsetWeek]
- + IF (
- [OffsetWeek] > 0,
- IF ( [WeekDayNumber] >= ReferenceWeekDayNumber, - 7 ),
- IF ( ReferenceWeekDayNumber >= [WeekDayNumber], 7 )
- )
- RETURN
- ReferenceDate + Offset + [OffsetDays],
- ERROR ( "Wrong configuration in HolidayParameters" )
- )
- VAR HolidayDay =
- WEEKDAY ( HolidayDate, 1 ) - 1
- VAR SubstituteHolidayOffset =
- SWITCH (
- TRUE,
- [SubstituteHoliday] = -1,
- SWITCH (
- HolidayDay,
- 0, 1, -- If it falls on a Sunday then it is observed on Monday
- 6, -1, -- If it falls on a Saturday then it is observed on Friday
- 0
- ),
- [SubstituteHoliday] > 0
- && NOT CONTAINS ( WorkingDays, [FSG_PBI_Day_Number], HolidayDay ),
- VAR NextWorkingDay =
- MINX (
- FILTER ( WorkingDays, [FSG_PBI_Day_Number] > HolidayDay ),
- [FSG_PBI_Day_Number]
- )
- VAR SubstituteDay =
- IF (
- ISBLANK ( NextWorkingDay ),
- MINX ( WorkingDays, [FSG_PBI_Day_Number] ) + 7,
- NextWorkingDay
- )
- RETURN
- SubstituteDay - HolidayDay
- + ( [SubstituteHoliday] - 1 )
- )
- RETURN
- ROW (
- -- Use DATE function to get a DATE column as a result
- "HolidayDate", DATE ( YEAR ( HolidayDate ), MONTH ( HolidayDate ), DAY ( HolidayDate ) ),
- "SubstituteHolidayOffset", SubstituteHolidayOffset
- )
- ) //
- VAR HolidayDates_GeneratedRawWithDuplicates =
- FILTER (
- HolidayDates_GeneratedRawWithDuplicatesUnfiltered,
- ( [FirstYear] = 0 || [FirstYear] <= [Value] )
- && ( [LastYear] = 0 || [LastYear] >= [Value] )
- )
- VAR HolidayDates_RawDatesUnique =
- DISTINCT (
- SELECTCOLUMNS (
- HolidayDates_GeneratedRawWithDuplicates,
- "HolidayDateUnique", [HolidayDate]
- )
- )
- VAR HolidayDates_GeneratedRaw =
- GENERATE (
- HolidayDates_RawDatesUnique,
- VAR FilterDate = [HolidayDateUnique]
- RETURN
- TOPN (
- 1,
- FILTER (
- HolidayDates_GeneratedRawWithDuplicates,
- [HolidayDate] = FilterDate
- ),
- [ConflictPriority],
- ASC,
- [HolidayName],
- ASC
- )
- )
- VAR HolidayDates_GeneratedSubstitutesOffset =
- SELECTCOLUMNS (
- FILTER ( HolidayDates_GeneratedRawWithDuplicates, [SubstituteHoliday] <> 0 ),
- "Value", [Value],
- "ISO Country", [ISO Country],
- "MonthNumber", [MonthNumber],
- "DayNumber", [DayNumber],
- "WeekDayNumber", [WeekDayNumber],
- "OffsetWeek", [OffsetWeek],
- "HolidayName", [HolidayName],
- "SubstituteHoliday", [SubstituteHoliday],
- "ConflictPriority", [ConflictPriority],
- "HolidayDate", [HolidayDate],
- "SubstituteHolidayOffset",
- VAR CurrentHolidayDate = [HolidayDate]
- VAR CurrentHolidayName = [HolidayName]
- VAR OriginalSubstituteDate = [HolidayDate] + [SubstituteHolidayOffset]
- VAR OtherHolidays =
- FILTER (
- HolidayDates_GeneratedRawWithDuplicates,
- [HolidayDate] <> CurrentHolidayDate
- || [HolidayName] <> CurrentHolidayName
- )
- VAR ConflictDay0 =
- CONTAINS (
- OtherHolidays,
- [HolidayDate], OriginalSubstituteDate
- )
- VAR ConflictDay1 =
- ConflictDay0
- && CONTAINS (
- OtherHolidays,
- [HolidayDate], OriginalSubstituteDate + 1
- )
- VAR ConflictDay2 =
- ConflictDay1
- && CONTAINS (
- OtherHolidays,
- [HolidayDate], OriginalSubstituteDate + 2
- )
- VAR SubstituteOffsetStep1 = [SubstituteHolidayOffset] + ConflictDay0 + ConflictDay1 + ConflictDay2
- VAR HolidayDateStep1 = CurrentHolidayDate + SubstituteOffsetStep1
- VAR HolidayDayStep1 =
- WEEKDAY ( HolidayDateStep1, 1 ) - 1
- VAR SubstituteHolidayOffsetNonWorkingDays =
- IF (
- NOT CONTAINS ( WorkingDays, [FSG_PBI_Day_Number], HolidayDayStep1 ),
- VAR NextWorkingDayStep2 =
- MINX (
- FILTER ( WorkingDays, [FSG_PBI_Day_Number] > HolidayDayStep1 ),
- [FSG_PBI_Day_Number]
- )
- VAR SubstituteDay =
- IF (
- ISBLANK ( NextWorkingDayStep2 ),
- MINX ( WorkingDays, [FSG_PBI_Day_Number] ) + 7,
- NextWorkingDayStep2
- )
- RETURN SubstituteDay - HolidayDateStep1
- )
- VAR SubstituteOffsetStep2 = SubstituteOffsetStep1 + SubstituteHolidayOffsetNonWorkingDays
- VAR SubstituteDateStep2 = OriginalSubstituteDate + SubstituteOffsetStep2
- VAR ConflictDayStep2_0 =
- CONTAINS (
- OtherHolidays,
- [HolidayDate], SubstituteDateStep2
- )
- VAR ConflictDayStep2_1 =
- ConflictDayStep2_0
- && CONTAINS (
- OtherHolidays,
- [HolidayDate], SubstituteDateStep2 + 1
- )
- VAR ConflictDayStep2_2 =
- ConflictDayStep2_1
- && CONTAINS (
- OtherHolidays,
- [HolidayDate], SubstituteDateStep2 + 2
- )
- VAR FinalSubstituteHolidayOffset =
- SubstituteOffsetStep2 + ConflictDayStep2_0 + ConflictDayStep2_1 + ConflictDayStep2_2
- RETURN
- FinalSubstituteHolidayOffset
- )
- VAR HolidayDates_GeneratedSubstitutesExpanded =
- ADDCOLUMNS (
- HolidayDates_GeneratedSubstitutesOffset,
- "ReplacementHolidayDate", [HolidayDate] + [SubstituteHolidayOffset]
- )
- VAR HolidayDates_GeneratedSubstitutesUnique =
- DISTINCT (
- SELECTCOLUMNS (
- HolidayDates_GeneratedSubstitutesExpanded,
- "UniuqeReplacementHolidayDate", [ReplacementHolidayDate]
- )
- )
- VAR HolidayDates_GeneratedSubstitutes =
- GENERATE (
- HolidayDates_GeneratedSubstitutesUnique,
- TOPN (
- 1,
- FILTER (
- HolidayDates_GeneratedSubstitutesExpanded,
- [UniuqeReplacementHolidayDate] = [ReplacementHolidayDate]
- ),
- [ConflictPriority],
- ASC,
- [HolidayName],
- ASC
- )
- )
- VAR HolidayDates_Generated =
- UNION (
- SELECTCOLUMNS (
- HolidayDates_GeneratedRaw,
- "HolidayDate", [HolidayDate],
- "HolidayName", [HolidayName]
- ),
- SELECTCOLUMNS (
- FILTER ( HolidayDates_GeneratedSubstitutes, [SubstituteHolidayOffset] <> 0 ),
- "HolidayDate", [HolidayDate] + [SubstituteHolidayOffset],
- "HolidayName", InLieuOf_prefix & [HolidayName]
- & InLieuOf_suffix
- )
- )
- -- Alternative way to express holidays: create a table with the list of the dates
- -- The following table should be used instead of HolidayDates_Generated in the following
- -- HolidayDates variable if you want to use a fixed list of holidays
- VAR HolidayDates_US_ExplicitDates =
- DATATABLE (
- "HolidayDate", DATETIME,
- "HolidayName", STRING,
- {
- { "2008-01-01", "New Year's Day" },
- { "2008-12-25", "Christmas Day" },
- -------------------------
- { "2008-11-27", "Thanksgiving Day" },
- { "2009-11-26", "Thanksgiving Day" },
- { "2010-11-25", "Thanksgiving Day" },
- { "2011-11-24", "Thanksgiving Day" },
- { "2012-11-22", "Thanksgiving Day" },
- { "2013-11-28", "Thanksgiving Day" },
- { "2014-11-27", "Thanksgiving Day" },
- { "2015-11-26", "Thanksgiving Day" },
- { "2016-11-24", "Thanksgiving Day" },
- { "2017-11-23", "Thanksgiving Day" },
- { "2018-11-22", "Thanksgiving Day" },
- { "2019-11-28", "Thanksgiving Day" },
- { "2020-11-26", "Thanksgiving Day" }
- }
- )
- VAR HolidayDates =
- SELECTCOLUMNS (
- HolidayDates_Generated,
- "Date", [HolidayDate],
- "Holiday Name", [HolidayName]
- ) //
- ------------------------------------------------------------
- --
- -- End of Configuration
- --
- ------------------------------------------------------------
- --
- -- The following variables define
- -- the content of the calendar tables
- --
- ------------------------------------------------------------
- ------------------------------------------------------------
- VAR FirstDayCalendar =
- DATE ( FirstYear - 1, 1, 1 )
- VAR LastDayCalendar =
- DATE ( LastYear + 1, 12, 31 )
- VAR WeekDayCalculationType =
- IF ( FirstDayOfWeek = 0, 7, FirstDayOfWeek )
- + 10
- VAR OffsetFiscalYear =
- IF ( FiscalCalendarFirstMonth > 1, 1, 0 )
- VAR WeeklyFiscalPeriods =
- GENERATE (
- SELECTCOLUMNS (
- GENERATESERIES ( FirstYear - OffsetFiscalYear, LastYear + OffsetFiscalYear, 1 ),
- "CalendarType", "Weekly",
- "Fiscal YearNumber", [Value]
- ),
- VAR StartFiscalYearNumber = [Fiscal YearNumber] - (OffsetFiscalYear * TypeStartFiscalYear)
- VAR FirstDayCurrentYear =
- DATE ( StartFiscalYearNumber, FiscalCalendarFirstMonth, 1 )
- VAR FirstDayNextYear =
- DATE ( StartFiscalYearNumber + 1, FiscalCalendarFirstMonth, 1 )
- VAR DayOfWeekNumberCurrentYear =
- WEEKDAY ( FirstDayCurrentYear, WeekDayCalculationType )
- VAR OffsetStartCurrentFiscalYear =
- SWITCH (
- WeeklyType,
- "Last", 1 - DayOfWeekNumberCurrentYear,
- "Nearest", IF (
- DayOfWeekNumberCurrentYear >= 5,
- 8 - DayOfWeekNumberCurrentYear,
- 1 - DayOfWeekNumberCurrentYear
- ),
- ERROR ( "Unknown WeeklyType definition.")
- )
- VAR DayOfWeekNumberNextYear =
- WEEKDAY ( FirstDayNextYear, WeekDayCalculationType )
- VAR OffsetStartNextFiscalYear =
- SWITCH (
- WeeklyType,
- "Last", - DayOfWeekNumberNextYear,
- "Nearest", IF (
- DayOfWeekNumberNextYear >= 5,
- 7 - DayOfWeekNumberNextYear,
- - DayOfWeekNumberNextYear
- ),
- ERROR ( "Unknown WeeklyType definition.")
- )
- VAR FirstDayOfFiscalYear = FirstDayCurrentYear + OffsetStartCurrentFiscalYear
- VAR LastDayOfFiscalYear = FirstDayNextYear + OffsetStartNextFiscalYear
- RETURN
- ROW ( "FirstDayOfYear", FirstDayOfFiscalYear,
- "LastDayOfYear", LastDayOfFiscalYear )
- )
- VAR CheckFirstDayOfWeek =
- IF (
- UseCustomFiscalPeriods && (NOT IgnoreWeeklyFiscalPeriods)
- && WEEKDAY ( MINX ( CustomFiscalPeriods, [FirstDayOfYear] ), 1 )
- <> ( FirstDayOfWeek + 1 ),
- ERROR ( "CustomFiscalPeriods table does not match FirstDayOfWeek setting" ),
- TRUE
- )
- VAR CustomFiscalPeriodsWithType =
- GENERATE (
- ROW ( "CalendarType", "Custom" ),
- FILTER ( CustomFiscalPeriods, CheckFirstDayOfWeek )
- )
- VAR FiscalPeriods =
- SELECTCOLUMNS (
- FILTER (
- UNION (
- FILTER ( WeeklyFiscalPeriods, NOT IgnoreWeeklyFiscalPeriods ),
- CustomFiscalPeriodsWithType
- ),
- [CalendarType] = WeeklyCalendarType
- ),
- "FW YearNumber", [Fiscal YearNumber],
- "FW StartOfYear", [FirstDayOfYear],
- "FW EndOfYear", [LastDayOfYear]
- )
- VAR WeeksInP1 =
- SWITCH (
- QuarterWeekType,
- "445", 4,
- "454", 4,
- "544", 5,
- ERROR ( "QuarterWeekType only supports 445, 454, and 544" )
- )
- VAR WeeksInP2 =
- SWITCH (
- QuarterWeekType,
- "445", 4,
- "454", 5,
- "544", 4,
- ERROR ( "QuarterWeekType only supports 445, 454, and 544" )
- )
- VAR WeeksInP3 =
- SWITCH (
- QuarterWeekType,
- "445", 5,
- "454", 4,
- "544", 4,
- ERROR ( "QuarterWeekType only supports 445, 454, and 544" )
- )
- VAR FirstSundayReference =
- DATE ( 1900, 12, 30 ) -- Do not change this
- VAR FirstWeekReference = FirstSundayReference + FirstDayOfWeek
- VAR RawDays =
- CALENDAR ( FirstDayCalendar, LastDayCalendar )
- VAR CalendarGregorianPrefixSpace =
- IF ( CalendarGregorianPrefix <> "", CalendarGregorianPrefix & " ", "" )
- VAR FiscalGregorianPrefixSpace =
- IF ( FiscalGregorianPrefix <> "", FiscalGregorianPrefix & " ", "" )
- VAR FiscalWeeklyPrefixSpace =
- IF ( FiscalWeeklyPrefix <> "", FiscalWeeklyPrefix & " ", "" )
- VAR CustomFiscalRawDays =
- GENERATE ( FiscalPeriods, CALENDAR ( [FW StartOfYear], [FW EndOfYear] ) )
- VAR CalendarStandardGregorianBase =
- GENERATE (
- NATURALLEFTOUTERJOIN ( RawDays, HolidayDates ),
- VAR CalDate = [Date]
- VAR CalYear =
- YEAR ( [Date] )
- VAR CalMonthNumber =
- MONTH ( [Date] )
- VAR CalQuarterNumber =
- ROUNDUP ( CalMonthNumber / 3, 0 )
- VAR CalDay =
- DAY ( [Date] )
- VAR CalWeekNumber =
- WEEKNUM ( CalDate, WeekDayCalculationType )
- VAR CalDayOfMonth =
- DAY ( CalDate )
- VAR WeekDayNumber =
- WEEKDAY ( CalDate, WeekDayCalculationType )
- VAR YearWeekNumber =
- INT ( DIVIDE ( CalDate - FirstWeekReference, 7 ) )
- VAR CalendarFirstDayOfYear =
- DATE ( CalYear, 1, 1 )
- VAR CalendarDayOfYear =
- INT ( CalDate - CalendarFirstDayOfYear + 1 )
- VAR IsWorkingDay =
- CONTAINS ( WorkingDays, [FSG_PBI_Day_Number], WEEKDAY ( CalDate, 1 ) - 1 )
- && ISBLANK ( [Holiday Name] )
- VAR _CheckLeapYearBefore =
- CalYear -
- IF ( (CalMonthNumber = 2 && CalDayOfMonth < 29)
- || CalMonthNumber < 2,
- 1,
- 0 )
- VAR LeapYearsBefore1900 =
- INT ( 1899 / 4 )
- - INT ( 1899 / 100 )
- + INT ( 1899 / 400 )
- VAR LeapYearsBetween =
- INT ( _CheckLeapYearBefore / 4 )
- - INT ( _CheckLeapYearBefore / 100 )
- + INT ( _CheckLeapYearBefore / 400 )
- - LeapYearsBefore1900
- VAR Sequential365DayNumber =
- INT ( CalDate - LeapYearsBetween )
- RETURN
- ROW (
- "DateKey", CalYear * 10000
- + CalMonthNumber * 100
- + CalDay,
- "Calendar YearNumber", CalYear,
- "Calendar Year", CalendarGregorianPrefixSpace & CalYear,
- "Calendar QuarterNumber", CalQuarterNumber,
- "Calendar Quarter", CalendarGregorianPrefix & "Q"
- & CalQuarterNumber
- & " ",
- "Calendar YearQuarterNumber", CalYear * 4
- - 1
- + CalQuarterNumber,
- "Calendar Quarter Year", CalendarGregorianPrefix & "Q"
- & CalQuarterNumber
- & " "
- & CalYear,
- "Calendar MonthNumber", CalMonthNumber,
- "Calendar Month", FORMAT ( CalDate, "mmm" ),
- "Calendar YearMonthNumber", CalYear * 12
- - 1
- + CalMonthNumber,
- "Calendar Month Year", FORMAT ( CalDate, "mmm" ) & " "
- & CalYear,
- "Calendar WeekNumber", CalWeekNumber,
- "Calendar Week", CalendarGregorianPrefix & "W"
- & FORMAT ( CalWeekNumber, "00" ),
- "Calendar YearWeekNumber", YearWeekNumber,
- "Calendar Week Year", CalendarGregorianPrefix & "W"
- & FORMAT ( CalWeekNumber, "00" )
- & "-"
- & CalYear,
- "Calendar WeekYearOrder", CalYear * 100
- + CalWeekNumber,
- "Calendar DayOfYearNumber", CalendarDayOfYear,
- "Day of Month", CalDayOfMonth,
- "WeekDayNumber", WeekDayNumber,
- "Week Day", FORMAT ( CalDate, "ddd" ),
- "IsWorkingDay", IsWorkingDay,
- "Day Type", IF ( IsWorkingDay, WorkingDayType, NonWorkingDayType ),
- "Sequential365DayNumber", Sequential365DayNumber
- )
- )
- VAR CalendarStandardGregorian =
- GENERATE (
- CalendarStandardGregorianBase,
- VAR CalDate = [Date]
- VAR YearNumber = [Calendar YearNumber]
- VAR MonthNumber = [Calendar MonthNumber]
- VAR YearWeekNumber = [Calendar YearWeekNumber]
- VAR YearMonthNumber = [Calendar YearMonthNumber]
- VAR YearQuarterNumber = [Calendar YearQuarterNumber]
- VAR CurrentWeekPos =
- AVERAGEX (
- FILTER ( CalendarStandardGregorianBase, [Date] = TodayReference ),
- [Calendar YearWeekNumber]
- )
- VAR CurrentMonthPos =
- AVERAGEX (
- FILTER ( CalendarStandardGregorianBase, [Date] = TodayReference ),
- [Calendar YearMonthNumber]
- )
- VAR CurrentQuarterPos =
- AVERAGEX (
- FILTER ( CalendarStandardGregorianBase, [Date] = TodayReference ),
- [Calendar YearQuarterNumber]
- )
- VAR CurrentYearPos =
- AVERAGEX (
- FILTER ( CalendarStandardGregorianBase, [Date] = TodayReference ),
- [Calendar YearNumber]
- )
- VAR RelativeWeekPos = YearWeekNumber - CurrentWeekPos
- VAR RelativeMonthPos = YearMonthNumber - CurrentMonthPos
- VAR RelativeQuarterPos = YearQuarterNumber - CurrentQuarterPos
- VAR RelativeYearPos = YearNumber - CurrentYearPos
- VAR CalStartOfMonth =
- DATE ( YearNumber, MonthNumber, 1 )
- VAR CalEndOfMonth =
- EOMONTH ( CalDate, 0 )
- VAR CalMonthDays =
- INT ( CalEndOfMonth - CalStartOfMonth + 1 )
- VAR CalDayOfMonthNumber =
- INT ( CalDate - CalStartOfMonth + 1 )
- VAR CalStartOfQuarter =
- MINX (
- FILTER (
- CalendarStandardGregorianBase,
- [Calendar YearQuarterNumber] = YearQuarterNumber
- ),
- [Date]
- )
- VAR CalEndOfQuarter =
- MAXX (
- FILTER (
- CalendarStandardGregorianBase,
- [Calendar YearQuarterNumber] = YearQuarterNumber
- ),
- [Date]
- )
- VAR CalQuarterDays =
- INT ( CalEndOfQuarter - CalStartOfQuarter + 1 )
- VAR CalDayOfQuarterNumber =
- INT ( CalDate - CalStartOfQuarter + 1 )
- VAR CalYearDays =
- INT ( DATE ( YearNumber, 12, 31 ) - DATE ( YearNumber, 1, 1 ) + 1 )
- VAR CalDatePreviousWeek = CalDate - 7
- VAR CalDatePreviousMonth =
- MAXX (
- FILTER (
- CalendarStandardGregorianBase,
- [Calendar YearMonthNumber] = YearMonthNumber - 1
- &&
- ( [Day of Month] <= CalDayOfMonthNumber
- || CalDayOfMonthNumber = CalMonthDays )
- ),
- [Date]
- )
- VAR CalDatePreviousQuarter =
- MAXX (
- FILTER (
- CalendarStandardGregorianBase,
- [Calendar YearMonthNumber] = YearMonthNumber - 3
- &&
- ( [Day of Month] <= CalDayOfMonthNumber
- || CalDayOfMonthNumber = CalMonthDays )
- ),
- [Date]
- )
- VAR CalDatePreviousYear =
- MAXX (
- FILTER (
- CalendarStandardGregorianBase,
- [Calendar YearMonthNumber] = YearMonthNumber - 12
- &&
- ( [Day of Month] <= CalDayOfMonthNumber
- || CalDayOfMonthNumber = CalMonthDays )
- ),
- [Date]
- )
- VAR CalStartOfYear =
- DATE ( YearNumber, 1, 1 )
- VAR CalEndOfYear =
- DATE ( YearNumber, 12, 31 )
- RETURN
- ROW ( "Calendar RelativeWeekPos", RelativeWeekPos,
- "Calendar RelativeMonthPos", RelativeMonthPos,
- "Calendar RelativeQuarterPos", RelativeQuarterPos,
- "Calendar RelativeYearPos", RelativeYearPos,
- "Calendar StartOfMonth", CalStartOfMonth,
- "Calendar EndOfMonth", CalEndOfMonth,
- "Calendar DayOfMonthNumber", CalDayOfMonthNumber,
- "Calendar StartOfQuarter", CalStartOfQuarter,
- "Calendar EndOfQuarter", CalEndOfQuarter,
- "Calendar DayOfQuarterNumber", CalDayOfQuarterNumber,
- "Calendar StartOfYear", CalStartOfYear,
- "Calendar EndOfYear", CalEndOfYear,
- "Calendar DatePreviousWeek", CalDatePreviousWeek,
- "Calendar DatePreviousMonth", CalDatePreviousMonth,
- "Calendar DatePreviousQuarter", CalDatePreviousQuarter,
- "Calendar DatePreviousYear", CalDatePreviousYear,
- "Calendar MonthDays", CalMonthDays,
- "Calendar QuarterDays", CalQuarterDays,
- "Calendar YearDays", CalYearDays
- )
- )
- VAR FiscalStandardGregorianBase =
- GENERATE (
- NATURALLEFTOUTERJOIN ( RawDays, HolidayDates ),
- VAR FiscalDate = [Date]
- VAR CalYear =
- YEAR ( FiscalDate )
- VAR CalMonthNumber =
- MONTH ( FiscalDate )
- VAR CalDay =
- DAY ( [Date] )
- VAR WeekDayNumber =
- WEEKDAY ( FiscalDate, WeekDayCalculationType )
- VAR YearWeekNumber =
- INT ( DIVIDE ( FiscalDate - FirstWeekReference, 7 ) )
- VAR FiscalYear =
- CalYear
- + IF ( FiscalCalendarFirstMonth > 1,
- IF ( CalMonthNumber >= FiscalCalendarFirstMonth,
- TypeStartFiscalYear, -- TypeStartFiscalYear = 1
- -1 * (TypeStartFiscalYear = 0) -- TypeStartFiscalYear = 0
- )
- )
- VAR FiscalMonthNumber =
- MOD ( CalMonthNumber - FiscalCalendarFirstMonth, 12 )
- + 1
- VAR FiscalMonthQuarterNumber =
- MOD ( FiscalMonthNumber - 1, 3 ) + 1
- VAR FiscalFirstDayOfYear =
- DATE ( FiscalYear - (OffsetFiscalYear * TypeStartFiscalYear), FiscalCalendarFirstMonth, 1 )
- VAR FiscalDayOfYear =
- INT ( FiscalDate - FiscalFirstDayOfYear + 1 )
- VAR FiscalFirstYearWeekNumber =
- INT ( DIVIDE ( FiscalFirstDayOfYear - FirstWeekReference, 7 ) )
- VAR FiscalWeekNumber = YearWeekNumber - FiscalFirstYearWeekNumber
- + 1
- VAR FiscalQuarterNumber =
- ROUNDUP ( FiscalMonthNumber / 3, 0 )
- VAR IsWorkingDay =
- CONTAINS ( WorkingDays, [FSG_PBI_Day_Number], WEEKDAY ( FiscalDate, 1 ) - 1 )
- && ISBLANK ( [Holiday Name] )
- RETURN
- ROW (
- "DateKey", CalYear * 10000
- + CalMonthNumber * 100
- + CalDay,
- "Fiscal Year", FiscalGregorianPrefixSpace & FiscalYear,
- "Fiscal YearNumber", FiscalYear,
- "Fiscal QuarterNumber", FiscalQuarterNumber,
- "Fiscal Quarter", FiscalGregorianPrefix & "Q"
- & FiscalQuarterNumber
- & " ",
- "Fiscal YearQuarterNumber", FiscalYear * 4
- - 1
- + FiscalQuarterNumber,
- "Fiscal Quarter Year", FiscalGregorianPrefix & "Q"
- & FiscalQuarterNumber
- & " "
- & FiscalYear,
- "Fiscal MonthNumber", FiscalMonthNumber,
- "Fiscal MonthQuarterNumber", FiscalMonthQuarterNumber,
- "Fiscal Month", FORMAT ( FiscalDate, "mmm" ),
- "Fiscal YearMonthNumber", FiscalYear * 12
- - 1
- + FiscalMonthNumber,
- "Fiscal Month Year", FORMAT ( FiscalDate, "mmm" ) & " "
- & CalYear,
- "Fiscal WeekNumber", FiscalWeekNumber,
- "Fiscal Week", FiscalGregorianPrefix & "W"
- & FORMAT ( FiscalWeekNumber, "00" ),
- "Fiscal YearWeekNumber", YearWeekNumber,
- "Fiscal Week Year", FiscalGregorianPrefix & "W"
- & FORMAT ( FiscalWeekNumber, "00" )
- & "-"
- & FiscalYear,
- "Fiscal WeekYearOrder", FiscalYear * 100
- + FiscalWeekNumber,
- "Fiscal DayOfYearNumber", FiscalDayOfYear,
- "Day of Month", DAY ( FiscalDate ),
- "WeekDayNumber", WeekDayNumber,
- "Week Day", FORMAT ( FiscalDate, "ddd" ),
- "IsWorkingDay", IsWorkingDay,
- "Day Type", IF ( IsWorkingDay, WorkingDayType, NonWorkingDayType )
- )
- )
- VAR FiscalStandardGregorian =
- GENERATE (
- FiscalStandardGregorianBase,
- VAR FiscalDate = [Date]
- VAR FiscalYearNumber = [Fiscal YearNumber]
- VAR MonthNumber = [Fiscal MonthNumber]
- VAR CalendarYearNumber =
- YEAR ( FiscalDate )
- VAR CalendarMonthNumber =
- MONTH ( FiscalDate )
- VAR YearWeekNumber = [Fiscal YearWeekNumber]
- VAR YearMonthNumber = [Fiscal YearMonthNumber]
- VAR YearQuarterNumber = [Fiscal YearQuarterNumber]
- VAR CurrentWeekPos =
- AVERAGEX (
- FILTER ( FiscalStandardGregorianBase, [Date] = TodayReference ),
- [Fiscal YearWeekNumber]
- )
- VAR CurrentMonthPos =
- AVERAGEX (
- FILTER ( FiscalStandardGregorianBase, [Date] = TodayReference ),
- [Fiscal YearMonthNumber]
- )
- VAR CurrentQuarterPos =
- AVERAGEX (
- FILTER ( FiscalStandardGregorianBase, [Date] = TodayReference ),
- [Fiscal YearQuarterNumber]
- )
- VAR CurrentYearPos =
- AVERAGEX (
- FILTER ( FiscalStandardGregorianBase, [Date] = TodayReference ),
- [Fiscal YearNumber]
- )
- VAR RelativeWeekPos = YearWeekNumber - CurrentWeekPos
- VAR RelativeMonthPos = YearMonthNumber - CurrentMonthPos
- VAR RelativeQuarterPos = YearQuarterNumber - CurrentQuarterPos
- VAR RelativeYearPos = FiscalYearNumber - CurrentYearPos
- VAR FiscalStartOfMonth =
- DATE ( CalendarYearNumber, CalendarMonthNumber, 1 )
- VAR FiscalEndOfMonth =
- EOMONTH ( FiscalDate, 0 )
- VAR FiscalMonthDays =
- INT ( FiscalEndOfMonth - FiscalStartOfMonth + 1 )
- VAR FiscalDayOfMonthNumber =
- INT ( FiscalDate - FiscalStartOfMonth + 1 )
- VAR FiscalStartOfQuarter =
- MINX (
- FILTER (
- FiscalStandardGregorianBase,
- [Fiscal YearQuarterNumber] = YearQuarterNumber
- ),
- [Date]
- )
- VAR FiscalEndOfQuarter =
- MAXX (
- FILTER (
- FiscalStandardGregorianBase,
- [Fiscal YearQuarterNumber] = YearQuarterNumber
- ),
- [Date]
- )
- VAR FiscalQuarterDays =
- INT ( FiscalEndOfQuarter - FiscalStartOfQuarter + 1 )
- VAR FiscalFirstDayOfYear =
- DATE ( FiscalYearNumber - OffsetFiscalYear, FiscalCalendarFirstMonth, 1 )
- VAR FiscalLastDayOfYear =
- DATE ( FiscalYearNumber + (1 * (OffsetFiscalYear = 0)), FiscalCalendarFirstMonth, 1 ) - 1
- VAR FiscalYearDays =
- INT ( FiscalLastDayOfYear - FiscalFirstDayOfYear + 1 )
- VAR FiscalDayOfQuarterNumber =
- INT ( FiscalDate - FiscalStartOfQuarter + 1 )
- VAR FiscalStartOfYear =
- MINX (
- FILTER (
- FiscalStandardGregorianBase,
- [Fiscal YearNumber] = FiscalYearNumber
- ),
- [Date]
- )
- VAR FiscalEndOfYear =
- MAXX (
- FILTER (
- FiscalStandardGregorianBase,
- [Fiscal YearNumber] = FiscalYearNumber
- ),
- [Date]
- )
- VAR FiscalDatePreviousWeek = FiscalDate - 7
- VAR FiscalDatePreviousMonth =
- MAXX (
- FILTER (
- FiscalStandardGregorianBase,
- [Fiscal YearMonthNumber] = YearMonthNumber - 1
- &&
- ( [Day of Month] <= FiscalDayOfMonthNumber
- || FiscalDayOfMonthNumber = FiscalMonthDays )
- ),
- [Date]
- )
- VAR FiscalDatePreviousQuarter =
- MAXX (
- FILTER (
- FiscalStandardGregorianBase,
- [Fiscal YearMonthNumber] = YearMonthNumber - 3
- &&
- ( [Day of Month] <= FiscalDayOfMonthNumber
- || FiscalDayOfMonthNumber = FiscalMonthDays )
- ),
- [Date]
- )
- VAR FiscalDatePreviousYear =
- MAXX (
- FILTER (
- FiscalStandardGregorianBase,
- [Fiscal YearMonthNumber] = YearMonthNumber - 12
- &&
- ( [Day of Month] <= FiscalDayOfMonthNumber
- || FiscalDayOfMonthNumber = FiscalMonthDays )
- ),
- [Date]
- )
- RETURN
- ROW ( "Fiscal RelativeWeekPos", RelativeWeekPos,
- "Fiscal RelativeMonthPos", RelativeMonthPos,
- "Fiscal RelativeQuarterPos", RelativeQuarterPos,
- "Fiscal RelativeYearPos", RelativeYearPos,
- "Fiscal StartOfMonth", FiscalStartOfMonth,
- "Fiscal EndOfMonth", FiscalEndOfMonth,
- "Fiscal DayOfMonthNumber", FiscalDayOfMonthNumber,
- "Fiscal StartOfQuarter", FiscalStartOfQuarter,
- "Fiscal EndOfQuarter", FiscalEndOfQuarter,
- "Fiscal DayOfQuarterNumber", FiscalDayOfQuarterNumber,
- "Fiscal StartOfYear", FiscalStartOfYear,
- "Fiscal EndOfYear", FiscalEndOfYear,
- "Fiscal DatePreviousWeek", FiscalDatePreviousWeek,
- "Fiscal DatePreviousMonth", FiscalDatePreviousMonth,
- "Fiscal DatePreviousQuarter", FiscalDatePreviousQuarter,
- "Fiscal DatePreviousYear", FiscalDatePreviousYear,
- "Fiscal MonthDays", FiscalMonthDays,
- "Fiscal QuarterDays", FiscalQuarterDays,
- "Fiscal YearDays", FiscalYearDays
- )
- )
- VAR FiscalWeeksBase =
- GENERATE (
- NATURALLEFTOUTERJOIN ( CustomFiscalRawDays, HolidayDates ),
- VAR CalDate = [Date]
- VAR FwFirstDayOfYear = [FW StartOfYear]
- VAR FwDayOfYear =
- INT ( CalDate - FwFirstDayOfYear + 1 )
- VAR CalYear =
- YEAR ( [Date] )
- VAR CalMonthNumber =
- MONTH ( [Date] )
- VAR CalDay =
- DAY ( [Date] )
- VAR FwDayOfYearNumber = CalDate - [FW StartOfYear]
- + 1
- VAR FwWeekNumber =
- INT ( CEILING ( FwDayOfYearNumber / 7, 1 ) )
- VAR FwPeriodNumber =
- IF ( FwWeekNumber > 52, 14, ROUNDUP ( FwWeekNumber / 4, 0 ) )
- VAR FwYearNumber = [FW YearNumber]
- VAR FwQuarterNumber =
- IF ( FwWeekNumber > 52, 4, ROUNDUP ( FwWeekNumber / 13, 0 ) )
- VAR FwWeekInQuarterNumber =
- IF ( FwWeekNumber > 52, 14, FwWeekNumber - 13 * ( FwQuarterNumber - 1 ) )
- VAR FwMonthNumber =
- ( FwQuarterNumber - 1 )
- * 3
- + SWITCH (
- TRUE,
- FwWeekInQuarterNumber <= WeeksInP1, 1,
- FwWeekInQuarterNumber
- <= ( WeeksInP1 + WeeksInP2 ), 2,
- 3
- )
- VAR WeekDayNumber =
- WEEKDAY ( CalDate, WeekDayCalculationType )
- VAR FirstDayOfWeek = [Date] - WeekDayNumber
- + 1
- VAR LastDayOfWeek = FirstDayOfWeek + 6
- VAR IsWorkingDay =
- CONTAINS ( WorkingDays, [FSG_PBI_Day_Number], WEEKDAY ( CalDate, 1 ) - 1 )
- && ISBLANK ( [Holiday Name] )
- RETURN
- ROW (
- "DateKey", CalYear * 10000
- + CalMonthNumber * 100
- + CalDay,
- // "FW YearNumber", FwYearNumber, -- It is already in the first set of columns of the GENERATE function
- "FW Year", FiscalWeeklyPrefixSpace & FwYearNumber,
- "FW QuarterNumber", FwQuarterNumber,
- "FW Quarter", FiscalWeeklyPrefix & "Q"
- & FwQuarterNumber,
- "FW YearQuarterNumber", FwYearNumber * 4
- - 1
- + FwQuarterNumber,
- "FW Quarter Year", FiscalWeeklyPrefix & "Q"
- & FwQuarterNumber
- & " "
- & FwYearNumber,
- "FW MonthNumber", FwMonthNumber,
- "FW Month", FiscalWeeklyPrefix & "P"
- & FORMAT ( FwMonthNumber, "00" ),
- "FW YearMonthNumber", FwYearNumber * 12
- - 1
- + FwMonthNumber,
- "FW Month Year", FiscalWeeklyPrefix & "P"
- & FORMAT ( FwMonthNumber, "00" )
- & " "
- & FwYearNumber,
- "FW WeekNumber", FwWeekNumber,
- "FW Week", FiscalWeeklyPrefix & "W"
- & FORMAT ( FwWeekNumber, "00" ),
- "FW PeriodNumber", FwPeriodNumber,
- "FW Period", FiscalWeeklyPrefix & "P"
- & FORMAT ( FwPeriodNumber, "00" ),
- "FW YearWeekNumber", INT ( DIVIDE ( CalDate - FirstWeekReference, 7 ) )
- + 1,
- "FW Week Year", FiscalWeeklyPrefix & "W"
- & FORMAT ( FwWeekNumber, "00" )
- & " "
- & FwYearNumber,
- "FW StartOfWeek", FirstDayOfWeek,
- "FW EndOfWeek", LastDayOfWeek,
- "WeekDayNumber", WeekDayNumber,
- "Week Day", FORMAT ( CalDate, "ddd" ),
- "FW DayOfYearNumber", FwDayOfYear,
- "IsWorkingDay", IsWorkingDay,
- "Day Type", IF ( IsWorkingDay, WorkingDayType, NonWorkingDayType )
- )
- )
- VAR FiscalWeeks_Pre =
- GENERATE (
- FiscalWeeksBase,
- VAR CalDate = [Date]
- VAR FWYearNumber = [FW YearNumber]
- VAR FwYearWeekNumber = [FW YearWeekNumber]
- VAR FwYearMonthNumber = [FW YearMonthNumber]
- VAR FwYearQuarterNumber = [FW YearQuarterNumber]
- VAR CurrentWeekPos =
- AVERAGEX (
- FILTER ( FiscalWeeksBase, [Date] = TodayReference ),
- [FW YearWeekNumber]
- )
- VAR CurrentMonthPos =
- AVERAGEX (
- FILTER ( FiscalWeeksBase, [Date] = TodayReference ),
- [FW YearMonthNumber]
- )
- VAR CurrentQuarterPos =
- AVERAGEX (
- FILTER ( FiscalWeeksBase, [Date] = TodayReference ),
- [FW YearQuarterNumber]
- )
- VAR CurrentYearPos =
- AVERAGEX (
- FILTER ( FiscalWeeksBase, [Date] = TodayReference ),
- [FW YearNumber]
- )
- VAR RelativeWeekPos = FwYearWeekNumber - CurrentWeekPos
- VAR RelativeMonthPos = FwYearMonthNumber - CurrentMonthPos
- VAR RelativeQuarterPos = FwYearQuarterNumber - CurrentQuarterPos
- VAR RelativeYearPos = FWYearNumber - CurrentYearPos
- VAR FwStartOfMonth =
- MINX (
- FILTER ( FiscalWeeksBase, [FW YearMonthNumber] = FwYearMonthNumber ),
- [Date]
- )
- VAR FwEndOfMonth =
- MAXX (
- FILTER ( FiscalWeeksBase, [FW YearMonthNumber] = FwYearMonthNumber ),
- [Date]
- )
- VAR FwMonthDays =
- INT ( FwEndOfMonth - FwStartOfMonth + 1 )
- VAR FwDayOfMonthNumber =
- INT ( CalDate - FwStartOfMonth + 1 )
- VAR FwStartOfQuarter =
- MINX (
- FILTER ( FiscalWeeksBase, [FW YearQuarterNumber] = FwYearQuarterNumber ),
- [Date]
- )
- VAR FwEndOfQuarter =
- MAXX (
- FILTER ( FiscalWeeksBase, [FW YearQuarterNumber] = FwYearQuarterNumber ),
- [Date]
- )
- VAR FwQuarterDays =
- INT ( FwEndOfQuarter - FwStartOfQuarter + 1 )
- VAR FwDayOfQuarterNumber =
- INT ( CalDate - FwStartOfQuarter + 1 )
- VAR FwStartOfYear =
- MINX (
- FILTER ( FiscalWeeksBase, [FW YearNumber] = FwYearNumber ),
- [Date]
- )
- VAR FwEndOfYear =
- MAXX (
- FILTER ( FiscalWeeksBase, [FW YearNumber] = FwYearNumber ),
- [Date]
- )
- VAR FwYearDays =
- INT ( FwEndOfYear - FwStartOfYear + 1 )
- RETURN
- ROW ( "FW RelativeWeekPos", RelativeWeekPos,
- "FW RelativeMonthPos", RelativeMonthPos,
- "FW RelativeQuarterPos", RelativeQuarterPos,
- "FW RelativeYearPos", RelativeYearPos,
- "FW StartOfMonth", FwStartOfMonth,
- "FW EndOfMonth", FwEndOfMonth,
- "FW DayOfMonthNumber", FwDayOfMonthNumber,
- "FW StartOfQuarter", FwStartOfQuarter,
- "FW EndOfQuarter", FwEndOfQuarter,
- "FW DayOfQuarterNumber", FwDayOfQuarterNumber,
- "FW MonthDays", FwMonthDays,
- "FW QuarterDays", FwQuarterDays,
- "FW YearDays", FwYearDays
- )
- )
- VAR FiscalWeeks =
- GENERATE (
- FiscalWeeks_Pre,
- VAR CalDate = [Date]
- VAR FwYearMonthNumber = [FW YearMonthNumber]
- VAR FwYearQuarterNumber = [FW YearQuarterNumber]
- VAR FWYearNumber = [FW YearNumber]
- VAR FwDayOfMonthNumber = [FW DayOfMonthNumber]
- VAR FwDayOfQuarterNumber = [FW DayOfQuarterNumber]
- VAR FwDayOfYearNumber = [FW DayOfYearNumber]
- VAR FwMonthDays = [FW EndOfMonth] - [FW StartOfMonth] + 1
- VAR FwQuarterDays = [FW EndOfQuarter] - [FW StartOfQuarter] + 1
- VAR FwYearDays = [FW EndOfYear] - [FW StartOfYear] + 1
- VAR FwDatePreviousWeek = CalDate - 7
- VAR FwDatePreviousMonth =
- MAXX (
- FILTER (
- FiscalWeeks_Pre,
- [Fw YearMonthNumber] = FwYearMonthNumber - 1
- &&
- ( [FW DayOfMonthNumber] <= FwDayOfMonthNumber
- || FwDayOfMonthNumber = FwMonthDays )
- ),
- [Date]
- )
- VAR FwDatePreviousQuarter =
- MAXX (
- FILTER (
- FiscalWeeks_Pre,
- [Fw YearQuarterNumber] = FwYearQuarterNumber - 1
- &&
- ( [FW DayOfQuarterNumber] <= FwDayOfQuarterNumber
- || FwDayOfQuarterNumber = FwQuarterDays )
- ),
- [Date]
- )
- VAR FwDatePreviousYear =
- MAXX (
- FILTER (
- FiscalWeeks_Pre,
- [Fw YearNumber] = FWYearNumber - 1
- &&
- ( [FW DayOfYearNumber] <= FwDayOfYearNumber
- || FwDayOfYearNumber = FwYearDays )
- ),
- [Date]
- )
- RETURN
- ROW (
- "FW DatePreviousWeek", FwDatePreviousWeek,
- "FW DatePreviousMonth", FwDatePreviousMonth,
- "FW DatePreviousQuarter", FwDatePreviousQuarter,
- "FW DatePreviousYear", FwDatePreviousYear
- )
- )
-
- VAR CompleteCalendarExpanded =
- NATURALLEFTOUTERJOIN (
- FiscalStandardGregorian,
- NATURALLEFTOUTERJOIN ( CalendarStandardGregorian, FiscalWeeks )
- )
- VAR CompleteCalendar =
- FILTER (
- CompleteCalendarExpanded,
- ( [Calendar YearNumber] >= FirstYear && [Calendar YearNumber] <= LastYear && CalendarRange = "Calendar" )
- ||
- ( [Fiscal YearNumber] >= FirstYear && [Fiscal YearNumber] <= LastYear && CalendarRange = "FiscalGregorian" )
- ||
- ( [FW YearNumber] >= FirstYear && [FW YearNumber] <= LastYear && CalendarRange = "FiscalWeekly" )
- )
-
- VAR Result =
- SELECTCOLUMNS (
- CompleteCalendar,
-
- -- Base date columns
- "Date", [Date],
- "DateKey", [DateKey],
-
- "Day of Month", [Day of Month],
- "WeekDayNumber", [WeekDayNumber],
-
- "Week Day", [Week Day],
- "Sequential365DayNumber", [Sequential365DayNumber],
- "Relative Day", DATEDIFF(VALUES('Date Table Setup'[Today]),[Date],DAY),
-
- -- Calendar = Solar Calendar (January-December)
- "Calendar YearNumber", [Calendar YearNumber],
- "Calendar Year", [Calendar Year],
- "Calendar QuarterNumber", [Calendar QuarterNumber],
- "Calendar Quarter", [Calendar Quarter],
- "Calendar YearQuarterNumber", [Calendar YearQuarterNumber],
- "Calendar Quarter Year", [Calendar Quarter Year],
- "Calendar MonthNumber", [Calendar MonthNumber],
- "Calendar Month", [Calendar Month],
- "Calendar YearMonthNumber", [Calendar YearMonthNumber],
- "Calendar Month Year", [Calendar Month Year],
- "Calendar WeekNumber", [Calendar WeekNumber],
- "Calendar Week", [Calendar Week],
- "Calendar YearWeekNumber", [Calendar YearWeekNumber],
- "Calendar Week Year", [Calendar Week Year],
- "Calendar WeekYearOrder", [Calendar WeekYearOrder],
- "Calendar RelativeWeekPos", [Calendar RelativeWeekPos],
- "Calendar RelativeMonthPos", [Calendar RelativeMonthPos],
- "Calendar RelativeQuarterPos", [Calendar RelativeQuarterPos],
- "Calendar RelativeYearPos", [Calendar RelativeYearPos],
- "Calendar StartOfMonth", [Calendar StartOfMonth],
- "Calendar EndOfMonth", [Calendar EndOfMonth],
- "Calendar StartOfQuarter", [Calendar StartOfQuarter],
- "Calendar EndOfQuarter", [Calendar EndOfQuarter],
- "Calendar StartOfYear", [Calendar StartOfYear],
- "Calendar EndOfYear", [Calendar EndOfYear],
- "Calendar MonthDays", [Calendar MonthDays],
- "Calendar QuarterDays", [Calendar QuarterDays],
- "Calendar YearDays", [Calendar YearDays],
- "Calendar DayOfMonthNumber", [Calendar DayOfMonthNumber],
- "Calendar DayOfQuarterNumber", [Calendar DayOfQuarterNumber],
- "Calendar DayOfYearNumber", [Calendar DayOfYearNumber],
- "Calendar DatePreviousWeek", [Calendar DatePreviousWeek],
- "Calendar DatePreviousMonth", [Calendar DatePreviousMonth],
- "Calendar DatePreviousQuarter", [Calendar DatePreviousQuarter],
- "Calendar DatePreviousYear", [Calendar DatePreviousYear],
-
- -- Fiscal = Fiscal Monthly Calendar
- "Fiscal Year", [Fiscal Year],
- "Fiscal YearNumber", [Fiscal YearNumber],
- "Fiscal QuarterNumber", [Fiscal QuarterNumber],
- "Fiscal Quarter", [Fiscal Quarter],
- "Fiscal YearQuarterNumber", [Fiscal YearQuarterNumber],
- "Fiscal Quarter Year", [Fiscal Quarter Year],
- "Fiscal MonthNumber", [Fiscal MonthNumber],
- "Fiscal MonthInQuarterNumber", [Fiscal MonthQuarterNumber],
- "Fiscal Month", [Fiscal Month],
- "Fiscal YearMonthNumber", [Fiscal YearMonthNumber],
- "Fiscal Month Year", [Fiscal Month Year],
- "Fiscal WeekNumber", [Fiscal WeekNumber],
- "Fiscal Week", [Fiscal Week],
- "Fiscal YearWeekNumber", [Fiscal YearWeekNumber],
- "Fiscal Week Year", [Fiscal Week Year],
- "Fiscal WeekYearOrder", [Fiscal WeekYearOrder],
- "Fiscal RelativeWeekPos", [Fiscal RelativeWeekPos],
- "Fiscal RelativeMonthPos", [Fiscal RelativeMonthPos],
- "Fiscal RelativeQuarterPos", [Fiscal RelativeQuarterPos],
- "Fiscal RelativeYearPos", [Fiscal RelativeYearPos],
- "Fiscal StartOfMonth", [Fiscal StartOfMonth],
- "Fiscal EndOfMonth", [Fiscal EndOfMonth],
- "Fiscal StartOfQuarter", [Fiscal StartOfQuarter],
- "Fiscal EndOfQuarter", [Fiscal EndOfQuarter],
- "Fiscal StartOfYear", [Fiscal StartOfYear],
- "Fiscal EndOfYear", [Fiscal EndOfYear],
- "Fiscal MonthDays", [Fiscal MonthDays],
- "Fiscal QuarterDays", [Fiscal QuarterDays],
- "Fiscal YearDays", [Fiscal YearDays],
- "Fiscal DayOfMonthNumber", [Fiscal DayOfMonthNumber],
- "Fiscal DayOfQuarterNumber", [Fiscal DayOfQuarterNumber],
- "Fiscal DayOfYearNumber", [Fiscal DayOfYearNumber],
- "Fiscal DatePreviousWeek", [Fiscal DatePreviousWeek],
- "Fiscal DatePreviousMonth", [Fiscal DatePreviousMonth],
- "Fiscal DatePreviousQuarter", [Fiscal DatePreviousQuarter],
- "Fiscal DatePreviousYear", [Fiscal DatePreviousYear],
-
- -- FW = Fiscal Weekly calendar
- "FW YearNumber", [FW YearNumber],
- "FW Year", [FW Year],
- "FW QuarterNumber", [FW QuarterNumber],
- "FW Quarter", [FW Quarter],
- "FW YearQuarterNumber", [FW YearQuarterNumber],
- "FW Quarter Year", [FW Quarter Year],
- "FW MonthNumber", [FW MonthNumber],
- "FW Month", [FW Month],
- "FW YearMonthNumber", [FW YearMonthNumber],
- "FW Month Year", [FW Month Year],
- "FW WeekNumber", [FW WeekNumber],
- "FW Week", [FW Week],
- "FW PeriodNumber", [FW PeriodNumber],
- "FW Period", [FW Period],
- "FW YearWeekNumber", [FW YearWeekNumber],
- "FW Week Year", [FW Week Year],
- "FW StartOfWeek", [FW StartOfWeek],
- "FW EndOfWeek", [FW EndOfWeek],
- "FW RelativeWeekPos", [FW RelativeWeekPos],
- "FW RelativeMonthPos", [FW RelativeMonthPos],
- "FW RelativeQuarterPos", [FW RelativeQuarterPos],
- "FW RelativeYearPos", [FW RelativeYearPos],
- "FW StartOfMonth", [FW StartOfMonth],
- "FW EndOfMonth", [FW EndOfMonth],
- "FW StartOfQuarter", [FW StartOfQuarter],
- "FW EndOfQuarter", [FW EndOfQuarter],
- "FW StartOfYear", [FW StartOfYear],
- "FW EndOfYear", [FW EndOfYear],
- "FW MonthDays", [FW MonthDays],
- "FW QuarterDays", [FW QuarterDays],
- "FW YearDays", [FW YearDays],
- "FW DayOfMonthNumber", [FW DayOfMonthNumber],
- "FW DayOfQuarterNumber", [FW DayOfQuarterNumber],
- "FW DayOfYearNumber", [FW DayOfYearNumber],
- "FW DatePreviousWeek", [FW DatePreviousWeek],
- "FW DatePreviousMonth", [FW DatePreviousMonth],
- "FW DatePreviousQuarter", [FW DatePreviousQuarter],
- "FW DatePreviousYear", [FW DatePreviousYear],
-
- -- Holidays and working days
- "Holiday Name", [Holiday Name],
- "IsWorkingDay", [IsWorkingDay],
- "Day Type", [Day Type]
- )
- RETURN
- Result
- ```
-
- changedProperty = IsHidden
-
- annotation PBI_Id = 8529640259ef4503a795eb4acb9896dc
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Date Table Setup.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Date Table Setup.tmdl
deleted file mode 100644
index ceb3c7b7f4..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Date Table Setup.tmdl
+++ /dev/null
@@ -1,367 +0,0 @@
-table 'Date Table Setup'
- isHidden
- lineageTag: d7025a2b-e909-4d09-8e46-3ac17f8ea354
-
- measure 'Last Refresh Label' =
-
- VAR LastRefreshLabel = [Last Refreshed Label] & ": "
- VAR LastRefreshDate =
- FORMAT ( VALUES ( 'Date Table Setup'[Today] ), BLANK (), USERCULTURE () )
- VAR LastRefreshTime =
- FORMAT (
- VALUES ( 'Date Table Setup'[Last Refresh Time] ),
- "hh:nn AMPM",
- USERCULTURE ()
- )
- VAR CompanyName = [Company Name Label] & ": "
- RETURN
- CompanyName & COMPANY[Company Label] & " - " & LastRefreshLabel & LastRefreshDate & " " & LastRefreshTime
- isHidden
- lineageTag: c652d99c-caec-428b-bfc1-56978a7d1ac9
-
- changedProperty = IsHidden
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'First Day of Week'
- dataType: int64
- isHidden
- formatString: 0
- lineageTag: f67dc51b-1f06-4ee1-a723-9d99b4c0e166
- summarizeBy: sum
- sourceColumn: First Day of Week
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column Today
- dataType: dateTime
- isHidden
- formatString: Long Date
- lineageTag: cc070ecf-9186-4f88-a22e-d07f52fb5717
- summarizeBy: none
- sourceColumn: Today
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column fiscalCalendarFirstMonth
- dataType: int64
- isHidden
- formatString: 0
- lineageTag: 33a00901-69f8-4c81-bfee-2eb0b7d00de1
- summarizeBy: sum
- sourceColumn: fiscalCalendarFirstMonth
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column firstDayOfWeek
- dataType: string
- isHidden
- lineageTag: 4446c3e9-c3eb-4b2d-aa91-13436eb1d80b
- summarizeBy: none
- sourceColumn: firstDayOfWeek
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column isoCountryHolidays
- dataType: string
- isHidden
- lineageTag: 12d102fb-ff3c-41d8-bf79-2e8a6072f91b
- summarizeBy: none
- sourceColumn: isoCountryHolidays
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column weeklyType
- dataType: string
- isHidden
- lineageTag: bd977b0c-78cf-4b12-8732-5014f60668d6
- summarizeBy: none
- sourceColumn: weeklyType
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column quarterWeekType
- dataType: string
- isHidden
- lineageTag: 82446bf0-c58e-45ef-9039-55dd55444ee3
- summarizeBy: none
- sourceColumn: quarterWeekType
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column calendarRange
- dataType: string
- isHidden
- lineageTag: 3a8f008a-31df-46d4-bb66-f669ed747388
- summarizeBy: none
- sourceColumn: calendarRange
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column calendarPrefix
- dataType: string
- isHidden
- lineageTag: c8fa610e-ec84-4579-964b-dce877909c68
- summarizeBy: none
- sourceColumn: calendarPrefix
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column fiscalGregorianPrefix
- dataType: string
- isHidden
- lineageTag: eb3c4fef-3b31-43b7-80ba-3fc4e30d7c8b
- summarizeBy: none
- sourceColumn: fiscalGregorianPrefix
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column fiscalWeeklyPrefix
- dataType: string
- isHidden
- lineageTag: b157d4d2-fc5a-4f5f-99d3-f68dd0085da4
- summarizeBy: none
- sourceColumn: fiscalWeeklyPrefix
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column useCustomFisclPeriods
- dataType: boolean
- isHidden
- formatString: """TRUE"";""TRUE"";""FALSE"""
- lineageTag: 245fa790-9499-4f92-abc4-0586f1e646bb
- summarizeBy: none
- sourceColumn: useCustomFisclPeriods
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column ignoreWeeklyPeriods
- dataType: boolean
- isHidden
- formatString: """TRUE"";""TRUE"";""FALSE"""
- lineageTag: 3a764081-088c-492b-ae2e-607eb4eb1270
- summarizeBy: none
- sourceColumn: ignoreWeeklyPeriods
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column dateTblStart
- dataType: dateTime
- isHidden
- formatString: Long Date
- lineageTag: 52f280fc-0fcb-4305-b47f-9546da22f7b2
- summarizeBy: none
- sourceColumn: dateTblStart
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column dateTblEnd
- dataType: dateTime
- isHidden
- formatString: Long Date
- lineageTag: 2b872858-d31a-4588-96fb-ebb5593bb154
- summarizeBy: none
- sourceColumn: dateTblEnd
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column timeZone
- dataType: string
- isHidden
- lineageTag: 1a8776d9-01e6-4653-b059-459ac905de4b
- summarizeBy: none
- sourceColumn: timeZone
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column timeZoneDisplayName
- dataType: string
- isHidden
- lineageTag: a4cd51c2-0616-44ee-9888-57332071535e
- summarizeBy: none
- sourceColumn: timeZoneDisplayName
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column id
- dataType: string
- isHidden
- lineageTag: 9da54e27-b18f-4012-b4d2-9807ee8d261d
- summarizeBy: none
- sourceColumn: id
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Last Refresh Time'
- dataType: dateTime
- isHidden
- formatString: Long Time
- lineageTag: a12e2d62-cfe3-4cf5-9675-ef5be6a85c8d
- summarizeBy: none
- sourceColumn: Last Refresh Time
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Time
-
- column entryNo
- dataType: string
- isHidden
- lineageTag: ba10457d-1371-4678-aca5-857eaf80e03c
- summarizeBy: none
- sourceColumn: entryNo
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column tenantID
- dataType: string
- lineageTag: 950f010e-527f-471c-800f-e17dc8ab376d
- summarizeBy: none
- sourceColumn: tenantID
-
- annotation SummarizationSetBy = Automatic
-
- column 'UTC Hours'
- dataType: int64
- formatString: 0
- lineageTag: abc7d6cd-1f01-4903-8807-756f3abab9a1
- summarizeBy: sum
- sourceColumn: UTC Hours
-
- annotation SummarizationSetBy = Automatic
-
- column 'UTC Minutes'
- dataType: int64
- formatString: 0
- lineageTag: 0e46295e-0677-4819-a234-c5484e308ff1
- summarizeBy: sum
- sourceColumn: UTC Minutes
-
- annotation SummarizationSetBy = Automatic
-
- partition 'Date Table Setup-212423f6-d641-4afd-8cf7-9cfd267b40dc' = m
- mode: import
- queryGroup: 'Date Table'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY, API_ENDPOINT, []),
- TableData = Source{[Name = "dateSetups", Signature = "table"]}[Data],
- CheckTenantIDColumnExists = if Table.HasColumns(TableData, "tenantID") then TableData else Table.AddColumn(TableData, "tenantID", each null, type text),
- #"Convert UTC to Local" = ConvertUTC(CheckTenantIDColumnExists),
- #"Removed Columns" = Table.RemoveColumns(#"Convert UTC to Local", {"ETag"}),
- #"Added Conditional Column" = Table.AddColumn(
- #"Removed Columns",
- "First Day of Week",
- each
- if [firstDayOfWeek] = "Sunday" then
- 0
- else if [firstDayOfWeek] = "Monday" then
- 1
- else if [firstDayOfWeek] = "Tuesday" then
- 2
- else if [firstDayOfWeek] = "Wednesday" then
- 3
- else if [firstDayOfWeek] = "Thursday" then
- 4
- else if [firstDayOfWeek] = "Friday" then
- 5
- else if [firstDayOfWeek] = "Saturday" then
- 6
- else
- 1
- ),
- #"Changed Type" = Table.TransformColumnTypes(#"Added Conditional Column", {{"First Day of Week", Int64.Type}}),
- #"Replaced Value" = Table.ReplaceValue(
- #"Changed Type",
- each [calendarRange],
- each
- if [calendarRange] = "Weekly" then
- "FiscalWeekly"
- else if [calendarRange] = "Fiscal Calendar" then
- "FiscalGregorian"
- else
- "Calendar",
- Replacer.ReplaceText,
- {"calendarRange"}
- ),
- #"Replaced Value1" = Table.ReplaceValue(
- #"Replaced Value", "", "F", Replacer.ReplaceValue, {"fiscalGregorianPrefix"}
- ),
- #"Replaced Value2" = Table.ReplaceValue(
- #"Replaced Value1", "", "FW", Replacer.ReplaceValue, {"fiscalWeeklyPrefix"}
- ),
- #"Changed Type3" = Table.TransformColumnTypes(
- #"Replaced Value2",
- {
- {"fiscalCalendarFirstMonth", Int64.Type},
- {"firstDayOfWeek", type text},
- {"isoCountryHolidays", type text},
- {"weeklyType", type text},
- {"quarterWeekType", type text},
- {"calendarRange", type text},
- {"calendarPrefix", type text},
- {"fiscalGregorianPrefix", type text},
- {"fiscalWeeklyPrefix", type text},
- {"useCustomFisclPeriods", type logical},
- {"ignoreWeeklyPeriods", type logical},
- {"timeZone", type text},
- {"timeZoneDisplayName", type text},
- {"dateTblStart", type date},
- {"dateTblEnd", type date}
- }
- )
- in
- #"Changed Type3"
-
- changedProperty = IsHidden
-
- annotation PBI_ResultType = Table
-
- annotation PBI_NavigationStepName = Navigation
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Date.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Date.tmdl
deleted file mode 100644
index acc863809e..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Date.tmdl
+++ /dev/null
@@ -1,1474 +0,0 @@
-table Date
- lineageTag: 43a65c75-84cf-4e19-b893-90aa5fbee72b
- dataCategory: Time
-
- measure 'No. of Days' =
-
- COUNTROWS (
- DATESBETWEEN ( 'Date'[Date], MIN ( 'Date'[Date] ), MAX ( 'Date'[Date] ) )
- )
- formatString: 0
- lineageTag: 1a4368d8-993e-48df-ba27-a8c23154722a
-
- changedProperty = IsHidden
-
- measure 'Working Days' =
-
- CALCULATE ( COUNTROWS ( 'Date' ), 'Date'[Day Type] = "Working day" )
- formatString: 0
- lineageTag: 1fd0995b-72b6-4f5d-8daf-a09e2f5137f5
-
- measure Ranged =
-
- VAR _FilterTable =
- VALUES ( 'Date'[Date] )
- VAR IndexedDates =
- ADDCOLUMNS (
- _FilterTable,
- "@Index",
- RANKX (
- SUMMARIZECOLUMNS ( 'Date'[Date], _FilterTable ),
- 'Date'[Date],
- ,
- ASC,
- DENSE
- )
- )
- VAR PreviousIndexedDate =
- ADDCOLUMNS (
- IndexedDates,
- "@Previous Date",
- VAR PrevIndex = [@Index] - 1
- RETURN
- SELECTCOLUMNS ( FILTER ( IndexedDates, [@Index] = PrevIndex ), [Date] )
- )
- VAR CalculateBreakPoint =
- ADDCOLUMNS (
- PreviousIndexedDate,
- "@Break Point",
- IF (
- NOT DATEDIFF ( [@Previous Date], 'Date'[Date], DAY ) = 1,
- TRUE (),
- FALSE ()
- )
- )
- VAR BreakPointTable =
- FILTER ( CalculateBreakPoint, [@Break Point] = TRUE () )
- VAR MaxDate =
- CALCULATE ( MAX ( 'Date'[Date] ), _FilterTable )
- VAR NextIndex =
- ADDCOLUMNS (
- BreakPointTable,
- "@NextIndex", SELECTCOLUMNS ( OFFSET ( +1, BreakPointTable ), [@Index] ) - 1
- )
- VAR NextDate =
- ADDCOLUMNS (
- NextIndex,
- "@NextDate",
- VAR PrevIndex = [@Index] - 1
- RETURN
- SELECTCOLUMNS ( FILTER ( IndexedDates, [@Index] = [@NextIndex] ), [Date] )
- )
- VAR Ranged =
- ADDCOLUMNS (
- NextDate,
- "@Range",
- IF (
- ISBLANK ( [@NextDate] ),
- FORMAT ( 'Date'[Date], "yyyy-mm-dd" ) & ".."
- & FORMAT ( MaxDate, "yyyy-mm-dd" ),
- FORMAT ( 'Date'[Date], "yyyy-mm-dd" ) & ".."
- & FORMAT ( [@NextDate], "yyyy-mm-dd" )
- )
- )
- RETURN
- CONCATENATEX ( Ranged, [@Range], "|" )
- lineageTag: be76e6e5-8688-4d0d-a625-8b10009582ce
-
- column Date
- isKey
- formatString: Short Date
- lineageTag: de457cc0-85dc-480a-94be-35b6a6b818d0
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Date]
- sortByColumn: DateKey
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column DateKey
- isHidden
- formatString: 0
- lineageTag: a8e1fec3-f094-43aa-b68a-1204a15e3fed
- summarizeBy: count
- isNameInferred
- sourceColumn: Date Ref[DateKey]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Day of Month'
- isHidden
- formatString: 0
- lineageTag: fb640852-0a87-4db3-924f-91271646d948
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Day of Month]
-
- annotation SummarizationSetBy = Automatic
-
- column WeekDayNumber
- isHidden
- formatString: 0
- lineageTag: 4d53cb31-8efa-4e34-ad8c-f0e387a56a2b
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[WeekDayNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Week Day'
- lineageTag: 87d986f6-8d0a-4af1-bf9d-2748b7ba57dc
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Week Day]
- sortByColumn: WeekDayNumber
-
- annotation SummarizationSetBy = Automatic
-
- column 'Holiday Name'
- isHidden
- lineageTag: 44c6940b-52cb-4c9f-a4f9-00590fd0a22e
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Holiday Name]
-
- annotation SummarizationSetBy = Automatic
-
- column IsWorkingDay
- isHidden
- formatString: """TRUE"";""TRUE"";""FALSE"""
- lineageTag: 7d4283ba-58dd-4c57-abec-3945999ba321
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[IsWorkingDay]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Day Type'
- lineageTag: a92edf57-7150-40d0-98b0-670245650ac0
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Day Type]
-
- annotation SummarizationSetBy = Automatic
-
- column DatesWithTransactions
- isHidden
- formatString: """TRUE"";""TRUE"";""FALSE"""
- lineageTag: 29288877-7601-49ac-89f6-b9bbd9dd065f
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[DatesWithTransactions]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar YearNumber'
- isHidden
- formatString: 0
- lineageTag: 3776f4bf-9971-4135-ae3d-5eeff20d9b67
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar YearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar Year'
- displayFolder: _Standard Calendar
- lineageTag: eafb2700-d9bf-40ef-b2a6-d97476b09f5e
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar Year]
- sortByColumn: 'Calendar YearNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar QuarterNumber'
- isHidden
- lineageTag: c8784f24-f4a6-4663-a2d2-f1cf8cab19aa
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar QuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar Quarter'
- displayFolder: _Standard Calendar
- lineageTag: 906fcdf7-6285-4922-8968-362fc571dd84
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar Quarter]
- sortByColumn: 'Calendar QuarterNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar YearQuarterNumber'
- isHidden
- lineageTag: 0bb5b664-4cce-44d0-854e-fdb6a35905a5
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar YearQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar Quarter Year'
- displayFolder: _Standard Calendar
- lineageTag: 2c5ea502-608c-4500-beb1-042ffb003d68
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar Quarter Year]
- sortByColumn: 'Calendar YearQuarterNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar MonthNumber'
- isHidden
- formatString: 0
- lineageTag: 28353b66-7741-4868-9f92-840f4b4710ec
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar MonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar Month'
- displayFolder: _Standard Calendar
- lineageTag: 6e1a2bd3-8529-433c-a4ea-a6a3d3611046
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar Month]
- sortByColumn: 'Calendar MonthNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar YearMonthNumber'
- isHidden
- formatString: 0
- lineageTag: 549dd6c7-9e3f-4dfd-8bab-67548032517f
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar YearMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar Month Year'
- displayFolder: _Standard Calendar
- lineageTag: 46388357-c60d-4744-a628-f9ccff2c0687
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar Month Year]
- sortByColumn: 'Calendar YearMonthNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar WeekNumber'
- isHidden
- formatString: 0
- lineageTag: 1e84e68f-60ef-4164-b0ee-9c93f764a851
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar WeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar Week'
- displayFolder: _Standard Calendar
- lineageTag: fa556103-ff03-4954-af2d-8e70b22bcfb7
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar Week]
- sortByColumn: 'Calendar WeekNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar YearWeekNumber'
- isHidden
- formatString: 0
- lineageTag: bde602a6-67d7-4d1a-9669-98fc28358fcb
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar YearWeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar Week Year'
- displayFolder: _Standard Calendar
- lineageTag: 43f804c2-759c-4fe1-97d9-0dc74f83630c
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar Week Year]
- sortByColumn: 'Calendar YearWeekNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar WeekYearOrder'
- isHidden
- formatString: 0
- displayFolder: _Standard Calendar
- lineageTag: 37b44620-7711-492f-8cb9-0077e01d64eb
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar WeekYearOrder]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar RelativeWeekPos'
- displayFolder: _Standard Calendar
- lineageTag: 3c121010-847d-4661-86b0-d3306993d1fc
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar RelativeWeekPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar RelativeMonthPos'
- displayFolder: _Standard Calendar
- lineageTag: 72d7ff37-a6f6-45ac-9bd1-cb3050da78f3
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar RelativeMonthPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar RelativeQuarterPos'
- displayFolder: _Standard Calendar
- lineageTag: b9bbb6c1-a863-42b0-9be0-4c067880aecf
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar RelativeQuarterPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar RelativeYearPos'
- displayFolder: _Standard Calendar
- lineageTag: 0389f321-8c3e-4094-9937-a72690d006ce
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar RelativeYearPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Calendar StartOfMonth'
- formatString: General Date
- displayFolder: _Standard Calendar
- lineageTag: 86e6859f-ddf3-4905-b792-58c9b97c6e44
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar StartOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar EndOfMonth'
- formatString: General Date
- displayFolder: _Standard Calendar
- lineageTag: cacb2e9f-f673-4700-af72-7afbee746739
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar EndOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar StartOfQuarter'
- formatString: General Date
- displayFolder: _Standard Calendar
- lineageTag: fe44207b-b823-4d13-a311-0c96e70b987c
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar StartOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar EndOfQuarter'
- formatString: General Date
- displayFolder: _Standard Calendar
- lineageTag: 3291fc3a-8587-4dca-b01d-2ab523ce7101
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar EndOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar StartOfYear'
- formatString: General Date
- displayFolder: _Standard Calendar
- lineageTag: c33c2def-e542-47d1-b431-11fa3ec39720
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar StartOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar EndOfYear'
- formatString: General Date
- displayFolder: _Standard Calendar
- lineageTag: ef673c14-ae3c-4f69-bb8a-f63db9617875
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar EndOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar MonthDays'
- formatString: 0
- displayFolder: _Standard Calendar
- lineageTag: c7b6991d-1e93-4a53-b0bf-bb4d9728240b
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar MonthDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar QuarterDays'
- formatString: 0
- displayFolder: _Standard Calendar
- lineageTag: 7e1c85c4-20ce-49a5-a788-b44eff618ef3
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar QuarterDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar YearDays'
- formatString: 0
- displayFolder: _Standard Calendar
- lineageTag: 4891dfee-1f75-4c3a-9bea-861d3612b2a5
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar YearDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DayOfMonthNumber'
- formatString: 0
- displayFolder: _Standard Calendar
- lineageTag: 34806fca-07c1-4024-a936-9161e13a8c7b
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar DayOfMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DayOfQuarterNumber'
- formatString: 0
- displayFolder: _Standard Calendar
- lineageTag: 9bddb3d9-8f84-44de-9e0c-30aacc4fe3db
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar DayOfQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DayOfYearNumber'
- formatString: 0
- displayFolder: _Standard Calendar
- lineageTag: 5e77a5c0-44bc-493f-9fd1-3c3c3845fc32
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Calendar DayOfYearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DatePreviousWeek'
- formatString: General Date
- displayFolder: _Standard Calendar
- lineageTag: 9412edbb-aa3e-440a-b28b-b815200206c1
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar DatePreviousWeek]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DatePreviousMonth'
- formatString: General Date
- displayFolder: _Standard Calendar
- lineageTag: c0ff8f0c-5607-440d-beb7-be720f02c21c
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar DatePreviousMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DatePreviousQuarter'
- formatString: General Date
- displayFolder: _Standard Calendar
- lineageTag: b1cd39c6-820f-4eec-b95b-eca9e4fb2f3f
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar DatePreviousQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Calendar DatePreviousYear'
- formatString: General Date
- displayFolder: _Standard Calendar
- lineageTag: 3836d147-36d2-4b0c-be3a-02013f871121
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Calendar DatePreviousYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal Year'
- displayFolder: _Fiscal Calendar
- lineageTag: 4309f1b1-5303-4bbe-a033-3ae569481cb4
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal Year]
- sortByColumn: 'Fiscal YearNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal YearNumber'
- isHidden
- formatString: 0
- lineageTag: 9be61963-a572-4d0e-aac5-59229b25c86a
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal YearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal QuarterNumber'
- isHidden
- lineageTag: f01a737d-316e-41b5-879c-74a492e01e89
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal QuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal Quarter'
- displayFolder: _Fiscal Calendar
- lineageTag: a3fdb947-7ec9-4f75-a830-9e008027f5be
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal Quarter]
- sortByColumn: 'Fiscal QuarterNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal YearQuarterNumber'
- isHidden
- lineageTag: 91dbdef6-b76d-494a-8b66-dc10f7e03b45
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal YearQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal Quarter Year'
- displayFolder: _Fiscal Calendar
- lineageTag: 55062367-69e1-4f9a-b4a6-ea8e527caec4
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal Quarter Year]
- sortByColumn: 'Fiscal YearQuarterNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal MonthNumber'
- isHidden
- formatString: 0
- lineageTag: c080d6c2-37fd-4243-a69b-ae601a5ee927
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal MonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal MonthInQuarterNumber'
- isHidden
- formatString: 0
- displayFolder: _Fiscal Calendar
- lineageTag: eeb15ac4-273e-411a-b2c6-bd6ef69d3ad9
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal MonthInQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal Month'
- displayFolder: _Fiscal Calendar
- lineageTag: 8a49071b-afae-41c5-b463-81bce1e24c65
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal Month]
- sortByColumn: 'Fiscal MonthNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal YearMonthNumber'
- isHidden
- formatString: 0
- lineageTag: 8254bc5a-ce6f-4b87-bccf-33998052ec7e
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal YearMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal Month Year'
- displayFolder: _Fiscal Calendar
- lineageTag: a6c93316-93e2-4fc2-aebb-21781fcbf7d5
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal Month Year]
- sortByColumn: 'Fiscal YearMonthNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal WeekNumber'
- isHidden
- formatString: 0
- lineageTag: 72c2ff47-4995-4360-9f14-9c170925dfae
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal WeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal Week'
- displayFolder: _Fiscal Calendar
- lineageTag: 3ee8444b-9959-446c-909b-67ccacc04ec1
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal Week]
- sortByColumn: 'Fiscal WeekNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal YearWeekNumber'
- isHidden
- formatString: 0
- lineageTag: 3f1d7ad9-7131-4869-ae4d-1e4861378737
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal YearWeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal Week Year'
- displayFolder: _Fiscal Calendar
- lineageTag: b09e6e42-954d-401d-901e-73a4908a36eb
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal Week Year]
- sortByColumn: 'FW YearWeekNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal WeekYearOrder'
- isHidden
- formatString: 0
- displayFolder: _Fiscal Calendar
- lineageTag: 10b9bda4-f167-4bd3-a6f7-a9ebf4f38a36
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal WeekYearOrder]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal RelativeWeekPos'
- displayFolder: _Fiscal Calendar
- lineageTag: a7092406-c70e-47ce-bb5c-8f8c9eb85e1f
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal RelativeWeekPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal RelativeMonthPos'
- displayFolder: _Fiscal Calendar
- lineageTag: e4c65d43-bc58-4c60-a2e6-ca42f109abab
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal RelativeMonthPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal RelativeQuarterPos'
- displayFolder: _Fiscal Calendar
- lineageTag: 8db19a91-3741-4dfe-832d-0b08d51a578a
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal RelativeQuarterPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal RelativeYearPos'
- displayFolder: _Fiscal Calendar
- lineageTag: 405ce0df-cdba-447e-abb8-2f7fda806b0b
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal RelativeYearPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Fiscal StartOfMonth'
- formatString: General Date
- displayFolder: _Fiscal Calendar
- lineageTag: 96ec7ed1-cf0f-444d-86bc-2cf7fd378db1
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal StartOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal EndOfMonth'
- formatString: General Date
- displayFolder: _Fiscal Calendar
- lineageTag: d4ee5d8b-8ac7-4319-a7a6-0ec65331f465
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal EndOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal StartOfQuarter'
- formatString: General Date
- displayFolder: _Fiscal Calendar
- lineageTag: 268275df-62fb-49db-987d-5e4e1b08a39c
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal StartOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal EndOfQuarter'
- formatString: General Date
- displayFolder: _Fiscal Calendar
- lineageTag: bc4ac4d0-6d23-43e0-9c0f-bd2039e21980
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal EndOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal StartOfYear'
- formatString: General Date
- displayFolder: _Fiscal Calendar
- lineageTag: cfa797dd-4fe9-4af8-9aaf-543956efd413
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal StartOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal EndOfYear'
- formatString: General Date
- displayFolder: _Fiscal Calendar
- lineageTag: 3d9bdb34-e70a-44ec-b296-d13266432f70
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal EndOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal MonthDays'
- formatString: 0
- displayFolder: _Fiscal Calendar
- lineageTag: 5d912c0d-fcf0-4259-b2f2-1b8f21666e05
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal MonthDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal QuarterDays'
- formatString: 0
- displayFolder: _Fiscal Calendar
- lineageTag: dce72481-e786-4ed9-9776-584f5732d133
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal QuarterDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal YearDays'
- formatString: 0
- displayFolder: _Fiscal Calendar
- lineageTag: b2e1d2c0-aa54-4100-a7f2-a4e018e0bce0
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal YearDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DayOfMonthNumber'
- formatString: 0
- displayFolder: _Fiscal Calendar
- lineageTag: 9005eda0-cd3d-40ac-800b-72f704c571f2
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal DayOfMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DayOfQuarterNumber'
- formatString: 0
- displayFolder: _Fiscal Calendar
- lineageTag: 90be3b35-e218-47e3-91fd-707bfc7c7a2a
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal DayOfQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DayOfYearNumber'
- formatString: 0
- displayFolder: _Fiscal Calendar
- lineageTag: 51f8869a-eae7-44e0-aaa3-a8219657d14c
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Fiscal DayOfYearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DatePreviousWeek'
- formatString: General Date
- displayFolder: _Fiscal Calendar
- lineageTag: f3d6591f-f7e3-4909-a849-6ac956f6e4b5
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal DatePreviousWeek]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DatePreviousMonth'
- formatString: General Date
- displayFolder: _Fiscal Calendar
- lineageTag: cca225dd-90da-4aa5-8907-aff394845eee
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal DatePreviousMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DatePreviousQuarter'
- formatString: General Date
- displayFolder: _Fiscal Calendar
- lineageTag: 09daf6ef-268b-4d0d-b5c8-413ce37c6186
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal DatePreviousQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Fiscal DatePreviousYear'
- formatString: General Date
- displayFolder: _Fiscal Calendar
- lineageTag: 239ad661-3781-4f71-a474-045ee230e220
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Fiscal DatePreviousYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW YearNumber'
- isHidden
- formatString: 0
- lineageTag: 4a945aab-e20f-4631-aea9-c68d8879113e
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW YearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW Year'
- displayFolder: _Weekly Calendar
- lineageTag: ac826f1e-e350-4f10-a088-7cdd9d921d22
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW Year]
- sortByColumn: 'FW YearNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW QuarterNumber'
- isHidden
- lineageTag: 1e73dd82-3efb-4a8c-8682-b64d5d5ebf12
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW QuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW Quarter'
- displayFolder: _Weekly Calendar
- lineageTag: ea488855-48b0-4a2d-a99c-cfeb1c841c00
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW Quarter]
- sortByColumn: 'FW QuarterNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW YearQuarterNumber'
- isHidden
- lineageTag: 9f02774d-9843-422a-b215-e1d6a739825f
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW YearQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW Quarter Year'
- displayFolder: _Weekly Calendar
- lineageTag: 61e1ae08-6194-4c3c-b8d6-b7b3a8548e3f
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW Quarter Year]
- sortByColumn: 'FW YearQuarterNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW MonthNumber'
- isHidden
- lineageTag: 838c85c2-dc3c-4072-b0fe-21061bb62085
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW MonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW Month'
- displayFolder: _Weekly Calendar
- lineageTag: 3b27db1b-5184-48e7-a64f-8713263bbcde
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW Month]
- sortByColumn: 'FW MonthNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW YearMonthNumber'
- isHidden
- lineageTag: f794c90d-e274-43d4-b0fe-e70babcb82e5
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW YearMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW Month Year'
- displayFolder: _Weekly Calendar
- lineageTag: b4fc566a-9fa1-4d4c-b593-b9e688465df8
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW Month Year]
- sortByColumn: 'FW YearMonthNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW WeekNumber'
- isHidden
- formatString: 0
- lineageTag: 14b75dde-362c-45e2-b8fa-8b4846b97d92
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW WeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW Week'
- displayFolder: _Weekly Calendar
- lineageTag: 94ccf79f-75e4-4e53-85e5-d7ba2e318383
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW Week]
- sortByColumn: 'FW WeekNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW PeriodNumber'
- isHidden
- lineageTag: ff1b8388-ed99-4f9e-b20b-9fa56541d3c7
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW PeriodNumber]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW Period'
- displayFolder: _Weekly Calendar
- lineageTag: 1ea40e86-d134-40b0-a117-957e0fcb5c94
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW Period]
- sortByColumn: 'FW PeriodNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW YearWeekNumber'
- isHidden
- formatString: 0
- lineageTag: ff50a726-b889-4a2b-90e5-50dd2be2de83
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW YearWeekNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW Week Year'
- displayFolder: _Weekly Calendar
- lineageTag: e215dcb4-1cb2-40be-9dbe-972862b3baa2
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW Week Year]
- sortByColumn: 'FW YearWeekNumber'
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW StartOfWeek'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: 13c0c728-c94e-4602-a213-81fdf9318fdd
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW StartOfWeek]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW EndOfWeek'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: ba4d5cae-592d-4aa1-bb4f-80d480ac0e32
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW EndOfWeek]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW RelativeWeekPos'
- displayFolder: _Weekly Calendar
- lineageTag: 90865798-3ed2-48db-970d-407a69f604a1
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW RelativeWeekPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW RelativeMonthPos'
- displayFolder: _Weekly Calendar
- lineageTag: 15cab468-7f86-4a20-81b2-ef7a1108ed10
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW RelativeMonthPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW RelativeQuarterPos'
- displayFolder: _Weekly Calendar
- lineageTag: 7c457684-360a-4ede-a38a-41c46bc88d7c
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW RelativeQuarterPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW RelativeYearPos'
- displayFolder: _Weekly Calendar
- lineageTag: 9ba55f9b-2226-4985-a3a5-def688fc151c
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW RelativeYearPos]
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'FW StartOfMonth'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: a46d4152-42a0-44af-9ea8-16d4e9a15ecb
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW StartOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW EndOfMonth'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: 6293aed1-d7fa-41a1-a62d-fa2d8e89f045
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW EndOfMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW StartOfQuarter'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: 8483ae63-3171-4889-8dcb-bb706a0cfc45
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW StartOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW EndOfQuarter'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: b249ccc8-36bd-4e18-b574-1fc55d8fc9a8
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW EndOfQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW StartOfYear'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: 4e147ce6-585a-4b5a-bf49-1e96a65022f6
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW StartOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW EndOfYear'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: 60b08900-3f6c-4855-bc00-789ccb4ca8c2
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW EndOfYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW MonthDays'
- formatString: 0
- displayFolder: _Weekly Calendar
- lineageTag: df984e82-e421-48fc-8a00-59826303e58f
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW MonthDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW QuarterDays'
- formatString: 0
- displayFolder: _Weekly Calendar
- lineageTag: 4b23d5be-1bef-4bee-be02-a48c680a91ed
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW QuarterDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW YearDays'
- formatString: 0
- displayFolder: _Weekly Calendar
- lineageTag: f94d98c8-b581-4c1d-be31-23d2e0f57fba
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW YearDays]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DayOfMonthNumber'
- formatString: 0
- displayFolder: _Weekly Calendar
- lineageTag: 8d833c34-a69f-487a-a198-52eb7ae8fa48
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW DayOfMonthNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DayOfQuarterNumber'
- formatString: 0
- displayFolder: _Weekly Calendar
- lineageTag: 13d04d86-e5fa-48e4-a680-4ca569b43bfd
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW DayOfQuarterNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DayOfYearNumber'
- formatString: 0
- displayFolder: _Weekly Calendar
- lineageTag: 17054897-fac4-4cab-89a0-88049f3b8b3b
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[FW DayOfYearNumber]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DatePreviousWeek'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: 12add804-bcd9-449c-9034-623015558a9e
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW DatePreviousWeek]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DatePreviousMonth'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: 81345b13-f5f8-4a2e-a9fa-2aa7a0cded00
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW DatePreviousMonth]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DatePreviousQuarter'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: 326717ad-741d-4f97-86fa-864673193d21
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW DatePreviousQuarter]
-
- annotation SummarizationSetBy = Automatic
-
- column 'FW DatePreviousYear'
- formatString: General Date
- displayFolder: _Weekly Calendar
- lineageTag: eccf8b73-0631-422c-a03b-44fdf591c2a4
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[FW DatePreviousYear]
-
- annotation SummarizationSetBy = Automatic
-
- column 'Relative Day'
- formatString: 0
- lineageTag: 065c76e8-8ede-45f4-b15b-f30f6d127e3e
- summarizeBy: none
- isNameInferred
- sourceColumn: Date Ref[Relative Day]
-
- annotation SummarizationSetBy = User
-
- column Sequential365DayNumber
- isHidden
- lineageTag: bbd3cd48-1922-4293-8cd0-c69a7528ca56
- summarizeBy: sum
- isNameInferred
- sourceColumn: Date Ref[Sequential365DayNumber]
-
- annotation SummarizationSetBy = Automatic
-
- hierarchy 'Fiscal Year-Quarter-Month-Week'
- displayFolder: _Fiscal Calendar
- lineageTag: 3d809386-699f-419e-b16d-f49c19b12b29
-
- level 'Fiscal Year'
- lineageTag: 40f0b909-9e82-4ba3-92df-a8b50b00a40b
- column: 'Fiscal Year'
-
- level 'Fiscal Quarter Year'
- lineageTag: b110c9b3-ebdb-4ed1-8427-abbb882e1d58
- column: 'Fiscal Quarter Year'
-
- level 'Fiscal Month Year'
- lineageTag: 9bd26d03-671d-4cea-9e25-5aafb1c7d21f
- column: 'Fiscal Month Year'
-
- level 'Fiscal Week Year'
- lineageTag: 50478d23-8e70-467a-8801-ce96d8e29c35
- column: 'Fiscal Week Year'
-
- hierarchy 'Calendar Year-Quarter-Month-Week'
- displayFolder: _Standard Calendar
- lineageTag: 1e1ffcb8-b7cd-4858-91d0-5a8526a6a135
-
- level 'Calendar Year'
- lineageTag: d82e0fe4-49e2-4df6-a525-9a4f6108743b
- column: 'Calendar Year'
-
- level 'Calendar Quarter Year'
- lineageTag: 875d1c42-f9de-4373-9dec-a1409f1e179d
- column: 'Calendar Quarter Year'
-
- level 'Calendar Month Year'
- lineageTag: 86bf3301-883d-4e52-be22-7585cc62296d
- column: 'Calendar Month Year'
-
- level 'Calendar Week Year'
- lineageTag: 82ff4fc4-5640-43be-96e1-1ccb6533253e
- column: 'Calendar Week Year'
-
- hierarchy 'FW Year-Quarter-Month-Week'
- displayFolder: _Weekly Calendar
- lineageTag: d82a685d-84a6-48dc-9d56-aba3a6d35852
-
- level 'FW Year'
- lineageTag: e5cd94ed-0d1a-4e41-89ad-82cf77688b47
- column: 'FW Year'
-
- level 'FW Quarter Year'
- lineageTag: 9adb622b-d68e-41eb-92d3-f0d3ea6d363f
- column: 'FW Quarter Year'
-
- level 'FW Month Year'
- lineageTag: 80aae42c-b9ec-42c5-ae09-13c65d700732
- column: 'FW Month Year'
-
- level 'FW Week Year'
- lineageTag: 01c4eb82-c283-4300-8765-3e61e813fec9
- column: 'FW Week Year'
-
- hierarchy 'Fiscal Year-Month'
- displayFolder: _Fiscal Calendar
- lineageTag: b91345f2-a64b-4476-bcdd-bc62e8eddf8c
-
- level 'Fiscal Year'
- lineageTag: 54b6013d-cd41-43ea-adde-7461b8f56250
- column: 'Fiscal Year'
-
- level 'Fiscal Month Year'
- lineageTag: 0e94c815-23fc-4ac6-9863-dd02e6f69315
- column: 'Fiscal Month Year'
-
- hierarchy 'Fiscal Year-Month-Week'
- displayFolder: _Fiscal Calendar
- lineageTag: 298a8eb2-1115-42f8-9b24-319c1f464fce
-
- level 'Fiscal Year'
- lineageTag: e8fd0bf8-66c7-4df2-8526-1bb27177f912
- column: 'Fiscal Year'
-
- level 'Fiscal Month Year'
- lineageTag: edd3142f-d60d-494b-85fc-dcadaaa5b8a4
- column: 'Fiscal Month Year'
-
- level 'Fiscal Week Year'
- lineageTag: c88b8774-fc79-4567-9b79-2849dedd4657
- column: 'Fiscal Week Year'
-
- hierarchy 'Calendar Year-Month'
- displayFolder: _Standard Calendar
- lineageTag: b1438c41-8116-4575-9e46-a0c98f675559
-
- level 'Calendar Year'
- lineageTag: 7bfba93e-5d86-41fa-a428-152ab854a070
- column: 'Calendar Year'
-
- level 'Calendar Month Year'
- lineageTag: a923bc3f-1bdd-4926-b538-a0bf17d0b2d5
- column: 'Calendar Month Year'
-
- hierarchy 'Calendar Year-Month-Week'
- displayFolder: _Standard Calendar
- lineageTag: 14bbd8ca-3b08-45dd-a221-5fde94bf8dc6
-
- level 'Calendar Year'
- lineageTag: b4693f04-e15f-42f1-afce-641aa9bd8386
- column: 'Calendar Year'
-
- level 'Calendar Month Year'
- lineageTag: ad1f4929-9815-47ae-ae38-e76760467433
- column: 'Calendar Month Year'
-
- level 'Calendar Week Year'
- lineageTag: 8c1e598f-68d9-4ec8-8e8b-94bc0f325e6d
- column: 'Calendar Week Year'
-
- hierarchy 'FW Year-Month-Week'
- displayFolder: _Weekly Calendar
- lineageTag: 6aaeeccb-1242-43fb-9099-223d53bf7246
-
- level 'FW Year'
- lineageTag: 37704c7b-a221-40d3-a104-a5e5c16746f0
- column: 'FW Year'
-
- level 'FW Month Year'
- lineageTag: 1d9a9430-6bed-465f-afbf-c367b9f5edf6
- column: 'FW Month Year'
-
- level 'FW Week Year'
- lineageTag: da024fdc-e22a-4d6e-8355-fbe50de4695c
- column: 'FW Week Year'
-
- hierarchy 'FW Year-Quarter-Week'
- displayFolder: _Weekly Calendar
- lineageTag: 5dc02715-2940-4e60-8501-f9850f5b89a0
-
- level 'FW Year'
- lineageTag: c4f66205-6c99-4eed-9ea9-0fd4bf9fa72b
- column: 'FW Year'
-
- level 'FW Quarter Year'
- lineageTag: d9c3188f-b8fa-45bc-9e08-880f6c98db91
- column: 'FW Quarter Year'
-
- level 'FW Week Year'
- lineageTag: a100ef88-63c6-46b8-88c7-7d5d4ba25929
- column: 'FW Week Year'
-
- hierarchy 'FW Year-Week'
- displayFolder: _Weekly Calendar
- lineageTag: 41126b6f-8505-4d19-a3e8-7452ae3cefaa
-
- level 'FW Year'
- lineageTag: 0e86a949-ac84-4345-a88e-352ea19afe07
- column: 'FW Year'
-
- level 'FW Week Year'
- lineageTag: 7fb1d3c0-186f-4de8-a7be-dec117b3c3fd
- column: 'FW Week Year'
-
- partition Date-fb762a96-1dbb-42f0-9ece-2145aa3ae786 = calculated
- mode: import
- source = 'Date Ref'
-
- annotation PBI_Id = f76c5b5ef8b847dd831e9ca060731a1c
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Dimension Sets.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Dimension Sets.tmdl
deleted file mode 100644
index cac5294ab8..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Dimension Sets.tmdl
+++ /dev/null
@@ -1,213 +0,0 @@
-table 'Dimension Sets'
- lineageTag: 1617752a-65ec-4d0c-b652-07eb46ba12e3
-
- column dimensionSetID
- dataType: int64
- isHidden
- isKey
- formatString: 0
- lineageTag: 3373136f-17c1-4517-9d9e-13db58e28526
- summarizeBy: none
- sourceColumn: dimensionSetID
-
- annotation SummarizationSetBy = Automatic
-
- column valueCount
- dataType: int64
- isHidden
- formatString: 0
- lineageTag: 2dda7c21-1bd5-481e-8f90-096a1d85faf6
- summarizeBy: sum
- sourceColumn: valueCount
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Global Dimension 1'
- dataType: string
- lineageTag: 509b5a55-d4c9-4990-86ff-4db4ddf6e70b
- summarizeBy: none
- sourceColumn: Global Dimension 1
-
- annotation SummarizationSetBy = Automatic
-
- column dimension1ValueName
- dataType: string
- isHidden
- lineageTag: 4bbd813f-1a09-4206-a88d-a4d1167606fa
- summarizeBy: none
- sourceColumn: dimension1ValueName
-
- annotation SummarizationSetBy = Automatic
-
- column 'Global Dimension 2'
- dataType: string
- lineageTag: 901124b7-d0cf-4a6b-a97d-03b01fcbbb7b
- summarizeBy: none
- sourceColumn: Global Dimension 2
-
- annotation SummarizationSetBy = Automatic
-
- column dimension2ValueName
- dataType: string
- isHidden
- lineageTag: bfb6c790-0055-4011-9079-a97e867ceb06
- summarizeBy: none
- sourceColumn: dimension2ValueName
-
- annotation SummarizationSetBy = Automatic
-
- column 'Shortcut Dimension 3'
- dataType: string
- lineageTag: 6da18d1b-4416-4962-9791-a99a2b1b16df
- summarizeBy: none
- sourceColumn: Shortcut Dimension 3
-
- annotation SummarizationSetBy = Automatic
-
- column dimension3ValueName
- dataType: string
- isHidden
- lineageTag: 27ce8b9e-ee99-4748-b491-34541647c412
- summarizeBy: none
- sourceColumn: dimension3ValueName
-
- annotation SummarizationSetBy = Automatic
-
- column 'Shortcut Dimension 4'
- dataType: string
- lineageTag: 0a2ce674-7583-47bb-9152-2ed0202f39bd
- summarizeBy: none
- sourceColumn: Shortcut Dimension 4
-
- annotation SummarizationSetBy = Automatic
-
- column dimension4ValueName
- dataType: string
- isHidden
- lineageTag: 0e6c3dc5-eb1c-4848-9f37-3952b44e806c
- summarizeBy: none
- sourceColumn: dimension4ValueName
-
- annotation SummarizationSetBy = Automatic
-
- column 'Shortcut Dimension 5'
- dataType: string
- lineageTag: 6e6336a7-10eb-4cdf-a811-12394bcee5ca
- summarizeBy: none
- sourceColumn: Shortcut Dimension 5
-
- annotation SummarizationSetBy = Automatic
-
- column dimension5ValueName
- dataType: string
- isHidden
- lineageTag: 9e59bf7d-11fb-45f3-8947-519cc585b522
- summarizeBy: none
- sourceColumn: dimension5ValueName
-
- annotation SummarizationSetBy = Automatic
-
- column 'Shortcut Dimension 6'
- dataType: string
- lineageTag: 19675f86-76bf-4a08-8d8f-782bfe6bc306
- summarizeBy: none
- sourceColumn: Shortcut Dimension 6
-
- annotation SummarizationSetBy = Automatic
-
- column dimension6ValueName
- dataType: string
- isHidden
- lineageTag: 16840200-ef6d-406a-8d0d-c3e1606afca9
- summarizeBy: none
- sourceColumn: dimension6ValueName
-
- annotation SummarizationSetBy = Automatic
-
- column 'Shortcut Dimension 7'
- dataType: string
- lineageTag: 5a352164-bd57-476e-b9e1-1dad571ae15f
- summarizeBy: none
- sourceColumn: Shortcut Dimension 7
-
- annotation SummarizationSetBy = Automatic
-
- column dimension7ValueName
- dataType: string
- isHidden
- lineageTag: 9f0a1e71-3348-49cd-97c9-4f383ed66c3e
- summarizeBy: none
- sourceColumn: dimension7ValueName
-
- annotation SummarizationSetBy = Automatic
-
- column 'Shortcut Dimension 8'
- dataType: string
- lineageTag: ae9c39e3-c860-475e-ad05-9ad0ee181ac9
- summarizeBy: none
- sourceColumn: Shortcut Dimension 8
-
- annotation SummarizationSetBy = Automatic
-
- column dimension8ValueName
- dataType: string
- isHidden
- lineageTag: 7511231f-227d-4080-b8a6-bb813113ada6
- summarizeBy: none
- sourceColumn: dimension8ValueName
-
- annotation SummarizationSetBy = Automatic
-
- column id
- dataType: string
- isHidden
- lineageTag: 6c12de5c-d155-4b6f-84ac-e7002abe6dfa
- summarizeBy: none
- sourceColumn: id
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- partition 'Dimension Sets-31115007-2e8e-4e19-9f45-164ccd4f8b1b' = m
- mode: import
- queryGroup: 'Dimension Tables'
- source =
- let
- Source = DimensionSets_DataSource,
- #"Changed Type" = Table.TransformColumnTypes(
- Source,
- {
- {"dimensionSetID", Int64.Type},
- {"dimension1ValueCode", type text},
- {"dimension2ValueCode", type text},
- {"dimension3ValueCode", type text},
- {"dimension4ValueCode", type text},
- {"dimension5ValueCode", type text},
- {"dimension6ValueCode", type text},
- {"dimension7ValueCode", type text},
- {"dimension8ValueCode", type text}
- }
- ),
- #"Renamed Columns" = Table.RenameColumns(
- #"Changed Type",
- {
- {"dimension1ValueCode", "Global Dimension 1"},
- {"dimension2ValueCode", "Global Dimension 2"},
- {"dimension3ValueCode", "Shortcut Dimension 3"},
- {"dimension4ValueCode", "Shortcut Dimension 4"},
- {"dimension5ValueCode", "Shortcut Dimension 5"},
- {"dimension6ValueCode", "Shortcut Dimension 6"},
- {"dimension7ValueCode", "Shortcut Dimension 7"},
- {"dimension8ValueCode", "Shortcut Dimension 8"}
- }
- )
- in
- #"Renamed Columns"
-
- annotation PBI_ResultType = Table
-
- annotation PBI_NavigationStepName = Navigation
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/ENVIRONMENT.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/ENVIRONMENT.tmdl
deleted file mode 100644
index c161e3b15e..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/ENVIRONMENT.tmdl
+++ /dev/null
@@ -1,26 +0,0 @@
-table ENVIRONMENT
- isHidden
- lineageTag: 590f8a19-3913-4ba2-b72c-798eaefd2a8d
-
- column ENVIRONMENT
- dataType: string
- isHidden
- lineageTag: ec0a24db-74b5-4ba9-8fed-418142a6be67
- summarizeBy: none
- sourceColumn: ENVIRONMENT
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- partition ENVIRONMENT = m
- mode: import
- queryGroup: 'Parameters and Functions\Connection Parameters'
- source = "a48072_p48015_US_28-0" meta [IsParameterQuery=true, Type="Text", IsParameterQueryRequired=true]
-
- changedProperty = IsHidden
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Text
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Emission Fees.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Emission Fees.tmdl
deleted file mode 100644
index 8fe293f871..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Emission Fees.tmdl
+++ /dev/null
@@ -1,131 +0,0 @@
-table 'Emission Fees'
- lineageTag: 3a19b8b1-42d9-483b-8642-4b80854e6852
-
- measure 'CO2e Target' =
-
- ( [CO2 Target] * [CO2 Carbon Equivalent] ) + ( [CH4 Target] * [CH4 Carbon Equivalent] ) + ( [N2O Target] * [N2O Carbon Equivalent] )
- formatString: 0.00
- displayFolder: _Emissions Fees Measures
- lineageTag: 56c15b36-8a7f-4061-a605-199039d691ce
-
- measure 'CO2 Carbon Equivalent' =
-
- CALCULATE (
- SUM ( 'Emission Fees'[Carbon Equivalent Factor] ),
- 'Emission Fees'[Emission Type] = "CO2"
- )
- displayFolder: _Emissions Fees Measures
- lineageTag: 7098868a-fe63-4514-bfd5-d87690bf39b8
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CH4 Carbon Equivalent' =
-
- CALCULATE (
- SUM ( 'Emission Fees'[Carbon Equivalent Factor] ),
- 'Emission Fees'[Emission Type] = "CH4"
- )
- displayFolder: _Emissions Fees Measures
- lineageTag: 8544e1fc-381c-41ab-bb7c-c6d30fc8406b
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'N2O Carbon Equivalent' =
-
- CALCULATE (
- SUM ( 'Emission Fees'[Carbon Equivalent Factor] ),
- 'Emission Fees'[Emission Type] = "N2O"
- )
- formatString: 0.0000000000
- displayFolder: _Emissions Fees Measures
- lineageTag: b5b8d805-dbc9-4331-8c7a-b665305a04fb
-
- column 'Emission Type'
- dataType: string
- lineageTag: 0a8ab281-ab77-4f60-bf8d-18c5a098dad3
- summarizeBy: none
- sourceColumn: Emission Type
-
- annotation SummarizationSetBy = Automatic
-
- column 'Scope Type'
- dataType: string
- lineageTag: 9d5b9e9b-c336-4ab4-ab1e-9ddf260b08ff
- summarizeBy: none
- sourceColumn: Scope Type
-
- annotation SummarizationSetBy = Automatic
-
- column 'Starting Date'
- dataType: dateTime
- formatString: Long Date
- lineageTag: 0eb56f57-e7a0-4574-addc-849e08017ebc
- summarizeBy: none
- sourceColumn: Starting Date
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column 'Ending Date'
- dataType: dateTime
- formatString: Long Date
- lineageTag: 00c07462-4b47-452b-aa03-d63933c657a0
- summarizeBy: none
- sourceColumn: Ending Date
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column 'Country Region Code'
- dataType: string
- lineageTag: f597564c-4f8d-447b-aaa6-55bc4303bbe5
- summarizeBy: none
- sourceColumn: Country Region Code
-
- annotation SummarizationSetBy = Automatic
-
- column 'Responsibility Centre'
- dataType: string
- lineageTag: 3505d97f-87bb-474f-92af-97c95b56cda2
- summarizeBy: none
- sourceColumn: Responsibility Centre
-
- annotation SummarizationSetBy = Automatic
-
- column 'Carbon Fee'
- dataType: double
- lineageTag: 1ac537aa-360e-437b-8bb1-e4eecf6ea941
- summarizeBy: sum
- sourceColumn: Carbon Fee
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Carbon Equivalent Factor'
- dataType: double
- formatString: 0.0000000000
- lineageTag: 28b5df6a-4754-4ccb-9823-8d0975405b5d
- summarizeBy: none
- sourceColumn: Carbon Equivalent Factor
-
- annotation SummarizationSetBy = User
-
- partition 'Emission Fees' = m
- mode: import
- queryGroup: 'Dimension Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiEmissionFees",Signature="table"]}[Data],
- #"Renamed Columns" = Table.RenameColumns(TableData,{{"emissionType", "Emission Type"}, {"scopeType", "Scope Type"}, {"startingDate", "Starting Date"}, {"endingDate", "Ending Date"}, {"countryRegionCode", "Country Region Code"}, {"responsibilityCentre", "Responsibility Centre"}, {"carbonFee", "Carbon Fee"}, {"carbonEquivalentFactor", "Carbon Equivalent Factor"}}),
- #"Removed Columns" = Table.RemoveColumns(#"Renamed Columns",{"ETag"})
- in
- #"Removed Columns"
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employee Absences.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employee Absences.tmdl
deleted file mode 100644
index b03f5dc80b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employee Absences.tmdl
+++ /dev/null
@@ -1,108 +0,0 @@
-table 'Employee Absences'
- lineageTag: a2fed5db-ebdc-40c8-88e3-9e005cd56347
-
- measure 'Employee Absences' =
-
- SUM ( 'Employee Absences'[Qty (Base)] )
- displayFolder: _Employee Absences Measures
- lineageTag: 81db14f9-ad5e-41c8-a8ce-310ed2f83794
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Absence Hours (%)' =
-
- VAR ActiveEmployeesQty =
- CALCULATE (
- 'Employee Absences'[Employee Absences],
- Employees[Employee Status] = "Active"
- )
- VAR TotalWorkingDays = [Active Employees] * [Working Days]
- RETURN
- DIVIDE ( ActiveEmployeesQty, TotalWorkingDays )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Employee Absences Measures
- lineageTag: 8815b958-50bd-4a9e-91fa-2cf049b876a0
-
- column 'Employee No'
- dataType: string
- isHidden
- lineageTag: 23abc348-80f5-49c1-a559-a6a7d8b1fb3b
- summarizeBy: none
- sourceColumn: Employee No
-
- annotation SummarizationSetBy = Automatic
-
- column 'Entry No'
- dataType: int64
- formatString: 0
- lineageTag: ebcc2a78-4a30-49cc-9841-b1d44e062b77
- summarizeBy: sum
- sourceColumn: Entry No
-
- annotation SummarizationSetBy = Automatic
-
- column 'From Date'
- dataType: dateTime
- formatString: Long Date
- lineageTag: a0576715-4fe1-4a23-a1f8-8d164ab164d5
- summarizeBy: none
- sourceColumn: From Date
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column 'To Date'
- dataType: dateTime
- formatString: Long Date
- lineageTag: fad3bfa4-f42a-47ef-b1a0-77fc3bd1b07d
- summarizeBy: none
- sourceColumn: To Date
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column 'Cause of Absence'
- dataType: string
- lineageTag: 1f814577-9ab7-49a3-9a85-97934275b69a
- summarizeBy: none
- sourceColumn: Cause of Absence
-
- annotation SummarizationSetBy = Automatic
-
- column 'Qty (Base)'
- dataType: double
- isHidden
- lineageTag: 45168c86-cb0a-4cc9-8a8d-db000436f789
- summarizeBy: sum
- sourceColumn: Qty (Base)
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column Description
- dataType: string
- lineageTag: dea41a73-65cb-4fc7-b371-8e02616a048d
- summarizeBy: none
- sourceColumn: Description
-
- annotation SummarizationSetBy = Automatic
-
- partition 'Employee Absences' = m
- mode: import
- queryGroup: 'Fact Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiEmployeeAbsences",Signature="table"]}[Data],
- #"Renamed Columns" = Table.RenameColumns(TableData,{{"employeeNo", "Employee No"}, {"entryNo", "Entry No"}, {"fromDate", "From Date"}, {"toDate", "To Date"}, {"causeofAbsenceCode", "Cause of Absence"}, {"quantitybase", "Qty (Base)"}, {"description", "Description"}}),
- #"Removed Columns" = Table.RemoveColumns(#"Renamed Columns",{"ETag"})
- in
- #"Removed Columns"
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employee Ledger Entries.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employee Ledger Entries.tmdl
deleted file mode 100644
index d67279528e..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employee Ledger Entries.tmdl
+++ /dev/null
@@ -1,127 +0,0 @@
-table 'Employee Ledger Entries'
- lineageTag: efc44628-dbc3-4b0a-a873-6e698c2b747f
-
- measure 'Employee Amount' =
-
- SUM ( 'Employee Ledger Entries'[Amt] )
- displayFolder: _Employee Ledger Entry Measures
- lineageTag: 5bc7caaa-0565-4c52-a7e5-7c116086f802
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Employee Ledger Entries Link' =
-
- VAR Endpoint = "&page=5237&"
- VAR BaseLink = [Base Link] & Endpoint // Filter Context
- VAR EmployeeNo =
- CONCATENATEX (
- VALUES ( 'Employee Ledger Entries'[Employee No.] ),
- 'Employee Ledger Entries'[Employee No.],
- "|"
- )
- VAR DimensionSetIDs =
- CONCATENATEX (
- VALUES ( 'Employee Ledger Entries'[Dimension Set ID] ),
- 'Employee Ledger Entries'[Dimension Set ID],
- "|"
- )
- VAR EmployeeNoFilter = "filter='Employee Ledger Entry'.'Employee No.' IS '" & EmployeeNo & "'"
- VAR DateFilter = " AND 'Employee Ledger Entry'.'Posting Date' IS '" & [Ranged] & "'"
- VAR DimensionFilter = " AND 'Employee Ledger Entry'.'Dimension Set ID' IS '" & DimensionSetIDs & "'"
- RETURN
- BaseLink & EmployeeNoFilter & DimensionFilter & DateFilter
- displayFolder: _Back Link
- lineageTag: 702abf4b-9e8a-40cd-b20d-080b777d0343
-
- column 'Employee No.'
- dataType: string
- isHidden
- lineageTag: d1dc1772-aa14-49a5-a13b-01b8fda7f8ac
- summarizeBy: none
- sourceColumn: Employee No.
-
- annotation SummarizationSetBy = Automatic
-
- column 'Entry No.'
- dataType: int64
- isKey
- formatString: 0
- lineageTag: c6d5f659-403b-4e66-9dae-89412439602e
- summarizeBy: sum
- sourceColumn: Entry No.
-
- annotation SummarizationSetBy = Automatic
-
- column Date
- dataType: dateTime
- isHidden
- formatString: Long Date
- lineageTag: 1719e795-ec57-4ddf-bbbe-31ca8c0d074d
- summarizeBy: none
- sourceColumn: Date
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column 'Document Type'
- dataType: string
- lineageTag: e0a99c44-aeb1-473f-bdd5-6432db8db55a
- summarizeBy: none
- sourceColumn: Document Type
-
- annotation SummarizationSetBy = Automatic
-
- column 'Document No.'
- dataType: string
- lineageTag: 332d015a-ba58-49af-b8ef-3e9b76c8b178
- summarizeBy: none
- sourceColumn: Document No.
-
- annotation SummarizationSetBy = Automatic
-
- column 'Dimension Set ID'
- dataType: int64
- isHidden
- formatString: 0
- lineageTag: 0f1bd37f-6671-45f0-b079-8154bc1d19ab
- summarizeBy: none
- sourceColumn: Dimension Set ID
-
- annotation SummarizationSetBy = Automatic
-
- column Description
- dataType: string
- lineageTag: c93cd236-7354-4c07-9a80-0088dde8e277
- summarizeBy: none
- sourceColumn: Description
-
- annotation SummarizationSetBy = Automatic
-
- column Amt
- dataType: double
- isHidden
- lineageTag: b0a7cd66-1013-432a-8de3-810832e03d3d
- summarizeBy: sum
- sourceColumn: Amt
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- partition 'Employee Ledger Entries' = m
- mode: import
- queryGroup: 'Fact Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiEmployeeLedgerEntries",Signature="table"]}[Data],
- #"Renamed Columns" = Table.RenameColumns(TableData,{{"employeeNo", "Employee No."}, {"entryNo", "Entry No."}, {"postingDate", "Date"}, {"documentType", "Document Type"}, {"documentNo", "Document No."}, {"dimensionSetID", "Dimension Set ID"}, {"description", "Description"}, {"amount", "Amt"}}),
- #"Removed Columns" = Table.RemoveColumns(#"Renamed Columns",{"ETag"})
- in
- #"Removed Columns"
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employee Qualifications.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employee Qualifications.tmdl
deleted file mode 100644
index 6cc6873eff..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employee Qualifications.tmdl
+++ /dev/null
@@ -1,43 +0,0 @@
-table 'Employee Qualifications'
- lineageTag: 0dff38e4-da38-4481-bce4-10332ddefc77
-
- measure 'Employee Qualifications' =
-
- COUNT ( 'Employee Qualifications'[Employee No.] )
- formatString: 0
- displayFolder: _Employee Qualifications Measures
- lineageTag: 7f1ce2fe-ef23-4593-a5e1-0a9b8be64352
-
- column 'Employee No.'
- dataType: string
- isHidden
- lineageTag: cb60b3ab-b20b-4352-a0c6-89905eb01faa
- summarizeBy: none
- sourceColumn: Employee No.
-
- annotation SummarizationSetBy = Automatic
-
- column 'Employee Qualification Codes'
- dataType: string
- lineageTag: dc150d05-cea8-4741-8e2b-7fb23c45e1c8
- summarizeBy: none
- sourceColumn: Employee Qualification Codes
-
- annotation SummarizationSetBy = Automatic
-
- partition 'Employee Qualifications' = m
- mode: import
- queryGroup: 'Dimension Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiEmployeeQualifications",Signature="table"]}[Data],
- #"Renamed Columns" = Table.RenameColumns(TableData,{{"employeeNo", "Employee No."}, {"qualificationCode", "Employee Qualification Codes"}}),
- #"Removed Columns" = Table.RemoveColumns(#"Renamed Columns",{"ETag", "auxiliaryIndex1"})
- in
- #"Removed Columns"
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employees.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employees.tmdl
deleted file mode 100644
index fa9f589f43..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Employees.tmdl
+++ /dev/null
@@ -1,213 +0,0 @@
-table Employees
- lineageTag: c080803e-a4fd-4a9e-b16d-0c0d3de20837
-
- measure 'No. of Employees' =
-
- COUNT ( Employees[Employee No.] )
- formatString: 0
- displayFolder: _Employee Measures
- lineageTag: c24a6780-10b6-4f6c-b8d4-155ed521df53
-
- measure 'No. of Male Employees' =
-
- CALCULATE ( [No. of Employees], Employees[Employee Gender] = "Male" )
- formatString: 0
- displayFolder: _Employee Measures
- lineageTag: 3a59aa72-61f5-439a-95f3-a1044b352e10
-
- measure 'No. of Female Employees' =
-
- CALCULATE ( [No. of Employees], Employees[Employee Gender] = "Female" )
- formatString: 0
- displayFolder: _Employee Measures
- lineageTag: 4b7fb167-179f-4459-a79a-db1b2db3a249
-
- measure 'No. of Other Employees' =
-
- CALCULATE (
- [No. of Employees],
- Employees[Employee Gender] <> "Male",
- Employees[Employee Gender] <> "Female"
- )
- formatString: 0
- displayFolder: _Employee Measures
- lineageTag: 00874ba1-5083-4337-b5e4-6bfce0db94c7
-
- measure 'Male Employees (%)' =
-
- DIVIDE ( [No. of Male Employees], [No. of Employees] )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Employee Measures
- lineageTag: eefb5ba3-77ce-4b47-861c-a0b8f5822471
-
- measure 'Female Employees (%)' =
-
- DIVIDE ( [No. of Female Employees], [No. of Employees] )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Employee Measures
- lineageTag: fbf3d691-b627-40ef-a581-ee0094f7b43e
-
- measure 'Other Employees (%)' =
-
- DIVIDE ( [No. of Other Employees], [No. of Employees] )
- displayFolder: _Employee Measures
- lineageTag: b8f03a06-2a3a-4e7f-8d41-beaba6d24073
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Active Employees' =
-
- CALCULATE ( Employees[No. of Employees], Employees[Employee Status] = "Active" )
- formatString: 0
- displayFolder: _Employee Measures
- lineageTag: e75cd780-38ae-4bde-aa11-836a80e34d14
-
- column 'Employee No.'
- dataType: string
- isKey
- lineageTag: 3c95435d-58df-4aad-af62-dc55ed4b3acf
- summarizeBy: none
- sourceColumn: Employee No.
-
- annotation SummarizationSetBy = Automatic
-
- column 'Employee Full Name'
- dataType: string
- lineageTag: 3bb36502-e4a2-4ff0-8848-32458b6c1345
- summarizeBy: none
- sourceColumn: Employee Full Name
-
- annotation SummarizationSetBy = Automatic
-
- column 'Employee First Name'
- dataType: string
- lineageTag: c2fc45c0-5806-4446-9f5b-e5514f9f6332
- summarizeBy: none
- sourceColumn: Employee First Name
-
- annotation SummarizationSetBy = Automatic
-
- column 'Employee Last Name'
- dataType: string
- lineageTag: 2bedba2b-5602-4dfc-afe8-faf930c5b912
- summarizeBy: none
- sourceColumn: Employee Last Name
-
- annotation SummarizationSetBy = Automatic
-
- column 'Employee Gender'
- dataType: string
- lineageTag: 47dcb956-edf5-4742-a8db-c814b36b86d9
- summarizeBy: none
- sourceColumn: Employee Gender
-
- annotation SummarizationSetBy = Automatic
-
- column 'Employee Union Code'
- dataType: string
- lineageTag: c9a79b09-7d16-4803-8510-875fa81896d8
- summarizeBy: none
- sourceColumn: Employee Union Code
-
- annotation SummarizationSetBy = Automatic
-
- column 'Employee Status'
- dataType: string
- lineageTag: b5f7243d-70e5-4253-a1d4-d49c9a4f4145
- summarizeBy: none
- sourceColumn: Employee Status
-
- annotation SummarizationSetBy = Automatic
-
- column 'Employee Cause of Inactivity'
- dataType: string
- lineageTag: 4f832747-1e3b-4f63-bbe2-fccc0c17c786
- summarizeBy: none
- sourceColumn: Employee Cause of Inactivity
-
- annotation SummarizationSetBy = Automatic
-
- column 'Employee Inactive Date'
- dataType: dateTime
- formatString: Long Date
- lineageTag: ff7110d1-3f92-4a4e-a320-ab232b473cb1
- summarizeBy: none
- sourceColumn: Employee Inactive Date
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column 'Employee Grounds for Termination'
- dataType: string
- lineageTag: e2cbc06b-686b-40ea-94b8-6fb281094682
- summarizeBy: none
- sourceColumn: Employee Grounds for Termination
-
- annotation SummarizationSetBy = Automatic
-
- column 'Employee Date of Birth'
- dataType: dateTime
- formatString: Long Date
- lineageTag: b8f03122-d79a-462a-b243-835f18ebd8f0
- summarizeBy: none
- sourceColumn: Employee Date of Birth
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column Age =
-
- VAR Birthdate = Employees[Employee Date of Birth]
- VAR TodaysDate = TODAY()
- VAR YearDiff = YEAR(TodaysDate) - YEAR(Birthdate)
- VAR MonthDayAdjustment =
- IF(
- MONTH(TodaysDate) < MONTH(Birthdate) ||
- (MONTH(TodaysDate) = MONTH(Birthdate) && DAY(TodaysDate) < DAY(Birthdate)),
- 1,
- 0
- )
- RETURN
- YearDiff - MonthDayAdjustment
- formatString: 0
- displayFolder: _Employee Measures
- lineageTag: 2774549d-a4a0-417e-aaf0-8cf1c557360a
- summarizeBy: sum
-
- annotation SummarizationSetBy = Automatic
-
- column 'Age Distribution' = ```
-
- SWITCH(
- TRUE(),
- Employees[Age] < 30, "Under 30",
- Employees[Age] < 50, "30 - 50",
- Employees[Age] > 50, "Over 50"
- )
- ```
- displayFolder: _Employee Measures
- lineageTag: 92926218-b984-4167-b15b-5502d9e59fab
- summarizeBy: none
-
- annotation SummarizationSetBy = Automatic
-
- partition Employees = m
- mode: import
- queryGroup: 'Dimension Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiEmployees",Signature="table"]}[Data],
- #"Renamed Columns" = Table.RenameColumns(TableData,{{"no", "Employee No."}, {"firstName", "Employee First Name"}, {"lastName", "Employee Last Name"}, {"gender", "Employee Gender"}, {"unionCode", "Employee Union Code"}, {"status", "Employee Status"}, {"casueofInactivty", "Employee Cause of Inactivity"}, {"groudForTermCode", "Employee Grounds for Termination"}, {"dateOfBirth", "Employee Date of Birth"}, {"inactivedate", "Employee Inactive Date"}}),
- #"Removed Columns1" = Table.RemoveColumns(#"Renamed Columns",{"ETag"}),
- #"Added Custom" = Table.AddColumn(#"Removed Columns1", "Employee Full Name", each [Employee First Name] & " " & [Employee Last Name]),
- #"Reordered Columns" = Table.ReorderColumns(#"Added Custom",{"Employee No.", "Employee Full Name", "Employee First Name", "Employee Last Name", "Employee Gender", "Employee Union Code", "Employee Status", "Employee Cause of Inactivity", "Employee Inactive Date", "Employee Grounds for Termination", "Employee Date of Birth"})
- in
- #"Reordered Columns"
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Localized Labels.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Localized Labels.tmdl
deleted file mode 100644
index a30a148aad..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Localized Labels.tmdl
+++ /dev/null
@@ -1,230 +0,0 @@
-table 'Localized Labels'
- isHidden
- lineageTag: bb491cc1-cc21-4024-930c-dd934ce72e6d
-
- measure 'My Report Title' = 0
- isHidden
- lineageTag: 9e65416f-15d8-460c-b41b-c5268ae1171e
-
- measure 'My Button Caption' = 0
- isHidden
- lineageTag: bb8cf56a-9b48-47e6-a637-878d9618701d
-
- measure 'My Visual Title' = 0
- isHidden
- lineageTag: b62c0144-e6a1-4cd7-9ecc-e6a858099595
-
- measure 'Inactive Employees' = 0
- isHidden
- lineageTag: 18896aa9-3a2f-40c6-b556-d0f1672d09b1
-
- measure 'Terminated Employees' = 0
- isHidden
- lineageTag: 566f5710-7c55-4c83-9621-5381bedaf249
-
- measure 'Employees in Unions' = 0
- isHidden
- lineageTag: 4a2ad2b9-3658-4588-930c-f3591d70cf27
-
- measure 'Social Analysis' = 0
- isHidden
- lineageTag: 9204c6c8-e948-4812-a025-f8bb80f90e32
-
- measure 'Gender Distribution' = 0
- isHidden
- lineageTag: 9ca8694a-da41-44a6-984c-73dcbfc39070
-
- measure 'Age Distribution' = 0
- isHidden
- lineageTag: 73b30466-7200-4178-ab96-4a5bdb2e5e03
-
- measure 'Employees Qualifications' = 0
- isHidden
- lineageTag: 5a2af44e-779a-480d-9adb-e26af766e21a
-
- measure 'Realized Emissions vs Target' = 0
- isHidden
- lineageTag: 71f80cda-75ca-42a0-a179-43d59980f214
-
- measure 'CO2e Emissions by Scope' = 0
- isHidden
- lineageTag: b0629446-28a2-4927-952b-53a97f67a2fe
-
- measure 'Gas Emissions by Category' = 0
- isHidden
- lineageTag: d09a834c-cd31-41d4-86b1-35814e18af0e
-
- measure 'Realized Emissions vs Baseline' = 0
- isHidden
- lineageTag: 631ba763-4ef0-4a71-ba09-7e53eb7a98ea
-
- measure 'CO2e Emissions vs Baseline' = 0
- isHidden
- lineageTag: 46f3e69c-a92c-4270-916e-4d2c403bd0ab
-
- measure 'CO2e Emissions by Account' = 0
- isHidden
- lineageTag: 7f398453-b234-4f7f-b6b0-f19c66c58006
-
- measure 'Water and Waste Analysis' = 0
- isHidden
- lineageTag: a95d2b66-65ad-44ba-8346-3782184f3570
-
- measure 'Water by Facility Location' = 0
- isHidden
- lineageTag: 3d7c4b40-5391-4d34-8113-c87b14a7d4a4
-
- measure 'Water by Facility Capacity' = 0
- isHidden
- lineageTag: 0fd2dc50-304b-4baf-9bf6-ccce48bf0b6b
-
- measure 'Water and Waste by Type' = 0
- isHidden
- lineageTag: 623403d9-6170-47d3-b510-625bf8337b04
-
- measure 'Water and Waste Intensity by Type' = 0
- isHidden
- lineageTag: a8c017f3-1866-44c3-8142-0658acdaad13
-
- measure 'Water and Waste Intensity by Facility' = 0
- isHidden
- lineageTag: 93e09b40-4080-4d45-9129-be7d18c5c785
-
- measure 'Emissions by Category and Scope' = 0
- isHidden
- lineageTag: b1053c69-988d-4bc4-9d5a-b5fa6bd18530
-
- measure 'Emissions by Category' = 0
- isHidden
- lineageTag: 6da08a4c-8f1a-4b7e-ac0a-51d1bdfcfddf
-
- measure 'Emissions by Scope' = 0
- isHidden
- lineageTag: e4ddab31-7c0d-490f-bab7-af8c70da07e1
-
- measure 'CO2e Analysis' = 0
- isHidden
- lineageTag: 10ff233f-69ad-4d2a-aff5-1e81e7327c62
-
- measure 'CO2e Emissions by Category' = 0
- isHidden
- lineageTag: 66ac4f18-a5eb-42eb-8d1f-10cdf8f24142
-
- measure 'Carbon Credit by Month' = 0
- isHidden
- lineageTag: 5c475b32-8fc3-437a-a2fc-7812e7ebbb26
-
- measure 'CO2e Equivalent Emission by Month and Revenue' = 0
- isHidden
- lineageTag: 7cf80c7c-c1fc-4d32-a660-946e21b472ae
-
- measure 'Employee Entries Drillthrough' = 0
- isHidden
- lineageTag: 59c31939-f665-4347-ad99-f62ebc1aa736
-
- measure 'Employee Ledger Entries' = 0
- isHidden
- lineageTag: aeaf3868-4b59-48dc-831a-b759246225f1
-
- measure 'Sustainability Ledger Entries' = 0
- isHidden
- lineageTag: 400de913-a611-4ff8-b928-283ef2321eeb
-
- measure 'Sustainability Ledger Entries Drillthrough' = 0
- isHidden
- lineageTag: 2cf8f7f5-dfde-475c-9711-660fb6994931
-
- measure 'Employee Ledger Entries Drillthrough' = 0
- isHidden
- lineageTag: ea61ae70-5a70-48ed-82f3-244293ec688a
-
- measure 'Sustainability Overview' = 0
- isHidden
- lineageTag: ebdf6286-26e7-484a-a52b-7ce6062ddddb
-
- measure 'Sustainability Analytics' = 0
- isHidden
- lineageTag: ff1ab351-e3fa-43f9-ac1b-ea85b7b94d2c
-
- measure 'CO2e Emissions by Month' = 0
- isHidden
- lineageTag: 503f3e52-171a-4a1d-bef8-24de16c49186
-
- measure 'Scopes 1 and 2 Analysis by Categories Per Year' = 0
- isHidden
- lineageTag: 44b017f0-9f5e-4157-b1d9-77505000a6d9
-
- measure 'CO2e Emissions by Department' = 0
- isHidden
- lineageTag: 36086391-3b8d-4120-a408-f9e1884c7b03
-
- measure 'Journey to Net-Zero Carbon' = 0
- isHidden
- lineageTag: 736f9a78-90e0-41ce-b915-9670871a5387
-
- measure 'CO2e Emissions by Business Group' = 0
- isHidden
- lineageTag: b21ae342-6355-47ff-b0a6-6b98f5a20181
-
- measure 'Renewable Energy Usage' = 0
- isHidden
- lineageTag: 8a5cb81e-f637-4bda-82a6-dc8aa7ae6af7
-
- measure 'CO2e Emissions Over Time' = 0
- isHidden
- lineageTag: 57b3ef30-e5c0-4f3a-ae8a-c35be4072e29
-
- measure 'CO2e Smart Review' = 0
- isHidden
- lineageTag: 70c2f156-2eb3-421a-9051-64838b54af5e
-
- measure 'CO2e Emissions by Global Dimension One' = 0
- isHidden
- lineageTag: 7fca9521-f490-4a7d-a611-6c99f54e3ddf
-
- measure 'CO2e Emissions by Global Dimension Two' = 0
- isHidden
- lineageTag: 0fff5903-bcad-408b-ac28-3e0679eae7d4
-
- measure 'CO2e Equivalent Emissions by Month' = 0
- isHidden
- lineageTag: 46a0f17f-fa4a-49fc-9c86-28c58c3d0872
-
- measure 'Company Name' = 0
- isHidden
- lineageTag: 52480de2-e6cb-4b1d-b31b-d52d1d88e185
-
- measure 'Last Refreshed' = 0
- isHidden
- lineageTag: 46a670c1-4eb6-458b-bcda-35548cb10ea1
-
- measure 'Released Employees' = 0
- isHidden
- lineageTag: d6394ad5-6fe4-47f9-979f-d0decf6426d6
-
- measure 'CO2e Decomposition Tree' = 0
- isHidden
- lineageTag: c724871e-084f-4dc5-b8b7-a43dd3597ef0
-
- measure 'CO2e Key Influences' = 0
- isHidden
- lineageTag: aac80eb3-dad2-43f0-9acd-6d68daee9953
-
- measure 'Water and Waste Yearly and Daily Change' = 0
- isHidden
- lineageTag: 3a1c37f6-15d4-440f-8ca8-27f98f1e1e09
-
- column unused
- isHidden
- displayFolder: unused
- lineageTag: 199faaa3-4c88-43c8-9560-ca033e5f0ec4
- summarizeBy: none
- isNameInferred
- sourceColumn: [unused]
-
- annotation SummarizationSetBy = Automatic
-
- partition Partition = calculated
- mode: import
- source = DATATABLE("unused", STRING, {{"This is a table automatically generated by Translations Builder"}})
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Responsibility Centre.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Responsibility Centre.tmdl
deleted file mode 100644
index 510edd62b1..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Responsibility Centre.tmdl
+++ /dev/null
@@ -1,65 +0,0 @@
-table 'Responsibility Centre'
- lineageTag: a8623892-be7f-4115-9213-a5a049ea3eef
-
- measure 'Facility Capacity' =
-
- SUM ( 'Responsibility Centre'[waterCapactiybyMonth] ) * [Months]
- displayFolder: _Responsibility Centre Measures
- lineageTag: 0d06ebf4-5755-4106-8205-ec013bac139e
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure Months =
-
- DATEDIFF ( MIN ( 'Date'[Date] ), MAX ( 'Date'[Date] ), MONTH ) + 1
- formatString: 0
- isHidden
- displayFolder: _Responsibility Centre Measures
- lineageTag: f34f91fb-28aa-4366-8e7f-4229d9a59a60
-
- changedProperty = IsHidden
-
- column 'Responsibility Centre Code'
- dataType: string
- isKey
- lineageTag: c5d0eaaa-0caf-4636-88e8-b3938b29bd4a
- summarizeBy: none
- sourceColumn: Responsibility Centre Code
-
- annotation SummarizationSetBy = Automatic
-
- column 'Responsibility Centre Name'
- dataType: string
- lineageTag: a7e4ec29-e333-4a92-912f-fd47bbfc0df6
- summarizeBy: none
- sourceColumn: Responsibility Centre Name
-
- annotation SummarizationSetBy = Automatic
-
- column waterCapactiybyMonth
- dataType: double
- isHidden
- lineageTag: ef1ab076-06b2-4da6-8ad5-d05ad74d3da2
- summarizeBy: none
- sourceColumn: waterCapactiybyMonth
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- partition 'Responsibility Centre' = m
- mode: import
- queryGroup: 'Dimension Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiResponsibilityCentres",Signature="table"]}[Data],
- #"Renamed Columns" = Table.RenameColumns(TableData,{{"code", "Responsibility Centre Code"}, {"name", "Responsibility Centre Name"}}),
- #"Removed Columns" = Table.RemoveColumns(#"Renamed Columns",{"ETag"})
- in
- #"Removed Columns"
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Account Category.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Account Category.tmdl
deleted file mode 100644
index 5423012457..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Account Category.tmdl
+++ /dev/null
@@ -1,48 +0,0 @@
-table 'Sustainability Account Category'
- lineageTag: c3ba4558-e02a-404b-b4a1-a2903520532a
-
- column 'Sustainability Account Category Description'
- dataType: string
- lineageTag: 6b744939-6d03-4b1d-ae58-32a1709bba2b
- summarizeBy: none
- sourceColumn: Sustainability Account Category Description
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Sustainability Account Category Code'
- dataType: string
- isKey
- lineageTag: ef380ee9-f918-4dcf-b5bf-b924227c40c2
- summarizeBy: none
- sourceColumn: Sustainability Account Category Code
-
- annotation SummarizationSetBy = Automatic
-
- column 'Sustainability Account Category Emission Scope'
- dataType: string
- lineageTag: de58ab2e-d6d1-4006-8b10-2a1eab736a7f
- summarizeBy: none
- sourceColumn: Sustainability Account Category Emission Scope
-
- annotation SummarizationSetBy = Automatic
-
- partition 'Sustainability Account Category-94274dc9-2281-4ba8-adae-86acd137ae3a' = m
- mode: import
- queryGroup: 'Dimension Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiSustainabilityAccountCategories",Signature="table"]}[Data],
- #"Renamed Columns" = Table.RenameColumns(TableData,{{"code", "Sustainability Account Category Code"}, {"description", "Sustainability Account Category Description"}, {"emissionScope", "Sustainability Account Category Emission Scope"}}),
- #"Removed Columns" = Table.RemoveColumns(#"Renamed Columns",{"ETag"})
- in
- #"Removed Columns"
-
- changedProperty = IsHidden
-
- annotation PBI_ResultType = Table
-
- annotation PBI_NavigationStepName = Navigation
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Accounts.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Accounts.tmdl
deleted file mode 100644
index 4e9e6f1276..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Accounts.tmdl
+++ /dev/null
@@ -1,70 +0,0 @@
-table 'Sustainability Accounts'
- lineageTag: 816fcc93-a534-482d-bf58-a75c40d24465
-
- column 'Sustainability Account No.'
- dataType: string
- isKey
- lineageTag: a4e29f80-9152-4ee5-9b88-4bd0d76f5243
- summarizeBy: none
- sourceColumn: Sustainability Account No.
-
- annotation SummarizationSetBy = Automatic
-
- column 'Sustainability Account Name'
- dataType: string
- lineageTag: 9e586a43-6c1b-4947-8d51-309bc60b1522
- summarizeBy: none
- sourceColumn: Sustainability Account Name
-
- annotation SummarizationSetBy = Automatic
-
- column 'Sustainability Account Category'
- dataType: string
- isHidden
- lineageTag: 3916a1cc-802d-4243-8412-484e1d017e3e
- summarizeBy: none
- sourceColumn: Sustainability Account Category
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Sustainability Account Sub-Category'
- dataType: string
- isHidden
- lineageTag: 4273ec74-338d-4382-a539-c5a465aecada
- summarizeBy: none
- sourceColumn: Sustainability Account Sub-Category
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Sustainability Account Subcategory Key'
- dataType: string
- isHidden
- lineageTag: 6b432394-589a-4074-927c-d3cc1c04e973
- summarizeBy: none
- sourceColumn: Sustainability Account Subcategory Key
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- partition 'Sustainability Accounts' = m
- mode: import
- queryGroup: 'Dimension Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiSustainabilityAccounts",Signature="table"]}[Data],
- #"Renamed Columns" = Table.RenameColumns(TableData,{{"sustainabilityAccountNo", "Sustainability Account No."}, {"sustainabilityAccountName", "Sustainability Account Name"}, {"sustainabilityAccountCategory", "Sustainability Account Category"}, {"sustainabilityAccountSubCategory", "Sustainability Account Sub-Category"}}),
- #"Removed Columns" = Table.RemoveColumns(#"Renamed Columns",{"ETag"}),
- #"Added Sustainability Account Key" = Table.AddColumn(#"Removed Columns", "Sustainability Account Subcategory Key", each [Sustainability Account Category] & " " & [#"Sustainability Account Sub-Category"],type text)
- in
- #"Added Sustainability Account Key"
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Goals.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Goals.tmdl
deleted file mode 100644
index 4fa2784efd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Goals.tmdl
+++ /dev/null
@@ -1,404 +0,0 @@
-table 'Sustainability Goals'
- lineageTag: da071c77-b29a-499b-a452-91aa43e7f707
-
- measure 'CO2 Target' =
-
- SUM ( 'Sustainability Goals'[Target Value For CO2] )
- displayFolder: _Sustainability Goals Measures\_CO2
- lineageTag: b01821d8-2d59-4b3a-990d-0649f5ef5324
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CO2 Realized (%)' =
-
- DIVIDE ( [CO2 Current Value], [CO2 Target] )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Goals Measures\_CO2
- lineageTag: afd43b65-54b6-4089-9d0c-b3252fffc250
-
- measure 'CH4 Target' =
-
- SUM ( 'Sustainability Goals'[Target Value For CH4] )
- displayFolder: _Sustainability Goals Measures\_CH4
- lineageTag: c4ebd68e-2f5b-4f14-87ea-22d0572de7b5
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'N2O Target' =
-
- SUM ( 'Sustainability Goals'[Target Value For N2O] )
- displayFolder: _Sustainability Goals Measures\N2O
- lineageTag: 06cf511e-dc95-4fe6-8249-5d7c7d2f7db5
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CH4 Realized (%)' =
-
- DIVIDE ( [CH4 Current Value], [CH4 Target] )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Goals Measures\_CH4
- lineageTag: 8802864b-165b-4836-9781-e4cc533fd043
-
- measure 'N2O Realized (%)' =
-
- DIVIDE ( [N2O Current Value], [N2O Target] )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Goals Measures\N2O
- lineageTag: b2d19c75-09fe-4965-883d-923297c12105
-
- measure 'Water Target' =
-
- SUM ( 'Sustainability Goals'[Target Value For Water Intensity] )
- displayFolder: _Sustainability Goals Measures\_Water
- lineageTag: 7b5ae209-a294-40ae-bc72-8e4fa7c07e1b
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Waste Target' =
-
- SUM ( 'Sustainability Goals'[Target Value For Waste Intensity] )
- displayFolder: _Sustainability Goals Measures\_Waste
- lineageTag: 6084f614-54a8-46e5-833e-5c1f32943669
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Water Realized (%)' =
-
- DIVIDE ( [Water Intensity], [Water Target] )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Goals Measures\_Water
- lineageTag: 4b5c1806-9d18-4ff9-942d-496f87142de9
-
- measure 'Waste Realized (%)' =
-
- DIVIDE ( [Waste Intensity], [Waste Target] )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Goals Measures\_Waste
- lineageTag: e3ecf69e-7b4e-42f9-a169-35cd1acee720
-
- measure 'CO2e Realized (%)' =
-
- DIVIDE ( [CO2e Current Value], [CO2e Target] )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Goals Measures\_CO2e
- lineageTag: f6b9bc51-30f4-488c-9689-f83de8705dc2
-
- measure 'CO2 Current Value' =
-
- VAR SustainabilityGoalsTable =
- SUMMARIZECOLUMNS (
- 'Sustainability Goals'[Score Card No.],
- "CO2 Emissions",
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Emission CO2] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Start Date] ),
- MAX ( 'Sustainability Goals'[End Date] )
- )
- )
- )
- RETURN
- SUMX ( SustainabilityGoalsTable, [CO2 Emissions] )
- displayFolder: _Sustainability Goals Measures\_CO2
- lineageTag: 925995aa-74e6-4c44-be1f-cd4de53b8b9f
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CH4 Current Value' =
-
- VAR SustainabilityGoalsTable =
- SUMMARIZECOLUMNS (
- 'Sustainability Goals'[Score Card No.],
- "CH4 Emissions",
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Emission CH4] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Start Date] ),
- MAX ( 'Sustainability Goals'[End Date] )
- )
- )
- )
- RETURN
- SUMX ( SustainabilityGoalsTable, [CH4 Emissions] )
- displayFolder: _Sustainability Goals Measures\_CH4
- lineageTag: 24fa7b6f-957c-46f0-9d1c-5462365aaa56
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'N2O Current Value' =
-
- VAR SustainabilityGoalsTable =
- SUMMARIZECOLUMNS (
- 'Sustainability Goals'[Score Card No.],
- "N2O Emissions",
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Emission N2O] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Start Date] ),
- MAX ( 'Sustainability Goals'[End Date] )
- )
- )
- )
- RETURN
- SUMX ( SustainabilityGoalsTable, [N2O Emissions] )
- displayFolder: _Sustainability Goals Measures\N2O
- lineageTag: 09aa2b0e-d6dd-44dc-b602-1241c31b7296
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CO2e Current Value' =
-
- VAR SustainabilityGoalsTable =
- SUMMARIZECOLUMNS (
- 'Sustainability Goals'[Score Card No.],
- "CO2e Emissions",
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Emission CO2e] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Start Date] ),
- MAX ( 'Sustainability Goals'[End Date] )
- )
- )
- )
- RETURN
- SUMX ( SustainabilityGoalsTable, [CO2e Emissions] )
- displayFolder: _Sustainability Goals Measures\_CO2e
- lineageTag: 6a2ab28f-e47c-421b-83a2-80f52548c8c0
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Water Current Value' =
-
- VAR SustainabilityGoalsTable =
- SUMMARIZECOLUMNS (
- 'Sustainability Goals'[Score Card No.],
- "Water Intensity",
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Wat. Intensity] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Start Date] ),
- MAX ( 'Sustainability Goals'[End Date] )
- )
- )
- )
- RETURN
- SUMX ( SustainabilityGoalsTable, [Water Intensity] )
- displayFolder: _Sustainability Goals Measures\_Water
- lineageTag: fbe8597e-4a1a-43b5-a4be-4acf4fca27cb
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Waste Current Value' =
-
- VAR SustainabilityGoalsTable =
- SUMMARIZECOLUMNS (
- 'Sustainability Goals'[Score Card No.],
- "Waste Intensity",
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Wast. Intensity] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Start Date] ),
- MAX ( 'Sustainability Goals'[End Date] )
- )
- )
- )
- RETURN
- SUMX ( SustainabilityGoalsTable, [Waste Intensity] )
- displayFolder: _Sustainability Goals Measures\_Waste
- lineageTag: b4eba006-0dca-43eb-914e-16cb1e95de17
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Score Card No.'
- dataType: string
- lineageTag: 7c16c01d-e33a-46b7-b5f1-e0df80d60b71
- summarizeBy: none
- sourceColumn: Score Card No.
-
- annotation SummarizationSetBy = Automatic
-
- column 'No.'
- dataType: string
- lineageTag: b92d3b27-f546-4342-9bae-8a836e57f2b4
- summarizeBy: none
- sourceColumn: No.
-
- annotation SummarizationSetBy = Automatic
-
- column Name
- dataType: string
- lineageTag: 4e5619ba-dc90-4e38-9100-241b6babb275
- summarizeBy: none
- sourceColumn: Name
-
- annotation SummarizationSetBy = Automatic
-
- column Owner
- dataType: string
- lineageTag: 27e0a1eb-a476-4fbb-bb0f-2fa204a7445f
- summarizeBy: none
- sourceColumn: Owner
-
- annotation SummarizationSetBy = Automatic
-
- column 'Country/Region Code'
- dataType: string
- isHidden
- lineageTag: 0bd5348d-ee7c-4fcc-88be-dd48e4281301
- summarizeBy: none
- sourceColumn: Country/Region Code
-
- annotation SummarizationSetBy = Automatic
-
- column 'Responsibility Centre'
- dataType: string
- isHidden
- lineageTag: d595aa23-f7b6-4f6d-ba6f-01026ae4dc9f
- summarizeBy: none
- sourceColumn: Responsibility Centre
-
- annotation SummarizationSetBy = Automatic
-
- column 'Target Value For CO2'
- dataType: double
- lineageTag: 35d5ba40-73bf-48a2-ba3a-96ec25e22721
- summarizeBy: sum
- sourceColumn: Target Value For CO2
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Target Value For CH4'
- dataType: double
- lineageTag: a10c9c0f-ecea-4c46-8826-620a84f8471b
- summarizeBy: sum
- sourceColumn: Target Value For CH4
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Target Value For N2O'
- dataType: double
- lineageTag: 83c35783-9e36-4de2-b241-adf36be8ae85
- summarizeBy: sum
- sourceColumn: Target Value For N2O
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Target Value For Water Intensity'
- dataType: double
- lineageTag: 3ce01cc9-15cf-4464-9d90-515d879fb55e
- summarizeBy: sum
- sourceColumn: Target Value For Water Intensity
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Target Value For Waste Intensity'
- dataType: double
- lineageTag: 1f4dd665-9b6e-4b16-aab8-e8b86d011584
- summarizeBy: sum
- sourceColumn: Target Value For Waste Intensity
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Main Goal'
- dataType: boolean
- formatString: """TRUE"";""TRUE"";""FALSE"""
- lineageTag: 01436eb1-5942-4ae5-bf48-8e4cff25c9ef
- summarizeBy: none
- sourceColumn: Main Goal
-
- annotation SummarizationSetBy = Automatic
-
- column lineNo
- dataType: int64
- isHidden
- formatString: 0
- lineageTag: f73455cf-69bf-4adb-9e98-11dfbd0c310d
- summarizeBy: sum
- sourceColumn: lineNo
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Start Date'
- dataType: dateTime
- formatString: Long Date
- lineageTag: fbba48b3-d78d-4405-9195-784441d6da6b
- summarizeBy: none
- sourceColumn: Start Date
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column 'End Date'
- dataType: dateTime
- formatString: Long Date
- lineageTag: 0342fa70-be23-458d-8a1f-82dc030203ca
- summarizeBy: none
- sourceColumn: End Date
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column 'Baseline Start Date'
- dataType: dateTime
- formatString: Long Date
- lineageTag: 29cec17a-f3a0-4d03-bf17-33a414e9ff6d
- summarizeBy: none
- sourceColumn: Baseline Start Date
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column 'Baseline End Date'
- dataType: dateTime
- formatString: Long Date
- lineageTag: 07d4c22d-fdd8-4bf9-826b-c6328996ef4b
- summarizeBy: none
- sourceColumn: Baseline End Date
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- partition 'Sustainability Goals' = m
- mode: import
- queryGroup: 'Fact Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiSustainabilityGoals",Signature="table"]}[Data],
- #"Renamed Columns" = Table.RenameColumns(TableData,{{"scoreCardNo", "Score Card No."}, {"no", "No."}, {"name", "Name"}, {"owner", "Owner"}, {"countryRegion", "Country/Region Code"}, {"responsibilityCentre", "Responsibility Centre"}, {"targetValueForCo2", "Target Value For CO2"}, {"targetValueForCh4", "Target Value For CH4"}, {"targetValueForN2O", "Target Value For N2O"}, {"targetValueForWaterIntensity", "Target Value For Water Intensity"}, {"targetValueForWasteIntensity", "Target Value For Waste Intensity"}, {"mainGoal", "Main Goal"}, {"startDate", "Start Date"}, {"endDate", "End Date"}, {"baselineStartDate", "Baseline Start Date"}, {"baselineEndDate", "Baseline End Date"}}),
- #"Removed Columns" = Table.RemoveColumns(#"Renamed Columns",{"ETag"})
- in
- #"Removed Columns"
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Ledger Entries.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Ledger Entries.tmdl
deleted file mode 100644
index d41b54e7a4..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Ledger Entries.tmdl
+++ /dev/null
@@ -1,830 +0,0 @@
-table 'Sustainability Ledger Entries'
- lineageTag: 2a0cf939-2176-4b5a-970c-8d0ef8334663
-
- measure 'CO2 Emissions' =
-
- SUM ( 'Sustainability Ledger Entries'[Emission CO2] )
- displayFolder: _Sustainability Measures\CO2 Measures
- lineageTag: 770ba9f8-c49b-44c6-aad5-2dd17aeb06b0
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CH4 Emissions' =
-
- CALCULATE ( SUM ( 'Sustainability Ledger Entries'[Emission CH4] ) )
- displayFolder: _Sustainability Measures\CH4 Measures
- lineageTag: d5316adc-5aa1-4184-8ce8-5747c2834a88
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CO2 Emissions Balance' =
-
- CALCULATE ( [CO2 Emissions], ALL ( 'Date' ) )
- displayFolder: _Sustainability Measures\CO2 Measures
- lineageTag: d62bb2c9-c112-498a-8afe-ded1c2faef7e
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CO2 Emissions Balance at Date' =
-
- CALCULATE (
- [CO2 Emissions],
- FILTER ( ALL ( 'Date'[Date] ), 'Date'[Date] <= MAX ( 'Date'[Date] ) )
- )
- displayFolder: _Sustainability Measures\CO2 Measures
- lineageTag: 4bcc8b7a-27cb-4914-a832-c87a2644c275
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'N2O Emissions' =
-
- SUM ( 'Sustainability Ledger Entries'[Emission N2O] )
- displayFolder: _Sustainability Measures\N2O Measures
- lineageTag: b387d55c-6f71-4448-ac41-731e2e1c0f79
-
- measure 'CO2e Emissions' =
-
- SUM ( 'Sustainability Ledger Entries'[Emission CO2e] )
- displayFolder: _Sustainability Measures\CO2e Measures
- lineageTag: 88d60675-3900-4161-9565-c30601162b92
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CH4 Emissions Balance at Date' =
-
- CALCULATE (
- [CH4 Emissions],
- FILTER ( ALL ( 'Date'[Date] ), 'Date'[Date] <= MAX ( 'Date'[Date] ) )
- )
- displayFolder: _Sustainability Measures\CH4 Measures
- lineageTag: 6ce5a382-915f-498e-844c-3187beb27d8d
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CH4 Emissions Balance' =
-
- CALCULATE ( [CH4 Emissions], ALL ( 'Date' ) )
- displayFolder: _Sustainability Measures\CH4 Measures
- lineageTag: 3b1cb8b3-dfdc-477f-9128-f0c2d111d980
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Water Intensity' =
-
- SUM ( 'Sustainability Ledger Entries'[Wat. Intensity] )
- displayFolder: _Sustainability Measures\Water Intensity Measures
- lineageTag: 08405276-cfe4-4c4e-bb1f-ccf744ee4cb8
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Waste Intensity' =
-
- CALCULATE ( SUM ( 'Sustainability Ledger Entries'[Wast. Intensity] ) )
- displayFolder: _Sustainability Measures\Waste Intensity Measures
- lineageTag: 0e31eb23-69c3-442d-a2e5-a7be11945246
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Discharged Into Water' =
-
- SUM ( 'Sustainability Ledger Entries'[Dish. Into Water] )
- displayFolder: _Sustainability Measures\Discharged Into Water Measures
- lineageTag: ac161858-ae68-4289-b316-d4fde3f01a69
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CO2e Emissions Balance' =
-
- CALCULATE ( [CO2e Emissions], ALL ( 'Date' ) )
- displayFolder: _Sustainability Measures\CO2e Measures
- lineageTag: d8cf0bf3-eb02-4da7-9b5d-137550445e7c
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CO2e Emissions Balance at Date' =
-
- CALCULATE (
- [CO2e Emissions],
- FILTER ( ALL ( 'Date'[Date] ), 'Date'[Date] <= MAX ( 'Date'[Date] ) )
- )
- displayFolder: _Sustainability Measures\CO2e Measures
- lineageTag: 2b53dd5a-8c62-40c0-9487-6d7f07dec99d
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Discharged Into Water Balance at Date' =
-
- CALCULATE (
- [Discharged Into Water],
- FILTER ( ALL ( 'Date'[Date] ), 'Date'[Date] <= MAX ( 'Date'[Date] ) )
- )
- displayFolder: _Sustainability Measures\Discharged Into Water Measures
- lineageTag: 9f6fa36d-f530-4492-9f9d-edcc57d2cf0b
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Discharged Into Water Balance' =
-
- CALCULATE ( [Discharged Into Water], ALL ( 'Date' ) )
- displayFolder: _Sustainability Measures\Discharged Into Water Measures
- lineageTag: 1f11cd59-61b0-4113-879c-d9e23f4e61d7
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'N2O Emissions Balance' =
-
- CALCULATE ( [N2O Emissions], ALL ( 'Date' ) )
- displayFolder: _Sustainability Measures\N2O Measures
- lineageTag: fd7b9d88-cef7-4446-ad56-0fa3cef0bf0b
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'N2O Emissions Balance at Date' =
-
- CALCULATE (
- [N2O Emissions],
- FILTER ( ALL ( 'Date'[Date] ), 'Date'[Date] <= MAX ( 'Date'[Date] ) )
- )
- displayFolder: _Sustainability Measures\N2O Measures
- lineageTag: 9426944e-ac09-4626-baaf-70242ecfaa99
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Waste Intensity Balance at Date' =
-
- CALCULATE (
- [Waste Intensity],
- FILTER ( ALL ( 'Date'[Date] ), 'Date'[Date] <= MAX ( 'Date'[Date] ) )
- )
- displayFolder: _Sustainability Measures\Waste Intensity Measures
- lineageTag: 77726021-8550-43b1-8a8a-93413f66fdd0
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Waste Intensity Balance' =
-
- CALCULATE ( [Waste Intensity], ALL ( 'Date' ) )
- displayFolder: _Sustainability Measures\Waste Intensity Measures
- lineageTag: 38d01131-cd14-49c0-a583-23d3f35c1d6f
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Water Intensity Balance' =
-
- CALCULATE ( [Water Intensity], ALL ( 'Date' ) )
- displayFolder: _Sustainability Measures\Water Intensity Measures
- lineageTag: b5097795-4a11-4281-af9f-249febc43f4f
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Water Intensity Balance at Date' =
-
- CALCULATE (
- [Water Intensity],
- FILTER ( ALL ( 'Date'[Date] ), 'Date'[Date] <= MAX ( 'Date'[Date] ) )
- )
- displayFolder: _Sustainability Measures\Water Intensity Measures
- lineageTag: d6fbfd5b-566d-4689-8ebb-3ec5fbc42ead
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CO2 Baseline' =
-
- VAR SustainabilityGoalsTable =
- SUMMARIZECOLUMNS (
- 'Sustainability Goals'[Score Card No.],
- "CO2 Emissions",
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Emission CO2] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Baseline Start Date] ),
- MAX ( 'Sustainability Goals'[Baseline End Date] )
- )
- )
- )
- RETURN
- SUMX ( SustainabilityGoalsTable, [CO2 Emissions] )
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 382b3caf-4192-4c59-bd8e-61271f8fe259
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CH4 Baseline' =
-
- VAR SustainabilityGoalsTable =
- SUMMARIZECOLUMNS (
- 'Sustainability Goals'[Score Card No.],
- "CH4 Emissions",
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Emission CH4] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Baseline Start Date] ),
- MAX ( 'Sustainability Goals'[Baseline End Date] )
- )
- )
- )
- RETURN
- SUMX ( SustainabilityGoalsTable, [CH4 Emissions] )
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: aa34a845-69a9-4911-80ab-a626c447bee8
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CH4 vs Baseline (%)' =
-
- DIVIDE ( [CH4 Current Value], [CH4 Baseline] )
- formatString: #,0.00%;-#,0.00%;#,0.00%
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 9d154b5a-d5ea-4529-940a-a5f4dec274f7
-
- measure 'N2O Baseline' =
-
- VAR SustainabilityGoalsTable =
- SUMMARIZECOLUMNS (
- 'Sustainability Goals'[Score Card No.],
- "N2O Emissions",
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Emission N2O] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Baseline Start Date] ),
- MAX ( 'Sustainability Goals'[Baseline End Date] )
- )
- )
- )
- RETURN
- SUMX ( SustainabilityGoalsTable, [N2O Emissions] )
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 176c24f7-23b8-4d71-b7f5-7a34896c049f
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'N2O vs Baseline (%)' =
-
- DIVIDE ( [N2O Current Value], [N2O Baseline] )
- formatString: #,0.00%;-#,0.00%;#,0.00%
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: f71aa40a-1fcd-4d8c-9e2f-9c011013989a
-
- measure 'CO2 vs Baseline (%)' =
-
- DIVIDE ( [CO2 Current Value], [CO2 Baseline] )
- formatString: #,0.00%;-#,0.00%;#,0.00%
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 36ae0168-06ba-4880-98bb-59bb35399af8
-
- measure 'Water Baseline' =
-
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Wat. Intensity] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Baseline Start Date] ),
- MAX ( 'Sustainability Goals'[Baseline End Date] )
- )
- )
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 577402bf-28bc-4551-8efb-8098222b95bc
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Waste Baseline' =
-
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Wast. Intensity] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Baseline Start Date] ),
- MAX ( 'Sustainability Goals'[Baseline End Date] )
- )
- )
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 2b24ae24-9469-40a3-9ccd-8614d3936298
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Water vs Baseline (%)' =
-
- DIVIDE ( [Water Intensity], [Water Baseline] )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 8fe0587c-04fd-4a0c-83dc-a4b7f8ad8b27
-
- measure 'Waste vs Baseline (%)' =
-
- DIVIDE ( [Waste Intensity], [Waste Baseline] )
- formatString: #,0.00%;-#,0.00%;#,0.00%
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 73e2e1da-1650-4ed2-aeb7-5fee5e823416
-
- measure 'CO2e Baseline' =
-
- VAR SustainabilityGoalsTable =
- SUMMARIZECOLUMNS (
- 'Sustainability Goals'[Score Card No.],
- "CO2e Emissions",
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Emission CO2e] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Baseline Start Date] ),
- MAX ( 'Sustainability Goals'[Baseline End Date] )
- )
- )
- )
- RETURN
- SUMX ( SustainabilityGoalsTable, [CO2e Emissions] )
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 007410d5-f576-4caa-8e68-0df15bc234a1
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'CO2e vs Baseline (%)' =
-
- DIVIDE ( [CO2e Current Value], [CO2e Baseline] )
- formatString: #,0.00%;-#,0.00%;#,0.00%
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 9f4a9531-9f03-4896-b099-2342b9c1b9f7
-
- measure 'Purchased Carbon Credits' =
-
- CALCULATE (
- [CO2e Emissions],
- 'Sustainability Ledger Entries'[Document Type] = "GHG Credit"
- )
- displayFolder: _Sustainability Measures
- lineageTag: 95d2cc4b-fe13-4c2f-a018-f19e639bb92a
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Discharged Into Water Baseline' =
-
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Dish. Into Water] ),
- ALL ( 'Date' ),
- DATESBETWEEN (
- 'Date'[Date],
- MIN ( 'Sustainability Goals'[Baseline Start Date] ),
- MAX ( 'Sustainability Goals'[Baseline End Date] )
- )
- )
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 50b14d49-6c4d-4abb-b983-aca23232a8f0
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Discharged Into Water vs Baseline (%)' =
-
- DIVIDE ( [Discharged Into Water], [Discharged Into Water Baseline] )
- formatString: #,0.00%;-#,0.00%;#,0.00%
- displayFolder: _Sustainability Measures\Baseline Measures
- lineageTag: 1e6b7c40-0119-4028-b946-2c436ca62dd1
-
- measure 'CO2e Emissions (Excl Credits)' =
-
- CALCULATE (
- SUM ( 'Sustainability Ledger Entries'[Emission CO2e] ),
- 'Sustainability Ledger Entries'[Document Type] <> "GHG Credit"
- )
- displayFolder: _Sustainability Measures\CO2e Measures
- lineageTag: 36836214-b579-41f9-91d1-008ddb5970b1
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Water Intensity PY' =
-
- IF (
- [ShowValueForDates],
- CALCULATE (
- [Water Intensity],
- CALCULATETABLE (
- DATEADD ( 'Date'[Date], -1, YEAR ),
- 'Date'[DatesWithTransactions] = TRUE
- )
- )
- )
- displayFolder: _Sustainability Measures\Water Intensity Measures
- lineageTag: 223d8ff9-fe11-4f5f-90ba-3629d0f27087
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Water Intensity YOY' =
-
- VAR WaterChange = [Water Intensity PY] - [Water Intensity]
- RETURN
- - ( DIVIDE ( WaterChange, [Water Intensity PY] ) )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Measures\Water Intensity Measures
- lineageTag: f4f0bfab-f650-4b05-aa74-6f903ad2e4a1
-
- measure 'Waste Intensity PY' =
-
- IF (
- [ShowValueForDates],
- CALCULATE (
- [Waste Intensity],
- CALCULATETABLE (
- DATEADD ( 'Date'[Date], -1, YEAR ),
- 'Date'[DatesWithTransactions] = TRUE
- )
- )
- )
- displayFolder: _Sustainability Measures\Waste Intensity Measures
- lineageTag: 4e103d90-531d-4ebc-bcdf-4424628b28f0
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Waste Intensity YOY' =
-
- VAR WasteChange = [Waste Intensity PY] - [Waste Intensity]
- RETURN
- - ( DIVIDE ( WasteChange, [Waste Intensity PY] ) )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Measures\Waste Intensity Measures
- lineageTag: ee6c4d62-1729-4fb6-b666-c42d4d1a9ae2
-
- measure 'Discharged Into Water PY' =
-
- IF (
- [ShowValueForDates],
- CALCULATE (
- [Discharged Into Water],
- CALCULATETABLE (
- DATEADD ( 'Date'[Date], -1, YEAR ),
- 'Date'[DatesWithTransactions] = TRUE
- )
- )
- )
- displayFolder: _Sustainability Measures\Discharged Into Water Measures
- lineageTag: d8bcec7e-3837-4c36-855e-e08b010dc678
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Discharged Into Water YOY' =
-
- VAR DischargeIntoWaterChange = [Discharged Into Water PY] - [Discharged Into Water]
- RETURN
- - ( DIVIDE ( DischargeIntoWaterChange, [Discharged Into Water PY] ) )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Measures\Discharged Into Water Measures
- lineageTag: f93aae63-4ce3-4146-a037-c2bf583ec759
-
- measure 'Discharged Into Water PD' =
-
- IF (
- [ShowValueForDates],
- CALCULATE (
- [Discharged Into Water],
- CALCULATETABLE (
- DATEADD ( 'Date'[Date], -1, DAY ),
- 'Date'[DatesWithTransactions] = TRUE
- )
- )
- )
- displayFolder: _Sustainability Measures\Discharged Into Water Measures
- lineageTag: 1f436360-692b-4ad6-8415-ddb471f080b1
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Waste Intensity PD' =
-
- IF (
- [ShowValueForDates],
- CALCULATE (
- [Waste Intensity],
- CALCULATETABLE (
- DATEADD ( 'Date'[Date], -1, DAY ),
- 'Date'[DatesWithTransactions] = TRUE
- )
- )
- )
- displayFolder: _Sustainability Measures\Waste Intensity Measures
- lineageTag: e3918949-dfe7-42e7-8443-c157aa994d3d
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Water Intensity PD' =
-
- IF (
- [ShowValueForDates],
- CALCULATE (
- [Water Intensity],
- CALCULATETABLE (
- DATEADD ( 'Date'[Date], -1, DAY ),
- 'Date'[DatesWithTransactions] = TRUE
- )
- )
- )
- displayFolder: _Sustainability Measures\Water Intensity Measures
- lineageTag: 81689940-d831-4d39-acb4-181435d15ada
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- measure 'Water Intensity DOD' =
-
- VAR WaterChange = [Water Intensity PD] - [Water Intensity]
- RETURN
- - ( DIVIDE ( WaterChange, [Water Intensity PD] ) )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Measures\Water Intensity Measures
- lineageTag: 0067f1fd-987f-4327-8e2f-3db6e5762ae4
-
- measure 'Waste Intensity DOD' =
-
- VAR WasteChange = [Waste Intensity PD] - [Waste Intensity]
- RETURN
- - ( DIVIDE ( WasteChange, [Waste Intensity PD] ) )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Measures\Waste Intensity Measures
- lineageTag: 3331f55f-3ace-49fa-a547-1bb0df0e64c6
-
- measure 'Discharged Into Water DOD' =
-
- VAR DischargeIntoWaterChange = [Discharged Into Water PD] - [Discharged Into Water]
- RETURN
- - ( DIVIDE ( DischargeIntoWaterChange, [Discharged Into Water PD] ) )
- formatString: 0.00%;-0.00%;0.00%
- displayFolder: _Sustainability Measures\Discharged Into Water Measures
- lineageTag: 9508c68d-3a6b-4d9b-862d-dc739d2cc99c
-
- measure 'Base Link' =
-
- VAR BusinessCentral = "https://businesscentral.dynamics.com/"
- VAR TenantID =
- VALUES ( 'Date Table Setup'[tenantID] )
- VAR Environment =
- VALUES ( ENVIRONMENT[ENVIRONMENT] )
- VAR Company =
- "?company=" & VALUES ( 'Company Encoding'[Encoded Company Name] )
- RETURN
- BusinessCentral & TenantID & "/" & Environment & "/" & Company
- displayFolder: _Back Links
- lineageTag: df2ffa0c-4e05-4257-8483-d124377814f9
-
- measure 'Sustainability Ledger Entries Link' =
-
- VAR Endpoint = "&page=6220&"
- VAR BaseLink = [Base Link] & Endpoint // Filter Context
- VAR AccountNo =
- CONCATENATEX (
- VALUES ( 'Sustainability Ledger Entries'[Sustainability Account No.] ),
- 'Sustainability Ledger Entries'[Sustainability Account No.],
- "|"
- )
- VAR DimensionSetIDs =
- CONCATENATEX (
- VALUES ( 'Sustainability Ledger Entries'[Dimension Set ID] ),
- 'Sustainability Ledger Entries'[Dimension Set ID],
- "|"
- )
- VAR AccountNoFilter = "filter='Sustainability Ledger Entry'.'Account No.' IS '" & AccountNo & "'"
- VAR DateFilter = " AND 'Sustainability Ledger Entry'.'Posting Date' IS '" & [Ranged] & "'"
- VAR DimensionFilter = " AND 'Sustainability Ledger Entry'.'Dimension Set ID' IS '" & DimensionSetIDs & "'"
- RETURN
- BaseLink & AccountNoFilter & DimensionFilter & DateFilter
- displayFolder: _Back Links
- lineageTag: f24f87a5-4019-4ed5-ae4b-67285d98d57a
-
- measure 'Months in Context' =
-
- DATESINPERIOD ( 'Date'[Date], MAX ( 'Date'[Date] ), -1, MONTH )
- formatString: General Date
- isHidden
- displayFolder: _Sustainability Measures\Water Intensity Measures
- lineageTag: 36386e28-448e-4563-84fa-e85b618e4854
-
- changedProperty = IsHidden
-
- measure 'Water Available' = [Facility Capacity] - [Water Intensity]
- displayFolder: _Sustainability Measures\Water Intensity Measures
- lineageTag: a4076b8c-7262-417f-b534-f0712a788efa
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Sustainability Account No.'
- dataType: string
- isHidden
- lineageTag: dd444b4d-5759-48d6-9890-04c1784fa3fe
- summarizeBy: none
- sourceColumn: Sustainability Account No.
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Entry No.'
- dataType: int64
- isKey
- formatString: 0
- lineageTag: 56c87b66-607f-4c15-977a-005985b5e581
- summarizeBy: sum
- sourceColumn: Entry No.
-
- annotation SummarizationSetBy = Automatic
-
- column Date
- dataType: dateTime
- isHidden
- formatString: Short Date
- lineageTag: 952887d6-19e8-487b-8996-d522274d9bc3
- summarizeBy: none
- sourceColumn: Date
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation UnderlyingDateTimeDataType = Date
-
- column 'Emission CH4'
- dataType: double
- isHidden
- lineageTag: fa53ff57-2c55-4b4d-b0f2-a89a2c021742
- summarizeBy: sum
- sourceColumn: Emission CH4
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Emission CO2'
- dataType: double
- isHidden
- lineageTag: c24b6826-6647-45d8-a2e5-7c42abac4179
- summarizeBy: sum
- sourceColumn: Emission CO2
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Dimension Set ID'
- dataType: int64
- isHidden
- formatString: 0
- lineageTag: 6d27933b-51a4-48d0-bf3b-1375fc16eed7
- summarizeBy: none
- sourceColumn: Dimension Set ID
-
- annotation SummarizationSetBy = Automatic
-
- column Description
- dataType: string
- lineageTag: 2a630679-72e8-4b7c-802f-e6776d8354b2
- summarizeBy: none
- sourceColumn: Description
-
- annotation SummarizationSetBy = Automatic
-
- column 'Emission N2O'
- dataType: double
- isHidden
- lineageTag: c062188a-d994-4989-82c0-01d25a60d541
- summarizeBy: sum
- sourceColumn: Emission N2O
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Emission CO2e'
- dataType: double
- isHidden
- lineageTag: e6d7c5c4-7221-40a6-8486-4cfc9b390f25
- summarizeBy: sum
- sourceColumn: Emission CO2e
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Carbon Fee'
- dataType: double
- isHidden
- lineageTag: e0341c05-ac7e-4d09-b754-23a9960d4c30
- summarizeBy: sum
- sourceColumn: Carbon Fee
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Wat. Intensity'
- dataType: double
- isHidden
- lineageTag: 310487fb-c048-412b-9643-19aa492dd72c
- summarizeBy: sum
- sourceColumn: Wat. Intensity
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Dish. Into Water'
- dataType: double
- isHidden
- lineageTag: 6ca716dc-44ae-4ad8-a3ac-0880ca6ab940
- summarizeBy: sum
- sourceColumn: Dish. Into Water
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Wast. Intensity'
- dataType: double
- isHidden
- lineageTag: 9369a292-3806-40bb-a43d-c54ca41aa598
- summarizeBy: sum
- sourceColumn: Wast. Intensity
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- annotation PBI_FormatHint = {"isGeneralNumber":true}
-
- column 'Responsibility Centre'
- dataType: string
- isHidden
- lineageTag: 6478b59a-b67e-490e-949e-848ad2276fca
- summarizeBy: none
- sourceColumn: Responsibility Centre
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Country/Region Code'
- dataType: string
- isHidden
- lineageTag: a8333572-537a-410e-8fe2-a0a6ea0a495d
- summarizeBy: none
- sourceColumn: Country/Region Code
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Water Type'
- dataType: string
- lineageTag: c28fbbcf-d677-41d7-9d48-f3f7d45e1f1b
- summarizeBy: none
- sourceColumn: Water Type
-
- annotation SummarizationSetBy = Automatic
-
- column 'Wate/Waste Intensity Type'
- dataType: string
- lineageTag: 27772ee5-4bdd-445a-a702-6b6ff73bad27
- summarizeBy: none
- sourceColumn: Wate/Waste Intensity Type
-
- annotation SummarizationSetBy = Automatic
-
- column 'Document Type'
- dataType: string
- lineageTag: 1973a70e-ce74-4dc5-9b79-03296b9c1a3c
- summarizeBy: none
- sourceColumn: Document Type
-
- annotation SummarizationSetBy = Automatic
-
- partition 'Sustainability Ledger Entries' = m
- mode: import
- queryGroup: 'Fact Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiSustainabilityLedgerEntries",Signature="table"]}[Data],
- #"Renamed Columns" = Table.RenameColumns(TableData,{{"sustainAccountNo", "Sustainability Account No."}, {"entryNo", "Entry No."}, {"postingDate", "Date"}, {"emissionco2", "Emission CO2"}, {"emissionch4", "Emission CH4"}, {"emissionN2O", "Emission N2O"}, {"emissionCo2e", "Emission CO2e"}, {"carbonFee", "Carbon Fee"}, {"waterIntensity", "Wat. Intensity"}, {"dischargedIntoWater", "Dish. Into Water"}, {"wasteIntensity", "Wast. Intensity"}, {"dimensionSetID", "Dimension Set ID"}, {"responsibilityCenter", "Responsibility Centre"}, {"countryRegionCode", "Country/Region Code"}, {"description", "Description"}, {"documentType", "Document Type"}, {"waterType", "Water Type"}, {"waterWasteIntensityType", "Wate/Waste Intensity Type"}}),
- #"Removed Columns1" = Table.RemoveColumns(#"Renamed Columns",{"ETag"})
- in
- #"Removed Columns1"
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Sub-Account Categories.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Sub-Account Categories.tmdl
deleted file mode 100644
index 2f85ee0d73..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Sustainability Sub-Account Categories.tmdl
+++ /dev/null
@@ -1,67 +0,0 @@
-table 'Sustainability Sub-Account Categories'
- lineageTag: 69811130-f179-45c5-b874-e277cc1470f4
-
- column 'Category Code'
- dataType: string
- isHidden
- lineageTag: 2a9016b9-5374-4a61-9935-3ac2017a517d
- summarizeBy: none
- sourceColumn: Category Code
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- column 'Sub-Category Description'
- dataType: string
- lineageTag: f8eaddfc-77bf-40d5-8bf3-1febb540225b
- summarizeBy: none
- sourceColumn: Sub-Category Description
-
- annotation SummarizationSetBy = Automatic
-
- column 'Renewable Energy'
- dataType: boolean
- formatString: """TRUE"";""TRUE"";""FALSE"""
- lineageTag: 7c2f6290-5e19-4c60-a25e-9ac2c982d87e
- summarizeBy: none
- sourceColumn: Renewable Energy
-
- annotation SummarizationSetBy = Automatic
-
- column 'Sub-Category Code'
- dataType: string
- lineageTag: 8bb05cc7-68e8-4b12-82de-fbeb7db0f8b6
- summarizeBy: none
- sourceColumn: Sub-Category Code
-
- annotation SummarizationSetBy = Automatic
-
- column 'Sustainability Account Subcategory Key'
- dataType: string
- isHidden
- lineageTag: f084b9f8-33f8-4369-b6eb-e6a71965fb91
- summarizeBy: none
- sourceColumn: Sustainability Account Subcategory Key
-
- changedProperty = IsHidden
-
- annotation SummarizationSetBy = Automatic
-
- partition 'Sustainability Sub-Account Categories' = m
- mode: import
- queryGroup: 'Dimension Tables'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="pbiSustainabilitySubAccountCategories",Signature="table"]}[Data],
- #"Renamed Columns1" = Table.RenameColumns(TableData,{{"categoryCode", "Category Code"}, {"subcategoryCode", "Sub-Category Code"}, {"subCategoryDescription", "Sub-Category Description"}, {"subCategoryRenewableEnergy", "Renewable Energy"}}),
- #"Removed Columns" = Table.RemoveColumns(#"Renamed Columns1",{"ETag"}),
- #"Added Sustainability Account Key" = Table.AddColumn(#"Removed Columns", "Sustainability Account Subcategory Key", each [Category Code] & " " & [#"Sub-Category Code"], type text)
- in
- #"Added Sustainability Account Key"
-
- annotation PBI_NavigationStepName = Navigation
-
- annotation PBI_ResultType = Table
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Translated Localized Labels.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Translated Localized Labels.tmdl
deleted file mode 100644
index 756ac4e1fc..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Translated Localized Labels.tmdl
+++ /dev/null
@@ -1,1608 +0,0 @@
-table 'Translated Localized Labels'
- isHidden
- lineageTag: f5d846b6-84c3-4f55-bfee-f1db2ec79b15
-
- measure 'My Report Title Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Título del informe",
- "de-DE", "Titel meines Berichts",
- "fr-FR", "Titre de l’état",
- "cs-CZ", "Můj nadpis sestavy",
- "da-DK", "Min rapporttitel",
- "de-AT", "Titel meines Berichts",
- "de-CH", "Titel meines Berichts",
- "en-AU", "My Report Title",
- "en-CA", "My Report Title",
- "en-GB", "My Report Title",
- "en-NZ", "My Report Title",
- "es-MX", "Título del informe",
- "fi-FI", "Oman raportin otsikko",
- "fr-BE", "Titre de l’état",
- "fr-CA", "Titre de mon rapport",
- "fr-CH", "Titre de l’état",
- "is-IS", "Skýrslutitill notanda",
- "it-CH", "Titolo report personale",
- "it-IT", "Titolo report personale",
- "nb-NO", "Min rapporttittel",
- "nl-BE", "Mijn rapporttitel",
- "nl-NL", "Mijn rapporttitel",
- "sv-SE", "Min rapportrubrik",
- "My Report Title"
- )
- isHidden
- lineageTag: fb5269a0-c56a-4bbf-ad38-6099f3dfc95c
-
- measure 'My Button Caption Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Título de botón",
- "de-DE", "Beschriftung Meine Schaltfläche",
- "fr-FR", "Légende de mon bouton",
- "cs-CZ", "Popisek mého tlačítka",
- "da-DK", "Min knaptitel",
- "de-AT", "Beschriftung Meine Schaltfläche",
- "de-CH", "Beschriftung Meine Schaltfläche",
- "en-AU", "My Button Caption",
- "en-CA", "My Button Caption",
- "en-GB", "My Button Caption",
- "en-NZ", "My Button Caption",
- "es-MX", "Título de botón",
- "fi-FI", "Oma painikkeen otsikko",
- "fr-BE", "Légende de mon bouton",
- "fr-CA", "Légende de mon bouton",
- "fr-CH", "Légende de mon bouton",
- "is-IS", "Texti hnapps notanda",
- "it-CH", "Didascalia pulsante personale",
- "it-IT", "Didascalia pulsante personale",
- "nb-NO", "Min knappetittel",
- "nl-BE", "Bijschrift van mijn knop",
- "nl-NL", "Bijschrift van mijn knop",
- "sv-SE", "Min knapprubrik",
- "My Button Caption"
- )
- isHidden
- lineageTag: ab567927-3a6c-4c0c-b43f-b3d7b82b1dab
-
- measure 'My Visual Title Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Título visual",
- "de-DE", "Titel meines Visuals",
- "fr-FR", "Mon titre visuel",
- "cs-CZ", "Název mého vizuálu",
- "da-DK", "Min visuelle titel",
- "de-AT", "Titel meines Visuals",
- "de-CH", "Titel meines Visuals",
- "en-AU", "My Visual Title",
- "en-CA", "My Visual Title",
- "en-GB", "My Visual Title",
- "en-NZ", "My Visual Title",
- "es-MX", "Título visual",
- "fi-FI", "Oma visuaalinen otsikko",
- "fr-BE", "Mon titre visuel",
- "fr-CA", "Mon titre visuel",
- "fr-CH", "Mon titre visuel",
- "is-IS", "Sjónrænn titill notanda",
- "it-CH", "Titolo visivo personale",
- "it-IT", "Titolo visivo personale",
- "nb-NO", "Min visuelle tittel",
- "nl-BE", "Mijn visuele titel",
- "nl-NL", "Mijn visuele titel",
- "sv-SE", "Min visuella rubrik",
- "My Visual Title"
- )
- isHidden
- lineageTag: fa152da6-732e-4185-bbe5-c20396a25cbc
-
- measure 'Inactive Employees Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Empleados inactivos",
- "de-DE", "Inaktive Mitarbeiter",
- "fr-FR", "Salariés inactifs",
- "cs-CZ", "Neaktivní zaměstnanci",
- "da-DK", "Inaktive medarbejdere",
- "de-AT", "Inaktive Mitarbeiter",
- "de-CH", "Inaktive Mitarbeiter",
- "en-AU", "Inactive Employees",
- "en-CA", "Inactive Employees",
- "en-GB", "Inactive Employees",
- "en-NZ", "Inactive Employees",
- "es-MX", "Empleados inactivos",
- "fi-FI", "Passiiviset työntekijät",
- "fr-BE", "Salariés inactifs",
- "fr-CA", "Employés inactifs",
- "fr-CH", "Salariés inactifs",
- "is-IS", "Óvirkir starfsmenn",
- "it-CH", "Dipendenti inattivi",
- "it-IT", "Dipendenti inattivi",
- "nb-NO", "Inaktive ansatte",
- "nl-BE", "Inactieve werknemers",
- "nl-NL", "Inactieve werknemers",
- "sv-SE", "Inaktiva medarbetare",
- "Inactive Employees"
- )
- isHidden
- lineageTag: 40c03f22-a480-4a08-ad4d-2be686dac3b6
-
- measure 'Terminated Employees Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Empleados despedidos",
- "de-DE", "Gekündigte Mitarbeiter",
- "fr-FR", "Salariés licenciés",
- "cs-CZ", "Zaměstnanci, kteří ukončili pracovní poměr",
- "da-DK", "Opsagte medarbejdere",
- "de-AT", "Gekündigte Mitarbeiter",
- "de-CH", "Gekündigte Mitarbeiter",
- "en-AU", "Terminated Employees",
- "en-CA", "Terminated Employees",
- "en-GB", "Terminated Employees",
- "en-NZ", "Terminated Employees",
- "es-MX", "Empleados despedidos",
- "fi-FI", "Työntekijät, joiden työsuhde päättynyt",
- "fr-BE", "Salariés licenciés",
- "fr-CA", "Employés licenciés",
- "fr-CH", "Salariés licenciés",
- "is-IS", "Starfsmenn sem hafa hætt störfum",
- "it-CH", "Dipendenti licenziati",
- "it-IT", "Dipendenti licenziati",
- "nb-NO", "Oppsagte ansatte",
- "nl-BE", "Ontslagen werknemers",
- "nl-NL", "Ontslagen werknemers",
- "sv-SE", "Uppsagda medarbetare",
- "Terminated Employees"
- )
- isHidden
- lineageTag: 966f8d1a-5a7d-4f3d-a4c2-5f61792529a2
-
- measure 'Employees in Unions Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Empleados en sindicatos",
- "de-DE", "Mitarbeiter in Gewerkschaften",
- "fr-FR", "Salariés dans les mutuelles",
- "cs-CZ", "Zaměstnanci ve svazech",
- "da-DK", "Medarbejdere i fagforeninger",
- "de-AT", "Mitarbeiter in Gewerkschaften",
- "de-CH", "Mitarbeiter in Personalverbänden",
- "en-AU", "Employees in Unions",
- "en-CA", "Employees in Unions",
- "en-GB", "Employees in Unions",
- "en-NZ", "Employees in Unions",
- "es-MX", "Empleados en sindicatos",
- "fi-FI", "Työntekijät ammattiyhdistyksissä",
- "fr-BE", "Salariés dans les mutuelles",
- "fr-CA", "Employés syndiqués",
- "fr-CH", "Salariés dans les mutuelles",
- "is-IS", "Starfsmenn í stéttarfélögum",
- "it-CH", "Dipendenti in sindacati",
- "it-IT", "Dipendenti in sindacati",
- "nb-NO", "Ansatte i fagforening",
- "nl-BE", "Werknemers in vakbonden",
- "nl-NL", "Werknemers in vakbonden",
- "sv-SE", "Medarbetare i fackföreningar",
- "Employees in Unions"
- )
- isHidden
- lineageTag: 75302eb0-3f95-45c3-b914-10e96fdda99a
-
- measure 'Social Analysis Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Análisis social",
- "de-DE", "Sozialanalyse",
- "fr-FR", "Analyse sociale",
- "cs-CZ", "Sociální analýza",
- "da-DK", "Social analyse",
- "de-AT", "Sozialanalyse",
- "de-CH", "Sozialanalyse",
- "en-AU", "Social Analysis",
- "en-CA", "Social Analysis",
- "en-GB", "Social Analysis",
- "en-NZ", "Social Analysis",
- "es-MX", "Análisis social",
- "fi-FI", "Sosiaalinen analyysi",
- "fr-BE", "Analyse sociale",
- "fr-CA", "Analyse sociale",
- "fr-CH", "Analyse sociale",
- "is-IS", "Félagsgreining",
- "it-CH", "Analisi sociale",
- "it-IT", "Analisi sociale",
- "nb-NO", "Samfunnsanalyse",
- "nl-BE", "Sociale analyse",
- "nl-NL", "Sociale analyse",
- "sv-SE", "Samhällsanalys",
- "Social Analysis"
- )
- isHidden
- lineageTag: fae30f4b-3d2b-41aa-b4b7-d2704e1eb978
-
- measure 'Gender Distribution Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Distribución de sexos",
- "de-DE", "Geschlechteverteilung",
- "fr-FR", "Répartition par genre",
- "cs-CZ", "Distribuce podle pohlaví",
- "da-DK", "Distribution af køn",
- "de-AT", "Geschlechteverteilung",
- "de-CH", "Geschlechteverteilung",
- "en-AU", "Gender Distribution",
- "en-CA", "Gender Distribution",
- "en-GB", "Gender Distribution",
- "en-NZ", "Gender Distribution",
- "es-MX", "Distribución de sexos",
- "fi-FI", "Sukupuolijakauma",
- "fr-BE", "Répartition par genre",
- "fr-CA", "Répartition par genre",
- "fr-CH", "Répartition par genre",
- "is-IS", "Kynjadreifing",
- "it-CH", "Distribuzione generi",
- "it-IT", "Distribuzione generi",
- "nb-NO", "Kjønnsdistribusjon",
- "nl-BE", "Geslachtsdistributie",
- "nl-NL", "Geslachtsdistributie",
- "sv-SE", "Könsfördelning",
- "Gender Distribution"
- )
- isHidden
- lineageTag: e3fefcbc-8053-4e5c-b133-c535b6516f5b
-
- measure 'Age Distribution Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Distribución por edades",
- "de-DE", "Altersverteilung",
- "fr-FR", "Répartition par âge",
- "cs-CZ", "Distribuce podle věku",
- "da-DK", "Aldersfordeling",
- "de-AT", "Altersverteilung",
- "de-CH", "Altersverteilung",
- "en-AU", "Age Distribution",
- "en-CA", "Age Distribution",
- "en-GB", "Age Distribution",
- "en-NZ", "Age Distribution",
- "es-MX", "Distribución por edades",
- "fi-FI", "Ikäjakauma",
- "fr-BE", "Répartition par âge",
- "fr-CA", "Répartition par âge",
- "fr-CH", "Répartition par âge",
- "is-IS", "Aldursdreifing",
- "it-CH", "Distribuzione età",
- "it-IT", "Distribuzione età",
- "nb-NO", "Aldersfordeling",
- "nl-BE", "Leeftijdsdistributie",
- "nl-NL", "Leeftijdsdistributie",
- "sv-SE", "Åldersfördelning",
- "Age Distribution"
- )
- isHidden
- lineageTag: fa947550-0373-467a-931b-570b3406299b
-
- measure 'Employees Qualifications Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Cualificaciones de empleados",
- "de-DE", "Mitarbeiterqualifikationen",
- "fr-FR", "Qualifications salariés",
- "cs-CZ", "Kvalifikace zaměstnanců",
- "da-DK", "Medarbejderkvalifikationer",
- "de-AT", "Mitarbeiterqualifikationen",
- "de-CH", "Mitarbeiterqualifikationen",
- "en-AU", "Employees Qualifications",
- "en-CA", "Employees Qualifications",
- "en-GB", "Employees Qualifications",
- "en-NZ", "Employees Qualifications",
- "es-MX", "Habilidades de empleados",
- "fi-FI", "Työntekijöiden pätevyydet",
- "fr-BE", "Qualifications salariés",
- "fr-CA", "Qualifications des employés",
- "fr-CH", "Qualifications salariés",
- "is-IS", "Menntun og hæfi starfsmanna",
- "it-CH", "Qualifiche dipendenti",
- "it-IT", "Qualifiche dipendenti",
- "nb-NO", "Ansattes kvalifikasjoner",
- "nl-BE", "Werknemerskwalificaties",
- "nl-NL", "Werknemerskwalificaties",
- "sv-SE", "Personalkompetenser",
- "Employees Qualifications"
- )
- isHidden
- lineageTag: 37ca1a9d-ef57-430b-a539-f41505303779
-
- measure 'Realized Emissions vs Target Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones realizadas frente a destino",
- "de-DE", "Realisierte Emissionen gegenüber Ziel",
- "fr-FR", "Émissions réalisées par rapport à la cible",
- "cs-CZ", "Realizované emise vs. cílová hodnota",
- "da-DK", "Realiserede udledninger vs mål",
- "de-AT", "Realisierte Emissionen gegenüber Ziel",
- "de-CH", "Realisierte Emissionen gegenüber Ziel",
- "en-AU", "Realised Emissions vs Target",
- "en-CA", "Realized Emissions vs Target",
- "en-GB", "Realised Emissions vs Target",
- "en-NZ", "Realised Emissions vs Target",
- "es-MX", "Emisiones realizadas frente a destino",
- "fi-FI", "Toteutuneet päästöt vrt. tavoite",
- "fr-BE", "Émissions réalisées par rapport à la cible",
- "fr-CA", "Émissions réalisées par rapport à la cible",
- "fr-CH", "Émissions réalisées par rapport à la cible",
- "is-IS", "Raunlosun samanborið við markmið",
- "it-CH", "Realizzazione emissioni rispetto all'obiettivo",
- "it-IT", "Realizzazione emissioni rispetto all'obiettivo",
- "nb-NO", "Realiserte utslipp kontra mål",
- "nl-BE", "Gerealiseerde uitstoot versus doel",
- "nl-NL", "Gerealiseerde uitstoot versus doel",
- "sv-SE", "Realiserade utsläpp jämfört med målet",
- "Realized Emissions vs Target"
- )
- isHidden
- lineageTag: d088698d-3e33-4bdb-bd13-21798956a522
-
- measure 'CO2e Emissions by Scope Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones de CO2e por ámbito",
- "de-DE", "CO2e-Emissionen nach Umfang",
- "fr-FR", "Émissions de CO2e par champ",
- "cs-CZ", "Emise CO2e podle rozsahu",
- "da-DK", "CO2e-udledninger efter omfang",
- "de-AT", "CO2e-Emissionen nach Umfang",
- "de-CH", "CO2e-Emissionen nach Umfang",
- "en-AU", "CO2e Emissions by Scope",
- "en-CA", "CO2e Emissions by Scope",
- "en-GB", "CO2e Emissions by Scope",
- "en-NZ", "CO2e Emissions by Scope",
- "es-MX", "Emisiones de CO2e por ámbito",
- "fi-FI", "CO2e-päästöt laajuuksittain",
- "fr-BE", "Émissions de CO2e par champ",
- "fr-CA", "Émissions de CO2e par champ",
- "fr-CH", "Émissions de CO2e par champ",
- "is-IS", "Losun CO2e eftir umfangi",
- "it-CH", "Emissioni CO2e per ambito",
- "it-IT", "Emissioni CO2e per ambito",
- "nb-NO", "CO2e-utslipp etter område",
- "nl-BE", "CO2e-uitstoot per bereik",
- "nl-NL", "CO2e-uitstoot per bereik",
- "sv-SE", "CO2e-utsläpp per scope",
- "CO2e Emissions by Scope"
- )
- isHidden
- lineageTag: a730e6f7-17d1-4e9e-b056-54f9deae203d
-
- measure 'Gas Emissions by Category Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones de gases por categoría",
- "de-DE", "Gasemissionen nach Kategorien",
- "fr-FR", "Émissions de gaz par catégorie",
- "cs-CZ", "Emise plynu podle kategorie",
- "da-DK", "Gasudledninger efter kategori",
- "de-AT", "Gasemissionen nach Kategorien",
- "de-CH", "Gasemissionen nach Kategorien",
- "en-AU", "Gas Emissions by Category",
- "en-CA", "Gas Emissions by Category",
- "en-GB", "Gas Emissions by Category",
- "en-NZ", "Gas Emissions by Category",
- "es-MX", "Emisiones de gases por categoría",
- "fi-FI", "Kaasupäästöt luokittain",
- "fr-BE", "Émissions de gaz par catégorie",
- "fr-CA", "Émissions de gaz par catégorie",
- "fr-CH", "Émissions de gaz par catégorie",
- "is-IS", "Losun lofttegunda eftir flokki",
- "it-CH", "Emissioni gas per categoria",
- "it-IT", "Emissioni gas per categoria",
- "nb-NO", "Gassutslipp etter kategori",
- "nl-BE", "Gasuitstoot per categorie",
- "nl-NL", "Gasuitstoot per categorie",
- "sv-SE", "Gasutsläpp per kategori",
- "Gas Emissions by Category"
- )
- isHidden
- lineageTag: 01961868-8ec4-47a5-a6d9-4b5042fdf0d0
-
- measure 'Realized Emissions vs Baseline Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones realizadas frente a línea de base",
- "de-DE", "Realisierte Emissionen gegenüber Ausgangswert",
- "fr-FR", "Émissions réalisées par rapport à la ligne de base",
- "cs-CZ", "Realizované emise vs. základní hodnota",
- "da-DK", "Realiserede udledninger vs grundlinje",
- "de-AT", "Realisierte Emissionen gegenüber Ausgangswert",
- "de-CH", "Realisierte Emissionen gegenüber Ausgangswert",
- "en-AU", "Realised Emissions vs Baseline",
- "en-CA", "Realized Emissions vs Baseline",
- "en-GB", "Realised Emissions vs Baseline",
- "en-NZ", "Realised Emissions vs Baseline",
- "es-MX", "Emisiones realizadas frente a línea de base",
- "fi-FI", "Toteutuneet päästöt vrt. perustaso",
- "fr-BE", "Émissions réalisées par rapport à la ligne de base",
- "fr-CA", "Émissions réalisées par rapport à la ligne de base",
- "fr-CH", "Émissions réalisées par rapport à la ligne de base",
- "is-IS", "Raunlosun samanborið við grunngildi",
- "it-CH", "Realizzazione emissioni rispetto al valore di riferimento",
- "it-IT", "Realizzazione emissioni rispetto al valore di riferimento",
- "nb-NO", "Realiserte utslipp kontra grunnlinje",
- "nl-BE", "Gerealiseerde uitstoot versus basislijn",
- "nl-NL", "Gerealiseerde uitstoot versus basislijn",
- "sv-SE", "Realiserade utsläpp jämfört med baslinjen",
- "Realized Emissions vs Baseline"
- )
- isHidden
- lineageTag: 73d19675-e65b-43ab-ba62-ef09a9b1ec9f
-
- measure 'CO2e Emissions vs Baseline Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones de CO2e frente a línea de base",
- "de-DE", "CO2e-Emissionen gegenüber Ausgangswert",
- "fr-FR", "Émissions de CO2e par rapport à la ligne de base",
- "cs-CZ", "Emise CO2e vs. základní hodnota",
- "da-DK", "CO2e-udledninger vs grundlinje",
- "de-AT", "CO2e-Emissionen gegenüber Ausgangswert",
- "de-CH", "CO2e-Emissionen gegenüber Ausgangswert",
- "en-AU", "CO2e Emissions vs Baseline",
- "en-CA", "CO2e Emissions vs Baseline",
- "en-GB", "CO2e Emissions vs Baseline",
- "en-NZ", "CO2e Emissions vs Baseline",
- "es-MX", "Emisiones de CO2e frente a línea de base",
- "fi-FI", "CO2e-päästöt vrt. perustaso",
- "fr-BE", "Émissions de CO2e par rapport à la ligne de base",
- "fr-CA", "Émissions de CO2e par rapport à la ligne de base",
- "fr-CH", "Émissions de CO2e par rapport à la ligne de base",
- "is-IS", "Losun CO2e miðað við grunnlínu",
- "it-CH", "Emissioni CO2e rispetto al valore di riferimento",
- "it-IT", "Emissioni CO2e rispetto al valore di riferimento",
- "nb-NO", "CO2e-utslipp kontra grunnlinje",
- "nl-BE", "CO2e-uitstoot versus basislijn",
- "nl-NL", "CO2e-uitstoot versus basislijn",
- "sv-SE", "CO2e-utsläpp jämfört med baslinjen",
- "CO2e Emissions vs Baseline"
- )
- isHidden
- lineageTag: d0931db5-679a-4fcb-a8b4-53ec4cbbcd3b
-
- measure 'CO2e Emissions by Account Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones de CO2e por cuenta",
- "de-DE", "CO2e-Emissionen nach Firma",
- "fr-FR", "Émissions de CO2e par compte",
- "cs-CZ", "Emise CO2e podle účtu",
- "da-DK", "CO2e-udledninger efter konto",
- "de-AT", "CO2e-Emissionen nach Firma",
- "de-CH", "CO2e-Emissionen nach Firma",
- "en-AU", "CO2e Emissions by Account",
- "en-CA", "CO2e Emissions by Account",
- "en-GB", "CO2e Emissions by Account",
- "en-NZ", "CO2e Emissions by Account",
- "es-MX", "Emisiones de CO2e por cuenta",
- "fi-FI", "CO2e-päästöt tileittäin",
- "fr-BE", "Émissions de CO2e par compte",
- "fr-CA", "Émissions de CO2e par compte",
- "fr-CH", "Émissions de CO2e par compte",
- "is-IS", "Losun CO2e eftir reikningi",
- "it-CH", "Emissioni CO2e per conto",
- "it-IT", "Emissioni CO2e per conto",
- "nb-NO", "CO2e-utslipp etter konto",
- "nl-BE", "CO2e-uitstoot per rekening",
- "nl-NL", "CO2e-uitstoot per rekening",
- "sv-SE", "CO2e-utsläpp per konto",
- "CO2e Emissions by Account"
- )
- isHidden
- lineageTag: 164f119d-7781-4b56-a18a-c097fb293ea7
-
- measure 'Water and Waste Analysis Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Análisis del agua y residuos",
- "de-DE", "Wasser- und Abfallanalyse",
- "fr-FR", "Analyse de l’eau et des déchets",
- "cs-CZ", "Voda a odpad podle analýzy",
- "da-DK", "Vand- og affaldsanalyse",
- "de-AT", "Wasser- und Abfallanalyse",
- "de-CH", "Wasser- und Abfallanalyse",
- "en-AU", "Water and Waste Analysis",
- "en-CA", "Water and Waste Analysis",
- "en-GB", "Water and Waste Analysis",
- "en-NZ", "Water and Waste Analysis",
- "es-MX", "Análisis del agua y residuos",
- "fi-FI", "Vesi- ja jäteanalyysi",
- "fr-BE", "Analyse de l’eau et des déchets",
- "fr-CA", "Analyse de l’eau et des déchets",
- "fr-CH", "Analyse de l’eau et des déchets",
- "is-IS", "Greining á vatni og úrgangi",
- "it-CH", "Analisi acqua e rifiuti",
- "it-IT", "Analisi acqua e rifiuti",
- "nb-NO", "Vann- og avfallsanalyse",
- "nl-BE", "Water- en afvalanalyse",
- "nl-NL", "Water- en afvalanalyse",
- "sv-SE", "Vatten- och avfallsanalys",
- "Water and Waste Analysis"
- )
- isHidden
- lineageTag: 81aa95d3-a862-46e8-a421-b65a76aefff6
-
- measure 'Water by Facility Location Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Agua por almacén de instalación",
- "de-DE", "Wasser nach Anlagenstandort",
- "fr-FR", "Eau par magasin de l’installation",
- "cs-CZ", "Voda podle lokace zařízení",
- "da-DK", "Vand efter lokaleplacering",
- "de-AT", "Wasser nach Anlagenstandort",
- "de-CH", "Wasser nach Anlagenstandort",
- "en-AU", "Water by Facility Location",
- "en-CA", "Water by Facility Location",
- "en-GB", "Water by Facility Location",
- "en-NZ", "Water by Facility Location",
- "es-MX", "Agua por almacén de instalación",
- "fi-FI", "Vesi laitoksen sijainnin mukaan",
- "fr-BE", "Eau par magasin de l’installation",
- "fr-CA", "Consommation d’eau par site",
- "fr-CH", "Eau par magasin de l’installation",
- "is-IS", "Vatn eftir staðsetningu starfsstöðvar",
- "it-CH", "Acqua per ubicazione dell'impianto",
- "it-IT", "Acqua per ubicazione dell'impianto",
- "nb-NO", "Vann etter anleggslokasjon",
- "nl-BE", "Water per faciliteitslocatie",
- "nl-NL", "Water per faciliteitslocatie",
- "sv-SE", "Vatten per anläggningsplats",
- "Water by Facility Location"
- )
- isHidden
- lineageTag: 137fea26-a935-4bde-8211-d9568e24f1d5
-
- measure 'Water by Facility Capacity Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Agua por capacidad de instalación",
- "de-DE", "Wasser nach Anlagenkapazität",
- "fr-FR", "Eau par capacité de l’installation",
- "cs-CZ", "Voda podle kapacity zařízení",
- "da-DK", "Vand efter lokalekapacitet",
- "de-AT", "Wasser nach Anlagenkapazität",
- "de-CH", "Wasser nach Anlagenkapazität",
- "en-AU", "Water by Facility Capacity",
- "en-CA", "Water by Facility Capacity",
- "en-GB", "Water by Facility Capacity",
- "en-NZ", "Water by Facility Capacity",
- "es-MX", "Agua por capacidad de instalación",
- "fi-FI", "Vesi laitoksen kapasiteetin mukaan",
- "fr-BE", "Eau par capacité de l’installation",
- "fr-CA", "Eau par capacité de l’installation",
- "fr-CH", "Eau par capacité de l’installation",
- "is-IS", "Vatn eftir afkastagetu starfastöðvar",
- "it-CH", "Acqua per capacità dell'impianto",
- "it-IT", "Acqua per capacità dell'impianto",
- "nb-NO", "Vann etter anleggskapasitet",
- "nl-BE", "Water per faciliteitscapaciteit",
- "nl-NL", "Water per faciliteitscapaciteit",
- "sv-SE", "Vatten per anläggningskapacitet",
- "Water by Facility Capacity"
- )
- isHidden
- lineageTag: a3b2726a-050e-47fc-8ac9-b473900f7c51
-
- measure 'Water and Waste by Type Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Agua y residuos por tipo",
- "de-DE", "Wasser und Abfall nach Typ",
- "fr-FR", "Eau et déchets par type",
- "cs-CZ", "Voda a odpad podle typu",
- "da-DK", "Vand og affald efter type",
- "de-AT", "Wasser und Abfall nach Typ",
- "de-CH", "Wasser und Abfall nach Typ",
- "en-AU", "Water and Waste by Type",
- "en-CA", "Water and Waste by Type",
- "en-GB", "Water and Waste by Type",
- "en-NZ", "Water and Waste by Type",
- "es-MX", "Agua y residuos por tipo",
- "fi-FI", "Vesi- ja jäte tyypeittäin",
- "fr-BE", "Eau et déchets par type",
- "fr-CA", "Eau et déchets par type",
- "fr-CH", "Eau et déchets par type",
- "is-IS", "Vatn og úrgangur eftir gerð",
- "it-CH", "Acqua e rifiuti per tipo",
- "it-IT", "Acqua e rifiuti per tipo",
- "nb-NO", "Vann og avfall etter type",
- "nl-BE", "Water en afval per type",
- "nl-NL", "Water en afval per type",
- "sv-SE", "Vatten och avfall per typ",
- "Water and Waste by Type"
- )
- isHidden
- lineageTag: 0097cb7f-445d-434d-9781-e7014cc9cfb0
-
- measure 'Water and Waste Intensity by Type Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Intensidad del agua y residuos por tipo",
- "de-DE", "Wasser- und Abfallintensität nach Typ",
- "fr-FR", "Intensité en eau et des déchets par type",
- "cs-CZ", "Intenzita vody a odpadu podle typu",
- "da-DK", "Vand- og affaldsintensitet efter type",
- "de-AT", "Wasser- und Abfallintensität nach Typ",
- "de-CH", "Wasser- und Abfallintensität nach Typ",
- "en-AU", "Water and Waste Intensity by Type",
- "en-CA", "Water and Waste Intensity by Type",
- "en-GB", "Water and Waste Intensity by Type",
- "en-NZ", "Water and Waste Intensity by Type",
- "es-MX", "Intensidad del agua y residuos por tipo",
- "fi-FI", "Vesi- ja jäteintensiteetti tyypeittäin",
- "fr-BE", "Intensité en eau et des déchets par type",
- "fr-CA", "Intensité en eau et des déchets par type",
- "fr-CH", "Intensité en eau et des déchets par type",
- "is-IS", "Vatns- og úrgangsmagn eftir gerð",
- "it-CH", "Intensità acqua e rifiuti per tipo",
- "it-IT", "Intensità acqua e rifiuti per tipo",
- "nb-NO", "Vann- og avfallsintensitet etter type",
- "nl-BE", "Water- en afvalintensiteit per type",
- "nl-NL", "Water- en afvalintensiteit per type",
- "sv-SE", "Vatten- och avfallsintensitet per typ",
- "Water and Waste Intensity by Type"
- )
- isHidden
- lineageTag: beb66cc4-3728-484c-b477-f2425b878ceb
-
- measure 'Water and Waste Intensity by Facility Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Intensidad del agua y residuos por instalación",
- "de-DE", "Wasser- und Abfallintensität nach Anlage",
- "fr-FR", "Intensité en eau et des déchets par installation",
- "cs-CZ", "Intenzita vody a odpadu podle zařízení",
- "da-DK", "Vand- og affaldsintensitet efter anlæg",
- "de-AT", "Wasser- und Abfallintensität nach Anlage",
- "de-CH", "Wasser- und Abfallintensität nach Anlage",
- "en-AU", "Water and Waste Intensity by Facility",
- "en-CA", "Water and Waste Intensity by Facility",
- "en-GB", "Water and Waste Intensity by Facility",
- "en-NZ", "Water and Waste Intensity by Facility",
- "es-MX", "Intensidad del agua y residuos por instalación",
- "fi-FI", "Vesi- ja jäteintensiteetti laitoksittain",
- "fr-BE", "Intensité en eau et des déchets par installation",
- "fr-CA", "Intensité en eau et des déchets par installation",
- "fr-CH", "Intensité en eau et des déchets par installation",
- "is-IS", "Vatns- og úrgangsmagn eftir starfsstöð",
- "it-CH", "Intensità acqua e rifiuti per impianto",
- "it-IT", "Intensità acqua e rifiuti per impianto",
- "nb-NO", "Vann- og avfallsintensitet etter anlegg",
- "nl-BE", "Water- en afvalintensiteit per faciliteit",
- "nl-NL", "Water- en afvalintensiteit per faciliteit",
- "sv-SE", "Vatten- och avfallsintensitet per anläggning",
- "Water and Waste Intensity by Facility"
- )
- isHidden
- lineageTag: ac93d89e-099c-4f3c-9013-44973e700059
-
- measure 'Emissions by Category and Scope Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones por categoría y ámbito",
- "de-DE", "Emissionen nach Kategorie und Umfang",
- "fr-FR", "Émissions par catégorie et champ",
- "cs-CZ", "Emise podle kategorie a rozsahu",
- "da-DK", "Udledninger efter kategori og omfang",
- "de-AT", "Emissionen nach Kategorie und Umfang",
- "de-CH", "Emissionen nach Kategorie und Umfang",
- "en-AU", "Emissions by Category and Scope",
- "en-CA", "Emissions by Category and Scope",
- "en-GB", "Emissions by Category and Scope",
- "en-NZ", "Emissions by Category and Scope",
- "es-MX", "Emisiones por categoría y ámbito",
- "fi-FI", "Päästöt luokittain ja laajuuksittain",
- "fr-BE", "Émissions par catégorie et champ",
- "fr-CA", "Émissions par catégorie et champ",
- "fr-CH", "Émissions par catégorie et champ",
- "is-IS", "Losun eftir flokkum og umfangi",
- "it-CH", "Emissioni per categoria e ambito",
- "it-IT", "Emissioni per categoria e ambito",
- "nb-NO", "Utslipp etter kategori og område",
- "nl-BE", "Uitstoot per categorie en bereik",
- "nl-NL", "Uitstoot per categorie en bereik",
- "sv-SE", "Utsläpp per kategori och scope",
- "Emissions by Category and Scope"
- )
- isHidden
- lineageTag: d7190573-55f7-4652-a893-8fb3d8a31be4
-
- measure 'Emissions by Category Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones por categoría",
- "de-DE", "Emissionen nach Kategorie",
- "fr-FR", "Émissions par catégorie",
- "cs-CZ", "Emise podle kategorie",
- "da-DK", "Udledninger efter kategori",
- "de-AT", "Emissionen nach Kategorie",
- "de-CH", "Emissionen nach Kategorie",
- "en-AU", "Emissions by Category",
- "en-CA", "Emissions by Category",
- "en-GB", "Emissions by Category",
- "en-NZ", "Emissions by Category",
- "es-MX", "Emisiones por categoría",
- "fi-FI", "Päästöt luokittain",
- "fr-BE", "Émissions par catégorie",
- "fr-CA", "Émissions par catégorie",
- "fr-CH", "Émissions par catégorie",
- "is-IS", "Losun eftir flokki",
- "it-CH", "Emissioni per categoria",
- "it-IT", "Emissioni per categoria",
- "nb-NO", "Utslipp etter kategori",
- "nl-BE", "Uitstoot per categorie",
- "nl-NL", "Uitstoot per categorie",
- "sv-SE", "Utsläpp per kategori",
- "Emissions by Category"
- )
- isHidden
- lineageTag: 54aebfbb-1933-46de-8b15-4a5a5a4cb2af
-
- measure 'Emissions by Scope Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones por ámbito",
- "de-DE", "Emissionen nach Umfang",
- "fr-FR", "Émissions par portée",
- "cs-CZ", "Emise podle rozsahu",
- "da-DK", "Udledninger efter omfang",
- "de-AT", "Emissionen nach Umfang",
- "de-CH", "Emissionen nach Umfang",
- "en-AU", "Emissions by Scope",
- "en-CA", "Emissions by Scope",
- "en-GB", "Emissions by Scope",
- "en-NZ", "Emissions by Scope",
- "es-MX", "Emisiones por ámbito",
- "fi-FI", "Päästöt laajuuksittain",
- "fr-BE", "Émissions par portée",
- "fr-CA", "Émissions par portée",
- "fr-CH", "Émissions par portée",
- "is-IS", "Losun eftir umfangi",
- "it-CH", "Emissioni per ambito",
- "it-IT", "Emissioni per ambito",
- "nb-NO", "Utslipp etter område",
- "nl-BE", "Uitstoot per bereik",
- "nl-NL", "Uitstoot per bereik",
- "sv-SE", "Utsläpp per scope",
- "Emissions by Scope"
- )
- isHidden
- lineageTag: 8cd8acb4-c9ce-457d-b6c5-1e326a185d90
-
- measure 'CO2e Analysis Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Análisis de CO2e",
- "de-DE", "CO2e-Analyse",
- "fr-FR", "Analyse du CO2e",
- "cs-CZ", "Analýza CO2e",
- "da-DK", "CO2e-analyse",
- "de-AT", "CO2e-Analyse",
- "de-CH", "CO2e-Analyse",
- "en-AU", "CO2e Analysis",
- "en-CA", "CO2e Analysis",
- "en-GB", "CO2e Analysis",
- "en-NZ", "CO2e Analysis",
- "es-MX", "Análisis de CO2e",
- "fi-FI", "CO2e-analyysi",
- "fr-BE", "Analyse du CO2e",
- "fr-CA", "Analyse du CO2e",
- "fr-CH", "Analyse du CO2e",
- "is-IS", "Greining CO2e",
- "it-CH", "Analisi CO2e",
- "it-IT", "Analisi CO2e",
- "nb-NO", "CO2e-analyse",
- "nl-BE", "CO2e-analyse",
- "nl-NL", "CO2e-analyse",
- "sv-SE", "CO2e-analys",
- "CO2e Analysis"
- )
- isHidden
- lineageTag: 449cc7c3-f092-44eb-a528-e4b31f3fba06
-
- measure 'CO2e Emissions by Category Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones de CO2e por categoría",
- "de-DE", "CO2e-Emissionen nach Kategorien",
- "fr-FR", "Émissions de CO2e par catégorie",
- "cs-CZ", "Emise CO2e podle kategorie",
- "da-DK", "CO2e-udledning pr. kategori",
- "de-AT", "CO2e-Emissionen nach Kategorien",
- "de-CH", "CO2e-Emissionen nach Kategorien",
- "en-AU", "CO2e Emissions by Category",
- "en-CA", "CO2e Emissions by Category",
- "en-GB", "CO2e Emissions by Category",
- "en-NZ", "CO2e Emissions by Category",
- "es-MX", "Emisiones de CO2e por categoría",
- "fi-FI", "CO2e-päästöt luokittain",
- "fr-BE", "Émissions de CO2e par catégorie",
- "fr-CA", "Émissions de CO2e par catégorie",
- "fr-CH", "Émissions de CO2e par catégorie",
- "is-IS", "Losun CO2e eftir flokki",
- "it-CH", "Emissioni CO2e per categoria",
- "it-IT", "Emissioni CO2e per categoria",
- "nb-NO", "CO2e-utslipp etter kategori",
- "nl-BE", "CO2e-uitstoot per categorie",
- "nl-NL", "CO2e-uitstoot per categorie",
- "sv-SE", "CO2e-utsläpp per kategori",
- "CO2e Emissions by Category"
- )
- isHidden
- lineageTag: af1f6b06-4265-466e-9973-a4911a823260
-
- measure 'Carbon Credit by Month Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Crédito de carbono por mes",
- "de-DE", "Kohlenstoffgutschrift nach Monat",
- "fr-FR", "Crédit carbone par mois",
- "cs-CZ", "Uhlíkový kredit podle měsíce",
- "da-DK", "CO2-kredit efter måned",
- "de-AT", "Kohlenstoffgutschrift nach Monat",
- "de-CH", "Kohlenstoffgutschrift nach Monat",
- "en-AU", "Carbon Credit by Month",
- "en-CA", "Carbon Credit by Month",
- "en-GB", "Carbon Credit by Month",
- "en-NZ", "Carbon Credit by Month",
- "es-MX", "Crédito de carbono por mes",
- "fi-FI", "Hiilihyvitys kuukausittain",
- "fr-BE", "Crédit carbone par mois",
- "fr-CA", "Crédit carbone par mois",
- "fr-CH", "Crédit carbone par mois",
- "is-IS", "Kolefnisheimild eftir mánuði",
- "it-CH", "Credito di carbonio per mese",
- "it-IT", "Credito di carbonio per mese",
- "nb-NO", "Karbonkredit etter måned",
- "nl-BE", "Koolstofkrediet per maand",
- "nl-NL", "Koolstofkrediet per maand",
- "sv-SE", "Koldioxidkredit per månad",
- "Carbon Credit by Month"
- )
- isHidden
- lineageTag: e50a6587-38e1-4700-bff5-cf82b1115a8b
-
- measure 'CO2e Equivalent Emission by Month and Revenue Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones equivalentes de CO2e por mes e ingresos",
- "de-DE", "CO2e-Äquivalent Emission pro Monat und Umsatz",
- "fr-FR", "Émissions d’équivalent CO2e par mois et par revenu",
- "cs-CZ", "Ekvivalentní emise CO2e podle měsíce a výnosů",
- "da-DK", "CO2e-ækvivalente udledninger efter måned og indtægt",
- "de-AT", "CO2e-Äquivalent Emission pro Monat und Umsatz",
- "de-CH", "CO2e-Äquivalent Emission pro Monat und Umsatz",
- "en-AU", "CO2e Equivalent Emission by Month and Revenue",
- "en-CA", "CO2e Equivalent Emission by Month and Revenue",
- "en-GB", "CO2e Equivalent Emission by Month and Revenue",
- "en-NZ", "CO2e Equivalent Emission by Month and Revenue",
- "es-MX", "Emisiones equivalentes de CO2e por mes e ingresos",
- "fi-FI", "CO2e-ekvivalenttipäästöt kuukausittain ja tuotoittain",
- "fr-BE", "Émissions d’équivalent CO2e par mois et par revenu",
- "fr-CA", "Émissions d’équivalent CO2e par mois et par revenu",
- "fr-CH", "Émissions d’équivalent CO2e par mois et par revenu",
- "is-IS", "Jafngild losun CO2e eftir mánuði og tekjum",
- "it-CH", "Emissione CO2e equivalente per mese e ricavi",
- "it-IT", "Emissione CO2e equivalente per mese e ricavi",
- "nb-NO", "CO2e-ekvivalentutslipp etter måned og inntekt",
- "nl-BE", "CO2e-equivalente uitstoot per maand en opbrengst",
- "nl-NL", "CO2e-equivalente uitstoot per maand en opbrengst",
- "sv-SE", "Utsläpp av CO2e-ekvivalenter per månad och intäkt",
- "CO2e Equivalent Emission by Month and Revenue"
- )
- isHidden
- lineageTag: cbf91ef2-8bb7-4400-8f2d-35c3efcc4daa
-
- measure 'Employee Entries Drillthrough Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Análisis detallado de movs. empleados",
- "de-DE", "Mitarbeiterposten-Drillthrough",
- "fr-FR", "Extraction écritures salarié",
- "cs-CZ", "Podrobné procházení položek zaměstnanců",
- "da-DK", "Detaljeudledning af medarbejderposter",
- "de-AT", "Mitarbeiterposten-Drillthrough",
- "de-CH", "Mitarbeiterposten-Drillthrough",
- "en-AU", "Employee Entries Drillthrough",
- "en-CA", "Employee Entries Drillthrough",
- "en-GB", "Employee Entries Drillthrough",
- "en-NZ", "Employee Entries Drillthrough",
- "es-MX", "Análisis detallado de movs. empleados",
- "fi-FI", "Työntekijätapahtumiin porautuminen",
- "fr-BE", "Extraction écritures salarié",
- "fr-CA", "Exploration des entrées de l’employé",
- "fr-CH", "Extraction écritures salarié",
- "is-IS", "Köfun í færslur starfsmanns",
- "it-CH", "Drill-through movimenti dipendenti",
- "it-IT", "Drill-through movimenti dipendenti",
- "nb-NO", "Gjennomgang av ansattposter",
- "nl-BE", "Detailanalyse van werknemersposten",
- "nl-NL", "Detailanalyse van werknemersposten",
- "sv-SE", "Detaljerad analys av personaltransaktioner",
- "Employee Entries Drillthrough"
- )
- isHidden
- lineageTag: 14e39ece-5fe8-4d86-8c8f-ae0bfea24dbc
-
- measure 'Employee Ledger Entries Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Movimientos empleados",
- "de-DE", "Mitarbeiterposten",
- "fr-FR", "Écritures comptable salarié",
- "cs-CZ", "Položky zaměstnanců",
- "da-DK", "Medarbejderposter",
- "de-AT", "Mitarbeiterposten",
- "de-CH", "Mitarbeiterposten",
- "en-AU", "Employee Ledger Entries",
- "en-CA", "Employee Ledger Entries",
- "en-GB", "Employee Ledger Entries",
- "en-NZ", "Employee Ledger Entries",
- "es-MX", "Movimientos empleados",
- "fi-FI", "Työntekijätapahtumat",
- "fr-BE", "Écritures comptable salarié",
- "fr-CA", "Écritures du grand livre des employés",
- "fr-CH", "Écritures comptable salarié",
- "is-IS", "Fjárhagsfærslur starfsmanns",
- "it-CH", "Movimenti contabili dipendente",
- "it-IT", "Movimenti contabili dipendente",
- "nb-NO", "Ansattposter",
- "nl-BE", "Werknemersposten",
- "nl-NL", "Werknemersposten",
- "sv-SE", "Personaltransaktioner",
- "Employee Ledger Entries"
- )
- isHidden
- lineageTag: 76bc227a-9ee5-4ef6-bbd0-cc0a22d6fbe5
-
- measure 'Sustainability Ledger Entries Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Movimientos de sostenibilidad",
- "de-DE", "Nachhaltigkeitsposten",
- "fr-FR", "Écritures comptables durabilité",
- "cs-CZ", "Položky udržitelnosti",
- "da-DK", "Finansposter for bæredygtighed",
- "de-AT", "Nachhaltigkeitsposten",
- "de-CH", "Nachhaltigkeitsposten",
- "en-AU", "Sustainability Ledger Entries",
- "en-CA", "Sustainability Ledger Entries",
- "en-GB", "Sustainability Ledger Entries",
- "en-NZ", "Sustainability Ledger Entries",
- "es-MX", "Movimientos de sustentabilidad",
- "fi-FI", "Vastuullisuustapahtumat",
- "fr-BE", "Écritures comptables durabilité",
- "fr-CA", "Écritures relatives au développement durable",
- "fr-CH", "Écritures comptables durabilité",
- "is-IS", "Fjárhagsfærslur fyrir sjálfbærni",
- "it-CH", "Movimenti contabili sostenibilità",
- "it-IT", "Movimenti contabili sostenibilità",
- "nb-NO", "Bærekraftposter",
- "nl-BE", "Duurzaamheidsposten",
- "nl-NL", "Duurzaamheidsposten",
- "sv-SE", "Hållbarhetstransaktioner",
- "Sustainability Ledger Entries"
- )
- isHidden
- lineageTag: e92439f0-1160-4d4d-b6a4-bdcd867c43c2
-
- measure 'Sustainability Ledger Entries Drillthrough Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Análisis detallado de movimientos de sostenibilidad",
- "de-DE", "Nachhaltigkeitsposten-Drillthrough",
- "fr-FR", "Extraction Écritures comptables durabilité",
- "cs-CZ", "Podrobné procházení položek udržitelnosti",
- "da-DK", "Detaljeudledning af finansposter for bæredygtighed",
- "de-AT", "Nachhaltigkeitsposten-Drillthrough",
- "de-CH", "Nachhaltigkeitsposten-Drillthrough",
- "en-AU", "Sustainability Ledger Entries Drillthrough",
- "en-CA", "Sustainability Ledger Entries Drillthrough",
- "en-GB", "Sustainability Ledger Entries Drillthrough",
- "en-NZ", "Sustainability Ledger Entries Drillthrough",
- "es-MX", "Análisis detallado de movimientos de sustentabilidad",
- "fi-FI", "Vastuullisuustapahtumiin porautuminen",
- "fr-BE", "Extraction Écritures comptables durabilité",
- "fr-CA", "Écritures relatives au développement durable",
- "fr-CH", "Extraction Écritures comptables durabilité",
- "is-IS", "Köfun í fjárhagsfærslur fyrir sjálfbærni",
- "it-CH", "Drill-through movimenti contabili sostenibilità",
- "it-IT", "Drill-through movimenti contabili sostenibilità",
- "nb-NO", "Gjennomgang av bærekraftposter",
- "nl-BE", "Detailanalyse duurzaamheidsposten",
- "nl-NL", "Detailanalyse duurzaamheidsposten",
- "sv-SE", "Detaljerad analys av hållbarhetstransaktioner",
- "Sustainability Ledger Entries Drillthrough"
- )
- isHidden
- lineageTag: 975fbee2-7094-46b6-8e5e-8d01fc6fe203
-
- measure 'Employee Ledger Entries Drillthrough Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Análisis detallado de movimientos de empleados",
- "de-DE", "Mitarbeiter-Hauptbuchposten-Drillthrough",
- "fr-FR", "Extraction écritures comptables salarié",
- "cs-CZ", "Podrobné procházení položek zaměstnanců",
- "da-DK", "Detaljeudledning af medarbejderfinansposter",
- "de-AT", "Mitarbeiter-Hauptbuchposten-Drillthrough",
- "de-CH", "Mitarbeiter-Hauptbuchposten-Drillthrough",
- "en-AU", "Employee Ledger Entries Drillthrough",
- "en-CA", "Employee Ledger Entries Drillthrough",
- "en-GB", "Employee Ledger Entries Drillthrough",
- "en-NZ", "Employee Ledger Entries Drillthrough",
- "es-MX", "Análisis detallado de movimientos de empleados",
- "fi-FI", "Työntekijätapahtumiin porautuminen",
- "fr-BE", "Extraction écritures comptables salarié",
- "fr-CA", "Exploration des écritures du grand livre des employés",
- "fr-CH", "Extraction écritures comptables salarié",
- "is-IS", "Köfun í fjárhagsfærslur starfsmanns",
- "it-CH", "Drill-through movimenti contabili dipendente",
- "it-IT", "Drill-through movimenti contabili dipendente",
- "nb-NO", "Gjennomgang av ansattposter",
- "nl-BE", "Detailanalyse werknemersposten",
- "nl-NL", "Detailanalyse werknemersposten",
- "sv-SE", "Detaljerad analys av redovisningstransaktioner för personal",
- "Employee Ledger Entries Drillthrough"
- )
- isHidden
- lineageTag: 49c60c46-0db2-4187-96f6-3198848206ce
-
- measure 'Sustainability Overview Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Información general de sostenibilidad",
- "de-DE", "Nachhaltigkeitsübersicht",
- "fr-FR", "Vue d’ensemble durabilité",
- "cs-CZ", "Přehled udržitelnosti",
- "da-DK", "Bæredygtighedsoversigt",
- "de-AT", "Nachhaltigkeitsübersicht",
- "de-CH", "Nachhaltigkeitsübersicht",
- "en-AU", "Sustainability Overview",
- "en-CA", "Sustainability Overview",
- "en-GB", "Sustainability Overview",
- "en-NZ", "Sustainability Overview",
- "es-MX", "Información general de sustentabilidad",
- "fi-FI", "Vastuullisuus – Yleiskuvaus",
- "fr-BE", "Vue d’ensemble durabilité",
- "fr-CA", "Vue d’ensemble durabilité",
- "fr-CH", "Vue d’ensemble durabilité",
- "is-IS", "Yfirlit yfir sjálfbærni",
- "it-CH", "Panoramica sostenibilità",
- "it-IT", "Panoramica sostenibilità",
- "nb-NO", "Oversikt over bærekraft",
- "nl-BE", "Duurzaamheidsoverzicht",
- "nl-NL", "Duurzaamheidsoverzicht",
- "sv-SE", "Hållbarhetsöversikt",
- "Sustainability Overview"
- )
- isHidden
- lineageTag: d3bd6d03-774d-4c7f-babd-ef6f210d9c57
-
- measure 'Sustainability Analytics Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Análisis de sostenibilidad",
- "de-DE", "Nachhaltigkeitsanalysen",
- "fr-FR", "Analyse de durabilité",
- "cs-CZ", "Analýzy udržitelnosti",
- "da-DK", "Bæredygtighedsanalyse",
- "de-AT", "Nachhaltigkeitsanalysen",
- "de-CH", "Nachhaltigkeitsanalysen",
- "en-AU", "Sustainability Analytics",
- "en-CA", "Sustainability Analytics",
- "en-GB", "Sustainability Analytics",
- "en-NZ", "Sustainability Analytics",
- "es-MX", "Análisis de sustentabilidad",
- "fi-FI", "Vastuullisuusanalytiikka",
- "fr-BE", "Analyse de durabilité",
- "fr-CA", "Analyse de durabilité",
- "fr-CH", "Analyse de durabilité",
- "is-IS", "Sjálfbærnigreining",
- "it-CH", "Analisi sostenibilità",
- "it-IT", "Analisi sostenibilità",
- "nb-NO", "Bærekraftsanalyse",
- "nl-BE", "Duurzaamheidsanalyses",
- "nl-NL", "Duurzaamheidsanalyses",
- "sv-SE", "Hållbarhetsanalys",
- "Sustainability Analytics"
- )
- isHidden
- lineageTag: 18d14acd-1c9f-400a-bc73-2ed3ea01b46d
-
- measure 'CO2e Emissions by Month Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones de CO2e por mes",
- "de-DE", "CO2e-Emissionen pro Monat",
- "fr-FR", "Émissions de CO2e par mois",
- "cs-CZ", "Emise CO2e podle měsíce",
- "da-DK", "CO2e-udledninger pr. måned",
- "de-AT", "CO2e-Emissionen pro Monat",
- "de-CH", "CO2e-Emissionen pro Monat",
- "en-AU", "CO2e Emissions by Month",
- "en-CA", "CO2e Emissions by Month",
- "en-GB", "CO2e Emissions by Month",
- "en-NZ", "CO2e Emissions by Month",
- "es-MX", "Emisiones de CO2e por mes",
- "fi-FI", "CO2e-päästöt kuukausittain",
- "fr-BE", "Émissions de CO2e par mois",
- "fr-CA", "Émissions de CO2e par mois",
- "fr-CH", "Émissions de CO2e par mois",
- "is-IS", "Losun CO2e eftir mánuði",
- "it-CH", "Emissioni CO2e per mese",
- "it-IT", "Emissioni CO2e per mese",
- "nb-NO", "CO2e-utslipp etter måned",
- "nl-BE", "CO2e-uitstoot per maand",
- "nl-NL", "CO2e-uitstoot per maand",
- "sv-SE", "CO2e-utsläpp per månad",
- "CO2e Emissions by Month"
- )
- isHidden
- lineageTag: aedacb5a-e879-4dcc-97f8-25264ae7a4ab
-
- measure 'Scopes 1 and 2 Analysis by Categories Per Year Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Análisis de los ámbitos 1 y 2 por categorías por año",
- "de-DE", "Bereich-1- und Bereich-2-Analyse nach Kategorien pro Jahr",
- "fr-FR", "Analyse des champs 1 et 2 par catégories par an",
- "cs-CZ", "Analýza rozsahů 1 a 2 podle kategorií za rok",
- "da-DK", "Omfang 1 og 2 Analyse efter kategorier pr. år",
- "de-AT", "Bereich-1- und Bereich-2-Analyse nach Kategorien pro Jahr",
- "de-CH", "Bereich-1- und Bereich-2-Analyse nach Kategorien pro Jahr",
- "en-AU", "Scopes 1 and 2 Analysis by Categories Per Year",
- "en-CA", "Scopes 1 and 2 Analysis by Categories Per Year",
- "en-GB", "Scopes 1 and 2 Analysis by Categories Per Year",
- "en-NZ", "Scopes 1 and 2 Analysis by Categories Per Year",
- "es-MX", "Análisis de los ámbitos 1 y 2 por categorías por año",
- "fi-FI", "Laajuuksien 1 ja 2 analyysi luokittain per vuosi",
- "fr-BE", "Analyse des champs 1 et 2 par catégories par an",
- "fr-CA", "Analyse des champs 1 et 2 par catégories par an",
- "fr-CH", "Analyse des champs 1 et 2 par catégories par an",
- "is-IS", "Umfang 1 og 2 Greining eftir flokkum eftir ári",
- "it-CH", "Analisi ambiti 1 e 2 per categorie per anno",
- "it-IT", "Analisi ambiti 1 e 2 per categorie per anno",
- "nb-NO", "Analyse av område 1 og 2 etter kategorier per år",
- "nl-BE", "Analyse per categorie per jaar bereik 1 en 2",
- "nl-NL", "Analyse per categorie per jaar bereik 1 en 2",
- "sv-SE", "Analys av kategorierna scope 1 och 2 per kategori och år",
- "Scopes 1 and 2 Analysis by Categories Per Year"
- )
- isHidden
- lineageTag: 389e4f5e-27f9-421f-926d-c0de60f040c3
-
- measure 'CO2e Emissions by Department Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones de CO2e por departamento",
- "de-DE", "CO2e-Emissionen nach Abteilungen",
- "fr-FR", "Émissions de CO2e par département",
- "cs-CZ", "Emise CO2e podle oddělení",
- "da-DK", "CO2e-udledninger efter afdeling",
- "de-AT", "CO2e-Emissionen nach Abteilungen",
- "de-CH", "CO2e-Emissionen nach Abteilungen",
- "en-AU", "CO2e Emissions by Department",
- "en-CA", "CO2e Emissions by Department",
- "en-GB", "CO2e Emissions by Department",
- "en-NZ", "CO2e Emissions by Department",
- "es-MX", "Emisiones de CO2e por departamento",
- "fi-FI", "CO2e-päästöt osastoittain",
- "fr-BE", "Émissions de CO2e par département",
- "fr-CA", "Émissions de CO2e par département",
- "fr-CH", "Émissions de CO2e par département",
- "is-IS", "Losun CO2e eftir deild",
- "it-CH", "Emissioni CO2e per reparto",
- "it-IT", "Emissioni CO2e per reparto",
- "nb-NO", "CO2e-utslipp etter avdeling",
- "nl-BE", "CO2e-uitstoot per afdeling",
- "nl-NL", "CO2e-uitstoot per afdeling",
- "sv-SE", "CO2e-utsläpp per avdelning",
- "CO2e Emissions by Department"
- )
- isHidden
- lineageTag: 031dee52-b2ba-43c9-9689-72e8d0a10fcc
-
- measure 'Journey to Net-Zero Carbon Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Recorrido hacia el carbono cero neto",
- "de-DE", "Der Weg zur CO2-Neutralität",
- "fr-FR", "Parcours vers le zéro carbone net",
- "cs-CZ", "Cesta k nulovým emisím uhlíku",
- "da-DK", "Rejsen til netto-nul CO2",
- "de-AT", "Der Weg zur CO2-Neutralität",
- "de-CH", "Der Weg zur CO2-Neutralität",
- "en-AU", "Journey to Net-Zero Carbon",
- "en-CA", "Journey to Net-Zero Carbon",
- "en-GB", "Journey to Net-Zero Carbon",
- "en-NZ", "Journey to Net-Zero Carbon",
- "es-MX", "Recorrido hacia el carbono cero neto",
- "fi-FI", "Matka kohti hiilineutraaliutta",
- "fr-BE", "Parcours vers le zéro carbone net",
- "fr-CA", "Parcours vers le zéro carbone net",
- "fr-CH", "Parcours vers le zéro carbone net",
- "is-IS", "Ferð til nettólosunar kolefnis",
- "it-CH", "Percorso verso l'azzeramento delle emissioni nette di carbonio",
- "it-IT", "Percorso verso l'azzeramento delle emissioni nette di carbonio",
- "nb-NO", "Reisen til nettonull karbon",
- "nl-BE", "Reis naar Netto-Nul-Koolstof",
- "nl-NL", "Reis naar Netto-Nul-Koolstof",
- "sv-SE", "Resan mot netto-noll koldioxidutsläpp",
- "Journey to Net-Zero Carbon"
- )
- isHidden
- lineageTag: 429c7d14-a6f8-4421-bae5-6e58597ce9a7
-
- measure 'CO2e Emissions by Business Group Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones de CO2e por grupo empresarial",
- "de-DE", "CO2e-Emissionen nach Unternehmensgruppe",
- "fr-FR", "Émissions de CO2e par marché",
- "cs-CZ", "Emise CO2e podle obchodní skupiny",
- "da-DK", "CO2e-udledninger efter virksomhedsgruppe",
- "de-AT", "CO2e-Emissionen nach Unternehmensgruppe",
- "de-CH", "CO2e-Emissionen nach Unternehmensgruppe",
- "en-AU", "CO2e Emissions by Business Group",
- "en-CA", "CO2e Emissions by Business Group",
- "en-GB", "CO2e Emissions by Business Group",
- "en-NZ", "CO2e Emissions by Business Group",
- "es-MX", "Emisiones de CO2e por grupo empresarial",
- "fi-FI", "CO2e-päästöt liiketoimintaryhmittäin",
- "fr-BE", "Émissions de CO2e par marché",
- "fr-CA", "Émissions de CO2e par marché",
- "fr-CH", "Émissions de CO2e par marché",
- "is-IS", "Losun CO2e eftir fyrirtækjahópi",
- "it-CH", "Emissioni CO2e per categoria business",
- "it-IT", "Emissioni CO2e per categoria business",
- "nb-NO", "CO2e-utslipp etter forretningsgruppe",
- "nl-BE", "CO2e-uitstoot per bedrijfsgroep",
- "nl-NL", "CO2e-uitstoot per bedrijfsgroep",
- "sv-SE", "CO2e-utsläpp per affärsgrupp",
- "CO2e Emissions by Business Group"
- )
- isHidden
- lineageTag: 09453e8f-8a96-40a8-8aab-f4bc99d6079e
-
- measure 'Renewable Energy Usage Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Uso de energías Renovables",
- "de-DE", "Nutzung erneuerbarer Energien",
- "fr-FR", "Activité des énergies renouvelables",
- "cs-CZ", "Využití obnovitelné energie",
- "da-DK", "Forbrug af vedvarende energi",
- "de-AT", "Nutzung erneuerbarer Energien",
- "de-CH", "Nutzung erneuerbarer Energien",
- "en-AU", "Renewable Energy Usage",
- "en-CA", "Renewable Energy Usage",
- "en-GB", "Renewable Energy Usage",
- "en-NZ", "Renewable Energy Usage",
- "es-MX", "Uso de energías Renovables",
- "fi-FI", "Uusiutuvan energian käyttö",
- "fr-BE", "Activité des énergies renouvelables",
- "fr-CA", "Utilisation d’énergies renouvelables",
- "fr-CH", "Activité des énergies renouvelables",
- "is-IS", "Notkun endurnýjanlegrar orku",
- "it-CH", "Utilizzo energie rinnovabili",
- "it-IT", "Utilizzo energie rinnovabili",
- "nb-NO", "Bruk av fornybar energi",
- "nl-BE", "Gebruik hernieuwbare energie",
- "nl-NL", "Gebruik hernieuwbare energie",
- "sv-SE", "Användning av förnybar energi",
- "Renewable Energy Usage"
- )
- isHidden
- lineageTag: bd45299c-16e4-4dc4-b8df-46460d7d639a
-
- measure 'CO2e Emissions Over Time Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones de CO2e a lo largo del tiempo",
- "de-DE", "CO2e-Emissionen im Zeitverlauf",
- "fr-FR", "Émissions de CO2e dans le temps",
- "cs-CZ", "Emise CO2e v průběhu času",
- "da-DK", "CO2e-udledninger over tid",
- "de-AT", "CO2e-Emissionen im Zeitverlauf",
- "de-CH", "CO2e-Emissionen im Zeitverlauf",
- "en-AU", "CO2e Emissions Over Time",
- "en-CA", "CO2e Emissions Over Time",
- "en-GB", "CO2e Emissions Over Time",
- "en-NZ", "CO2e Emissions Over Time",
- "es-MX", "Emisiones de CO2e a lo largo del tiempo",
- "fi-FI", "CO2e-päästöt ajan myötä",
- "fr-BE", "Émissions de CO2e dans le temps",
- "fr-CA", "Émissions de CO2e dans le temps",
- "fr-CH", "Émissions de CO2e dans le temps",
- "is-IS", "Losun CO2e yfir tíma",
- "it-CH", "Emissioni CO2e nel tempo",
- "it-IT", "Emissioni CO2e nel tempo",
- "nb-NO", "CO2e-utslipp over tid",
- "nl-BE", "CO2e-uitstoot in loop van tijd",
- "nl-NL", "CO2e-uitstoot in loop van tijd",
- "sv-SE", "CO2e-utsläpp över tid",
- "CO2e Emissions Over Time"
- )
- isHidden
- lineageTag: 44d0e701-7844-43e5-bfa0-961f7b2a31a0
-
- measure 'CO2e Smart Review Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Revisión inteligente de CO2e",
- "de-DE", "Intelligente CO2e-Prüfung",
- "fr-FR", "CO2e Smart Review",
- "cs-CZ", "Chytrá kontrola CO2e",
- "da-DK", "CO2e Smart anmeldelse",
- "de-AT", "Intelligente CO2e-Prüfung",
- "de-CH", "Intelligente CO2e-Prüfung",
- "en-AU", "CO2e Smart Review",
- "en-CA", "CO2e Smart Review",
- "en-GB", "CO2e Smart Review",
- "en-NZ", "CO2e Smart Review",
- "es-MX", "Revisión inteligente de CO2e",
- "fi-FI", "Älykäs CO2e-arviointi",
- "fr-BE", "CO2e Smart Review",
- "fr-CA", "CO2e Smart Review",
- "fr-CH", "CO2e Smart Review",
- "is-IS", "Snjallúttekt CO2e",
- "it-CH", "Recensione intelligente CO2e",
- "it-IT", "Recensione intelligente CO2e",
- "nb-NO", "Smart gjennomgang av CO2e",
- "nl-BE", "Slimme beoordeling CO2e",
- "nl-NL", "Slimme beoordeling CO2e",
- "sv-SE", "Smart granskning av CO2e",
- "CO2e Smart Review"
- )
- isHidden
- lineageTag: e38ec7fb-ceb3-43c8-8c76-9d747e55b510
-
- measure 'CO2e Emissions by Global Dimension One Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones de CO2e por dimensión global uno",
- "de-DE", "CO2e-Emissionen nach globaler Dimension eins",
- "fr-FR", "Émissions de CO2e par axe analytique principal un",
- "cs-CZ", "Emise CO2e podle globální dimenze jedna",
- "da-DK", "CO2e-emissioner efter global dimension et",
- "de-AT", "CO2e-Emissionen nach globaler Dimension eins",
- "de-CH", "CO2e-Emissionen nach globaler Dimension eins",
- "en-AU", "CO2e Emissions by Global Dimension One",
- "en-CA", "CO2e Emissions by Global Dimension One",
- "en-GB", "CO2e Emissions by Global Dimension One",
- "en-NZ", "CO2e Emissions by Global Dimension One",
- "es-MX", "Emisiones de CO2e por dimensión global uno",
- "fi-FI", "CO2e-päästöt yleisen dimension yksi mukaan",
- "fr-BE", "Émissions de CO2e par axe analytique principal un",
- "fr-CA", "Émissions de CO2 par dimension principale 1",
- "fr-CH", "Émissions de CO2e par axe analytique principal un",
- "is-IS", "Losun CO2e frá altækri vídd eitt",
- "it-CH", "Emissioni CO2e per dimensione globale uno",
- "it-IT", "Emissioni CO2e per dimensione globale uno",
- "nb-NO", "CO2e-utslipp etter global dimensjon én",
- "nl-BE", "CO2e-uitstoot per globale dimensie één",
- "nl-NL", "CO2e-uitstoot per globale dimensie één",
- "sv-SE", "CO2e-utsläpp per global dimension ett",
- "CO2e Emissions by Global Dimension One"
- )
- isHidden
- lineageTag: 8e16bdd3-ed1a-4c02-a296-7ed348a3c942
-
- measure 'CO2e Emissions by Global Dimension Two Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones de CO2e por dimensión global dos",
- "de-DE", "CO2e-Emissionen nach globaler Dimension zwei",
- "fr-FR", "Émissions de CO2e par axe analytique principal deux",
- "cs-CZ", "Emise CO2e podle globální dimenze dvě",
- "da-DK", "CO2e-emissioner efter global dimension to",
- "de-AT", "CO2e-Emissionen nach globaler Dimension zwei",
- "de-CH", "CO2e-Emissionen nach globaler Dimension zwei",
- "en-AU", "CO2e Emissions by Global Dimension Two",
- "en-CA", "CO2e Emissions by Global Dimension Two",
- "en-GB", "CO2e Emissions by Global Dimension Two",
- "en-NZ", "CO2e Emissions by Global Dimension Two",
- "es-MX", "Emisiones de CO2e por dimensión global dos",
- "fi-FI", "CO2e-päästöt yleisen dimension kaksi mukaan",
- "fr-BE", "Émissions de CO2e par axe analytique principal deux",
- "fr-CA", "Émissions de CO2 par dimension principale 2",
- "fr-CH", "Émissions de CO2e par axe analytique principal deux",
- "is-IS", "Losun CO2e frá altækri vídd tvö",
- "it-CH", "Emissioni CO2e per dimensione globale due",
- "it-IT", "Emissioni CO2e per dimensione globale due",
- "nb-NO", "CO2e-utslipp etter global dimensjon to",
- "nl-BE", "CO2e-uitstoot per globale dimensie twee",
- "nl-NL", "CO2e-uitstoot per globale dimensie twee",
- "sv-SE", "CO2e-utsläpp per global dimension två",
- "CO2e Emissions by Global Dimension Two"
- )
- isHidden
- lineageTag: a6e904ef-b83e-4dde-b25d-e1b56188b607
-
- measure 'CO2e Equivalent Emissions by Month Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Emisiones equivalentes de CO2e por mes",
- "de-DE", "CO2e-Äquivalent Emissionen pro Monat",
- "fr-FR", "Émissions d’équivalent CO2e par mois",
- "cs-CZ", "Ekvivalentní emise CO2e podle měsíce",
- "da-DK", "CO2e-ækvivalente udledninger pr. måned",
- "de-AT", "CO2e-Äquivalent Emissionen pro Monat",
- "de-CH", "CO2e-Äquivalent Emissionen pro Monat",
- "en-AU", "CO2e Equivalent Emissions by Month",
- "en-CA", "CO2e Equivalent Emissions by Month",
- "en-GB", "CO2e Equivalent Emissions by Month",
- "en-NZ", "CO2e Equivalent Emissions by Month",
- "es-MX", "Emisiones equivalentes de CO2e por mes",
- "fi-FI", "CO2e-ekvivalenttipäästöt kuukausittain",
- "fr-BE", "Émissions d’équivalent CO2e par mois",
- "fr-CA", "Émissions d’équivalent CO2e par mois",
- "fr-CH", "Émissions d’équivalent CO2e par mois",
- "is-IS", "Jafngild losun CO2e eftir mánuði",
- "it-CH", "Emissioni CO2e equivalente per mese",
- "it-IT", "Emissioni CO2e equivalente per mese",
- "nb-NO", "CO2e-ekvivalentutslipp etter måned",
- "nl-BE", "CO2e-equivalente uitstoot per maand",
- "nl-NL", "CO2e-equivalente uitstoot per maand",
- "sv-SE", "Utsläpp av CO2e-ekvivalenter per månad",
- "CO2e Equivalent Emissions by Month"
- )
- isHidden
- lineageTag: df571b02-f7d2-4a39-a7e4-7e225e52d4f9
-
- measure 'Company Name Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Nombre empresa",
- "de-DE", "Mandantenname",
- "fr-FR", "Nom de la société",
- "cs-CZ", "Název společnosti",
- "da-DK", "Virksomhedsnavn",
- "de-AT", "Mandantenname",
- "de-CH", "Mandantenname",
- "en-AU", "Company Name",
- "en-CA", "Company Name",
- "en-GB", "Company Name",
- "en-NZ", "Company Name",
- "es-MX", "Nombre empresa",
- "fi-FI", "Yrityksen nimi",
- "fr-BE", "Nom de la société",
- "fr-CA", "Nom de la compagnie",
- "fr-CH", "Nom de la société",
- "is-IS", "Heiti fyrirtækis",
- "it-CH", "Nome società",
- "it-IT", "Nome società",
- "nb-NO", "Selskapsnavn",
- "nl-BE", "Bedrijfsnaam",
- "nl-NL", "Bedrijfsnaam",
- "sv-SE", "Företagsnamn",
- "Company Name"
- )
- isHidden
- lineageTag: dad2b120-4410-42f7-9032-bd23b40a4ec4
-
- measure 'Last Refreshed Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Última actualización",
- "de-DE", "Zuletzt aktualisiert",
- "fr-FR", "Dernière actualisation",
- "cs-CZ", "Naposledy aktualizováno",
- "da-DK", "Sidst opdateret",
- "de-AT", "Zuletzt aktualisiert",
- "de-CH", "Zuletzt aktualisiert",
- "en-AU", "Last Refreshed",
- "en-CA", "Last Refreshed",
- "en-GB", "Last Refreshed",
- "en-NZ", "Last Refreshed",
- "es-MX", "Última actualización",
- "fi-FI", "Päivitetty viimeksi",
- "fr-BE", "Dernière actualisation",
- "fr-CA", "Dernière actualisation",
- "fr-CH", "Dernière actualisation",
- "is-IS", "Síðast uppfært",
- "it-CH", "Ultimo aggiornamento",
- "it-IT", "Ultimo aggiornamento",
- "nb-NO", "Sist oppdatert",
- "nl-BE", "Laatst vernieuwd",
- "nl-NL", "Laatst vernieuwd",
- "sv-SE", "Uppdaterades senast",
- "Last Refreshed"
- )
- isHidden
- lineageTag: da033582-c8f8-4c86-8659-15abdfb7daff
-
- measure 'Released Employees Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Empleados liberados",
- "de-DE", "Freigestellte Mitarbeiter",
- "fr-FR", "Salariés lancés",
- "cs-CZ", "Propuštění zaměstnanci",
- "da-DK", "Frigivne medarbejdere",
- "de-AT", "Freigestellte Mitarbeiter",
- "de-CH", "Freigestellte Mitarbeiter",
- "en-AU", "Released Employees",
- "en-CA", "Released Employees",
- "en-GB", "Released Employees",
- "en-NZ", "Released Employees",
- "es-MX", "Empleados liberados",
- "fi-FI", "Vapautetut työntekijät",
- "fr-BE", "Salariés lancés",
- "fr-CA", "Raison de l’inactivité des employés",
- "fr-CH", "Salariés lancés",
- "is-IS", "Losaðir starfsmenn",
- "it-CH", "Dipendenti in aspettativa",
- "it-IT", "Dipendenti in aspettativa",
- "nb-NO", "Frigitte ansatte",
- "nl-BE", "Vertrokken werknemers",
- "nl-NL", "Vertrokken werknemers",
- "sv-SE", "Frisläppta medarbetare",
- "Released Employees"
- )
- isHidden
- lineageTag: da1a2617-6f8c-4d3a-8537-99878e4f2e21
-
- measure 'CO2e Decomposition Tree Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Árbol de descomposición de CO2e",
- "de-DE", "CO2e-Zerlegungsstruktur",
- "fr-FR", "Arborescence de décomposition CO2e",
- "cs-CZ", "Strom dekompozice CO2e",
- "da-DK", "CO2e-dekompositionstræ",
- "de-AT", "CO2e-Zerlegungsstruktur",
- "de-CH", "CO2e-Zerlegungsstruktur",
- "en-AU", "CO2e Decomposition Tree",
- "en-CA", "CO2e Decomposition Tree",
- "en-GB", "CO2e Decomposition Tree",
- "en-NZ", "CO2e Decomposition Tree",
- "es-MX", "Árbol de descomposición de CO2e",
- "fi-FI", "CO2e-hajautuspuu",
- "fr-BE", "Arborescence de décomposition CO2e",
- "fr-CA", "Arborescence de décomposition CO2e",
- "fr-CH", "Arborescence de décomposition CO2e",
- "is-IS", "Niðurbrotstré CO2e",
- "it-CH", "Albero di scomposizione CO2e",
- "it-IT", "Albero di scomposizione CO2e",
- "nb-NO", "CO2e-nedbrytingstre",
- "nl-BE", "Ontledingsstructuur CO2e",
- "nl-NL", "Ontledingsstructuur CO2e",
- "sv-SE", "Nedbrytningsträd för CO2e",
- "CO2e Decomposition Tree"
- )
- isHidden
- lineageTag: a718aa57-e775-474f-a197-e6f8a95111f1
-
- measure 'CO2e Key Influences Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Influencias clave de CO2e",
- "de-DE", "CO2e-Haupteinflüsse",
- "fr-FR", "Influences clés CO2e",
- "cs-CZ", "Klíčové vlivy CO2e",
- "da-DK", "CO2e-nøglepåvirkninger",
- "de-AT", "CO2e-Haupteinflüsse",
- "de-CH", "CO2e-Haupteinflüsse",
- "en-AU", "CO2e Key Influences",
- "en-CA", "CO2e Key Influences",
- "en-GB", "CO2e Key Influences",
- "en-NZ", "CO2e Key Influences",
- "es-MX", "Influencias clave de CO2e",
- "fi-FI", "Tärkeimmät CO2e-vaikutukset",
- "fr-BE", "Influences clés CO2e",
- "fr-CA", "Influences clés CO2e",
- "fr-CH", "Influences clés CO2e",
- "is-IS", "Helstu áhrif CO2e",
- "it-CH", "Influenze chiave CO2e",
- "it-IT", "Influenze chiave CO2e",
- "nb-NO", "CO2e-nøkkelpåvirkninger",
- "nl-BE", "Belangrijke invloeden CO2e",
- "nl-NL", "Belangrijke invloeden CO2e",
- "sv-SE", "Viktiga CO2e-influenser",
- "CO2e Key Influences"
- )
- isHidden
- lineageTag: 25386a0e-7f63-402c-9c5e-5a3e3c883691
-
- measure 'Water and Waste Yearly and Daily Change Label' =
- SWITCH(USERCULTURE(),
- "es-ES", "Cambio anual y diario de agua y residuos",
- "de-DE", "Wasser und Abfall – Jährliche und tägliche Veränderung",
- "fr-FR", "Changement annuel et quotidien de l’eau et des déchets",
- "cs-CZ", "Roční a denní změna vody a odpadu",
- "da-DK", "Vand og affald årligt og dagligt skift",
- "de-AT", "Wasser und Abfall – Jährliche und tägliche Veränderung",
- "de-CH", "Wasser und Abfall – Jährliche und tägliche Veränderung",
- "en-AU", "Water and Waste Yearly and Daily Change",
- "en-CA", "Water and Waste Yearly and Daily Change",
- "en-GB", "Water and Waste Yearly and Daily Change",
- "en-NZ", "Water and Waste Yearly and Daily Change",
- "es-MX", "Cambio anual y diario de agua y residuos",
- "fi-FI", "Veden ja jätteiden vuosittainen ja päivittäinen muutos",
- "fr-BE", "Changement annuel et quotidien de l’eau et des déchets",
- "fr-CA", "Changement annuel et quotidien de l’eau et des déchets",
- "fr-CH", "Changement annuel et quotidien de l’eau et des déchets",
- "is-IS", "Árlegar og daglegar breytingar á vatni og úrgangi",
- "it-CH", "Variazione annuale e giornaliera acqua e rifiuti",
- "it-IT", "Variazione annuale e giornaliera acqua e rifiuti",
- "nb-NO", "Vann og avfall, årlig og daglig endring",
- "nl-BE", "Jaarlijkse en dagelijkse wijziging van water en afval",
- "nl-NL", "Jaarlijkse en dagelijkse wijziging van water en afval",
- "sv-SE", "Årlig och daglig förändring för vatten och avfall",
- "Water and Waste Yearly and Daily Change"
- )
- isHidden
- lineageTag: 7f5d9a10-ebb1-4e16-8f23-532f45602d81
-
- column unused
- isHidden
- displayFolder: unused
- lineageTag: ad570195-97b6-4cb6-bf6b-75691681b389
- summarizeBy: none
- isNameInferred
- sourceColumn: [unused]
-
- annotation SummarizationSetBy = Automatic
-
- partition Partition = calculated
- mode: import
- source = DATATABLE("unused", STRING, {{"This is a table automatically generated by Translations Builder"}})
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Working Days.tmdl b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Working Days.tmdl
deleted file mode 100644
index 3067ccccd5..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/definition/tables/Working Days.tmdl
+++ /dev/null
@@ -1,40 +0,0 @@
-table 'Working Days'
- isHidden
- lineageTag: 6e283994-c665-41c2-94a5-f8c4fe2359ab
-
- column FSG_PBI_Day_Number
- dataType: int64
- formatString: 0
- lineageTag: 05732f60-7f13-4d09-9542-a0ef6cdf62ff
- summarizeBy: sum
- sourceColumn: FSG_PBI_Day_Number
-
- annotation SummarizationSetBy = Automatic
-
- column id
- dataType: string
- lineageTag: 5373bbb9-9f16-43ab-9051-afc6af534d1c
- summarizeBy: none
- sourceColumn: id
-
- annotation SummarizationSetBy = Automatic
-
- partition 'Working Days-5fa1ce26-448e-4ad6-a78b-37de9da368a1' = m
- mode: import
- queryGroup: 'Date Table'
- source =
- let
- Source = Dynamics365BusinessCentral.ApiContentsWithOptions(ENVIRONMENT, COMPANY,API_ENDPOINT, []),
- TableData = Source{[Name="workingDays",Signature="table"]}[Data],
- #"Removed Columns" = Table.RemoveColumns(TableData,{"ETag"}),
- #"Renamed Columns" = Table.RenameColumns(#"Removed Columns",{{"dayNumber", "FSG_PBI_Day_Number"}}),
- #"Changed Type" = Table.TransformColumnTypes(#"Renamed Columns",{{"FSG_PBI_Day_Number", Int64.Type}})
- in
- #"Changed Type"
-
- changedProperty = IsHidden
-
- annotation PBI_ResultType = Table
-
- annotation PBI_NavigationStepName = Navigation
-
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/diagramLayout.json b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/diagramLayout.json
deleted file mode 100644
index 9d64486d2b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.SemanticModel/diagramLayout.json
+++ /dev/null
@@ -1,510 +0,0 @@
-{
- "version": "1.1.0",
- "diagrams": [
- {
- "ordinal": 0,
- "scrollPosition": {
- "x": 22006.360441153651,
- "y": 0
- },
- "nodes": [
- {
- "location": {
- "x": 425.06620209059281,
- "y": 311.94558240261466
- },
- "nodeIndex": "Dimension Sets",
- "nodeLineageTag": "1617752a-65ec-4d0c-b652-07eb46ba12e3",
- "size": {
- "height": 104,
- "width": 254
- },
- "zIndex": 54,
- "expandedHeight": 187
- },
- {
- "location": {
- "x": 13078.1,
- "y": 16.572345192592252
- },
- "nodeIndex": "Working Days",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 14
- },
- {
- "location": {
- "x": 1360.6892857142861,
- "y": 855.22859519259237
- },
- "nodeIndex": "Date Ref",
- "size": {
- "height": 200,
- "width": 391.14285714285722
- },
- "zIndex": 6
- },
- {
- "location": {
- "x": 428.32857142857722,
- "y": 453.71520233544936
- },
- "nodeIndex": "Date",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 7,
- "expandedHeight": 200
- },
- {
- "location": {
- "x": 11570.9,
- "y": 16.572345192592252
- },
- "nodeIndex": "Date Table Setup",
- "size": {
- "height": 300,
- "width": 234
- },
- "zIndex": 1
- },
- {
- "location": {
- "x": 19854.800056087141,
- "y": 54.572345192592252
- },
- "nodeIndex": "Localized Labels",
- "size": {
- "height": 224,
- "width": 234
- },
- "zIndex": 2
- },
- {
- "location": {
- "x": 23000.902862116265,
- "y": 483.90047019259225
- },
- "nodeIndex": "COMPANY",
- "nodeLineageTag": "d4a507c0-3b24-4242-a536-0cca34435194",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 788.11931944598007,
- "y": 596.57234519259225
- },
- "nodeIndex": "Sustainability Account Category",
- "size": {
- "height": 187,
- "width": 254
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 23847.041835472348,
- "y": 929.00807778488365
- },
- "nodeIndex": "Sustainability Accounts",
- "nodeLineageTag": "816fcc93-a534-482d-bf58-a75c40d24465",
- "size": {
- "height": 200,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 23711.836660025674,
- "y": 385.90047019259225
- },
- "nodeIndex": "Sustainability Ledger Entries",
- "nodeLineageTag": "2a0cf939-2176-4b5a-970c-8d0ef8334663",
- "size": {
- "height": 300,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 24423.153507949777,
- "y": 459.68557339753079
- },
- "nodeIndex": "Country/Region",
- "nodeLineageTag": "60f5456e-1b5c-4448-9a86-e4c1970e18f3",
- "size": {
- "height": 152,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 24707.153507949777,
- "y": 459.68557339753079
- },
- "nodeIndex": "Responsibility Centre",
- "nodeLineageTag": "a8623892-be7f-4115-9213-a5a049ea3eef",
- "size": {
- "height": 152,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 24991.153507949777,
- "y": 385.68557339753079
- },
- "nodeIndex": "Sustainability Goals",
- "nodeLineageTag": "da071c77-b29a-499b-a452-91aa43e7f707",
- "size": {
- "height": 300,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 24149.153507949777,
- "y": 405.27066902780842
- },
- "nodeIndex": "Employee Qualifications",
- "nodeLineageTag": "0dff38e4-da38-4481-bce4-10332ddefc77",
- "size": {
- "height": 176,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 23580.770457935083,
- "y": 375.25577980740786
- },
- "nodeIndex": "Employee Ledger Entries",
- "size": {
- "height": 296,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 25418.087305859186,
- "y": 385.18557339753079
- },
- "nodeIndex": "Emission Fees",
- "nodeLineageTag": "3a19b8b1-42d9-483b-8642-4b80854e6852",
- "size": {
- "height": 296,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 25212.119262879936,
- "y": 170.07457222097139
- },
- "nodeIndex": "Employee Absences",
- "nodeLineageTag": "a2fed5db-ebdc-40c8-88e3-9e005cd56347",
- "size": {
- "height": 272,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 24415.165642633827,
- "y": 996.90545476048214
- },
- "nodeIndex": "Sustainability Sub-Account Categories",
- "nodeLineageTag": "69811130-f179-45c5-b874-e277cc1470f4",
- "size": {
- "height": 176,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 24831.281593171891,
- "y": 150.9778527626531
- },
- "nodeIndex": "Employees",
- "nodeLineageTag": "c080803e-a4fd-4a9e-b16d-0c0d3de20837",
- "size": {
- "height": 300,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 25986.087305859186,
- "y": 481.18557339753079
- },
- "nodeIndex": "ENVIRONMENT",
- "nodeLineageTag": "590f8a19-3913-4ba2-b72c-798eaefd2a8d",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 0
- },
- {
- "location": {
- "x": 26270.087305859186,
- "y": 383.18557339753079
- },
- "nodeIndex": "Translated Localized Labels",
- "size": {
- "height": 300,
- "width": 234
- },
- "zIndex": 0
- }
- ],
- "name": "All tables",
- "zoomValue": 78.481855489842161,
- "pinKeyFieldsToTop": false,
- "showExtraHeaderInfo": false,
- "hideKeyFieldsWhenCollapsed": false,
- "tablesLocked": false
- },
- {
- "ordinal": 1,
- "scrollPosition": {
- "x": 0,
- "y": 238.1442166899204
- },
- "nodes": [
- {
- "location": {
- "x": 737,
- "y": 151
- },
- "nodeIndex": "Sustainability Ledger Entries",
- "nodeLineageTag": "2a0cf939-2176-4b5a-970c-8d0ef8334663",
- "size": {
- "height": 200,
- "width": 234
- },
- "zIndex": 2,
- "expandedHeight": 300
- },
- {
- "location": {
- "x": 379,
- "y": 122
- },
- "nodeIndex": "Dimension Sets",
- "nodeLineageTag": "1617752a-65ec-4d0c-b652-07eb46ba12e3",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 3,
- "expandedHeight": 300
- },
- {
- "location": {
- "x": 375,
- "y": 249
- },
- "nodeIndex": "Sustainability Accounts",
- "nodeLineageTag": "816fcc93-a534-482d-bf58-a75c40d24465",
- "size": {
- "height": 213,
- "width": 234
- },
- "zIndex": 6
- },
- {
- "location": {
- "x": 35.480606891312647,
- "y": 363.16020229710421
- },
- "nodeIndex": "Sustainability Account Category",
- "nodeLineageTag": "c3ba4558-e02a-404b-b4a1-a2903520532a",
- "size": {
- "height": 300,
- "width": 234
- },
- "zIndex": 1
- },
- {
- "location": {
- "x": 379,
- "y": 413
- },
- "nodeIndex": "Date",
- "nodeLineageTag": "43a65c75-84cf-4e19-b893-90aa5fbee72b",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 4,
- "expandedHeight": 300
- },
- {
- "location": {
- "x": 373.54037047397151,
- "y": 562.23970585860786
- },
- "nodeIndex": "Responsibility Centre",
- "nodeLineageTag": "a8623892-be7f-4115-9213-a5a049ea3eef",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 7,
- "expandedHeight": 152
- },
- {
- "location": {
- "x": 373.54037047397156,
- "y": 709.97014986792738
- },
- "nodeIndex": "Country/Region",
- "nodeLineageTag": "60f5456e-1b5c-4448-9a86-e4c1970e18f3",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 5,
- "expandedHeight": 152
- },
- {
- "location": {
- "x": 30.325480776993587,
- "y": 42.936817187256324
- },
- "nodeIndex": "Sustainability Sub-Account Categories",
- "nodeLineageTag": "69811130-f179-45c5-b874-e277cc1470f4",
- "size": {
- "height": 228.62362840713604,
- "width": 234
- },
- "zIndex": 8
- }
- ],
- "name": "Sustainability Ledger Entries",
- "zoomValue": 112.11693641406029,
- "pinKeyFieldsToTop": false,
- "showExtraHeaderInfo": false,
- "hideKeyFieldsWhenCollapsed": false,
- "tablesLocked": false
- },
- {
- "ordinal": 2,
- "scrollPosition": {
- "x": 0,
- "y": 0
- },
- "nodes": [
- {
- "location": {
- "x": 73,
- "y": 141
- },
- "nodeIndex": "Employee Qualifications",
- "nodeLineageTag": "0dff38e4-da38-4481-bce4-10332ddefc77",
- "size": {
- "height": 176,
- "width": 234
- },
- "zIndex": 1
- },
- {
- "location": {
- "x": 737,
- "y": 195
- },
- "nodeIndex": "Employee Ledger Entries",
- "nodeLineageTag": "efc44628-dbc3-4b0a-a873-6e698c2b747f",
- "size": {
- "height": 296,
- "width": 234
- },
- "zIndex": 5
- },
- {
- "location": {
- "x": 400,
- "y": 139
- },
- "nodeIndex": "Date",
- "nodeLineageTag": "43a65c75-84cf-4e19-b893-90aa5fbee72b",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 2,
- "expandedHeight": 300
- },
- {
- "location": {
- "x": 394,
- "y": 388
- },
- "nodeIndex": "Dimension Sets",
- "nodeLineageTag": "1617752a-65ec-4d0c-b652-07eb46ba12e3",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 3,
- "expandedHeight": 300
- },
- {
- "location": {
- "x": 393,
- "y": 263
- },
- "nodeIndex": "Employees",
- "nodeLineageTag": "c080803e-a4fd-4a9e-b16d-0c0d3de20837",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 4,
- "expandedHeight": 300
- },
- {
- "location": {
- "x": 74,
- "y": 370
- },
- "nodeIndex": "Employee Absences",
- "nodeLineageTag": "a2fed5db-ebdc-40c8-88e3-9e005cd56347",
- "size": {
- "height": 104,
- "width": 234
- },
- "zIndex": 0,
- "expandedHeight": 296
- }
- ],
- "name": "Employees",
- "zoomValue": 100,
- "pinKeyFieldsToTop": false,
- "showExtraHeaderInfo": false,
- "hideKeyFieldsWhenCollapsed": false,
- "tablesLocked": false
- }
- ],
- "selectedDiagram": "All tables",
- "defaultDiagram": "All tables"
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.pbip b/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.pbip
deleted file mode 100644
index f656cd61ba..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Sustainability app/Sustainability app.pbip
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "$schema": "https://developer.microsoft.com/json-schemas/fabric/pbip/pbipProperties/1.0.0/schema.json",
- "version": "1.0",
- "artifacts": [
- {
- "report": {
- "path": "Sustainability app.Report"
- }
- }
- ],
- "settings": {
- "enableAutoRecovery": true
- }
-}
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/LocProject.json b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/LocProject.json
index 926074bcce..3e904d9716 100644
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/LocProject.json
+++ b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/LocProject.json
@@ -6,12 +6,6 @@
"_LanguageSet.comment": "Find the details at https://dev.azure.com/ceapex/CEINTL/_git/SWSys-Build-XLoc?path=/src/OneBranchPackages/Localization.Languages/Localization.Languages.props",
"LocItems": [
{
- "SourceFile": "src\\Apps\\W1\\PowerBIReports\\Power BI Files\\Translations\\Sustainability app\\SustainabilityApp.en-US.resx",
- "OutputPath": "src\\Apps\\W1\\PowerBIReports\\Power BI Files\\Translations\\Sustainability app\\SustainabilityApp.{Lang}.resx",
- "Languages": "cs-CZ;da-DK;de-AT;de-CH;de-DE;en-AU;en-CA;en-GB;en-NZ;es-ES;es-MX;fi-FI;fr-BE;fr-CA;fr-CH;fr-FR;is-IS;it-CH;it-IT;nb-NO;nl-BE;nl-NL;sv-SE",
- "CopyOption": "UsePlaceholders"
- },
- {
"SourceFile": "src\\Apps\\W1\\PowerBIReports\\Power BI Files\\Translations\\Sales app\\SalesApp.en-US.resx",
"OutputPath": "src\\Apps\\W1\\PowerBIReports\\Power BI Files\\Translations\\Sales app\\SalesApp.{Lang}.resx",
"Languages": "cs-CZ;da-DK;de-AT;de-CH;de-DE;en-AU;en-CA;en-GB;en-NZ;es-ES;es-MX;fi-FI;fr-BE;fr-CA;fr-CH;fr-FR;is-IS;it-CH;it-IT;nb-NO;nl-BE;nl-NL;sv-SE",
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.cs-CZ.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.cs-CZ.resx
deleted file mode 100644
index af5628b569..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.cs-CZ.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Kategorie finančního účtu
- table [table.Name]
-
-
- Popis kategorie finančního účtů
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Kód kategorie účtu udržitelnosti
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Rozsah emisí kategorie účtu udržitelnosti
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Sady dimenzí
- table [table.Name]
-
-
- Globální dimenze 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Globální dimenze 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Zkratka dimenze 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Zkratka dimenze 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Zkratka dimenze 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Zkratka dimenze 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Zkratka dimenze 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Zkratka dimenze 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- ODDĚLENÍ
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Název oddělení
- table [Dimension Sets] column [Department Name]
-
-
- SKUPINAODBĚRATELŮ
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Název skupiny odběratelů
- table [Dimension Sets] column [Customer Group Name]
-
-
- OBLAST
- table [Dimension Sets] column [AREA]
-
-
- Název oblasti
- table [Dimension Sets] column [Area Name]
-
-
- OBCHODNÍSKUPINA
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Název obchodní skupiny
- table [Dimension Sets] column [Business Group Name]
-
-
- PRODEJNÍ KAMPAŇ
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Název prodejní kampaně
- table [Dimension Sets] column [Sales campaign Name]
-
-
- PRODEJCE
- table [Dimension Sets] column [SALESPERSON]
-
-
- Jméno prodejce
- table [Dimension Sets] column [Salesperson Name]
-
-
- Datum
- table [table.Name]
-
-
- Den v týdnu
- table [Date] column [Week Day]
-
-
- Typ dne
- table [Date] column [Day Type]
-
-
- Kalendářní rok
- table [Date] column [Calendar Year]
-
-
- Kalendářní kvartál
- table [Date] column [Calendar Quarter]
-
-
- Rok kalendářního kvartálu
- table [Date] column [Calendar Quarter Year]
-
-
- Kalendářní měsíc
- table [Date] column [Calendar Month]
-
-
- Kalendářní měsíc v roce
- table [Date] column [Calendar Month Year]
-
-
- Kalendářní týden
- table [Date] column [Calendar Week]
-
-
- Kalendářní týden a rok
- table [Date] column [Calendar Week Year]
-
-
- Relativní pozice kalendářního týdne
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Relativní pozice kalendářního měsíce
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Relativní pozice kalendářního kvartálu
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Relativní pozice kalendářního roku
- table [Date] column [Calendar RelativeYearPos]
-
-
- Začátek kalendářního měsíce
- table [Date] column [Calendar StartOfMonth]
-
-
- Konec kalendářního měsíce
- table [Date] column [Calendar EndOfMonth]
-
-
- Začátek kalendářního kvartálu
- table [Date] column [Calendar StartOfQuarter]
-
-
- Konec kalendářního kvartálu
- table [Date] column [Calendar EndOfQuarter]
-
-
- Začátek kalendářního roku
- table [Date] column [Calendar StartOfYear]
-
-
- Konec kalendářního roku
- table [Date] column [Calendar EndOfYear]
-
-
- Kalendářní dny v měsíci
- table [Date] column [Calendar MonthDays]
-
-
- Dny kalendářního kvartálu
- table [Date] column [Calendar QuarterDays]
-
-
- Dny kalendářního roku
- table [Date] column [Calendar YearDays]
-
-
- Číslo dne v kalendářním měsíci
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Číslo dne v kalendářním kvartálu
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Číslo dne v kalendářním roce
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Datum v předchozím kalendářním týdnu
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Datum v předchozím kalendářním měsíci
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Datum v předchozím kalendářním kvartálu
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Datum v předchozím kalendářním roce
- table [Date] column [Calendar DatePreviousYear]
-
-
- Fiskální rok
- table [Date] column [Fiscal Year]
-
-
- Fiskální kvartál
- table [Date] column [Fiscal Quarter]
-
-
- FIskální rok kvartálu
- table [Date] column [Fiscal Quarter Year]
-
-
- Fiskální měsíc
- table [Date] column [Fiscal Month]
-
-
- FIskální rok měsíce
- table [Date] column [Fiscal Month Year]
-
-
- Fiskální týden
- table [Date] column [Fiscal Week]
-
-
- Fiskální týden a rok
- table [Date] column [Fiscal Week Year]
-
-
- Relativní pozice fiskálního týdne
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Relativní pozice fiskálního měsíce
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Relativní pozice fiskálního kvartálu
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Relativní pozice fiskálního roku
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Začátek fiskálního měsíce
- table [Date] column [Fiscal StartOfMonth]
-
-
- Konec fiskálního měsíce
- table [Date] column [Fiscal EndOfMonth]
-
-
- Začátek fiskálního kvartálu
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Konec fiskálního kvartálu
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Začátek fiskálního roku
- table [Date] column [Fiscal StartOfYear]
-
-
- Konec fiskálního roku
- table [Date] column [Fiscal EndOfYear]
-
-
- Dny fiskálního měsíce
- table [Date] column [Fiscal MonthDays]
-
-
- Dny fiskálního kvartálu
- table [Date] column [Fiscal QuarterDays]
-
-
- Dny fiskálního roku
- table [Date] column [Fiscal YearDays]
-
-
- Číslo dne ve fiskálním měsíci
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Číslo dne ve fiskálním kvartálu
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Číslo dne ve fiskálním roce
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Datum v předchozím fiskálním týdnu
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Datum v předchozím fiskálním měsíci
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Datum v předchozím fiskálním kvartálu
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Datum v předchozím fiskálním roce
- table [Date] column [Fiscal DatePreviousYear]
-
-
- Rok FT
- table [Date] column [FW Year]
-
-
- Kvartál FT
- table [Date] column [FW Quarter]
-
-
- Rok kvartálu FT
- table [Date] column [FW Quarter Year]
-
-
- Měsíc FT
- table [Date] column [FW Month]
-
-
- Rok měsíce FT
- table [Date] column [FW Month Year]
-
-
- Týden FT
- table [Date] column [FW Week]
-
-
- Období FT
- table [Date] column [FW Period]
-
-
- Týden a rok FT
- table [Date] column [FW Week Year]
-
-
- Začátek týdne FT
- table [Date] column [FW StartOfWeek]
-
-
- Konec týdne FT
- table [Date] column [FW EndOfWeek]
-
-
- Relativní pozice týdne FT
- table [Date] column [FW RelativeWeekPos]
-
-
- Relativní pozice měsíce FT
- table [Date] column [FW RelativeMonthPos]
-
-
- Relativní pozice kvartálu FT
- table [Date] column [FW RelativeQuarterPos]
-
-
- Relativní pozice roku FT
- table [Date] column [FW RelativeYearPos]
-
-
- Začátek měsíce FT
- table [Date] column [FW StartOfMonth]
-
-
- Konec měsíce FT
- table [Date] column [FW EndOfMonth]
-
-
- Začátek kvartálu FT
- table [Date] column [FW StartOfQuarter]
-
-
- Konec kvartálu FT
- table [Date] column [FW EndOfQuarter]
-
-
- Začátek roku FT
- table [Date] column [FW StartOfYear]
-
-
- Konec roku FT
- table [Date] column [FW EndOfYear]
-
-
- Dny v měsíci FT
- table [Date] column [FW MonthDays]
-
-
- Dny kvartálu FT
- table [Date] column [FW QuarterDays]
-
-
- Dny roku FT
- table [Date] column [FW YearDays]
-
-
- Číslo dne v měsíci FT
- table [Date] column [FW DayOfMonthNumber]
-
-
- Číslo dne v kvartálu FT
- table [Date] column [FW DayOfQuarterNumber]
-
-
- Číslo dne v roce FT
- table [Date] column [FW DayOfYearNumber]
-
-
- Datum v předchozím týdnu FT
- table [Date] column [FW DatePreviousWeek]
-
-
- Datum v předchozím měsíci FT
- table [Date] column [FW DatePreviousMonth]
-
-
- Datum v předchozím kvartálu FT
- table [Date] column [FW DatePreviousQuarter]
-
-
- Datum v předchozím roce FT
- table [Date] column [FW DatePreviousYear]
-
-
- Relativní den
- table [Date] column [Relative Day]
-
-
- Počet dnů
- table [Date] measure [No. of Days]
-
-
- Pracovní dny
- table [Date] measure [Working Days]
-
-
- V rozsahu
- table [Date] measure [Ranged]
-
-
- Fiskální rok-kvartál-měsíc-týden
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Fiskální rok
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- FIskální rok kvartálu
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- FIskální rok měsíce
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Fiskální týden a rok
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Kalendářní rok-kvartál-měsíc-týden
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Kalendářní rok
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Rok kalendářního kvartálu
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Kalendářní měsíc v roce
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Kalendářní týden a rok
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- Rok-kvartál-měsíc-týden FT
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- Rok FT
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- Rok kvartálu FT
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- Rok měsíce FT
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- Týden a rok FT
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Fiskální rok-měsíc
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Fiskální rok
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- FIskální rok měsíce
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Fiskální rok-měsíc-týden
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Fiskální rok
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- FIskální rok měsíce
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Fiskální týden a rok
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Kalendářní rok-měsíc
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Kalendářní rok
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Kalendářní měsíc v roce
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Kalendářní rok-měsíc-týden
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Kalendářní rok
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Kalendářní měsíc v roce
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Kalendářní týden a rok
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- Rok-měsíc-týden FT
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- Rok FT
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- Rok měsíce FT
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- Týden a rok FT
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- Rok-kvartál-týden FT
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- Rok FT
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- Rok kvartálu FT
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- Týden a rok FT
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- Rok-týden FT
- table [Date] hierarchy [FW Year-Week]
-
-
- Rok FT
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- Týden a rok FT
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Můj nadpis sestavy
- table [Localized Labels] measure [My Report Title]
-
-
- Popisek mého tlačítka
- table [Localized Labels] measure [My Button Caption]
-
-
- Název mého vizuálu
- table [Localized Labels] measure [My Visual Title]
-
-
- Neaktivní zaměstnanci
- table [Localized Labels] measure [Inactive Employees]
-
-
- Zaměstnanci, kteří ukončili pracovní poměr
- table [Localized Labels] measure [Terminated Employees]
-
-
- Zaměstnanci ve svazech
- table [Localized Labels] measure [Employees in Unions]
-
-
- Sociální analýza
- table [Localized Labels] measure [Social Analysis]
-
-
- Distribuce podle pohlaví
- table [Localized Labels] measure [Gender Distribution]
-
-
- Distribuce podle věku
- table [Localized Labels] measure [Age Distribution]
-
-
- Kvalifikace zaměstnanců
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realizované emise vs. cílová hodnota
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- Emise CO2e podle rozsahu
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Emise plynu podle kategorie
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realizované emise vs. základní hodnota
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- Emise CO2e vs. základní hodnota
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- Emise CO2e podle účtu
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Voda a odpad podle analýzy
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Voda podle lokace zařízení
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Voda podle kapacity zařízení
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Voda a odpad podle typu
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Intenzita vody a odpadu podle typu
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Intenzita vody a odpadu podle zařízení
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emise podle kategorie a rozsahu
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emise podle kategorie
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emise podle rozsahu
- table [Localized Labels] measure [Emissions by Scope]
-
-
- Analýza CO2e
- table [Localized Labels] measure [CO2e Analysis]
-
-
- Emise CO2e podle kategorie
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Uhlíkový kredit podle měsíce
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- Ekvivalentní emise CO2e podle měsíce a výnosů
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Podrobné procházení položek zaměstnanců
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Položky zaměstnanců
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Položky udržitelnosti
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Podrobné procházení položek udržitelnosti
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Podrobné procházení položek zaměstnanců
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Přehled udržitelnosti
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Analýzy udržitelnosti
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- Emise CO2e podle měsíce
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Analýza rozsahů 1 a 2 podle kategorií za rok
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- Emise CO2e podle oddělení
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Cesta k nulovým emisím uhlíku
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- Emise CO2e podle obchodní skupiny
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Využití obnovitelné energie
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- Emise CO2e v průběhu času
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Chytrá kontrola CO2e
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- Emise CO2e podle globální dimenze jedna
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- Emise CO2e podle globální dimenze dvě
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- Ekvivalentní emise CO2e podle měsíce
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Název společnosti
- table [Localized Labels] measure [Company Name]
-
-
- Naposledy aktualizováno
- table [Localized Labels] measure [Last Refreshed]
-
-
- Propuštění zaměstnanci
- table [Localized Labels] measure [Released Employees]
-
-
- Strom dekompozice CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Klíčové vlivy CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Roční a denní změna vody a odpadu
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Položky udržitelnosti
- table [table.Name]
-
-
- Číslo položky
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Popis
- table [Sustainability Ledger Entries] column [Description]
-
-
- Typ vody
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Typ intenzity vody/odpadu
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Typ dokladu
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- Emise CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- Emise CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Zůstatek emisí CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Zůstatek emisí CO2 do data
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- Emise N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- Emise CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Zůstatek emisí CH4 do data
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Zůstatek emisí CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Intenzita voda
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Intenzita odpadu
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Vypuštěno do vody
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Zůstatek emisí CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Zůstatek emisí CO2e do data
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Zůstatek vypuštění do vody k datu
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Zůstatek vypuštění do vody
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Zůstatek emisí N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Zůstatek emisí N2O do data
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Intenzity odpadu, saldo do data
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Zůstatek intenzity odpadu
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Zůstatek intenzity vody
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Zůstatek intenzity vody k datu
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- Základní hodnota CO2
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- Základní hodnota CH4
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 vs. základní hodnota (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- Základní hodnota N2O
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O vs. základní hodnota (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 vs. základní hodnota (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Základní hodnota vody
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Základní hodnota odpadu
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Voda vs. základní hodnota (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Odpad vs. základní hodnota (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- Základní hodnota CO2e
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e vs. základní hodnota (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Zakoupené uhlíkové kredity
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Základní hodnota vypuštění do vody
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Vypuštění do vody vs. základní hodnota (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- Emise CO2e (bez kreditů)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Intenzity voda PR
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Intenzita vody MR
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Intenzita odpadu PR
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Intenzita odpadu MR
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Vypuštěno do vody PR
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Vypuštěno do vody MR
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Vypuštěno do vody VD
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Intenzita odpadu VD
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Intenzity voda VD
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Intenzita vody MZD
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Intenzita odpadu MZD
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Vypuštěno do vody MZD
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Základní odkaz
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Odkaz na položky udržitelnosti
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Dostupná voda
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Účty udržitelnosti
- table [table.Name]
-
-
- Číslo účtu udržitelnosti
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Název účtu udržitelnosti
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Země/oblast
- table [table.Name]
-
-
- Kód země/oblasti
- table [Country/Region] column [Country Region Code]
-
-
- Název země/oblasti
- table [Country/Region] column [Country Region Name]
-
-
- Centrum odpovědnosti
- table [table.Name]
-
-
- Kód centra odpovědnosti
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Název centra odpovědnosti
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Kapacita zařízení
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Cíle udržitelnosti
- table [table.Name]
-
-
- Číslo přehledu výkonnostních metrik
- table [Sustainability Goals] column [Score Card No.]
-
-
- Č.
- table [Sustainability Goals] column [No.]
-
-
- Název
- table [Sustainability Goals] column [Name]
-
-
- Vlastník
- table [Sustainability Goals] column [Owner]
-
-
- Cílová hodnota pro CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Cílová hodnota pro CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Cílová hodnota pro N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Cílová hodnota pro intenzitu vody
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Cílová hodnota pro intenzitu odpadu
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Hlavní cíl
- table [Sustainability Goals] column [Main Goal]
-
-
- Počáteční datum
- table [Sustainability Goals] column [Start Date]
-
-
- Koncové datum
- table [Sustainability Goals] column [End Date]
-
-
- Základní počáteční datum
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Základní koncové datum
- table [Sustainability Goals] column [Baseline End Date]
-
-
- Cílová hodnota CO2
- table [Sustainability Goals] measure [CO2 Target]
-
-
- Realizovaná hodnota CO2 (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- Cílová hodnota CH4
- table [Sustainability Goals] measure [CH4 Target]
-
-
- Cílová hodnota N2O
- table [Sustainability Goals] measure [N2O Target]
-
-
- Realizovaná hodnota CH4 (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- Realizovaná hodnota N2O (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Cílová hodnota vody
- table [Sustainability Goals] measure [Water Target]
-
-
- Cílová hodnota odpadu
- table [Sustainability Goals] measure [Waste Target]
-
-
- Realizovaná hodnota vody (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Realizovaná hodnota odpadu (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- Realizovaný hodnota CO2e (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Aktuální hodnota CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Aktuální hodnota CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Aktuální hodnota N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Aktuální hodnota CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Aktuální hodnota vody
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Aktuální hodnota odpadu
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Položky zaměstnanců
- table [table.Name]
-
-
- Číslo položky
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Typ dokladu
- table [Employee Ledger Entries] column [Document Type]
-
-
- Číslo dokladu
- table [Employee Ledger Entries] column [Document No.]
-
-
- Popis
- table [Employee Ledger Entries] column [Description]
-
-
- Částka zaměstnance
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Odkaz na položky zaměstnanců
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Kvalifikace zaměstnance
- table [table.Name]
-
-
- Kódy kvalifikace zaměstnanců
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Kvalifikace zaměstnance
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Emisní poplatky
- table [table.Name]
-
-
- Typ emise
- table [Emission Fees] column [Emission Type]
-
-
- Typ rozsahu
- table [Emission Fees] column [Scope Type]
-
-
- Počáteční datum
- table [Emission Fees] column [Starting Date]
-
-
- Koncové datum
- table [Emission Fees] column [Ending Date]
-
-
- Kód země/oblasti
- table [Emission Fees] column [Country Region Code]
-
-
- Centrum odpovědnosti
- table [Emission Fees] column [Responsibility Centre]
-
-
- Poplatek za uhlík
- table [Emission Fees] column [Carbon Fee]
-
-
- Faktor ekvivalentu uhlíku
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- Cílové CO2e
- table [Emission Fees] measure [CO2e Target]
-
-
- Ekvivalent uhlíku CO2
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- Ekvivalent uhlíku CH4
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- Ekvivalent uhlíku N2O
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Absence zaměstnanců
- table [table.Name]
-
-
- Číslo položky
- table [Employee Absences] column [Entry No]
-
-
- Od data
- table [Employee Absences] column [From Date]
-
-
- Do data
- table [Employee Absences] column [To Date]
-
-
- Důvod absence
- table [Employee Absences] column [Cause of Absence]
-
-
- Popis
- table [Employee Absences] column [Description]
-
-
- Absence zaměstnanců
- table [Employee Absences] measure [Employee Absences]
-
-
- Doba absence (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Kategorie podúčtu udržitelnosti
- table [table.Name]
-
-
- Kód podkategorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Popis podkategorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Obnovitelná energie
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Zaměstnanci
- table [table.Name]
-
-
- Číslo zaměstnance
- table [Employees] column [Employee No.]
-
-
- Celé jméno zaměstnance
- table [Employees] column [Employee Full Name]
-
-
- Křestní jméno zaměstnance
- table [Employees] column [Employee First Name]
-
-
- Příjmení zaměstnance
- table [Employees] column [Employee Last Name]
-
-
- Pohlaví zaměstnance
- table [Employees] column [Employee Gender]
-
-
- Kód svazu zaměstnance
- table [Employees] column [Employee Union Code]
-
-
- Stav zaměstnance
- table [Employees] column [Employee Status]
-
-
- Důvod pasivity zaměstnance
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Datum pasivity zaměstnance
- table [Employees] column [Employee Inactive Date]
-
-
- Důvody ukončení zaměstnance
- table [Employees] column [Employee Grounds for Termination]
-
-
- Datum narození zaměstnance
- table [Employees] column [Employee Date of Birth]
-
-
- Věk
- table [Employees] column [Age]
-
-
- Distribuce podle věku
- table [Employees] column [Age Distribution]
-
-
- Počet zaměstnanců
- table [Employees] measure [No. of Employees]
-
-
- Počet zaměstnanců mužského pohlaví
- table [Employees] measure [No. of Male Employees]
-
-
- Počet zaměstnanců ženského pohlaví
- table [Employees] measure [No. of Female Employees]
-
-
- Počet ostatních zaměstnanců
- table [Employees] measure [No. of Other Employees]
-
-
- Zaměstnanci mužského pohlaví (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Zaměstnanci ženského pohlaví (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Ostatní zaměstnanci (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Aktivní zaměstnanci
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.da-DK.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.da-DK.resx
deleted file mode 100644
index 36e55b7fc7..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.da-DK.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Finanskontokategori
- table [table.Name]
-
-
- Beskrivelse af finanskontokategori
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Kategorikode for bæredygtighedskonto
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Udledningsomfang af kategorien for bæredygtighedskontoen
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimensionsgrupper
- table [table.Name]
-
-
- Global dimension 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Global dimension 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Genvejsdimension 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Genvejsdimension 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Genvejsdimension 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Genvejsdimension 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Genvejsdimension 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Genvejsdimension 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- AFDELING
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Afdelingsnavn
- table [Dimension Sets] column [Department Name]
-
-
- DEBITORGRUPPE
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Navn på debitorgruppe
- table [Dimension Sets] column [Customer Group Name]
-
-
- OMRÅDE
- table [Dimension Sets] column [AREA]
-
-
- Områdenavn
- table [Dimension Sets] column [Area Name]
-
-
- FORRETNINGSGRUPPE
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Navn på virksomhedsgruppe
- table [Dimension Sets] column [Business Group Name]
-
-
- SALGSKAMPAGNE
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Salgskampagnenavn
- table [Dimension Sets] column [Sales campaign Name]
-
-
- SÆLGER
- table [Dimension Sets] column [SALESPERSON]
-
-
- Sælgernavn
- table [Dimension Sets] column [Salesperson Name]
-
-
- Dato
- table [table.Name]
-
-
- Ugedag
- table [Date] column [Week Day]
-
-
- Dagtype
- table [Date] column [Day Type]
-
-
- Kalender År
- table [Date] column [Calendar Year]
-
-
- Kalenderkvartal
- table [Date] column [Calendar Quarter]
-
-
- Kalender Kvartal År
- table [Date] column [Calendar Quarter Year]
-
-
- Kalendermåned
- table [Date] column [Calendar Month]
-
-
- Kalender Måned År
- table [Date] column [Calendar Month Year]
-
-
- Kalenderuge
- table [Date] column [Calendar Week]
-
-
- Kalender Uge år
- table [Date] column [Calendar Week Year]
-
-
- Kalender RelativUgePosition
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Kalender RelativMånedsPosition
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Kalender RelativKvartalsPosition
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Kalender RelativÅrsPosition
- table [Date] column [Calendar RelativeYearPos]
-
-
- Kalender StartPåMåned
- table [Date] column [Calendar StartOfMonth]
-
-
- Kalender SlutPåMåned
- table [Date] column [Calendar EndOfMonth]
-
-
- Kalender StartPåKvartal
- table [Date] column [Calendar StartOfQuarter]
-
-
- Kalender SlutPåKvartal
- table [Date] column [Calendar EndOfQuarter]
-
-
- Kalender StartPåÅr
- table [Date] column [Calendar StartOfYear]
-
-
- Kalender SlutPåÅr
- table [Date] column [Calendar EndOfYear]
-
-
- Kalender MånedDage
- table [Date] column [Calendar MonthDays]
-
-
- Kalender KvartalsDage
- table [Date] column [Calendar QuarterDays]
-
-
- Kalender ÅrDage
- table [Date] column [Calendar YearDays]
-
-
- Kalender NummerPåDagIMåned
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Kalender NummerPåDagIKvartal
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Kalender NummerPåDagIÅr
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Kalender DatoForrigeUge
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Kalender DatoForrigeMåned
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Kalender DatoForrigeKvartal
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Kalender DatoForrigeÅr
- table [Date] column [Calendar DatePreviousYear]
-
-
- Regnskabsår
- table [Date] column [Fiscal Year]
-
-
- Regnskabskvartal
- table [Date] column [Fiscal Quarter]
-
-
- Regnskab Kvartal År
- table [Date] column [Fiscal Quarter Year]
-
-
- Regnskabsmåned
- table [Date] column [Fiscal Month]
-
-
- Regnskab Måned År
- table [Date] column [Fiscal Month Year]
-
-
- Regnskabsuge
- table [Date] column [Fiscal Week]
-
-
- Regnskab Uge År
- table [Date] column [Fiscal Week Year]
-
-
- Regnskab RelativUgePosition
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Regnskab RelativMånedsPosition
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Regnskab RelativKvartalsPosition
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Regnskab RelativÅrsPosition
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Regnskab StartPåMåned
- table [Date] column [Fiscal StartOfMonth]
-
-
- Regnskab SlutPåMåned
- table [Date] column [Fiscal EndOfMonth]
-
-
- Regnskab StartPåKvartal
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Regnskab SlutPåKvartal
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Regnskab StartPåÅr
- table [Date] column [Fiscal StartOfYear]
-
-
- Regnskab SlutPåÅr
- table [Date] column [Fiscal EndOfYear]
-
-
- Regnskab MånedsDage
- table [Date] column [Fiscal MonthDays]
-
-
- Regnskab KvartalsDage
- table [Date] column [Fiscal QuarterDays]
-
-
- Regnskabsår Dage
- table [Date] column [Fiscal YearDays]
-
-
- Regnskab NummerPåDagIMåned
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Regnskab NummerPåDagIKvartal
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Regnskab NummerPåDagiÅr
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Regnskab DatoForrigeUge
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Regnskab DatoForrigeMåned
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Regnskab DatoForrigeKvartal
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Regnskab DatoForrigeÅr
- table [Date] column [Fiscal DatePreviousYear]
-
-
- RU År
- table [Date] column [FW Year]
-
-
- RU Kvartal
- table [Date] column [FW Quarter]
-
-
- RU Kvartal År
- table [Date] column [FW Quarter Year]
-
-
- RU Måned
- table [Date] column [FW Month]
-
-
- RU Måned år
- table [Date] column [FW Month Year]
-
-
- RU Uge
- table [Date] column [FW Week]
-
-
- RU Periode
- table [Date] column [FW Period]
-
-
- RU Uge År
- table [Date] column [FW Week Year]
-
-
- RU StartPåUge
- table [Date] column [FW StartOfWeek]
-
-
- RU SlutPåUge
- table [Date] column [FW EndOfWeek]
-
-
- RU RelativUgesPosition
- table [Date] column [FW RelativeWeekPos]
-
-
- RU RelativMånedsPosition
- table [Date] column [FW RelativeMonthPos]
-
-
- RU RelativKvartalsPosition
- table [Date] column [FW RelativeQuarterPos]
-
-
- RU RelativÅrsPosition
- table [Date] column [FW RelativeYearPos]
-
-
- RU StartPåMåned
- table [Date] column [FW StartOfMonth]
-
-
- RU SlutPåMåned
- table [Date] column [FW EndOfMonth]
-
-
- RU StartPåKvartal
- table [Date] column [FW StartOfQuarter]
-
-
- RU SlutPåKvartal
- table [Date] column [FW EndOfQuarter]
-
-
- RU StartPåÅr
- table [Date] column [FW StartOfYear]
-
-
- RU SlutPåÅr
- table [Date] column [FW EndOfYear]
-
-
- RU MånedDage
- table [Date] column [FW MonthDays]
-
-
- RU KvartalDage
- table [Date] column [FW QuarterDays]
-
-
- RU ÅrDage
- table [Date] column [FW YearDays]
-
-
- RU NummerPåDagIMåned
- table [Date] column [FW DayOfMonthNumber]
-
-
- RU NummerPåDagIKvartal
- table [Date] column [FW DayOfQuarterNumber]
-
-
- RU NummerPåDagiÅr
- table [Date] column [FW DayOfYearNumber]
-
-
- RU DatoForrigeUge
- table [Date] column [FW DatePreviousWeek]
-
-
- RU DatoForrigeMåned
- table [Date] column [FW DatePreviousMonth]
-
-
- RU DatoForrigeKvartal
- table [Date] column [FW DatePreviousQuarter]
-
-
- RU DatoForrigeÅr
- table [Date] column [FW DatePreviousYear]
-
-
- Relativ dag
- table [Date] column [Relative Day]
-
-
- Antal dage
- table [Date] measure [No. of Days]
-
-
- Arbejdsdage
- table [Date] measure [Working Days]
-
-
- Rangeret
- table [Date] measure [Ranged]
-
-
- Regnskab År-Kvartal-Måned-Uge
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Regnskabsår
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Regnskab Kvartal År
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Regnskab Måned År
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Regnskab Uge År
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Kalender År-Kvartal-Måned-Uge
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Kalender År
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Kalender Kvartal År
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Kalender Måned År
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Kalender Uge år
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- RU År-Kvartal-Måned-Uge
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- RU År
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- RU Kvartal År
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- RU Måned år
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- RU Uge År
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Regnskab År-Måned
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Regnskabsår
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Regnskab Måned År
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Regnskabsår-Måned-Uge
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Regnskabsår
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Regnskab Måned År
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Regnskab Uge År
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Kalender År-måned
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Kalender År
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Kalender Måned År
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Kalender År-måned-uge
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Kalender År
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Kalender Måned År
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Kalender Uge år
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- RU År-Måned-Uge
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- RU År
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- RU Måned år
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- RU Uge År
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- RU År-Kvartal-Uge
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- RU År
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- RU Kvartal År
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- RU Uge År
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- RU År-Uge
- table [Date] hierarchy [FW Year-Week]
-
-
- RU År
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- RU Uge År
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Min rapporttitel
- table [Localized Labels] measure [My Report Title]
-
-
- Min knaptitel
- table [Localized Labels] measure [My Button Caption]
-
-
- Min visuelle titel
- table [Localized Labels] measure [My Visual Title]
-
-
- Inaktive medarbejdere
- table [Localized Labels] measure [Inactive Employees]
-
-
- Opsagte medarbejdere
- table [Localized Labels] measure [Terminated Employees]
-
-
- Medarbejdere i fagforeninger
- table [Localized Labels] measure [Employees in Unions]
-
-
- Social analyse
- table [Localized Labels] measure [Social Analysis]
-
-
- Distribution af køn
- table [Localized Labels] measure [Gender Distribution]
-
-
- Aldersfordeling
- table [Localized Labels] measure [Age Distribution]
-
-
- Medarbejderkvalifikationer
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realiserede udledninger vs mål
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e-udledninger efter omfang
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gasudledninger efter kategori
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realiserede udledninger vs grundlinje
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e-udledninger vs grundlinje
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e-udledninger efter konto
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Vand- og affaldsanalyse
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Vand efter lokaleplacering
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Vand efter lokalekapacitet
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Vand og affald efter type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Vand- og affaldsintensitet efter type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Vand- og affaldsintensitet efter anlæg
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Udledninger efter kategori og omfang
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Udledninger efter kategori
- table [Localized Labels] measure [Emissions by Category]
-
-
- Udledninger efter omfang
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e-analyse
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e-udledning pr. kategori
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- CO2-kredit efter måned
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e-ækvivalente udledninger efter måned og indtægt
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Detaljeudledning af medarbejderposter
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Medarbejderposter
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Finansposter for bæredygtighed
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Detaljeudledning af finansposter for bæredygtighed
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Detaljeudledning af medarbejderfinansposter
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Bæredygtighedsoversigt
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Bæredygtighedsanalyse
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e-udledninger pr. måned
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Omfang 1 og 2 Analyse efter kategorier pr. år
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e-udledninger efter afdeling
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Rejsen til netto-nul CO2
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e-udledninger efter virksomhedsgruppe
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Forbrug af vedvarende energi
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e-udledninger over tid
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- CO2e Smart anmeldelse
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e-emissioner efter global dimension et
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e-emissioner efter global dimension to
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e-ækvivalente udledninger pr. måned
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Virksomhedsnavn
- table [Localized Labels] measure [Company Name]
-
-
- Sidst opdateret
- table [Localized Labels] measure [Last Refreshed]
-
-
- Frigivne medarbejdere
- table [Localized Labels] measure [Released Employees]
-
-
- CO2e-dekompositionstræ
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- CO2e-nøglepåvirkninger
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Vand og affald årligt og dagligt skift
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Finansposter for bæredygtighed
- table [table.Name]
-
-
- Løbenr.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Beskrivelse
- table [Sustainability Ledger Entries] column [Description]
-
-
- Vandtype
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Vand/affaldsintensitetstype
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Dokumenttype
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2-udledninger
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4-udledninger
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- CO2-udledningssaldo
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- CO2-udledningssaldo til dato
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O-udledninger
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e-udledninger
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- CH4-udledningssaldo til dato
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- CH4-udledningssaldo
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Vandintensitet
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Affaldsintensitet
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Udledt i vand
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- CO2e-udledningssaldo
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- CO2e-udledningssaldo til dato
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Udledt i vandsaldo efter dato
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Udledt i vandsaldo
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- N2O-udledningssaldo
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- N2O-udledningssaldo til dato
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Affaldsintensitetssaldo pr. dato
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Affaldsintensitetssaldo
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Saldo af vandintensitet
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Vandintensitetssaldo til dato
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2-grundlag
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4-grundlag
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 i forhold til grundlinje (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O-grundlag
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O i forhold til grundlinje (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 i forhold til grundlinje (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Vandgrundlinje
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Grundlinje for affald
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Vand vs. grundlinje (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Affald vs. grundlinje (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e-grundlinje
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e vs grundlinje (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Købte CO2-kreditter
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Udledt i vand basis
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Udledt i vand versus basis (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e-udledninger (ekskl. kreditter)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Vandintensitet FÅ
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Vandintensitet ÅOÅ
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Affaldsintensitet FÅ
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Affaldsintensitet ÅOÅ
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Udledt i vand FÅ
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Udledt i vand ÅOÅ
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Udledt i vand YD
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Affaldsintensitet YD
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Vandintensitet YD
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Vandintensitet DOD
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Affaldsintensitet DOD
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Udledt i vand DOD
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Basislink
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Link til finansposter for bæredygtighed
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Vand til rådighed
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Bæredygtighedskonti
- table [table.Name]
-
-
- Bæredygtighedskontonr.
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Bæredygtighedskontonavn
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Land/område
- table [table.Name]
-
-
- Kode for land/område og region
- table [Country/Region] column [Country Region Code]
-
-
- Lande/områdenavn
- table [Country/Region] column [Country Region Name]
-
-
- -ansvarscenter
- table [table.Name]
-
-
- Ansvarscenterkode
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Navn på ansvarscenter
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Lokalekapacitet
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Bæredygtighedsmål
- table [table.Name]
-
-
- Scorecardnr.
- table [Sustainability Goals] column [Score Card No.]
-
-
- Nr.
- table [Sustainability Goals] column [No.]
-
-
- Navn
- table [Sustainability Goals] column [Name]
-
-
- Ejer
- table [Sustainability Goals] column [Owner]
-
-
- Målværdi for CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Målværdi for CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Målværdi for N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Målværdi for vandintensitet
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Målværdi for affaldsintensitet
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Hovedmål
- table [Sustainability Goals] column [Main Goal]
-
-
- Startdato
- table [Sustainability Goals] column [Start Date]
-
-
- Slutdato
- table [Sustainability Goals] column [End Date]
-
-
- Startdato for grundlinje
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Oprindelig slutdato
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2-mål
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 realiseret (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4-mål
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O-mål
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 realiseret (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O realiseret (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Vandmål
- table [Sustainability Goals] measure [Water Target]
-
-
- Affaldsmål
- table [Sustainability Goals] measure [Waste Target]
-
-
- Realiseret vand (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Realiseret spild (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e realiseret (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Aktuel CO2-værdi
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Aktuel CH4-værdi
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Aktuel N2O-værdi
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Aktuel CO2e-værdi
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Aktuel værdi for vand
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Aktuel værdi for affald
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Medarbejderposter
- table [table.Name]
-
-
- Løbenr.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Dokumenttype
- table [Employee Ledger Entries] column [Document Type]
-
-
- Dokumentnr.
- table [Employee Ledger Entries] column [Document No.]
-
-
- Beskrivelse
- table [Employee Ledger Entries] column [Description]
-
-
- Medarbejderantal
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Link til medarbejderfinansposter
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Medarbejderkvalifikationer
- table [table.Name]
-
-
- Medarbejderkvalifikationskoder
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Medarbejderkvalifikationer
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Udledningsafgifter
- table [table.Name]
-
-
- Udledningstype
- table [Emission Fees] column [Emission Type]
-
-
- Omfangstype
- table [Emission Fees] column [Scope Type]
-
-
- Startdato
- table [Emission Fees] column [Starting Date]
-
-
- Afslutningsdato
- table [Emission Fees] column [Ending Date]
-
-
- Kode for land/område og region
- table [Emission Fees] column [Country Region Code]
-
-
- -ansvarscenter
- table [Emission Fees] column [Responsibility Centre]
-
-
- CO2-gebyr
- table [Emission Fees] column [Carbon Fee]
-
-
- CO2-ækvivalentfaktor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e-mål
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2 kulstofækvivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4 kulstofækvivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O kulstofækvivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Medarbejderfravær
- table [table.Name]
-
-
- Løbenr.
- table [Employee Absences] column [Entry No]
-
-
- Fra dato
- table [Employee Absences] column [From Date]
-
-
- Til dato
- table [Employee Absences] column [To Date]
-
-
- Fraværsårsag
- table [Employee Absences] column [Cause of Absence]
-
-
- Beskrivelse
- table [Employee Absences] column [Description]
-
-
- Medarbejderfravær
- table [Employee Absences] measure [Employee Absences]
-
-
- Fraværstimer (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Kategorier af bæredygtigheds underkonto
- table [table.Name]
-
-
- Underkategorikode
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Beskrivelse af underkategori
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Vedvarende energi
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Medarbejdere
- table [table.Name]
-
-
- Medarbejdernr.
- table [Employees] column [Employee No.]
-
-
- Medarbejderens fulde navn
- table [Employees] column [Employee Full Name]
-
-
- Medarbejderens fornavn
- table [Employees] column [Employee First Name]
-
-
- Medarbejderens efternavn
- table [Employees] column [Employee Last Name]
-
-
- Medarbejderens køn
- table [Employees] column [Employee Gender]
-
-
- Medarbejders fagforeningskode
- table [Employees] column [Employee Union Code]
-
-
- Medarbejderstatus
- table [Employees] column [Employee Status]
-
-
- Årsag til medarbejders inaktivitet
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Medarbejders inaktivitetsdato
- table [Employees] column [Employee Inactive Date]
-
-
- Medarbejders fratrædelsesårsag
- table [Employees] column [Employee Grounds for Termination]
-
-
- Medarbejderens fødselsdato
- table [Employees] column [Employee Date of Birth]
-
-
- Alder
- table [Employees] column [Age]
-
-
- Aldersfordeling
- table [Employees] column [Age Distribution]
-
-
- Antal ansatte
- table [Employees] measure [No. of Employees]
-
-
- Antal mandlige ansatte
- table [Employees] measure [No. of Male Employees]
-
-
- Antal kvindelige ansatte
- table [Employees] measure [No. of Female Employees]
-
-
- Antal andre ansatte
- table [Employees] measure [No. of Other Employees]
-
-
- Mandlige medarbejdere (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Kvindelige medarbejdere (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Andre ansatte (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Aktive medarbejdere
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.de-AT.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.de-AT.resx
deleted file mode 100644
index d90ebdfbfd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.de-AT.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Sachkontokategorie
- table [table.Name]
-
-
- Beschreibung der Sachk.-Kategorie
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Nachhaltigkeitskontokategorie-Code
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Nachhaltigkeitskontokategorie – Emissionsumfang
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimensionssätze
- table [table.Name]
-
-
- Globale Dimension 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Globale Dimension 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Shortcutdimension 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Shortcutdimension 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Shortcutdimension 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Shortcutdimension 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Shortcutdimension 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Shortcutdimension 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- ABTEILUNG
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Abteilungsname
- table [Dimension Sets] column [Department Name]
-
-
- DEBITORENGRUPPE
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Name der Debitorengruppe
- table [Dimension Sets] column [Customer Group Name]
-
-
- BEREICH
- table [Dimension Sets] column [AREA]
-
-
- Bereichsname
- table [Dimension Sets] column [Area Name]
-
-
- UNTERNEHMENSGRUPPE
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Name der Unternehmensgruppe
- table [Dimension Sets] column [Business Group Name]
-
-
- VERKAUFSKAMPAGNE
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Name der Verkaufskampagne
- table [Dimension Sets] column [Sales campaign Name]
-
-
- VERKÄUFER
- table [Dimension Sets] column [SALESPERSON]
-
-
- Verkäufername
- table [Dimension Sets] column [Salesperson Name]
-
-
- Datum
- table [table.Name]
-
-
- Woche Tag
- table [Date] column [Week Day]
-
-
- Tagestyp
- table [Date] column [Day Type]
-
-
- Kalender Jahr
- table [Date] column [Calendar Year]
-
-
- Kalenderquartal
- table [Date] column [Calendar Quarter]
-
-
- Kalender Quartal Jahr
- table [Date] column [Calendar Quarter Year]
-
-
- Kalendermonat
- table [Date] column [Calendar Month]
-
-
- Kalender Monat Jahr
- table [Date] column [Calendar Month Year]
-
-
- Kalender Woche
- table [Date] column [Calendar Week]
-
-
- Kalender Woche Jahr
- table [Date] column [Calendar Week Year]
-
-
- Kalender RelativeWochenPos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Kalender RelativeMonatsPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Kalender RelativeQuartalsPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Kalender RelativeJahresPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Kalender BeginnDesMonats
- table [Date] column [Calendar StartOfMonth]
-
-
- Kalender EndeDesMonats
- table [Date] column [Calendar EndOfMonth]
-
-
- Kalender BeginnDesQuartals
- table [Date] column [Calendar StartOfQuarter]
-
-
- Kalender EndeDesQuartals
- table [Date] column [Calendar EndOfQuarter]
-
-
- Kalender BeginnDesJahres
- table [Date] column [Calendar StartOfYear]
-
-
- Kalender EndeDesJahres
- table [Date] column [Calendar EndOfYear]
-
-
- Kalender MonatTage
- table [Date] column [Calendar MonthDays]
-
-
- Kalender QuartalTage
- table [Date] column [Calendar QuarterDays]
-
-
- Kalender JahrTage
- table [Date] column [Calendar YearDays]
-
-
- Kalender TagDesMonatsZahl
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Kalender TagDesQuartalsZahl
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Kalender TagDesJahresZahl
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Kalender DatumVorigeWoche
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Kalender DatumVorigerMonat
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Kalender DatumVorigesQuartal
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Kalender DatumVorigesJahr
- table [Date] column [Calendar DatePreviousYear]
-
-
- Geschäftlich Jahr
- table [Date] column [Fiscal Year]
-
-
- Geschäftsquartal
- table [Date] column [Fiscal Quarter]
-
-
- Geschäftlich Quartal Jahr
- table [Date] column [Fiscal Quarter Year]
-
-
- Geschäftlich Monat
- table [Date] column [Fiscal Month]
-
-
- Geschäftlich Monat Jahr
- table [Date] column [Fiscal Month Year]
-
-
- Geschäftswoche
- table [Date] column [Fiscal Week]
-
-
- Geschäftlich Woche Jahr
- table [Date] column [Fiscal Week Year]
-
-
- Geschäftlich RelativeWochenPos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Geschäftlich RelativeMonatsPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Geschäftlich RelativeQuartalsPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Geschäftlich RelativeJahresPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Geschäftlich BeginnDesMonats
- table [Date] column [Fiscal StartOfMonth]
-
-
- Geschäftlich EndeDesMonats
- table [Date] column [Fiscal EndOfMonth]
-
-
- Geschäftlich BeginnDesQuartals
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Geschäftlich EndeDesQuartals
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Geschäftlich BeginnDesJahres
- table [Date] column [Fiscal StartOfYear]
-
-
- Geschäftlich EndeDesJahres
- table [Date] column [Fiscal EndOfYear]
-
-
- Geschäftlich MonatTage
- table [Date] column [Fiscal MonthDays]
-
-
- Geschäftlich QuartalTage
- table [Date] column [Fiscal QuarterDays]
-
-
- Geschäftlich JahrTage
- table [Date] column [Fiscal YearDays]
-
-
- Geschäftlich TagDesMonatsZahl
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Geschäftlich TagDesQuartalsZahl
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Geschäftlich TagDesJahresZahl
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Geschäftlich DatumVorigeWoche
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Geschäftlich DatumVorigerMonat
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Geschäftlich DatumVorigesQuartal
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Geschäftlich DatumVorigesJahr
- table [Date] column [Fiscal DatePreviousYear]
-
-
- GW Jahr
- table [Date] column [FW Year]
-
-
- GW Quartal
- table [Date] column [FW Quarter]
-
-
- GW Quartal Jahr
- table [Date] column [FW Quarter Year]
-
-
- GW Monat
- table [Date] column [FW Month]
-
-
- GW Monat Jahr
- table [Date] column [FW Month Year]
-
-
- GW Woche
- table [Date] column [FW Week]
-
-
- GW Periode
- table [Date] column [FW Period]
-
-
- GW Woche Jahr
- table [Date] column [FW Week Year]
-
-
- GW BeginnDerWoche
- table [Date] column [FW StartOfWeek]
-
-
- GW EndeDerWoche
- table [Date] column [FW EndOfWeek]
-
-
- GW RelativeWochenPos
- table [Date] column [FW RelativeWeekPos]
-
-
- GW RelativeMonatsPos
- table [Date] column [FW RelativeMonthPos]
-
-
- GW RelativeQuartalsPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- GW RelativeJahresPos
- table [Date] column [FW RelativeYearPos]
-
-
- GW BeginnDesMonats
- table [Date] column [FW StartOfMonth]
-
-
- GW EndeDesMonats
- table [Date] column [FW EndOfMonth]
-
-
- GW BeginnDesQuartals
- table [Date] column [FW StartOfQuarter]
-
-
- GW EndeDesQuartals
- table [Date] column [FW EndOfQuarter]
-
-
- GW BeginnDesJahres
- table [Date] column [FW StartOfYear]
-
-
- GW EndeDesJahres
- table [Date] column [FW EndOfYear]
-
-
- GW MonatTage
- table [Date] column [FW MonthDays]
-
-
- GW QuartalTage
- table [Date] column [FW QuarterDays]
-
-
- GW JahrTage
- table [Date] column [FW YearDays]
-
-
- GW TagDesMonatsZahl
- table [Date] column [FW DayOfMonthNumber]
-
-
- GW TagDesQuartalsZahl
- table [Date] column [FW DayOfQuarterNumber]
-
-
- GW TagDesJahresZahl
- table [Date] column [FW DayOfYearNumber]
-
-
- GW DatumVorigeWoche
- table [Date] column [FW DatePreviousWeek]
-
-
- GW DatumVorigerMonat
- table [Date] column [FW DatePreviousMonth]
-
-
- GW DatumVorigesQuartal
- table [Date] column [FW DatePreviousQuarter]
-
-
- GW DatumVorigesJahr
- table [Date] column [FW DatePreviousYear]
-
-
- Relativ Tag
- table [Date] column [Relative Day]
-
-
- Anzahl der Tage
- table [Date] measure [No. of Days]
-
-
- Arbeitstage
- table [Date] measure [Working Days]
-
-
- Bereich
- table [Date] measure [Ranged]
-
-
- Geschäftlich Jahr-Quartal-Monat-Woche
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Geschäftlich Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Geschäftlich Quartal Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Geschäftlich Monat Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Geschäftlich Woche Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Kalender Jahr-Quartal-Monat-Woche
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Kalender Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Kalender Quartal Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Kalender Monat Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Kalender Woche Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- GW Jahr-Quartal-Monat-Woche
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- GW Quartal Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- GW Monat Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Geschäftlich Jahr-Monat
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Geschäftlich Jahr
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Geschäftlich Monat Jahr
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Geschäftlich Jahr-Monat-Woche
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Geschäftlich Jahr
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Geschäftlich Monat Jahr
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Geschäftlich Woche Jahr
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Kalender Jahr-Monat
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Kalender Jahr
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Kalender Monat Jahr
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Kalender Jahr-Monat-Woche
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Kalender Jahr
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Kalender Monat Jahr
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Kalender Woche Jahr
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- GW Jahr-Monat-Woche
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- GW Monat Jahr
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- GW Jahr-Quartal-Woche
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- GW Quartal Jahr
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- GW Jahr-Woche
- table [Date] hierarchy [FW Year-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Titel meines Berichts
- table [Localized Labels] measure [My Report Title]
-
-
- Beschriftung Meine Schaltfläche
- table [Localized Labels] measure [My Button Caption]
-
-
- Titel meines Visuals
- table [Localized Labels] measure [My Visual Title]
-
-
- Inaktive Mitarbeiter
- table [Localized Labels] measure [Inactive Employees]
-
-
- Gekündigte Mitarbeiter
- table [Localized Labels] measure [Terminated Employees]
-
-
- Mitarbeiter in Gewerkschaften
- table [Localized Labels] measure [Employees in Unions]
-
-
- Sozialanalyse
- table [Localized Labels] measure [Social Analysis]
-
-
- Geschlechteverteilung
- table [Localized Labels] measure [Gender Distribution]
-
-
- Altersverteilung
- table [Localized Labels] measure [Age Distribution]
-
-
- Mitarbeiterqualifikationen
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realisierte Emissionen gegenüber Ziel
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e-Emissionen nach Umfang
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gasemissionen nach Kategorien
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realisierte Emissionen gegenüber Ausgangswert
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e-Emissionen gegenüber Ausgangswert
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e-Emissionen nach Firma
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Wasser- und Abfallanalyse
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Wasser nach Anlagenstandort
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Wasser nach Anlagenkapazität
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Wasser und Abfall nach Typ
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Wasser- und Abfallintensität nach Typ
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Wasser- und Abfallintensität nach Anlage
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emissionen nach Kategorie und Umfang
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emissionen nach Kategorie
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emissionen nach Umfang
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e-Analyse
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e-Emissionen nach Kategorien
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Kohlenstoffgutschrift nach Monat
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e-Äquivalent Emission pro Monat und Umsatz
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Mitarbeiterposten-Drillthrough
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Mitarbeiterposten
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Nachhaltigkeitsposten
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Nachhaltigkeitsposten-Drillthrough
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Mitarbeiter-Hauptbuchposten-Drillthrough
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Nachhaltigkeitsübersicht
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Nachhaltigkeitsanalysen
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e-Emissionen pro Monat
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Bereich-1- und Bereich-2-Analyse nach Kategorien pro Jahr
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e-Emissionen nach Abteilungen
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Der Weg zur CO2-Neutralität
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e-Emissionen nach Unternehmensgruppe
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Nutzung erneuerbarer Energien
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e-Emissionen im Zeitverlauf
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Intelligente CO2e-Prüfung
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e-Emissionen nach globaler Dimension eins
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e-Emissionen nach globaler Dimension zwei
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e-Äquivalent Emissionen pro Monat
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Mandantenname
- table [Localized Labels] measure [Company Name]
-
-
- Zuletzt aktualisiert
- table [Localized Labels] measure [Last Refreshed]
-
-
- Freigestellte Mitarbeiter
- table [Localized Labels] measure [Released Employees]
-
-
- CO2e-Zerlegungsstruktur
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- CO2e-Haupteinflüsse
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Wasser und Abfall – Jährliche und tägliche Veränderung
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Nachhaltigkeitsposten
- table [table.Name]
-
-
- Postennr.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Beschreibung
- table [Sustainability Ledger Entries] column [Description]
-
-
- Wassertyp
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Wasser-/Abfallintensitätstyp
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Belegtyp
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2-Emissionen
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4-Emissionen
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- CO2-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- CO2-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O-Emissionen
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e-Emissionen
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- CH4-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- CH4-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Wasserintensität
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Abfallintensität
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Ins Wasser abgegeben
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- CO2e-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- CO2e-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Bilanz am Sichtag für „Ins Wasser abgegeben“
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Bilanz für „Ins Wasser abgegeben“
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- N2O-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- N2O-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Abfallintensitätsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Abfallintensitätsbilanz
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Wasserintensitätsbilanz
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Wasserintensitätsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2-Ausgangswert
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4-Ausgangswert
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O-Ausgangswert
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Wasserausgangswert
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Abfallausgangswert
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Wasser gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Abfall gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e-Ausgangswert
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Gekaufte Emissionsgutschriften
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Ausgangswert für „Ins Wasser abgegeben“
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- „Ins Wasser abgegeben“ gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e-Emissionen (ohne Gutschriften)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Wasserintensität (VJ)
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Wasserintensität (JGJ)
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Abfallintensität (VJ)
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Abfallintensität (JGJ)
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Ins Wasser abgegeben (VJ)
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Ins Wasser abgegeben (JGJ)
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Ins Wasser abgegeben (LD)
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Abfallintensität (LD)
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Wasserintensität (LD)
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Wasserintensität (TGT)
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Abfallintensität (TGT)
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Ins Wasser abgegeben (TGT)
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Basislink
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Link für Nachhaltigkeitsposten
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Wasser verfügbar
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Nachhaltigkeitskonten
- table [table.Name]
-
-
- Nachhaltigkeitskonto-Nr.
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Nachhaltigkeitskontoname
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Land/Region
- table [table.Name]
-
-
- Länder-/Regionscode
- table [Country/Region] column [Country Region Code]
-
-
- Länder-/Regionsname
- table [Country/Region] column [Country Region Name]
-
-
- -Zuständigkeitseinheit
- table [table.Name]
-
-
- Zuständigkeitseinheitencode
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Zuständigkeitseinheitencode – Name
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Anlagenkapazität
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Nachhaltigkeitsziele
- table [table.Name]
-
-
- Scorecard-Nr.
- table [Sustainability Goals] column [Score Card No.]
-
-
- Anz.
- table [Sustainability Goals] column [No.]
-
-
- Name
- table [Sustainability Goals] column [Name]
-
-
- Besitzer
- table [Sustainability Goals] column [Owner]
-
-
- Zielwert für CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Zielwert für CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Zielwert für N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Zielwert für die Wasserintensität
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Zielwert für die Abfallintensität
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Hauptziel
- table [Sustainability Goals] column [Main Goal]
-
-
- Startdatum
- table [Sustainability Goals] column [Start Date]
-
-
- Enddatum
- table [Sustainability Goals] column [End Date]
-
-
- Ausgangswert-Startdatum
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Ausgangswert-Enddatum
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2-Ziel
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 realisiert (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4-Ziel
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O-Ziel
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 realisiert (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O realisiert (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Wasserziel
- table [Sustainability Goals] measure [Water Target]
-
-
- Abfallziel
- table [Sustainability Goals] measure [Waste Target]
-
-
- Realisierter Wasserverbrauch (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Abfall realisiert (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e realisiert (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Aktueller CO2-Wert
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Aktueller CH4-Wert
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Aktueller N2O-Wert
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Aktueller CO2e-Wert
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Aktueller Wasserwert
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Aktueller Abfallwert
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Mitarbeiterposten
- table [table.Name]
-
-
- Postennr.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Belegtyp
- table [Employee Ledger Entries] column [Document Type]
-
-
- Belegnummer
- table [Employee Ledger Entries] column [Document No.]
-
-
- Beschreibung
- table [Employee Ledger Entries] column [Description]
-
-
- Mitarbeiterbetrag
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Mitarbeiterposten – Link
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Mitarbeitequalifikationen
- table [table.Name]
-
-
- Mitarbeiterqualifikationscodes
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Mitarbeiterqualifikationen
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Emissionsgebühren
- table [table.Name]
-
-
- Emissionsart
- table [Emission Fees] column [Emission Type]
-
-
- Bereichstyp
- table [Emission Fees] column [Scope Type]
-
-
- Startdatum
- table [Emission Fees] column [Starting Date]
-
-
- Enddatum
- table [Emission Fees] column [Ending Date]
-
-
- Länder-/Regionscode
- table [Emission Fees] column [Country Region Code]
-
-
- -Zuständigkeitseinheit
- table [Emission Fees] column [Responsibility Centre]
-
-
- CO₂-Gebühr
- table [Emission Fees] column [Carbon Fee]
-
-
- Kohlenstoffäquivalentfaktor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e-Ziel
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2-Kohlenstoff-Äquivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4-Kohlenstoff-Äquivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O-Kohlenstoff-Äquivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Mitarbeiter Abwesenheiten
- table [table.Name]
-
-
- Postennummer
- table [Employee Absences] column [Entry No]
-
-
- Von Datum
- table [Employee Absences] column [From Date]
-
-
- Bis Datum
- table [Employee Absences] column [To Date]
-
-
- Grund Abwesenheit
- table [Employee Absences] column [Cause of Absence]
-
-
- Beschreibung
- table [Employee Absences] column [Description]
-
-
- Mitarbeiter Abwesenheiten
- table [Employee Absences] measure [Employee Absences]
-
-
- Abwesenheitsstunden (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Unterkategorien des Nachhaltigkeitskontos
- table [table.Name]
-
-
- Unterkategoriencode
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Beschreibung der Unterkategorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Erneuerbare Energien
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Mitarbeiter
- table [table.Name]
-
-
- Mitarbeiternr.
- table [Employees] column [Employee No.]
-
-
- Vollständiger Name des Mitarbeiters
- table [Employees] column [Employee Full Name]
-
-
- Vorname des Mitarbeiters
- table [Employees] column [Employee First Name]
-
-
- Nachname des Mitarbeiters
- table [Employees] column [Employee Last Name]
-
-
- Geschlecht des Mitarbeiters
- table [Employees] column [Employee Gender]
-
-
- Mitarbeiter – Gewerkschaftscode
- table [Employees] column [Employee Union Code]
-
-
- Mitarbeiterstatus
- table [Employees] column [Employee Status]
-
-
- Grund für Inaktivität des Mitarbeiters
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Datum der Inaktivität des Mitarbeiters
- table [Employees] column [Employee Inactive Date]
-
-
- Gründe für Beschäftigungsende des Mitarbeiters
- table [Employees] column [Employee Grounds for Termination]
-
-
- Mitarbeitergeburtsdatum
- table [Employees] column [Employee Date of Birth]
-
-
- Alter
- table [Employees] column [Age]
-
-
- Altersverteilung
- table [Employees] column [Age Distribution]
-
-
- Anzahl der Mitarbeiter
- table [Employees] measure [No. of Employees]
-
-
- Anzahl männlicher Mitarbeiter
- table [Employees] measure [No. of Male Employees]
-
-
- Anzahl weiblicher Mitarbeiter
- table [Employees] measure [No. of Female Employees]
-
-
- Anzahl sonstiger Mitarbeiter
- table [Employees] measure [No. of Other Employees]
-
-
- Männliche Mitarbeiter (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Weibliche Mitarbeiter (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Anzahl Mitarbeiter (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Aktive Mitarbeiter
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.de-CH.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.de-CH.resx
deleted file mode 100644
index 74e0ed371b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.de-CH.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Fibukontokategorie
- table [table.Name]
-
-
- Beschreibung der Sachk.-Kategorie
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Nachhaltigkeitskontokategorie-Code
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Nachhaltigkeitskontokategorie – Emissionsumfang
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimensionssätze
- table [table.Name]
-
-
- Globale Dimension 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Globale Dimension 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Dimensionscode 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Dimensionscode 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Dimensionscode 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Dimensionscode 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Dimensionscode 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Dimensionscode 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- ABTEILUNG
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Abteilungsname
- table [Dimension Sets] column [Department Name]
-
-
- DEBITORENGRUPPE
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Name der Debitorengruppe
- table [Dimension Sets] column [Customer Group Name]
-
-
- BEREICH
- table [Dimension Sets] column [AREA]
-
-
- Bereichsname
- table [Dimension Sets] column [Area Name]
-
-
- UNTERNEHMENSGRUPPE
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Name der Unternehmensgruppe
- table [Dimension Sets] column [Business Group Name]
-
-
- VERKAUFSKAMPAGNE
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Name der Verkaufskampagne
- table [Dimension Sets] column [Sales campaign Name]
-
-
- VERKÄUFER
- table [Dimension Sets] column [SALESPERSON]
-
-
- Verkäufername
- table [Dimension Sets] column [Salesperson Name]
-
-
- Datum
- table [table.Name]
-
-
- Woche Tag
- table [Date] column [Week Day]
-
-
- Tagestyp
- table [Date] column [Day Type]
-
-
- Kalender Jahr
- table [Date] column [Calendar Year]
-
-
- Kalenderquartal
- table [Date] column [Calendar Quarter]
-
-
- Kalender Quartal Jahr
- table [Date] column [Calendar Quarter Year]
-
-
- Kalendermonat
- table [Date] column [Calendar Month]
-
-
- Kalender Monat Jahr
- table [Date] column [Calendar Month Year]
-
-
- Kalender Woche
- table [Date] column [Calendar Week]
-
-
- Kalender Woche Jahr
- table [Date] column [Calendar Week Year]
-
-
- Kalender RelativeWochenPos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Kalender RelativeMonatsPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Kalender RelativeQuartalsPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Kalender RelativeJahresPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Kalender BeginnDesMonats
- table [Date] column [Calendar StartOfMonth]
-
-
- Kalender EndeDesMonats
- table [Date] column [Calendar EndOfMonth]
-
-
- Kalender BeginnDesQuartals
- table [Date] column [Calendar StartOfQuarter]
-
-
- Kalender EndeDesQuartals
- table [Date] column [Calendar EndOfQuarter]
-
-
- Kalender BeginnDesJahres
- table [Date] column [Calendar StartOfYear]
-
-
- Kalender EndeDesJahres
- table [Date] column [Calendar EndOfYear]
-
-
- Kalender MonatTage
- table [Date] column [Calendar MonthDays]
-
-
- Kalender QuartalTage
- table [Date] column [Calendar QuarterDays]
-
-
- Kalender JahrTage
- table [Date] column [Calendar YearDays]
-
-
- Kalender TagDesMonatsZahl
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Kalender TagDesQuartalsZahl
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Kalender TagDesJahresZahl
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Kalender DatumVorigeWoche
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Kalender DatumVorigerMonat
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Kalender DatumVorigesQuartal
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Kalender DatumVorigesJahr
- table [Date] column [Calendar DatePreviousYear]
-
-
- Geschäftlich Jahr
- table [Date] column [Fiscal Year]
-
-
- Geschäftsquartal
- table [Date] column [Fiscal Quarter]
-
-
- Geschäftlich Quartal Jahr
- table [Date] column [Fiscal Quarter Year]
-
-
- Geschäftlich Monat
- table [Date] column [Fiscal Month]
-
-
- Geschäftlich Monat Jahr
- table [Date] column [Fiscal Month Year]
-
-
- Geschäftswoche
- table [Date] column [Fiscal Week]
-
-
- Geschäftlich Woche Jahr
- table [Date] column [Fiscal Week Year]
-
-
- Geschäftlich RelativeWochenPos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Geschäftlich RelativeMonatsPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Geschäftlich RelativeQuartalsPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Geschäftlich RelativeJahresPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Geschäftlich BeginnDesMonats
- table [Date] column [Fiscal StartOfMonth]
-
-
- Geschäftlich EndeDesMonats
- table [Date] column [Fiscal EndOfMonth]
-
-
- Geschäftlich BeginnDesQuartals
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Geschäftlich EndeDesQuartals
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Geschäftlich BeginnDesJahres
- table [Date] column [Fiscal StartOfYear]
-
-
- Geschäftlich EndeDesJahres
- table [Date] column [Fiscal EndOfYear]
-
-
- Geschäftlich MonatTage
- table [Date] column [Fiscal MonthDays]
-
-
- Geschäftlich QuartalTage
- table [Date] column [Fiscal QuarterDays]
-
-
- Geschäftlich JahrTage
- table [Date] column [Fiscal YearDays]
-
-
- Geschäftlich TagDesMonatsZahl
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Geschäftlich TagDesQuartalsZahl
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Geschäftlich TagDesJahresZahl
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Geschäftlich DatumVorigeWoche
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Geschäftlich DatumVorigerMonat
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Geschäftlich DatumVorigesQuartal
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Geschäftlich DatumVorigesJahr
- table [Date] column [Fiscal DatePreviousYear]
-
-
- GW Jahr
- table [Date] column [FW Year]
-
-
- GW Quartal
- table [Date] column [FW Quarter]
-
-
- GW Quartal Jahr
- table [Date] column [FW Quarter Year]
-
-
- GW Monat
- table [Date] column [FW Month]
-
-
- GW Monat Jahr
- table [Date] column [FW Month Year]
-
-
- GW Woche
- table [Date] column [FW Week]
-
-
- GW Periode
- table [Date] column [FW Period]
-
-
- GW Woche Jahr
- table [Date] column [FW Week Year]
-
-
- GW BeginnDerWoche
- table [Date] column [FW StartOfWeek]
-
-
- GW EndeDerWoche
- table [Date] column [FW EndOfWeek]
-
-
- GW RelativeWochenPos
- table [Date] column [FW RelativeWeekPos]
-
-
- GW RelativeMonatsPos
- table [Date] column [FW RelativeMonthPos]
-
-
- GW RelativeQuartalsPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- GW RelativeJahresPos
- table [Date] column [FW RelativeYearPos]
-
-
- GW BeginnDesMonats
- table [Date] column [FW StartOfMonth]
-
-
- GW EndeDesMonats
- table [Date] column [FW EndOfMonth]
-
-
- GW BeginnDesQuartals
- table [Date] column [FW StartOfQuarter]
-
-
- GW EndeDesQuartals
- table [Date] column [FW EndOfQuarter]
-
-
- GW BeginnDesJahres
- table [Date] column [FW StartOfYear]
-
-
- GW EndeDesJahres
- table [Date] column [FW EndOfYear]
-
-
- GW MonatTage
- table [Date] column [FW MonthDays]
-
-
- GW QuartalTage
- table [Date] column [FW QuarterDays]
-
-
- GW JahrTage
- table [Date] column [FW YearDays]
-
-
- GW TagDesMonatsZahl
- table [Date] column [FW DayOfMonthNumber]
-
-
- GW TagDesQuartalsZahl
- table [Date] column [FW DayOfQuarterNumber]
-
-
- GW TagDesJahresZahl
- table [Date] column [FW DayOfYearNumber]
-
-
- GW DatumVorigeWoche
- table [Date] column [FW DatePreviousWeek]
-
-
- GW DatumVorigerMonat
- table [Date] column [FW DatePreviousMonth]
-
-
- GW DatumVorigesQuartal
- table [Date] column [FW DatePreviousQuarter]
-
-
- GW DatumVorigesJahr
- table [Date] column [FW DatePreviousYear]
-
-
- Relativ Tag
- table [Date] column [Relative Day]
-
-
- Anzahl der Tage
- table [Date] measure [No. of Days]
-
-
- Arbeitstage
- table [Date] measure [Working Days]
-
-
- Bereich
- table [Date] measure [Ranged]
-
-
- Geschäftlich Jahr-Quartal-Monat-Woche
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Geschäftlich Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Geschäftlich Quartal Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Geschäftlich Monat Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Geschäftlich Woche Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Kalender Jahr-Quartal-Monat-Woche
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Kalender Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Kalender Quartal Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Kalender Monat Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Kalender Woche Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- GW Jahr-Quartal-Monat-Woche
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- GW Quartal Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- GW Monat Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Geschäftlich Jahr-Monat
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Geschäftlich Jahr
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Geschäftlich Monat Jahr
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Geschäftlich Jahr-Monat-Woche
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Geschäftlich Jahr
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Geschäftlich Monat Jahr
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Geschäftlich Woche Jahr
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Kalender Jahr-Monat
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Kalender Jahr
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Kalender Monat Jahr
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Kalender Jahr-Monat-Woche
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Kalender Jahr
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Kalender Monat Jahr
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Kalender Woche Jahr
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- GW Jahr-Monat-Woche
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- GW Monat Jahr
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- GW Jahr-Quartal-Woche
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- GW Quartal Jahr
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- GW Jahr-Woche
- table [Date] hierarchy [FW Year-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Titel meines Berichts
- table [Localized Labels] measure [My Report Title]
-
-
- Beschriftung Meine Schaltfläche
- table [Localized Labels] measure [My Button Caption]
-
-
- Titel meines Visuals
- table [Localized Labels] measure [My Visual Title]
-
-
- Inaktive Mitarbeiter
- table [Localized Labels] measure [Inactive Employees]
-
-
- Gekündigte Mitarbeiter
- table [Localized Labels] measure [Terminated Employees]
-
-
- Mitarbeiter in Personalverbänden
- table [Localized Labels] measure [Employees in Unions]
-
-
- Sozialanalyse
- table [Localized Labels] measure [Social Analysis]
-
-
- Geschlechteverteilung
- table [Localized Labels] measure [Gender Distribution]
-
-
- Altersverteilung
- table [Localized Labels] measure [Age Distribution]
-
-
- Mitarbeiterqualifikationen
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realisierte Emissionen gegenüber Ziel
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e-Emissionen nach Umfang
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gasemissionen nach Kategorien
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realisierte Emissionen gegenüber Ausgangswert
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e-Emissionen gegenüber Ausgangswert
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e-Emissionen nach Firma
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Wasser- und Abfallanalyse
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Wasser nach Anlagenstandort
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Wasser nach Anlagenkapazität
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Wasser und Abfall nach Typ
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Wasser- und Abfallintensität nach Typ
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Wasser- und Abfallintensität nach Anlage
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emissionen nach Kategorie und Umfang
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emissionen nach Kategorie
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emissionen nach Umfang
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e-Analyse
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e-Emissionen nach Kategorien
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Kohlenstoffgutschrift nach Monat
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e-Äquivalent Emission pro Monat und Umsatz
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Mitarbeiterposten-Drillthrough
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Mitarbeiterposten
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Nachhaltigkeitsposten
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Nachhaltigkeitsposten-Drillthrough
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Mitarbeiter-Hauptbuchposten-Drillthrough
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Nachhaltigkeitsübersicht
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Nachhaltigkeitsanalysen
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e-Emissionen pro Monat
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Bereich-1- und Bereich-2-Analyse nach Kategorien pro Jahr
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e-Emissionen nach Abteilungen
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Der Weg zur CO2-Neutralität
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e-Emissionen nach Unternehmensgruppe
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Nutzung erneuerbarer Energien
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e-Emissionen im Zeitverlauf
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Intelligente CO2e-Prüfung
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e-Emissionen nach globaler Dimension eins
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e-Emissionen nach globaler Dimension zwei
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e-Äquivalent Emissionen pro Monat
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Mandantenname
- table [Localized Labels] measure [Company Name]
-
-
- Zuletzt aktualisiert
- table [Localized Labels] measure [Last Refreshed]
-
-
- Freigestellte Mitarbeiter
- table [Localized Labels] measure [Released Employees]
-
-
- CO2e-Zerlegungsstruktur
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- CO2e-Haupteinflüsse
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Wasser und Abfall – Jährliche und tägliche Veränderung
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Nachhaltigkeitsposten
- table [table.Name]
-
-
- Laufnr.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Beschreibung
- table [Sustainability Ledger Entries] column [Description]
-
-
- Wassertyp
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Wasser-/Abfallintensitätstyp
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Belegtyp
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2-Emissionen
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4-Emissionen
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- CO2-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- CO2-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O-Emissionen
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e-Emissionen
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- CH4-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- CH4-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Wasserintensität
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Abfallintensität
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Ins Wasser abgegeben
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- CO2e-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- CO2e-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Bilanz am Sichtag für „Ins Wasser abgegeben“
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Bilanz für „Ins Wasser abgegeben“
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- N2O-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- N2O-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Abfallintensitätsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Abfallintensitätsbilanz
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Wasserintensitätsbilanz
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Wasserintensitätsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2-Ausgangswert
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4-Ausgangswert
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O-Ausgangswert
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Wasserausgangswert
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Abfallausgangswert
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Wasser gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Abfall gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e-Ausgangswert
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Gekaufte Emissionsgutschriften
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Ausgangswert für „Ins Wasser abgegeben“
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- „Ins Wasser abgegeben“ gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e-Emissionen (ohne Gutschriften)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Wasserintensität (VJ)
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Wasserintensität (JGJ)
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Abfallintensität (VJ)
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Abfallintensität (JGJ)
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Ins Wasser abgegeben (VJ)
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Ins Wasser abgegeben (JGJ)
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Ins Wasser abgegeben (LD)
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Abfallintensität (LD)
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Wasserintensität (LD)
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Wasserintensität (TGT)
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Abfallintensität (TGT)
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Ins Wasser abgegeben (TGT)
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Basislink
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Link für Nachhaltigkeitsposten
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Wasser verfügbar
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Nachhaltigkeitskonten
- table [table.Name]
-
-
- Nachhaltigkeitskonto-Nr.
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Nachhaltigkeitskontoname
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Land/Region
- table [table.Name]
-
-
- Länder-/Regionscode
- table [Country/Region] column [Country Region Code]
-
-
- Länder-/Regionsname
- table [Country/Region] column [Country Region Name]
-
-
- -Zuständigkeitseinheit
- table [table.Name]
-
-
- Zuständigkeitseinheitencode
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Zuständigkeitseinheitencode – Name
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Anlagenkapazität
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Nachhaltigkeitsziele
- table [table.Name]
-
-
- Scorecard-Nr.
- table [Sustainability Goals] column [Score Card No.]
-
-
- Anz.
- table [Sustainability Goals] column [No.]
-
-
- Name
- table [Sustainability Goals] column [Name]
-
-
- Besitzer
- table [Sustainability Goals] column [Owner]
-
-
- Zielwert für CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Zielwert für CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Zielwert für N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Zielwert für die Wasserintensität
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Zielwert für die Abfallintensität
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Hauptziel
- table [Sustainability Goals] column [Main Goal]
-
-
- Startdatum
- table [Sustainability Goals] column [Start Date]
-
-
- Enddatum
- table [Sustainability Goals] column [End Date]
-
-
- Ausgangswert-Startdatum
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Ausgangswert-Enddatum
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2-Ziel
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 realisiert (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4-Ziel
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O-Ziel
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 realisiert (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O realisiert (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Wasserziel
- table [Sustainability Goals] measure [Water Target]
-
-
- Abfallziel
- table [Sustainability Goals] measure [Waste Target]
-
-
- Realisierter Wasserverbrauch (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Abfall realisiert (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e realisiert (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Aktueller CO2-Wert
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Aktueller CH4-Wert
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Aktueller N2O-Wert
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Aktueller CO2e-Wert
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Aktueller Wasserwert
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Aktueller Abfallwert
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Mitarbeiterposten
- table [table.Name]
-
-
- Laufnr.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Belegtyp
- table [Employee Ledger Entries] column [Document Type]
-
-
- Belegnummer
- table [Employee Ledger Entries] column [Document No.]
-
-
- Beschreibung
- table [Employee Ledger Entries] column [Description]
-
-
- Mitarbeiterbetrag
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Mitarbeiterposten – Link
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Mitarbeitequalifikationen
- table [table.Name]
-
-
- Mitarbeiterqualifikationscodes
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Mitarbeiterqualifikationen
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Emissionsgebühren
- table [table.Name]
-
-
- Emissionsart
- table [Emission Fees] column [Emission Type]
-
-
- Bereichstyp
- table [Emission Fees] column [Scope Type]
-
-
- Startdatum
- table [Emission Fees] column [Starting Date]
-
-
- Enddatum
- table [Emission Fees] column [Ending Date]
-
-
- Länder-/Regionscode
- table [Emission Fees] column [Country Region Code]
-
-
- -Zuständigkeitseinheit
- table [Emission Fees] column [Responsibility Centre]
-
-
- CO₂-Gebühr
- table [Emission Fees] column [Carbon Fee]
-
-
- Kohlenstoffäquivalentfaktor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e-Ziel
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2-Kohlenstoff-Äquivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4-Kohlenstoff-Äquivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O-Kohlenstoff-Äquivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Mitarbeiter Abwesenheiten
- table [table.Name]
-
-
- Postennummer
- table [Employee Absences] column [Entry No]
-
-
- Von Datum
- table [Employee Absences] column [From Date]
-
-
- Bis Datum
- table [Employee Absences] column [To Date]
-
-
- Grund Abwesenheit
- table [Employee Absences] column [Cause of Absence]
-
-
- Beschreibung
- table [Employee Absences] column [Description]
-
-
- Mitarbeiter Abwesenheiten
- table [Employee Absences] measure [Employee Absences]
-
-
- Abwesenheitsstunden (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Unterkategorien des Nachhaltigkeitskontos
- table [table.Name]
-
-
- Unterkategoriencode
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Beschreibung der Unterkategorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Erneuerbare Energien
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Mitarbeiter
- table [table.Name]
-
-
- Mitarbeiternr.
- table [Employees] column [Employee No.]
-
-
- Vollständiger Name des Mitarbeiters
- table [Employees] column [Employee Full Name]
-
-
- Vorname des Mitarbeiters
- table [Employees] column [Employee First Name]
-
-
- Nachname des Mitarbeiters
- table [Employees] column [Employee Last Name]
-
-
- Geschlecht des Mitarbeiters
- table [Employees] column [Employee Gender]
-
-
- Mitarbeiter – Personalverbandscode
- table [Employees] column [Employee Union Code]
-
-
- Mitarbeiterstatus
- table [Employees] column [Employee Status]
-
-
- Grund für Inaktivität des Mitarbeiters
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Datum der Inaktivität des Mitarbeiters
- table [Employees] column [Employee Inactive Date]
-
-
- Gründe für Beschäftigungsende des Mitarbeiters
- table [Employees] column [Employee Grounds for Termination]
-
-
- Mitarbeitergeburtsdatum
- table [Employees] column [Employee Date of Birth]
-
-
- Alter
- table [Employees] column [Age]
-
-
- Altersverteilung
- table [Employees] column [Age Distribution]
-
-
- Anzahl der Mitarbeiter
- table [Employees] measure [No. of Employees]
-
-
- Anzahl männlicher Mitarbeiter
- table [Employees] measure [No. of Male Employees]
-
-
- Anzahl weiblicher Mitarbeiter
- table [Employees] measure [No. of Female Employees]
-
-
- Anzahl sonstiger Mitarbeiter
- table [Employees] measure [No. of Other Employees]
-
-
- Männliche Mitarbeiter (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Weibliche Mitarbeiter (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Anzahl Mitarbeiter (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Aktive Mitarbeiter
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.de-DE.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.de-DE.resx
deleted file mode 100644
index d90ebdfbfd..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.de-DE.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Sachkontokategorie
- table [table.Name]
-
-
- Beschreibung der Sachk.-Kategorie
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Nachhaltigkeitskontokategorie-Code
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Nachhaltigkeitskontokategorie – Emissionsumfang
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimensionssätze
- table [table.Name]
-
-
- Globale Dimension 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Globale Dimension 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Shortcutdimension 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Shortcutdimension 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Shortcutdimension 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Shortcutdimension 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Shortcutdimension 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Shortcutdimension 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- ABTEILUNG
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Abteilungsname
- table [Dimension Sets] column [Department Name]
-
-
- DEBITORENGRUPPE
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Name der Debitorengruppe
- table [Dimension Sets] column [Customer Group Name]
-
-
- BEREICH
- table [Dimension Sets] column [AREA]
-
-
- Bereichsname
- table [Dimension Sets] column [Area Name]
-
-
- UNTERNEHMENSGRUPPE
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Name der Unternehmensgruppe
- table [Dimension Sets] column [Business Group Name]
-
-
- VERKAUFSKAMPAGNE
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Name der Verkaufskampagne
- table [Dimension Sets] column [Sales campaign Name]
-
-
- VERKÄUFER
- table [Dimension Sets] column [SALESPERSON]
-
-
- Verkäufername
- table [Dimension Sets] column [Salesperson Name]
-
-
- Datum
- table [table.Name]
-
-
- Woche Tag
- table [Date] column [Week Day]
-
-
- Tagestyp
- table [Date] column [Day Type]
-
-
- Kalender Jahr
- table [Date] column [Calendar Year]
-
-
- Kalenderquartal
- table [Date] column [Calendar Quarter]
-
-
- Kalender Quartal Jahr
- table [Date] column [Calendar Quarter Year]
-
-
- Kalendermonat
- table [Date] column [Calendar Month]
-
-
- Kalender Monat Jahr
- table [Date] column [Calendar Month Year]
-
-
- Kalender Woche
- table [Date] column [Calendar Week]
-
-
- Kalender Woche Jahr
- table [Date] column [Calendar Week Year]
-
-
- Kalender RelativeWochenPos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Kalender RelativeMonatsPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Kalender RelativeQuartalsPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Kalender RelativeJahresPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Kalender BeginnDesMonats
- table [Date] column [Calendar StartOfMonth]
-
-
- Kalender EndeDesMonats
- table [Date] column [Calendar EndOfMonth]
-
-
- Kalender BeginnDesQuartals
- table [Date] column [Calendar StartOfQuarter]
-
-
- Kalender EndeDesQuartals
- table [Date] column [Calendar EndOfQuarter]
-
-
- Kalender BeginnDesJahres
- table [Date] column [Calendar StartOfYear]
-
-
- Kalender EndeDesJahres
- table [Date] column [Calendar EndOfYear]
-
-
- Kalender MonatTage
- table [Date] column [Calendar MonthDays]
-
-
- Kalender QuartalTage
- table [Date] column [Calendar QuarterDays]
-
-
- Kalender JahrTage
- table [Date] column [Calendar YearDays]
-
-
- Kalender TagDesMonatsZahl
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Kalender TagDesQuartalsZahl
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Kalender TagDesJahresZahl
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Kalender DatumVorigeWoche
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Kalender DatumVorigerMonat
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Kalender DatumVorigesQuartal
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Kalender DatumVorigesJahr
- table [Date] column [Calendar DatePreviousYear]
-
-
- Geschäftlich Jahr
- table [Date] column [Fiscal Year]
-
-
- Geschäftsquartal
- table [Date] column [Fiscal Quarter]
-
-
- Geschäftlich Quartal Jahr
- table [Date] column [Fiscal Quarter Year]
-
-
- Geschäftlich Monat
- table [Date] column [Fiscal Month]
-
-
- Geschäftlich Monat Jahr
- table [Date] column [Fiscal Month Year]
-
-
- Geschäftswoche
- table [Date] column [Fiscal Week]
-
-
- Geschäftlich Woche Jahr
- table [Date] column [Fiscal Week Year]
-
-
- Geschäftlich RelativeWochenPos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Geschäftlich RelativeMonatsPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Geschäftlich RelativeQuartalsPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Geschäftlich RelativeJahresPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Geschäftlich BeginnDesMonats
- table [Date] column [Fiscal StartOfMonth]
-
-
- Geschäftlich EndeDesMonats
- table [Date] column [Fiscal EndOfMonth]
-
-
- Geschäftlich BeginnDesQuartals
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Geschäftlich EndeDesQuartals
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Geschäftlich BeginnDesJahres
- table [Date] column [Fiscal StartOfYear]
-
-
- Geschäftlich EndeDesJahres
- table [Date] column [Fiscal EndOfYear]
-
-
- Geschäftlich MonatTage
- table [Date] column [Fiscal MonthDays]
-
-
- Geschäftlich QuartalTage
- table [Date] column [Fiscal QuarterDays]
-
-
- Geschäftlich JahrTage
- table [Date] column [Fiscal YearDays]
-
-
- Geschäftlich TagDesMonatsZahl
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Geschäftlich TagDesQuartalsZahl
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Geschäftlich TagDesJahresZahl
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Geschäftlich DatumVorigeWoche
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Geschäftlich DatumVorigerMonat
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Geschäftlich DatumVorigesQuartal
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Geschäftlich DatumVorigesJahr
- table [Date] column [Fiscal DatePreviousYear]
-
-
- GW Jahr
- table [Date] column [FW Year]
-
-
- GW Quartal
- table [Date] column [FW Quarter]
-
-
- GW Quartal Jahr
- table [Date] column [FW Quarter Year]
-
-
- GW Monat
- table [Date] column [FW Month]
-
-
- GW Monat Jahr
- table [Date] column [FW Month Year]
-
-
- GW Woche
- table [Date] column [FW Week]
-
-
- GW Periode
- table [Date] column [FW Period]
-
-
- GW Woche Jahr
- table [Date] column [FW Week Year]
-
-
- GW BeginnDerWoche
- table [Date] column [FW StartOfWeek]
-
-
- GW EndeDerWoche
- table [Date] column [FW EndOfWeek]
-
-
- GW RelativeWochenPos
- table [Date] column [FW RelativeWeekPos]
-
-
- GW RelativeMonatsPos
- table [Date] column [FW RelativeMonthPos]
-
-
- GW RelativeQuartalsPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- GW RelativeJahresPos
- table [Date] column [FW RelativeYearPos]
-
-
- GW BeginnDesMonats
- table [Date] column [FW StartOfMonth]
-
-
- GW EndeDesMonats
- table [Date] column [FW EndOfMonth]
-
-
- GW BeginnDesQuartals
- table [Date] column [FW StartOfQuarter]
-
-
- GW EndeDesQuartals
- table [Date] column [FW EndOfQuarter]
-
-
- GW BeginnDesJahres
- table [Date] column [FW StartOfYear]
-
-
- GW EndeDesJahres
- table [Date] column [FW EndOfYear]
-
-
- GW MonatTage
- table [Date] column [FW MonthDays]
-
-
- GW QuartalTage
- table [Date] column [FW QuarterDays]
-
-
- GW JahrTage
- table [Date] column [FW YearDays]
-
-
- GW TagDesMonatsZahl
- table [Date] column [FW DayOfMonthNumber]
-
-
- GW TagDesQuartalsZahl
- table [Date] column [FW DayOfQuarterNumber]
-
-
- GW TagDesJahresZahl
- table [Date] column [FW DayOfYearNumber]
-
-
- GW DatumVorigeWoche
- table [Date] column [FW DatePreviousWeek]
-
-
- GW DatumVorigerMonat
- table [Date] column [FW DatePreviousMonth]
-
-
- GW DatumVorigesQuartal
- table [Date] column [FW DatePreviousQuarter]
-
-
- GW DatumVorigesJahr
- table [Date] column [FW DatePreviousYear]
-
-
- Relativ Tag
- table [Date] column [Relative Day]
-
-
- Anzahl der Tage
- table [Date] measure [No. of Days]
-
-
- Arbeitstage
- table [Date] measure [Working Days]
-
-
- Bereich
- table [Date] measure [Ranged]
-
-
- Geschäftlich Jahr-Quartal-Monat-Woche
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Geschäftlich Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Geschäftlich Quartal Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Geschäftlich Monat Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Geschäftlich Woche Jahr
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Kalender Jahr-Quartal-Monat-Woche
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Kalender Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Kalender Quartal Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Kalender Monat Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Kalender Woche Jahr
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- GW Jahr-Quartal-Monat-Woche
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- GW Quartal Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- GW Monat Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Geschäftlich Jahr-Monat
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Geschäftlich Jahr
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Geschäftlich Monat Jahr
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Geschäftlich Jahr-Monat-Woche
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Geschäftlich Jahr
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Geschäftlich Monat Jahr
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Geschäftlich Woche Jahr
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Kalender Jahr-Monat
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Kalender Jahr
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Kalender Monat Jahr
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Kalender Jahr-Monat-Woche
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Kalender Jahr
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Kalender Monat Jahr
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Kalender Woche Jahr
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- GW Jahr-Monat-Woche
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- GW Monat Jahr
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- GW Jahr-Quartal-Woche
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- GW Quartal Jahr
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- GW Jahr-Woche
- table [Date] hierarchy [FW Year-Week]
-
-
- GW Jahr
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- GW Woche Jahr
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Titel meines Berichts
- table [Localized Labels] measure [My Report Title]
-
-
- Beschriftung Meine Schaltfläche
- table [Localized Labels] measure [My Button Caption]
-
-
- Titel meines Visuals
- table [Localized Labels] measure [My Visual Title]
-
-
- Inaktive Mitarbeiter
- table [Localized Labels] measure [Inactive Employees]
-
-
- Gekündigte Mitarbeiter
- table [Localized Labels] measure [Terminated Employees]
-
-
- Mitarbeiter in Gewerkschaften
- table [Localized Labels] measure [Employees in Unions]
-
-
- Sozialanalyse
- table [Localized Labels] measure [Social Analysis]
-
-
- Geschlechteverteilung
- table [Localized Labels] measure [Gender Distribution]
-
-
- Altersverteilung
- table [Localized Labels] measure [Age Distribution]
-
-
- Mitarbeiterqualifikationen
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realisierte Emissionen gegenüber Ziel
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e-Emissionen nach Umfang
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gasemissionen nach Kategorien
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realisierte Emissionen gegenüber Ausgangswert
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e-Emissionen gegenüber Ausgangswert
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e-Emissionen nach Firma
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Wasser- und Abfallanalyse
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Wasser nach Anlagenstandort
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Wasser nach Anlagenkapazität
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Wasser und Abfall nach Typ
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Wasser- und Abfallintensität nach Typ
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Wasser- und Abfallintensität nach Anlage
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emissionen nach Kategorie und Umfang
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emissionen nach Kategorie
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emissionen nach Umfang
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e-Analyse
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e-Emissionen nach Kategorien
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Kohlenstoffgutschrift nach Monat
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e-Äquivalent Emission pro Monat und Umsatz
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Mitarbeiterposten-Drillthrough
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Mitarbeiterposten
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Nachhaltigkeitsposten
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Nachhaltigkeitsposten-Drillthrough
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Mitarbeiter-Hauptbuchposten-Drillthrough
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Nachhaltigkeitsübersicht
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Nachhaltigkeitsanalysen
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e-Emissionen pro Monat
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Bereich-1- und Bereich-2-Analyse nach Kategorien pro Jahr
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e-Emissionen nach Abteilungen
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Der Weg zur CO2-Neutralität
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e-Emissionen nach Unternehmensgruppe
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Nutzung erneuerbarer Energien
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e-Emissionen im Zeitverlauf
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Intelligente CO2e-Prüfung
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e-Emissionen nach globaler Dimension eins
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e-Emissionen nach globaler Dimension zwei
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e-Äquivalent Emissionen pro Monat
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Mandantenname
- table [Localized Labels] measure [Company Name]
-
-
- Zuletzt aktualisiert
- table [Localized Labels] measure [Last Refreshed]
-
-
- Freigestellte Mitarbeiter
- table [Localized Labels] measure [Released Employees]
-
-
- CO2e-Zerlegungsstruktur
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- CO2e-Haupteinflüsse
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Wasser und Abfall – Jährliche und tägliche Veränderung
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Nachhaltigkeitsposten
- table [table.Name]
-
-
- Postennr.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Beschreibung
- table [Sustainability Ledger Entries] column [Description]
-
-
- Wassertyp
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Wasser-/Abfallintensitätstyp
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Belegtyp
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2-Emissionen
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4-Emissionen
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- CO2-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- CO2-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O-Emissionen
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e-Emissionen
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- CH4-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- CH4-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Wasserintensität
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Abfallintensität
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Ins Wasser abgegeben
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- CO2e-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- CO2e-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Bilanz am Sichtag für „Ins Wasser abgegeben“
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Bilanz für „Ins Wasser abgegeben“
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- N2O-Emissionsbilanz
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- N2O-Emissionsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Abfallintensitätsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Abfallintensitätsbilanz
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Wasserintensitätsbilanz
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Wasserintensitätsbilanz zum Stichtag
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2-Ausgangswert
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4-Ausgangswert
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O-Ausgangswert
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Wasserausgangswert
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Abfallausgangswert
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Wasser gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Abfall gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e-Ausgangswert
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Gekaufte Emissionsgutschriften
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Ausgangswert für „Ins Wasser abgegeben“
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- „Ins Wasser abgegeben“ gegenüber Ausgangswert (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e-Emissionen (ohne Gutschriften)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Wasserintensität (VJ)
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Wasserintensität (JGJ)
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Abfallintensität (VJ)
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Abfallintensität (JGJ)
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Ins Wasser abgegeben (VJ)
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Ins Wasser abgegeben (JGJ)
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Ins Wasser abgegeben (LD)
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Abfallintensität (LD)
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Wasserintensität (LD)
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Wasserintensität (TGT)
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Abfallintensität (TGT)
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Ins Wasser abgegeben (TGT)
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Basislink
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Link für Nachhaltigkeitsposten
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Wasser verfügbar
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Nachhaltigkeitskonten
- table [table.Name]
-
-
- Nachhaltigkeitskonto-Nr.
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Nachhaltigkeitskontoname
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Land/Region
- table [table.Name]
-
-
- Länder-/Regionscode
- table [Country/Region] column [Country Region Code]
-
-
- Länder-/Regionsname
- table [Country/Region] column [Country Region Name]
-
-
- -Zuständigkeitseinheit
- table [table.Name]
-
-
- Zuständigkeitseinheitencode
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Zuständigkeitseinheitencode – Name
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Anlagenkapazität
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Nachhaltigkeitsziele
- table [table.Name]
-
-
- Scorecard-Nr.
- table [Sustainability Goals] column [Score Card No.]
-
-
- Anz.
- table [Sustainability Goals] column [No.]
-
-
- Name
- table [Sustainability Goals] column [Name]
-
-
- Besitzer
- table [Sustainability Goals] column [Owner]
-
-
- Zielwert für CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Zielwert für CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Zielwert für N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Zielwert für die Wasserintensität
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Zielwert für die Abfallintensität
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Hauptziel
- table [Sustainability Goals] column [Main Goal]
-
-
- Startdatum
- table [Sustainability Goals] column [Start Date]
-
-
- Enddatum
- table [Sustainability Goals] column [End Date]
-
-
- Ausgangswert-Startdatum
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Ausgangswert-Enddatum
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2-Ziel
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 realisiert (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4-Ziel
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O-Ziel
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 realisiert (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O realisiert (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Wasserziel
- table [Sustainability Goals] measure [Water Target]
-
-
- Abfallziel
- table [Sustainability Goals] measure [Waste Target]
-
-
- Realisierter Wasserverbrauch (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Abfall realisiert (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e realisiert (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Aktueller CO2-Wert
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Aktueller CH4-Wert
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Aktueller N2O-Wert
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Aktueller CO2e-Wert
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Aktueller Wasserwert
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Aktueller Abfallwert
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Mitarbeiterposten
- table [table.Name]
-
-
- Postennr.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Belegtyp
- table [Employee Ledger Entries] column [Document Type]
-
-
- Belegnummer
- table [Employee Ledger Entries] column [Document No.]
-
-
- Beschreibung
- table [Employee Ledger Entries] column [Description]
-
-
- Mitarbeiterbetrag
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Mitarbeiterposten – Link
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Mitarbeitequalifikationen
- table [table.Name]
-
-
- Mitarbeiterqualifikationscodes
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Mitarbeiterqualifikationen
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Emissionsgebühren
- table [table.Name]
-
-
- Emissionsart
- table [Emission Fees] column [Emission Type]
-
-
- Bereichstyp
- table [Emission Fees] column [Scope Type]
-
-
- Startdatum
- table [Emission Fees] column [Starting Date]
-
-
- Enddatum
- table [Emission Fees] column [Ending Date]
-
-
- Länder-/Regionscode
- table [Emission Fees] column [Country Region Code]
-
-
- -Zuständigkeitseinheit
- table [Emission Fees] column [Responsibility Centre]
-
-
- CO₂-Gebühr
- table [Emission Fees] column [Carbon Fee]
-
-
- Kohlenstoffäquivalentfaktor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e-Ziel
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2-Kohlenstoff-Äquivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4-Kohlenstoff-Äquivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O-Kohlenstoff-Äquivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Mitarbeiter Abwesenheiten
- table [table.Name]
-
-
- Postennummer
- table [Employee Absences] column [Entry No]
-
-
- Von Datum
- table [Employee Absences] column [From Date]
-
-
- Bis Datum
- table [Employee Absences] column [To Date]
-
-
- Grund Abwesenheit
- table [Employee Absences] column [Cause of Absence]
-
-
- Beschreibung
- table [Employee Absences] column [Description]
-
-
- Mitarbeiter Abwesenheiten
- table [Employee Absences] measure [Employee Absences]
-
-
- Abwesenheitsstunden (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Unterkategorien des Nachhaltigkeitskontos
- table [table.Name]
-
-
- Unterkategoriencode
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Beschreibung der Unterkategorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Erneuerbare Energien
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Mitarbeiter
- table [table.Name]
-
-
- Mitarbeiternr.
- table [Employees] column [Employee No.]
-
-
- Vollständiger Name des Mitarbeiters
- table [Employees] column [Employee Full Name]
-
-
- Vorname des Mitarbeiters
- table [Employees] column [Employee First Name]
-
-
- Nachname des Mitarbeiters
- table [Employees] column [Employee Last Name]
-
-
- Geschlecht des Mitarbeiters
- table [Employees] column [Employee Gender]
-
-
- Mitarbeiter – Gewerkschaftscode
- table [Employees] column [Employee Union Code]
-
-
- Mitarbeiterstatus
- table [Employees] column [Employee Status]
-
-
- Grund für Inaktivität des Mitarbeiters
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Datum der Inaktivität des Mitarbeiters
- table [Employees] column [Employee Inactive Date]
-
-
- Gründe für Beschäftigungsende des Mitarbeiters
- table [Employees] column [Employee Grounds for Termination]
-
-
- Mitarbeitergeburtsdatum
- table [Employees] column [Employee Date of Birth]
-
-
- Alter
- table [Employees] column [Age]
-
-
- Altersverteilung
- table [Employees] column [Age Distribution]
-
-
- Anzahl der Mitarbeiter
- table [Employees] measure [No. of Employees]
-
-
- Anzahl männlicher Mitarbeiter
- table [Employees] measure [No. of Male Employees]
-
-
- Anzahl weiblicher Mitarbeiter
- table [Employees] measure [No. of Female Employees]
-
-
- Anzahl sonstiger Mitarbeiter
- table [Employees] measure [No. of Other Employees]
-
-
- Männliche Mitarbeiter (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Weibliche Mitarbeiter (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Anzahl Mitarbeiter (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Aktive Mitarbeiter
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-AU.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-AU.resx
deleted file mode 100644
index 5de1270d01..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-AU.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- G/L Account Category
- table [table.Name]
-
-
- G/L Acc. Category Description
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Sustainability Account Category Code
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Sustainability Account Category Emission Scope
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimension Sets
- table [table.Name]
-
-
- Global Dimension 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Global Dimension 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Shortcut Dimension 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Shortcut Dimension 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Shortcut Dimension 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Shortcut Dimension 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Shortcut Dimension 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Shortcut Dimension 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- DEPARTMENT
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Department Name
- table [Dimension Sets] column [Department Name]
-
-
- CUSTOMERGROUP
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Customer Group Name
- table [Dimension Sets] column [Customer Group Name]
-
-
- AREA
- table [Dimension Sets] column [AREA]
-
-
- Area Name
- table [Dimension Sets] column [Area Name]
-
-
- BUSINESSGROUP
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Business Group Name
- table [Dimension Sets] column [Business Group Name]
-
-
- SALESCAMPAIGN
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Sales campaign Name
- table [Dimension Sets] column [Sales campaign Name]
-
-
- SALESPERSON
- table [Dimension Sets] column [SALESPERSON]
-
-
- Salesperson Name
- table [Dimension Sets] column [Salesperson Name]
-
-
- Date
- table [table.Name]
-
-
- Week Day
- table [Date] column [Week Day]
-
-
- Day Type
- table [Date] column [Day Type]
-
-
- Calendar Year
- table [Date] column [Calendar Year]
-
-
- Calendar Quarter
- table [Date] column [Calendar Quarter]
-
-
- Calendar Quarter Year
- table [Date] column [Calendar Quarter Year]
-
-
- Calendar Month
- table [Date] column [Calendar Month]
-
-
- Calendar Month Year
- table [Date] column [Calendar Month Year]
-
-
- Calendar Week
- table [Date] column [Calendar Week]
-
-
- Calendar Week Year
- table [Date] column [Calendar Week Year]
-
-
- Calendar RelativeWeekPos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Calendar RelativeMonthPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Calendar RelativeQuarterPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Calendar RelativeYearPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Calendar StartOfMonth
- table [Date] column [Calendar StartOfMonth]
-
-
- Calendar EndOfMonth
- table [Date] column [Calendar EndOfMonth]
-
-
- Calendar StartOfQuarter
- table [Date] column [Calendar StartOfQuarter]
-
-
- Calendar EndOfQuarter
- table [Date] column [Calendar EndOfQuarter]
-
-
- Calendar StartOfYear
- table [Date] column [Calendar StartOfYear]
-
-
- Calendar EndOfYear
- table [Date] column [Calendar EndOfYear]
-
-
- Calendar MonthDays
- table [Date] column [Calendar MonthDays]
-
-
- Calendar QuarterDays
- table [Date] column [Calendar QuarterDays]
-
-
- Calendar YearDays
- table [Date] column [Calendar YearDays]
-
-
- Calendar DayOfMonthNumber
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Calendar DayOfQuarterNumber
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Calendar DayOfYearNumber
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Calendar DatePreviousWeek
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Calendar DatePreviousMonth
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Calendar DatePreviousQuarter
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Calendar DatePreviousYear
- table [Date] column [Calendar DatePreviousYear]
-
-
- Fiscal Year
- table [Date] column [Fiscal Year]
-
-
- Fiscal Quarter
- table [Date] column [Fiscal Quarter]
-
-
- Fiscal Quarter Year
- table [Date] column [Fiscal Quarter Year]
-
-
- Fiscal Month
- table [Date] column [Fiscal Month]
-
-
- Fiscal Month Year
- table [Date] column [Fiscal Month Year]
-
-
- Fiscal Week
- table [Date] column [Fiscal Week]
-
-
- Fiscal Week Year
- table [Date] column [Fiscal Week Year]
-
-
- Fiscal RelativeWeekPos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Fiscal RelativeMonthPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Fiscal RelativeQuarterPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Fiscal RelativeYearPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Fiscal StartOfMonth
- table [Date] column [Fiscal StartOfMonth]
-
-
- Fiscal EndOfMonth
- table [Date] column [Fiscal EndOfMonth]
-
-
- Fiscal StartOfQuarter
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Fiscal EndOfQuarter
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Fiscal StartOfYear
- table [Date] column [Fiscal StartOfYear]
-
-
- Fiscal EndOfYear
- table [Date] column [Fiscal EndOfYear]
-
-
- Fiscal MonthDays
- table [Date] column [Fiscal MonthDays]
-
-
- Fiscal QuarterDays
- table [Date] column [Fiscal QuarterDays]
-
-
- Fiscal YearDays
- table [Date] column [Fiscal YearDays]
-
-
- Fiscal DayOfMonthNumber
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Fiscal DayOfQuarterNumber
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Fiscal DayOfYearNumber
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Fiscal DatePreviousWeek
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Fiscal DatePreviousMonth
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Fiscal DatePreviousQuarter
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Fiscal DatePreviousYear
- table [Date] column [Fiscal DatePreviousYear]
-
-
- FW Year
- table [Date] column [FW Year]
-
-
- FW Quarter
- table [Date] column [FW Quarter]
-
-
- FW Quarter Year
- table [Date] column [FW Quarter Year]
-
-
- FW Month
- table [Date] column [FW Month]
-
-
- FW Month Year
- table [Date] column [FW Month Year]
-
-
- FW Week
- table [Date] column [FW Week]
-
-
- FW Period
- table [Date] column [FW Period]
-
-
- FW Week Year
- table [Date] column [FW Week Year]
-
-
- FW StartOfWeek
- table [Date] column [FW StartOfWeek]
-
-
- FW EndOfWeek
- table [Date] column [FW EndOfWeek]
-
-
- FW RelativeWeekPos
- table [Date] column [FW RelativeWeekPos]
-
-
- FW RelativeMonthPos
- table [Date] column [FW RelativeMonthPos]
-
-
- FW RelativeQuarterPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- FW RelativeYearPos
- table [Date] column [FW RelativeYearPos]
-
-
- FW StartOfMonth
- table [Date] column [FW StartOfMonth]
-
-
- FW EndOfMonth
- table [Date] column [FW EndOfMonth]
-
-
- FW StartOfQuarter
- table [Date] column [FW StartOfQuarter]
-
-
- FW EndOfQuarter
- table [Date] column [FW EndOfQuarter]
-
-
- FW StartOfYear
- table [Date] column [FW StartOfYear]
-
-
- FW EndOfYear
- table [Date] column [FW EndOfYear]
-
-
- FW MonthDays
- table [Date] column [FW MonthDays]
-
-
- FW QuarterDays
- table [Date] column [FW QuarterDays]
-
-
- FW YearDays
- table [Date] column [FW YearDays]
-
-
- FW DayOfMonthNumber
- table [Date] column [FW DayOfMonthNumber]
-
-
- FW DayOfQuarterNumber
- table [Date] column [FW DayOfQuarterNumber]
-
-
- FW DayOfYearNumber
- table [Date] column [FW DayOfYearNumber]
-
-
- FW DatePreviousWeek
- table [Date] column [FW DatePreviousWeek]
-
-
- FW DatePreviousMonth
- table [Date] column [FW DatePreviousMonth]
-
-
- FW DatePreviousQuarter
- table [Date] column [FW DatePreviousQuarter]
-
-
- FW DatePreviousYear
- table [Date] column [FW DatePreviousYear]
-
-
- Relative Day
- table [Date] column [Relative Day]
-
-
- No. of Days
- table [Date] measure [No. of Days]
-
-
- Working Days
- table [Date] measure [Working Days]
-
-
- Ranged
- table [Date] measure [Ranged]
-
-
- Fiscal Year-Quarter-Month-Week
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Fiscal Quarter Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Fiscal Week Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Calendar Year-Quarter-Month-Week
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Calendar Quarter Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Calendar Week Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- FW Year-Quarter-Month-Week
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- FW Quarter Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- FW Month Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Fiscal Year-Month
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Fiscal Year-Month-Week
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Fiscal Week Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Calendar Year-Month
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Calendar Year-Month-Week
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Calendar Week Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- FW Year-Month-Week
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- FW Month Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- FW Year-Quarter-Week
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- FW Quarter Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- FW Year-Week
- table [Date] hierarchy [FW Year-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- My Report Title
- table [Localized Labels] measure [My Report Title]
-
-
- My Button Caption
- table [Localized Labels] measure [My Button Caption]
-
-
- My Visual Title
- table [Localized Labels] measure [My Visual Title]
-
-
- Inactive Employees
- table [Localized Labels] measure [Inactive Employees]
-
-
- Terminated Employees
- table [Localized Labels] measure [Terminated Employees]
-
-
- Employees in Unions
- table [Localized Labels] measure [Employees in Unions]
-
-
- Social Analysis
- table [Localized Labels] measure [Social Analysis]
-
-
- Gender Distribution
- table [Localized Labels] measure [Gender Distribution]
-
-
- Age Distribution
- table [Localized Labels] measure [Age Distribution]
-
-
- Employees Qualifications
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realised Emissions vs Target
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e Emissions by Scope
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gas Emissions by Category
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realised Emissions vs Baseline
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e Emissions vs Baseline
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e Emissions by Account
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Water and Waste Analysis
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Water by Facility Location
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Water by Facility Capacity
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Water and Waste by Type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Water and Waste Intensity by Type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Water and Waste Intensity by Facility
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emissions by Category and Scope
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emissions by Category
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emissions by Scope
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e Analysis
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e Emissions by Category
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Carbon Credit by Month
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e Equivalent Emission by Month and Revenue
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Employee Entries Drillthrough
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Employee Ledger Entries
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Sustainability Ledger Entries
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Sustainability Ledger Entries Drillthrough
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Employee Ledger Entries Drillthrough
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Sustainability Overview
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Sustainability Analytics
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e Emissions by Month
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Scopes 1 and 2 Analysis by Categories Per Year
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e Emissions by Department
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Journey to Net-Zero Carbon
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e Emissions by Business Group
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Renewable Energy Usage
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e Emissions Over Time
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- CO2e Smart Review
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e Emissions by Global Dimension One
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e Emissions by Global Dimension Two
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e Equivalent Emissions by Month
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Company Name
- table [Localized Labels] measure [Company Name]
-
-
- Last Refreshed
- table [Localized Labels] measure [Last Refreshed]
-
-
- Released Employees
- table [Localized Labels] measure [Released Employees]
-
-
- CO2e Decomposition Tree
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- CO2e Key Influences
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Water and Waste Yearly and Daily Change
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Sustainability Ledger Entries
- table [table.Name]
-
-
- Entry No.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Description
- table [Sustainability Ledger Entries] column [Description]
-
-
- Water Type
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Wate/Waste Intensity Type
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Document Type
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2 Emissions
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4 Emissions
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- CO2 Emissions Balance
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- CO2 Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O Emissions
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e Emissions
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- CH4 Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- CH4 Emissions Balance
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Water Intensity
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Waste Intensity
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Discharged Into Water
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- CO2e Emissions Balance
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- CO2e Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Discharged Into Water Balance at Date
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Discharged Into Water Balance
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- N2O Emissions Balance
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- N2O Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Waste Intensity Balance at Date
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Waste Intensity Balance
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Water Intensity Balance
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Water Intensity Balance at Date
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2 Baseline
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4 Baseline
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O Baseline
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O vs Baseline (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Water Baseline
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Waste Baseline
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Water vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Waste vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e Baseline
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Purchased Carbon Credits
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Discharged Into Water Baseline
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Discharged Into Water vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e Emissions (Excl Credits)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Water Intensity PY
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Water Intensity YOY
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Waste Intensity PY
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Waste Intensity YOY
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Discharged Into Water PY
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Discharged Into Water YOY
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Discharged Into Water PD
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Waste Intensity PD
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Water Intensity PD
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Water Intensity DOD
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Waste Intensity DOD
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Discharged Into Water DOD
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Base Link
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Sustainability Ledger Entries Link
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Water Available
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Sustainability Accounts
- table [table.Name]
-
-
- Sustainability Account No.
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Sustainability Account Name
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Country/Region
- table [table.Name]
-
-
- Country Region Code
- table [Country/Region] column [Country Region Code]
-
-
- Country Region Name
- table [Country/Region] column [Country Region Name]
-
-
- Responsibility Centre
- table [table.Name]
-
-
- Responsibility Centre Code
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Responsibility Centre Name
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Facility Capacity
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Sustainability Goals
- table [table.Name]
-
-
- Score Card No.
- table [Sustainability Goals] column [Score Card No.]
-
-
- No.
- table [Sustainability Goals] column [No.]
-
-
- Name
- table [Sustainability Goals] column [Name]
-
-
- Owner
- table [Sustainability Goals] column [Owner]
-
-
- Target Value For CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Target Value For CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Target Value For N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Target Value For Water Intensity
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Target Value For Waste Intensity
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Main Goal
- table [Sustainability Goals] column [Main Goal]
-
-
- Start Date
- table [Sustainability Goals] column [Start Date]
-
-
- End Date
- table [Sustainability Goals] column [End Date]
-
-
- Baseline Start Date
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Baseline End Date
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2 Target
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 Realised (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4 Target
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O Target
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 Realised (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O Realised (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Water Target
- table [Sustainability Goals] measure [Water Target]
-
-
- Waste Target
- table [Sustainability Goals] measure [Waste Target]
-
-
- Water Realised (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Waste Realised (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e Realised (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- CO2 Current Value
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- CH4 Current Value
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- N2O Current Value
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- CO2e Current Value
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Water Current Value
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Waste Current Value
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Employee Ledger Entries
- table [table.Name]
-
-
- Entry No.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Document Type
- table [Employee Ledger Entries] column [Document Type]
-
-
- Document No.
- table [Employee Ledger Entries] column [Document No.]
-
-
- Description
- table [Employee Ledger Entries] column [Description]
-
-
- Employee Amount
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Employee Ledger Entries Link
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Employee Qualifications
- table [table.Name]
-
-
- Employee Qualification Codes
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Employee Qualifications
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Emission Fees
- table [table.Name]
-
-
- Emission Type
- table [Emission Fees] column [Emission Type]
-
-
- Scope Type
- table [Emission Fees] column [Scope Type]
-
-
- Starting Date
- table [Emission Fees] column [Starting Date]
-
-
- Ending Date
- table [Emission Fees] column [Ending Date]
-
-
- Country Region Code
- table [Emission Fees] column [Country Region Code]
-
-
- Responsibility Centre
- table [Emission Fees] column [Responsibility Centre]
-
-
- Carbon Fee
- table [Emission Fees] column [Carbon Fee]
-
-
- Carbon Equivalent Factor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e Target
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2 Carbon Equivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4 Carbon Equivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O Carbon Equivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Employee Absences
- table [table.Name]
-
-
- Entry No
- table [Employee Absences] column [Entry No]
-
-
- From Date
- table [Employee Absences] column [From Date]
-
-
- To Date
- table [Employee Absences] column [To Date]
-
-
- Cause of Absence
- table [Employee Absences] column [Cause of Absence]
-
-
- Description
- table [Employee Absences] column [Description]
-
-
- Employee Absences
- table [Employee Absences] measure [Employee Absences]
-
-
- Absence Hours (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Sustainability Sub-Account Categories
- table [table.Name]
-
-
- Sub-Category Code
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Sub-Category Description
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Renewable Energy
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Employees
- table [table.Name]
-
-
- Employee No.
- table [Employees] column [Employee No.]
-
-
- Employee Full Name
- table [Employees] column [Employee Full Name]
-
-
- Employee First Name
- table [Employees] column [Employee First Name]
-
-
- Employee Last Name
- table [Employees] column [Employee Last Name]
-
-
- Employee Gender
- table [Employees] column [Employee Gender]
-
-
- Employee Union Code
- table [Employees] column [Employee Union Code]
-
-
- Employee Status
- table [Employees] column [Employee Status]
-
-
- Employee Cause of Inactivity
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Employee Inactive Date
- table [Employees] column [Employee Inactive Date]
-
-
- Employee Grounds for Termination
- table [Employees] column [Employee Grounds for Termination]
-
-
- Employee Date of Birth
- table [Employees] column [Employee Date of Birth]
-
-
- Age
- table [Employees] column [Age]
-
-
- Age Distribution
- table [Employees] column [Age Distribution]
-
-
- No. of Employees
- table [Employees] measure [No. of Employees]
-
-
- No. of Male Employees
- table [Employees] measure [No. of Male Employees]
-
-
- No. of Female Employees
- table [Employees] measure [No. of Female Employees]
-
-
- No. of Other Employees
- table [Employees] measure [No. of Other Employees]
-
-
- Male Employees (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Female Employees (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Other Employees (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Active Employees
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-CA.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-CA.resx
deleted file mode 100644
index 515de8968b..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-CA.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- G/L Account Category
- table [table.Name]
-
-
- G/L Acc. Category Description
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Sustainability Account Category Code
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Sustainability Account Category Emission Scope
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimension Sets
- table [table.Name]
-
-
- Global Dimension 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Global Dimension 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Shortcut Dimension 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Shortcut Dimension 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Shortcut Dimension 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Shortcut Dimension 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Shortcut Dimension 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Shortcut Dimension 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- DEPARTMENT
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Department Name
- table [Dimension Sets] column [Department Name]
-
-
- CUSTOMERGROUP
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Customer Group Name
- table [Dimension Sets] column [Customer Group Name]
-
-
- AREA
- table [Dimension Sets] column [AREA]
-
-
- Area Name
- table [Dimension Sets] column [Area Name]
-
-
- BUSINESSGROUP
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Business Group Name
- table [Dimension Sets] column [Business Group Name]
-
-
- SALESCAMPAIGN
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Sales campaign Name
- table [Dimension Sets] column [Sales campaign Name]
-
-
- SALESPERSON
- table [Dimension Sets] column [SALESPERSON]
-
-
- Salesperson Name
- table [Dimension Sets] column [Salesperson Name]
-
-
- Date
- table [table.Name]
-
-
- Week Day
- table [Date] column [Week Day]
-
-
- Day Type
- table [Date] column [Day Type]
-
-
- Calendar Year
- table [Date] column [Calendar Year]
-
-
- Calendar Quarter
- table [Date] column [Calendar Quarter]
-
-
- Calendar Quarter Year
- table [Date] column [Calendar Quarter Year]
-
-
- Calendar Month
- table [Date] column [Calendar Month]
-
-
- Calendar Month Year
- table [Date] column [Calendar Month Year]
-
-
- Calendar Week
- table [Date] column [Calendar Week]
-
-
- Calendar Week Year
- table [Date] column [Calendar Week Year]
-
-
- Calendar RelativeWeekPos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Calendar RelativeMonthPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Calendar RelativeQuarterPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Calendar RelativeYearPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Calendar StartOfMonth
- table [Date] column [Calendar StartOfMonth]
-
-
- Calendar EndOfMonth
- table [Date] column [Calendar EndOfMonth]
-
-
- Calendar StartOfQuarter
- table [Date] column [Calendar StartOfQuarter]
-
-
- Calendar EndOfQuarter
- table [Date] column [Calendar EndOfQuarter]
-
-
- Calendar StartOfYear
- table [Date] column [Calendar StartOfYear]
-
-
- Calendar EndOfYear
- table [Date] column [Calendar EndOfYear]
-
-
- Calendar MonthDays
- table [Date] column [Calendar MonthDays]
-
-
- Calendar QuarterDays
- table [Date] column [Calendar QuarterDays]
-
-
- Calendar YearDays
- table [Date] column [Calendar YearDays]
-
-
- Calendar DayOfMonthNumber
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Calendar DayOfQuarterNumber
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Calendar DayOfYearNumber
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Calendar DatePreviousWeek
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Calendar DatePreviousMonth
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Calendar DatePreviousQuarter
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Calendar DatePreviousYear
- table [Date] column [Calendar DatePreviousYear]
-
-
- Fiscal Year
- table [Date] column [Fiscal Year]
-
-
- Fiscal Quarter
- table [Date] column [Fiscal Quarter]
-
-
- Fiscal Quarter Year
- table [Date] column [Fiscal Quarter Year]
-
-
- Fiscal Month
- table [Date] column [Fiscal Month]
-
-
- Fiscal Month Year
- table [Date] column [Fiscal Month Year]
-
-
- Fiscal Week
- table [Date] column [Fiscal Week]
-
-
- Fiscal Week Year
- table [Date] column [Fiscal Week Year]
-
-
- Fiscal RelativeWeekPos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Fiscal RelativeMonthPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Fiscal RelativeQuarterPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Fiscal RelativeYearPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Fiscal StartOfMonth
- table [Date] column [Fiscal StartOfMonth]
-
-
- Fiscal EndOfMonth
- table [Date] column [Fiscal EndOfMonth]
-
-
- Fiscal StartOfQuarter
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Fiscal EndOfQuarter
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Fiscal StartOfYear
- table [Date] column [Fiscal StartOfYear]
-
-
- Fiscal EndOfYear
- table [Date] column [Fiscal EndOfYear]
-
-
- Fiscal MonthDays
- table [Date] column [Fiscal MonthDays]
-
-
- Fiscal QuarterDays
- table [Date] column [Fiscal QuarterDays]
-
-
- Fiscal YearDays
- table [Date] column [Fiscal YearDays]
-
-
- Fiscal DayOfMonthNumber
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Fiscal DayOfQuarterNumber
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Fiscal DayOfYearNumber
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Fiscal DatePreviousWeek
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Fiscal DatePreviousMonth
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Fiscal DatePreviousQuarter
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Fiscal DatePreviousYear
- table [Date] column [Fiscal DatePreviousYear]
-
-
- FW Year
- table [Date] column [FW Year]
-
-
- FW Quarter
- table [Date] column [FW Quarter]
-
-
- FW Quarter Year
- table [Date] column [FW Quarter Year]
-
-
- FW Month
- table [Date] column [FW Month]
-
-
- FW Month Year
- table [Date] column [FW Month Year]
-
-
- FW Week
- table [Date] column [FW Week]
-
-
- FW Period
- table [Date] column [FW Period]
-
-
- FW Week Year
- table [Date] column [FW Week Year]
-
-
- FW StartOfWeek
- table [Date] column [FW StartOfWeek]
-
-
- FW EndOfWeek
- table [Date] column [FW EndOfWeek]
-
-
- FW RelativeWeekPos
- table [Date] column [FW RelativeWeekPos]
-
-
- FW RelativeMonthPos
- table [Date] column [FW RelativeMonthPos]
-
-
- FW RelativeQuarterPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- FW RelativeYearPos
- table [Date] column [FW RelativeYearPos]
-
-
- FW StartOfMonth
- table [Date] column [FW StartOfMonth]
-
-
- FW EndOfMonth
- table [Date] column [FW EndOfMonth]
-
-
- FW StartOfQuarter
- table [Date] column [FW StartOfQuarter]
-
-
- FW EndOfQuarter
- table [Date] column [FW EndOfQuarter]
-
-
- FW StartOfYear
- table [Date] column [FW StartOfYear]
-
-
- FW EndOfYear
- table [Date] column [FW EndOfYear]
-
-
- FW MonthDays
- table [Date] column [FW MonthDays]
-
-
- FW QuarterDays
- table [Date] column [FW QuarterDays]
-
-
- FW YearDays
- table [Date] column [FW YearDays]
-
-
- FW DayOfMonthNumber
- table [Date] column [FW DayOfMonthNumber]
-
-
- FW DayOfQuarterNumber
- table [Date] column [FW DayOfQuarterNumber]
-
-
- FW DayOfYearNumber
- table [Date] column [FW DayOfYearNumber]
-
-
- FW DatePreviousWeek
- table [Date] column [FW DatePreviousWeek]
-
-
- FW DatePreviousMonth
- table [Date] column [FW DatePreviousMonth]
-
-
- FW DatePreviousQuarter
- table [Date] column [FW DatePreviousQuarter]
-
-
- FW DatePreviousYear
- table [Date] column [FW DatePreviousYear]
-
-
- Relative Day
- table [Date] column [Relative Day]
-
-
- No. of Days
- table [Date] measure [No. of Days]
-
-
- Working Days
- table [Date] measure [Working Days]
-
-
- Ranged
- table [Date] measure [Ranged]
-
-
- Fiscal Year-Quarter-Month-Week
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Fiscal Quarter Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Fiscal Week Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Calendar Year-Quarter-Month-Week
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Calendar Quarter Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Calendar Week Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- FW Year-Quarter-Month-Week
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- FW Quarter Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- FW Month Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Fiscal Year-Month
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Fiscal Year-Month-Week
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Fiscal Week Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Calendar Year-Month
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Calendar Year-Month-Week
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Calendar Week Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- FW Year-Month-Week
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- FW Month Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- FW Year-Quarter-Week
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- FW Quarter Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- FW Year-Week
- table [Date] hierarchy [FW Year-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- My Report Title
- table [Localized Labels] measure [My Report Title]
-
-
- My Button Caption
- table [Localized Labels] measure [My Button Caption]
-
-
- My Visual Title
- table [Localized Labels] measure [My Visual Title]
-
-
- Inactive Employees
- table [Localized Labels] measure [Inactive Employees]
-
-
- Terminated Employees
- table [Localized Labels] measure [Terminated Employees]
-
-
- Employees in Unions
- table [Localized Labels] measure [Employees in Unions]
-
-
- Social Analysis
- table [Localized Labels] measure [Social Analysis]
-
-
- Gender Distribution
- table [Localized Labels] measure [Gender Distribution]
-
-
- Age Distribution
- table [Localized Labels] measure [Age Distribution]
-
-
- Employees Qualifications
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realized Emissions vs Target
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e Emissions by Scope
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gas Emissions by Category
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realized Emissions vs Baseline
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e Emissions vs Baseline
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e Emissions by Account
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Water and Waste Analysis
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Water by Facility Location
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Water by Facility Capacity
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Water and Waste by Type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Water and Waste Intensity by Type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Water and Waste Intensity by Facility
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emissions by Category and Scope
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emissions by Category
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emissions by Scope
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e Analysis
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e Emissions by Category
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Carbon Credit by Month
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e Equivalent Emission by Month and Revenue
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Employee Entries Drillthrough
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Employee Ledger Entries
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Sustainability Ledger Entries
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Sustainability Ledger Entries Drillthrough
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Employee Ledger Entries Drillthrough
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Sustainability Overview
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Sustainability Analytics
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e Emissions by Month
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Scopes 1 and 2 Analysis by Categories Per Year
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e Emissions by Department
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Journey to Net-Zero Carbon
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e Emissions by Business Group
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Renewable Energy Usage
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e Emissions Over Time
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- CO2e Smart Review
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e Emissions by Global Dimension One
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e Emissions by Global Dimension Two
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e Equivalent Emissions by Month
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Company Name
- table [Localized Labels] measure [Company Name]
-
-
- Last Refreshed
- table [Localized Labels] measure [Last Refreshed]
-
-
- Released Employees
- table [Localized Labels] measure [Released Employees]
-
-
- CO2e Decomposition Tree
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- CO2e Key Influences
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Water and Waste Yearly and Daily Change
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Sustainability Ledger Entries
- table [table.Name]
-
-
- Entry No.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Description
- table [Sustainability Ledger Entries] column [Description]
-
-
- Water Type
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Wate/Waste Intensity Type
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Document Type
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2 Emissions
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4 Emissions
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- CO2 Emissions Balance
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- CO2 Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O Emissions
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e Emissions
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- CH4 Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- CH4 Emissions Balance
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Water Intensity
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Waste Intensity
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Discharged Into Water
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- CO2e Emissions Balance
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- CO2e Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Discharged Into Water Balance at Date
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Discharged Into Water Balance
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- N2O Emissions Balance
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- N2O Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Waste Intensity Balance at Date
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Waste Intensity Balance
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Water Intensity Balance
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Water Intensity Balance at Date
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2 Baseline
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4 Baseline
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O Baseline
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O vs Baseline (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Water Baseline
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Waste Baseline
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Water vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Waste vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e Baseline
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Purchased Carbon Credits
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Discharged Into Water Baseline
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Discharged Into Water vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e Emissions (Excl Credits)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Water Intensity PY
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Water Intensity YOY
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Waste Intensity PY
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Waste Intensity YOY
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Discharged Into Water PY
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Discharged Into Water YOY
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Discharged Into Water PD
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Waste Intensity PD
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Water Intensity PD
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Water Intensity DOD
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Waste Intensity DOD
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Discharged Into Water DOD
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Base Link
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Sustainability Ledger Entries Link
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Water Available
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Sustainability Accounts
- table [table.Name]
-
-
- Sustainability Account No.
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Sustainability Account Name
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Country/Region
- table [table.Name]
-
-
- Country Region Code
- table [Country/Region] column [Country Region Code]
-
-
- Country Region Name
- table [Country/Region] column [Country Region Name]
-
-
- Responsibility Centre
- table [table.Name]
-
-
- Responsibility Centre Code
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Responsibility Centre Name
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Facility Capacity
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Sustainability Goals
- table [table.Name]
-
-
- Score Card No.
- table [Sustainability Goals] column [Score Card No.]
-
-
- No.
- table [Sustainability Goals] column [No.]
-
-
- Name
- table [Sustainability Goals] column [Name]
-
-
- Owner
- table [Sustainability Goals] column [Owner]
-
-
- Target Value For CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Target Value For CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Target Value For N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Target Value For Water Intensity
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Target Value For Waste Intensity
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Main Goal
- table [Sustainability Goals] column [Main Goal]
-
-
- Start Date
- table [Sustainability Goals] column [Start Date]
-
-
- End Date
- table [Sustainability Goals] column [End Date]
-
-
- Baseline Start Date
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Baseline End Date
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2 Target
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 Realized (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4 Target
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O Target
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 Realized (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O Realized (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Water Target
- table [Sustainability Goals] measure [Water Target]
-
-
- Waste Target
- table [Sustainability Goals] measure [Waste Target]
-
-
- Water Realized (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Waste Realized (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e Realized (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- CO2 Current Value
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- CH4 Current Value
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- N2O Current Value
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- CO2e Current Value
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Water Current Value
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Waste Current Value
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Employee Ledger Entries
- table [table.Name]
-
-
- Entry No.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Document Type
- table [Employee Ledger Entries] column [Document Type]
-
-
- Document No.
- table [Employee Ledger Entries] column [Document No.]
-
-
- Description
- table [Employee Ledger Entries] column [Description]
-
-
- Employee Amount
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Employee Ledger Entries Link
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Employee Qualifications
- table [table.Name]
-
-
- Employee Qualification Codes
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Employee Qualifications
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Emission Fees
- table [table.Name]
-
-
- Emission Type
- table [Emission Fees] column [Emission Type]
-
-
- Scope Type
- table [Emission Fees] column [Scope Type]
-
-
- Starting Date
- table [Emission Fees] column [Starting Date]
-
-
- Ending Date
- table [Emission Fees] column [Ending Date]
-
-
- Country Region Code
- table [Emission Fees] column [Country Region Code]
-
-
- Responsibility Centre
- table [Emission Fees] column [Responsibility Centre]
-
-
- Carbon Fee
- table [Emission Fees] column [Carbon Fee]
-
-
- Carbon Equivalent Factor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e Target
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2 Carbon Equivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4 Carbon Equivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O Carbon Equivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Employee Absences
- table [table.Name]
-
-
- Entry No
- table [Employee Absences] column [Entry No]
-
-
- From Date
- table [Employee Absences] column [From Date]
-
-
- To Date
- table [Employee Absences] column [To Date]
-
-
- Cause of Absence
- table [Employee Absences] column [Cause of Absence]
-
-
- Description
- table [Employee Absences] column [Description]
-
-
- Employee Absences
- table [Employee Absences] measure [Employee Absences]
-
-
- Absence Hours (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Sustainability Sub-Account Categories
- table [table.Name]
-
-
- Sub-Category Code
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Sub-Category Description
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Renewable Energy
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Employees
- table [table.Name]
-
-
- Employee No.
- table [Employees] column [Employee No.]
-
-
- Employee Full Name
- table [Employees] column [Employee Full Name]
-
-
- Employee First Name
- table [Employees] column [Employee First Name]
-
-
- Employee Last Name
- table [Employees] column [Employee Last Name]
-
-
- Employee Gender
- table [Employees] column [Employee Gender]
-
-
- Employee Union Code
- table [Employees] column [Employee Union Code]
-
-
- Employee Status
- table [Employees] column [Employee Status]
-
-
- Employee Cause of Inactivity
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Employee Inactive Date
- table [Employees] column [Employee Inactive Date]
-
-
- Employee Grounds for Termination
- table [Employees] column [Employee Grounds for Termination]
-
-
- Employee Date of Birth
- table [Employees] column [Employee Date of Birth]
-
-
- Age
- table [Employees] column [Age]
-
-
- Age Distribution
- table [Employees] column [Age Distribution]
-
-
- No. of Employees
- table [Employees] measure [No. of Employees]
-
-
- No. of Male Employees
- table [Employees] measure [No. of Male Employees]
-
-
- No. of Female Employees
- table [Employees] measure [No. of Female Employees]
-
-
- No. of Other Employees
- table [Employees] measure [No. of Other Employees]
-
-
- Male Employees (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Female Employees (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Other Employees (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Active Employees
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-GB.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-GB.resx
deleted file mode 100644
index 5de1270d01..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-GB.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- G/L Account Category
- table [table.Name]
-
-
- G/L Acc. Category Description
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Sustainability Account Category Code
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Sustainability Account Category Emission Scope
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimension Sets
- table [table.Name]
-
-
- Global Dimension 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Global Dimension 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Shortcut Dimension 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Shortcut Dimension 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Shortcut Dimension 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Shortcut Dimension 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Shortcut Dimension 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Shortcut Dimension 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- DEPARTMENT
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Department Name
- table [Dimension Sets] column [Department Name]
-
-
- CUSTOMERGROUP
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Customer Group Name
- table [Dimension Sets] column [Customer Group Name]
-
-
- AREA
- table [Dimension Sets] column [AREA]
-
-
- Area Name
- table [Dimension Sets] column [Area Name]
-
-
- BUSINESSGROUP
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Business Group Name
- table [Dimension Sets] column [Business Group Name]
-
-
- SALESCAMPAIGN
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Sales campaign Name
- table [Dimension Sets] column [Sales campaign Name]
-
-
- SALESPERSON
- table [Dimension Sets] column [SALESPERSON]
-
-
- Salesperson Name
- table [Dimension Sets] column [Salesperson Name]
-
-
- Date
- table [table.Name]
-
-
- Week Day
- table [Date] column [Week Day]
-
-
- Day Type
- table [Date] column [Day Type]
-
-
- Calendar Year
- table [Date] column [Calendar Year]
-
-
- Calendar Quarter
- table [Date] column [Calendar Quarter]
-
-
- Calendar Quarter Year
- table [Date] column [Calendar Quarter Year]
-
-
- Calendar Month
- table [Date] column [Calendar Month]
-
-
- Calendar Month Year
- table [Date] column [Calendar Month Year]
-
-
- Calendar Week
- table [Date] column [Calendar Week]
-
-
- Calendar Week Year
- table [Date] column [Calendar Week Year]
-
-
- Calendar RelativeWeekPos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Calendar RelativeMonthPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Calendar RelativeQuarterPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Calendar RelativeYearPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Calendar StartOfMonth
- table [Date] column [Calendar StartOfMonth]
-
-
- Calendar EndOfMonth
- table [Date] column [Calendar EndOfMonth]
-
-
- Calendar StartOfQuarter
- table [Date] column [Calendar StartOfQuarter]
-
-
- Calendar EndOfQuarter
- table [Date] column [Calendar EndOfQuarter]
-
-
- Calendar StartOfYear
- table [Date] column [Calendar StartOfYear]
-
-
- Calendar EndOfYear
- table [Date] column [Calendar EndOfYear]
-
-
- Calendar MonthDays
- table [Date] column [Calendar MonthDays]
-
-
- Calendar QuarterDays
- table [Date] column [Calendar QuarterDays]
-
-
- Calendar YearDays
- table [Date] column [Calendar YearDays]
-
-
- Calendar DayOfMonthNumber
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Calendar DayOfQuarterNumber
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Calendar DayOfYearNumber
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Calendar DatePreviousWeek
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Calendar DatePreviousMonth
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Calendar DatePreviousQuarter
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Calendar DatePreviousYear
- table [Date] column [Calendar DatePreviousYear]
-
-
- Fiscal Year
- table [Date] column [Fiscal Year]
-
-
- Fiscal Quarter
- table [Date] column [Fiscal Quarter]
-
-
- Fiscal Quarter Year
- table [Date] column [Fiscal Quarter Year]
-
-
- Fiscal Month
- table [Date] column [Fiscal Month]
-
-
- Fiscal Month Year
- table [Date] column [Fiscal Month Year]
-
-
- Fiscal Week
- table [Date] column [Fiscal Week]
-
-
- Fiscal Week Year
- table [Date] column [Fiscal Week Year]
-
-
- Fiscal RelativeWeekPos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Fiscal RelativeMonthPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Fiscal RelativeQuarterPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Fiscal RelativeYearPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Fiscal StartOfMonth
- table [Date] column [Fiscal StartOfMonth]
-
-
- Fiscal EndOfMonth
- table [Date] column [Fiscal EndOfMonth]
-
-
- Fiscal StartOfQuarter
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Fiscal EndOfQuarter
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Fiscal StartOfYear
- table [Date] column [Fiscal StartOfYear]
-
-
- Fiscal EndOfYear
- table [Date] column [Fiscal EndOfYear]
-
-
- Fiscal MonthDays
- table [Date] column [Fiscal MonthDays]
-
-
- Fiscal QuarterDays
- table [Date] column [Fiscal QuarterDays]
-
-
- Fiscal YearDays
- table [Date] column [Fiscal YearDays]
-
-
- Fiscal DayOfMonthNumber
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Fiscal DayOfQuarterNumber
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Fiscal DayOfYearNumber
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Fiscal DatePreviousWeek
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Fiscal DatePreviousMonth
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Fiscal DatePreviousQuarter
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Fiscal DatePreviousYear
- table [Date] column [Fiscal DatePreviousYear]
-
-
- FW Year
- table [Date] column [FW Year]
-
-
- FW Quarter
- table [Date] column [FW Quarter]
-
-
- FW Quarter Year
- table [Date] column [FW Quarter Year]
-
-
- FW Month
- table [Date] column [FW Month]
-
-
- FW Month Year
- table [Date] column [FW Month Year]
-
-
- FW Week
- table [Date] column [FW Week]
-
-
- FW Period
- table [Date] column [FW Period]
-
-
- FW Week Year
- table [Date] column [FW Week Year]
-
-
- FW StartOfWeek
- table [Date] column [FW StartOfWeek]
-
-
- FW EndOfWeek
- table [Date] column [FW EndOfWeek]
-
-
- FW RelativeWeekPos
- table [Date] column [FW RelativeWeekPos]
-
-
- FW RelativeMonthPos
- table [Date] column [FW RelativeMonthPos]
-
-
- FW RelativeQuarterPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- FW RelativeYearPos
- table [Date] column [FW RelativeYearPos]
-
-
- FW StartOfMonth
- table [Date] column [FW StartOfMonth]
-
-
- FW EndOfMonth
- table [Date] column [FW EndOfMonth]
-
-
- FW StartOfQuarter
- table [Date] column [FW StartOfQuarter]
-
-
- FW EndOfQuarter
- table [Date] column [FW EndOfQuarter]
-
-
- FW StartOfYear
- table [Date] column [FW StartOfYear]
-
-
- FW EndOfYear
- table [Date] column [FW EndOfYear]
-
-
- FW MonthDays
- table [Date] column [FW MonthDays]
-
-
- FW QuarterDays
- table [Date] column [FW QuarterDays]
-
-
- FW YearDays
- table [Date] column [FW YearDays]
-
-
- FW DayOfMonthNumber
- table [Date] column [FW DayOfMonthNumber]
-
-
- FW DayOfQuarterNumber
- table [Date] column [FW DayOfQuarterNumber]
-
-
- FW DayOfYearNumber
- table [Date] column [FW DayOfYearNumber]
-
-
- FW DatePreviousWeek
- table [Date] column [FW DatePreviousWeek]
-
-
- FW DatePreviousMonth
- table [Date] column [FW DatePreviousMonth]
-
-
- FW DatePreviousQuarter
- table [Date] column [FW DatePreviousQuarter]
-
-
- FW DatePreviousYear
- table [Date] column [FW DatePreviousYear]
-
-
- Relative Day
- table [Date] column [Relative Day]
-
-
- No. of Days
- table [Date] measure [No. of Days]
-
-
- Working Days
- table [Date] measure [Working Days]
-
-
- Ranged
- table [Date] measure [Ranged]
-
-
- Fiscal Year-Quarter-Month-Week
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Fiscal Quarter Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Fiscal Week Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Calendar Year-Quarter-Month-Week
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Calendar Quarter Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Calendar Week Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- FW Year-Quarter-Month-Week
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- FW Quarter Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- FW Month Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Fiscal Year-Month
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Fiscal Year-Month-Week
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Fiscal Week Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Calendar Year-Month
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Calendar Year-Month-Week
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Calendar Week Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- FW Year-Month-Week
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- FW Month Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- FW Year-Quarter-Week
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- FW Quarter Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- FW Year-Week
- table [Date] hierarchy [FW Year-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- My Report Title
- table [Localized Labels] measure [My Report Title]
-
-
- My Button Caption
- table [Localized Labels] measure [My Button Caption]
-
-
- My Visual Title
- table [Localized Labels] measure [My Visual Title]
-
-
- Inactive Employees
- table [Localized Labels] measure [Inactive Employees]
-
-
- Terminated Employees
- table [Localized Labels] measure [Terminated Employees]
-
-
- Employees in Unions
- table [Localized Labels] measure [Employees in Unions]
-
-
- Social Analysis
- table [Localized Labels] measure [Social Analysis]
-
-
- Gender Distribution
- table [Localized Labels] measure [Gender Distribution]
-
-
- Age Distribution
- table [Localized Labels] measure [Age Distribution]
-
-
- Employees Qualifications
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realised Emissions vs Target
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e Emissions by Scope
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gas Emissions by Category
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realised Emissions vs Baseline
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e Emissions vs Baseline
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e Emissions by Account
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Water and Waste Analysis
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Water by Facility Location
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Water by Facility Capacity
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Water and Waste by Type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Water and Waste Intensity by Type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Water and Waste Intensity by Facility
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emissions by Category and Scope
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emissions by Category
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emissions by Scope
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e Analysis
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e Emissions by Category
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Carbon Credit by Month
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e Equivalent Emission by Month and Revenue
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Employee Entries Drillthrough
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Employee Ledger Entries
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Sustainability Ledger Entries
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Sustainability Ledger Entries Drillthrough
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Employee Ledger Entries Drillthrough
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Sustainability Overview
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Sustainability Analytics
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e Emissions by Month
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Scopes 1 and 2 Analysis by Categories Per Year
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e Emissions by Department
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Journey to Net-Zero Carbon
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e Emissions by Business Group
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Renewable Energy Usage
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e Emissions Over Time
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- CO2e Smart Review
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e Emissions by Global Dimension One
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e Emissions by Global Dimension Two
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e Equivalent Emissions by Month
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Company Name
- table [Localized Labels] measure [Company Name]
-
-
- Last Refreshed
- table [Localized Labels] measure [Last Refreshed]
-
-
- Released Employees
- table [Localized Labels] measure [Released Employees]
-
-
- CO2e Decomposition Tree
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- CO2e Key Influences
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Water and Waste Yearly and Daily Change
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Sustainability Ledger Entries
- table [table.Name]
-
-
- Entry No.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Description
- table [Sustainability Ledger Entries] column [Description]
-
-
- Water Type
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Wate/Waste Intensity Type
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Document Type
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2 Emissions
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4 Emissions
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- CO2 Emissions Balance
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- CO2 Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O Emissions
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e Emissions
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- CH4 Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- CH4 Emissions Balance
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Water Intensity
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Waste Intensity
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Discharged Into Water
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- CO2e Emissions Balance
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- CO2e Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Discharged Into Water Balance at Date
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Discharged Into Water Balance
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- N2O Emissions Balance
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- N2O Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Waste Intensity Balance at Date
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Waste Intensity Balance
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Water Intensity Balance
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Water Intensity Balance at Date
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2 Baseline
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4 Baseline
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O Baseline
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O vs Baseline (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Water Baseline
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Waste Baseline
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Water vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Waste vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e Baseline
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Purchased Carbon Credits
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Discharged Into Water Baseline
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Discharged Into Water vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e Emissions (Excl Credits)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Water Intensity PY
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Water Intensity YOY
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Waste Intensity PY
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Waste Intensity YOY
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Discharged Into Water PY
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Discharged Into Water YOY
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Discharged Into Water PD
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Waste Intensity PD
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Water Intensity PD
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Water Intensity DOD
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Waste Intensity DOD
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Discharged Into Water DOD
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Base Link
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Sustainability Ledger Entries Link
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Water Available
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Sustainability Accounts
- table [table.Name]
-
-
- Sustainability Account No.
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Sustainability Account Name
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Country/Region
- table [table.Name]
-
-
- Country Region Code
- table [Country/Region] column [Country Region Code]
-
-
- Country Region Name
- table [Country/Region] column [Country Region Name]
-
-
- Responsibility Centre
- table [table.Name]
-
-
- Responsibility Centre Code
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Responsibility Centre Name
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Facility Capacity
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Sustainability Goals
- table [table.Name]
-
-
- Score Card No.
- table [Sustainability Goals] column [Score Card No.]
-
-
- No.
- table [Sustainability Goals] column [No.]
-
-
- Name
- table [Sustainability Goals] column [Name]
-
-
- Owner
- table [Sustainability Goals] column [Owner]
-
-
- Target Value For CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Target Value For CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Target Value For N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Target Value For Water Intensity
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Target Value For Waste Intensity
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Main Goal
- table [Sustainability Goals] column [Main Goal]
-
-
- Start Date
- table [Sustainability Goals] column [Start Date]
-
-
- End Date
- table [Sustainability Goals] column [End Date]
-
-
- Baseline Start Date
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Baseline End Date
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2 Target
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 Realised (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4 Target
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O Target
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 Realised (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O Realised (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Water Target
- table [Sustainability Goals] measure [Water Target]
-
-
- Waste Target
- table [Sustainability Goals] measure [Waste Target]
-
-
- Water Realised (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Waste Realised (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e Realised (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- CO2 Current Value
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- CH4 Current Value
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- N2O Current Value
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- CO2e Current Value
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Water Current Value
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Waste Current Value
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Employee Ledger Entries
- table [table.Name]
-
-
- Entry No.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Document Type
- table [Employee Ledger Entries] column [Document Type]
-
-
- Document No.
- table [Employee Ledger Entries] column [Document No.]
-
-
- Description
- table [Employee Ledger Entries] column [Description]
-
-
- Employee Amount
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Employee Ledger Entries Link
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Employee Qualifications
- table [table.Name]
-
-
- Employee Qualification Codes
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Employee Qualifications
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Emission Fees
- table [table.Name]
-
-
- Emission Type
- table [Emission Fees] column [Emission Type]
-
-
- Scope Type
- table [Emission Fees] column [Scope Type]
-
-
- Starting Date
- table [Emission Fees] column [Starting Date]
-
-
- Ending Date
- table [Emission Fees] column [Ending Date]
-
-
- Country Region Code
- table [Emission Fees] column [Country Region Code]
-
-
- Responsibility Centre
- table [Emission Fees] column [Responsibility Centre]
-
-
- Carbon Fee
- table [Emission Fees] column [Carbon Fee]
-
-
- Carbon Equivalent Factor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e Target
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2 Carbon Equivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4 Carbon Equivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O Carbon Equivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Employee Absences
- table [table.Name]
-
-
- Entry No
- table [Employee Absences] column [Entry No]
-
-
- From Date
- table [Employee Absences] column [From Date]
-
-
- To Date
- table [Employee Absences] column [To Date]
-
-
- Cause of Absence
- table [Employee Absences] column [Cause of Absence]
-
-
- Description
- table [Employee Absences] column [Description]
-
-
- Employee Absences
- table [Employee Absences] measure [Employee Absences]
-
-
- Absence Hours (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Sustainability Sub-Account Categories
- table [table.Name]
-
-
- Sub-Category Code
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Sub-Category Description
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Renewable Energy
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Employees
- table [table.Name]
-
-
- Employee No.
- table [Employees] column [Employee No.]
-
-
- Employee Full Name
- table [Employees] column [Employee Full Name]
-
-
- Employee First Name
- table [Employees] column [Employee First Name]
-
-
- Employee Last Name
- table [Employees] column [Employee Last Name]
-
-
- Employee Gender
- table [Employees] column [Employee Gender]
-
-
- Employee Union Code
- table [Employees] column [Employee Union Code]
-
-
- Employee Status
- table [Employees] column [Employee Status]
-
-
- Employee Cause of Inactivity
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Employee Inactive Date
- table [Employees] column [Employee Inactive Date]
-
-
- Employee Grounds for Termination
- table [Employees] column [Employee Grounds for Termination]
-
-
- Employee Date of Birth
- table [Employees] column [Employee Date of Birth]
-
-
- Age
- table [Employees] column [Age]
-
-
- Age Distribution
- table [Employees] column [Age Distribution]
-
-
- No. of Employees
- table [Employees] measure [No. of Employees]
-
-
- No. of Male Employees
- table [Employees] measure [No. of Male Employees]
-
-
- No. of Female Employees
- table [Employees] measure [No. of Female Employees]
-
-
- No. of Other Employees
- table [Employees] measure [No. of Other Employees]
-
-
- Male Employees (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Female Employees (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Other Employees (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Active Employees
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-NZ.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-NZ.resx
deleted file mode 100644
index 5de1270d01..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-NZ.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- G/L Account Category
- table [table.Name]
-
-
- G/L Acc. Category Description
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Sustainability Account Category Code
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Sustainability Account Category Emission Scope
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimension Sets
- table [table.Name]
-
-
- Global Dimension 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Global Dimension 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Shortcut Dimension 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Shortcut Dimension 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Shortcut Dimension 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Shortcut Dimension 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Shortcut Dimension 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Shortcut Dimension 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- DEPARTMENT
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Department Name
- table [Dimension Sets] column [Department Name]
-
-
- CUSTOMERGROUP
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Customer Group Name
- table [Dimension Sets] column [Customer Group Name]
-
-
- AREA
- table [Dimension Sets] column [AREA]
-
-
- Area Name
- table [Dimension Sets] column [Area Name]
-
-
- BUSINESSGROUP
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Business Group Name
- table [Dimension Sets] column [Business Group Name]
-
-
- SALESCAMPAIGN
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Sales campaign Name
- table [Dimension Sets] column [Sales campaign Name]
-
-
- SALESPERSON
- table [Dimension Sets] column [SALESPERSON]
-
-
- Salesperson Name
- table [Dimension Sets] column [Salesperson Name]
-
-
- Date
- table [table.Name]
-
-
- Week Day
- table [Date] column [Week Day]
-
-
- Day Type
- table [Date] column [Day Type]
-
-
- Calendar Year
- table [Date] column [Calendar Year]
-
-
- Calendar Quarter
- table [Date] column [Calendar Quarter]
-
-
- Calendar Quarter Year
- table [Date] column [Calendar Quarter Year]
-
-
- Calendar Month
- table [Date] column [Calendar Month]
-
-
- Calendar Month Year
- table [Date] column [Calendar Month Year]
-
-
- Calendar Week
- table [Date] column [Calendar Week]
-
-
- Calendar Week Year
- table [Date] column [Calendar Week Year]
-
-
- Calendar RelativeWeekPos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Calendar RelativeMonthPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Calendar RelativeQuarterPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Calendar RelativeYearPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Calendar StartOfMonth
- table [Date] column [Calendar StartOfMonth]
-
-
- Calendar EndOfMonth
- table [Date] column [Calendar EndOfMonth]
-
-
- Calendar StartOfQuarter
- table [Date] column [Calendar StartOfQuarter]
-
-
- Calendar EndOfQuarter
- table [Date] column [Calendar EndOfQuarter]
-
-
- Calendar StartOfYear
- table [Date] column [Calendar StartOfYear]
-
-
- Calendar EndOfYear
- table [Date] column [Calendar EndOfYear]
-
-
- Calendar MonthDays
- table [Date] column [Calendar MonthDays]
-
-
- Calendar QuarterDays
- table [Date] column [Calendar QuarterDays]
-
-
- Calendar YearDays
- table [Date] column [Calendar YearDays]
-
-
- Calendar DayOfMonthNumber
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Calendar DayOfQuarterNumber
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Calendar DayOfYearNumber
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Calendar DatePreviousWeek
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Calendar DatePreviousMonth
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Calendar DatePreviousQuarter
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Calendar DatePreviousYear
- table [Date] column [Calendar DatePreviousYear]
-
-
- Fiscal Year
- table [Date] column [Fiscal Year]
-
-
- Fiscal Quarter
- table [Date] column [Fiscal Quarter]
-
-
- Fiscal Quarter Year
- table [Date] column [Fiscal Quarter Year]
-
-
- Fiscal Month
- table [Date] column [Fiscal Month]
-
-
- Fiscal Month Year
- table [Date] column [Fiscal Month Year]
-
-
- Fiscal Week
- table [Date] column [Fiscal Week]
-
-
- Fiscal Week Year
- table [Date] column [Fiscal Week Year]
-
-
- Fiscal RelativeWeekPos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Fiscal RelativeMonthPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Fiscal RelativeQuarterPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Fiscal RelativeYearPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Fiscal StartOfMonth
- table [Date] column [Fiscal StartOfMonth]
-
-
- Fiscal EndOfMonth
- table [Date] column [Fiscal EndOfMonth]
-
-
- Fiscal StartOfQuarter
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Fiscal EndOfQuarter
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Fiscal StartOfYear
- table [Date] column [Fiscal StartOfYear]
-
-
- Fiscal EndOfYear
- table [Date] column [Fiscal EndOfYear]
-
-
- Fiscal MonthDays
- table [Date] column [Fiscal MonthDays]
-
-
- Fiscal QuarterDays
- table [Date] column [Fiscal QuarterDays]
-
-
- Fiscal YearDays
- table [Date] column [Fiscal YearDays]
-
-
- Fiscal DayOfMonthNumber
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Fiscal DayOfQuarterNumber
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Fiscal DayOfYearNumber
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Fiscal DatePreviousWeek
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Fiscal DatePreviousMonth
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Fiscal DatePreviousQuarter
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Fiscal DatePreviousYear
- table [Date] column [Fiscal DatePreviousYear]
-
-
- FW Year
- table [Date] column [FW Year]
-
-
- FW Quarter
- table [Date] column [FW Quarter]
-
-
- FW Quarter Year
- table [Date] column [FW Quarter Year]
-
-
- FW Month
- table [Date] column [FW Month]
-
-
- FW Month Year
- table [Date] column [FW Month Year]
-
-
- FW Week
- table [Date] column [FW Week]
-
-
- FW Period
- table [Date] column [FW Period]
-
-
- FW Week Year
- table [Date] column [FW Week Year]
-
-
- FW StartOfWeek
- table [Date] column [FW StartOfWeek]
-
-
- FW EndOfWeek
- table [Date] column [FW EndOfWeek]
-
-
- FW RelativeWeekPos
- table [Date] column [FW RelativeWeekPos]
-
-
- FW RelativeMonthPos
- table [Date] column [FW RelativeMonthPos]
-
-
- FW RelativeQuarterPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- FW RelativeYearPos
- table [Date] column [FW RelativeYearPos]
-
-
- FW StartOfMonth
- table [Date] column [FW StartOfMonth]
-
-
- FW EndOfMonth
- table [Date] column [FW EndOfMonth]
-
-
- FW StartOfQuarter
- table [Date] column [FW StartOfQuarter]
-
-
- FW EndOfQuarter
- table [Date] column [FW EndOfQuarter]
-
-
- FW StartOfYear
- table [Date] column [FW StartOfYear]
-
-
- FW EndOfYear
- table [Date] column [FW EndOfYear]
-
-
- FW MonthDays
- table [Date] column [FW MonthDays]
-
-
- FW QuarterDays
- table [Date] column [FW QuarterDays]
-
-
- FW YearDays
- table [Date] column [FW YearDays]
-
-
- FW DayOfMonthNumber
- table [Date] column [FW DayOfMonthNumber]
-
-
- FW DayOfQuarterNumber
- table [Date] column [FW DayOfQuarterNumber]
-
-
- FW DayOfYearNumber
- table [Date] column [FW DayOfYearNumber]
-
-
- FW DatePreviousWeek
- table [Date] column [FW DatePreviousWeek]
-
-
- FW DatePreviousMonth
- table [Date] column [FW DatePreviousMonth]
-
-
- FW DatePreviousQuarter
- table [Date] column [FW DatePreviousQuarter]
-
-
- FW DatePreviousYear
- table [Date] column [FW DatePreviousYear]
-
-
- Relative Day
- table [Date] column [Relative Day]
-
-
- No. of Days
- table [Date] measure [No. of Days]
-
-
- Working Days
- table [Date] measure [Working Days]
-
-
- Ranged
- table [Date] measure [Ranged]
-
-
- Fiscal Year-Quarter-Month-Week
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Fiscal Quarter Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Fiscal Week Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Calendar Year-Quarter-Month-Week
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Calendar Quarter Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Calendar Week Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- FW Year-Quarter-Month-Week
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- FW Quarter Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- FW Month Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Fiscal Year-Month
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Fiscal Year-Month-Week
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Fiscal Week Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Calendar Year-Month
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Calendar Year-Month-Week
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Calendar Week Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- FW Year-Month-Week
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- FW Month Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- FW Year-Quarter-Week
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- FW Quarter Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- FW Year-Week
- table [Date] hierarchy [FW Year-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- My Report Title
- table [Localized Labels] measure [My Report Title]
-
-
- My Button Caption
- table [Localized Labels] measure [My Button Caption]
-
-
- My Visual Title
- table [Localized Labels] measure [My Visual Title]
-
-
- Inactive Employees
- table [Localized Labels] measure [Inactive Employees]
-
-
- Terminated Employees
- table [Localized Labels] measure [Terminated Employees]
-
-
- Employees in Unions
- table [Localized Labels] measure [Employees in Unions]
-
-
- Social Analysis
- table [Localized Labels] measure [Social Analysis]
-
-
- Gender Distribution
- table [Localized Labels] measure [Gender Distribution]
-
-
- Age Distribution
- table [Localized Labels] measure [Age Distribution]
-
-
- Employees Qualifications
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realised Emissions vs Target
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e Emissions by Scope
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gas Emissions by Category
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realised Emissions vs Baseline
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e Emissions vs Baseline
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e Emissions by Account
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Water and Waste Analysis
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Water by Facility Location
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Water by Facility Capacity
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Water and Waste by Type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Water and Waste Intensity by Type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Water and Waste Intensity by Facility
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emissions by Category and Scope
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emissions by Category
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emissions by Scope
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e Analysis
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e Emissions by Category
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Carbon Credit by Month
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e Equivalent Emission by Month and Revenue
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Employee Entries Drillthrough
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Employee Ledger Entries
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Sustainability Ledger Entries
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Sustainability Ledger Entries Drillthrough
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Employee Ledger Entries Drillthrough
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Sustainability Overview
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Sustainability Analytics
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e Emissions by Month
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Scopes 1 and 2 Analysis by Categories Per Year
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e Emissions by Department
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Journey to Net-Zero Carbon
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e Emissions by Business Group
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Renewable Energy Usage
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e Emissions Over Time
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- CO2e Smart Review
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e Emissions by Global Dimension One
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e Emissions by Global Dimension Two
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e Equivalent Emissions by Month
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Company Name
- table [Localized Labels] measure [Company Name]
-
-
- Last Refreshed
- table [Localized Labels] measure [Last Refreshed]
-
-
- Released Employees
- table [Localized Labels] measure [Released Employees]
-
-
- CO2e Decomposition Tree
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- CO2e Key Influences
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Water and Waste Yearly and Daily Change
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Sustainability Ledger Entries
- table [table.Name]
-
-
- Entry No.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Description
- table [Sustainability Ledger Entries] column [Description]
-
-
- Water Type
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Wate/Waste Intensity Type
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Document Type
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2 Emissions
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4 Emissions
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- CO2 Emissions Balance
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- CO2 Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O Emissions
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e Emissions
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- CH4 Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- CH4 Emissions Balance
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Water Intensity
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Waste Intensity
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Discharged Into Water
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- CO2e Emissions Balance
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- CO2e Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Discharged Into Water Balance at Date
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Discharged Into Water Balance
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- N2O Emissions Balance
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- N2O Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Waste Intensity Balance at Date
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Waste Intensity Balance
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Water Intensity Balance
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Water Intensity Balance at Date
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2 Baseline
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4 Baseline
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O Baseline
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O vs Baseline (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Water Baseline
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Waste Baseline
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Water vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Waste vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e Baseline
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Purchased Carbon Credits
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Discharged Into Water Baseline
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Discharged Into Water vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e Emissions (Excl Credits)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Water Intensity PY
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Water Intensity YOY
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Waste Intensity PY
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Waste Intensity YOY
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Discharged Into Water PY
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Discharged Into Water YOY
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Discharged Into Water PD
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Waste Intensity PD
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Water Intensity PD
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Water Intensity DOD
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Waste Intensity DOD
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Discharged Into Water DOD
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Base Link
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Sustainability Ledger Entries Link
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Water Available
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Sustainability Accounts
- table [table.Name]
-
-
- Sustainability Account No.
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Sustainability Account Name
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Country/Region
- table [table.Name]
-
-
- Country Region Code
- table [Country/Region] column [Country Region Code]
-
-
- Country Region Name
- table [Country/Region] column [Country Region Name]
-
-
- Responsibility Centre
- table [table.Name]
-
-
- Responsibility Centre Code
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Responsibility Centre Name
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Facility Capacity
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Sustainability Goals
- table [table.Name]
-
-
- Score Card No.
- table [Sustainability Goals] column [Score Card No.]
-
-
- No.
- table [Sustainability Goals] column [No.]
-
-
- Name
- table [Sustainability Goals] column [Name]
-
-
- Owner
- table [Sustainability Goals] column [Owner]
-
-
- Target Value For CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Target Value For CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Target Value For N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Target Value For Water Intensity
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Target Value For Waste Intensity
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Main Goal
- table [Sustainability Goals] column [Main Goal]
-
-
- Start Date
- table [Sustainability Goals] column [Start Date]
-
-
- End Date
- table [Sustainability Goals] column [End Date]
-
-
- Baseline Start Date
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Baseline End Date
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2 Target
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 Realised (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4 Target
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O Target
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 Realised (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O Realised (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Water Target
- table [Sustainability Goals] measure [Water Target]
-
-
- Waste Target
- table [Sustainability Goals] measure [Waste Target]
-
-
- Water Realised (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Waste Realised (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e Realised (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- CO2 Current Value
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- CH4 Current Value
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- N2O Current Value
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- CO2e Current Value
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Water Current Value
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Waste Current Value
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Employee Ledger Entries
- table [table.Name]
-
-
- Entry No.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Document Type
- table [Employee Ledger Entries] column [Document Type]
-
-
- Document No.
- table [Employee Ledger Entries] column [Document No.]
-
-
- Description
- table [Employee Ledger Entries] column [Description]
-
-
- Employee Amount
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Employee Ledger Entries Link
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Employee Qualifications
- table [table.Name]
-
-
- Employee Qualification Codes
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Employee Qualifications
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Emission Fees
- table [table.Name]
-
-
- Emission Type
- table [Emission Fees] column [Emission Type]
-
-
- Scope Type
- table [Emission Fees] column [Scope Type]
-
-
- Starting Date
- table [Emission Fees] column [Starting Date]
-
-
- Ending Date
- table [Emission Fees] column [Ending Date]
-
-
- Country Region Code
- table [Emission Fees] column [Country Region Code]
-
-
- Responsibility Centre
- table [Emission Fees] column [Responsibility Centre]
-
-
- Carbon Fee
- table [Emission Fees] column [Carbon Fee]
-
-
- Carbon Equivalent Factor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e Target
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2 Carbon Equivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4 Carbon Equivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O Carbon Equivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Employee Absences
- table [table.Name]
-
-
- Entry No
- table [Employee Absences] column [Entry No]
-
-
- From Date
- table [Employee Absences] column [From Date]
-
-
- To Date
- table [Employee Absences] column [To Date]
-
-
- Cause of Absence
- table [Employee Absences] column [Cause of Absence]
-
-
- Description
- table [Employee Absences] column [Description]
-
-
- Employee Absences
- table [Employee Absences] measure [Employee Absences]
-
-
- Absence Hours (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Sustainability Sub-Account Categories
- table [table.Name]
-
-
- Sub-Category Code
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Sub-Category Description
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Renewable Energy
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Employees
- table [table.Name]
-
-
- Employee No.
- table [Employees] column [Employee No.]
-
-
- Employee Full Name
- table [Employees] column [Employee Full Name]
-
-
- Employee First Name
- table [Employees] column [Employee First Name]
-
-
- Employee Last Name
- table [Employees] column [Employee Last Name]
-
-
- Employee Gender
- table [Employees] column [Employee Gender]
-
-
- Employee Union Code
- table [Employees] column [Employee Union Code]
-
-
- Employee Status
- table [Employees] column [Employee Status]
-
-
- Employee Cause of Inactivity
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Employee Inactive Date
- table [Employees] column [Employee Inactive Date]
-
-
- Employee Grounds for Termination
- table [Employees] column [Employee Grounds for Termination]
-
-
- Employee Date of Birth
- table [Employees] column [Employee Date of Birth]
-
-
- Age
- table [Employees] column [Age]
-
-
- Age Distribution
- table [Employees] column [Age Distribution]
-
-
- No. of Employees
- table [Employees] measure [No. of Employees]
-
-
- No. of Male Employees
- table [Employees] measure [No. of Male Employees]
-
-
- No. of Female Employees
- table [Employees] measure [No. of Female Employees]
-
-
- No. of Other Employees
- table [Employees] measure [No. of Other Employees]
-
-
- Male Employees (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Female Employees (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Other Employees (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Active Employees
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-US.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-US.resx
deleted file mode 100644
index d7fa4a7c11..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.en-US.resx
+++ /dev/null
@@ -1,1634 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- G/L Account Category
- table [table.Name]
-
-
- G/L Acc. Category Description
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Sustainability Account Category Code
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Sustainability Account Category Emission Scope
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimension Sets
- table [table.Name]
-
-
- Global Dimension 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
-
- table [Dimension Sets] column [Global Dimension 1]
-
-
- Global Dimension 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Shortcut Dimension 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Shortcut Dimension 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Shortcut Dimension 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Shortcut Dimension 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Shortcut Dimension 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Shortcut Dimension 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- DEPARTMENT
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Department Name
- table [Dimension Sets] column [Department Name]
-
-
- CUSTOMERGROUP
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Customer Group Name
- table [Dimension Sets] column [Customer Group Name]
-
-
- AREA
- table [Dimension Sets] column [AREA]
-
-
- Area Name
- table [Dimension Sets] column [Area Name]
-
-
- BUSINESSGROUP
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Business Group Name
- table [Dimension Sets] column [Business Group Name]
-
-
- SALESCAMPAIGN
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Sales campaign Name
- table [Dimension Sets] column [Sales campaign Name]
-
-
- SALESPERSON
- table [Dimension Sets] column [SALESPERSON]
-
-
- Salesperson Name
- table [Dimension Sets] column [Salesperson Name]
-
-
- Date
- table [table.Name]
-
-
- Week Day
- table [Date] column [Week Day]
-
-
- Day Type
- table [Date] column [Day Type]
-
-
- Calendar Year
- table [Date] column [Calendar Year]
-
-
-
- table [Date] column [Calendar Year]
-
-
- Calendar Quarter
- table [Date] column [Calendar Quarter]
-
-
- Calendar Quarter Year
- table [Date] column [Calendar Quarter Year]
-
-
- Calendar Month
- table [Date] column [Calendar Month]
-
-
- Calendar Month Year
- table [Date] column [Calendar Month Year]
-
-
- Calendar Week
- table [Date] column [Calendar Week]
-
-
- Calendar Week Year
- table [Date] column [Calendar Week Year]
-
-
- Calendar RelativeWeekPos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Calendar RelativeMonthPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Calendar RelativeQuarterPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Calendar RelativeYearPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Calendar StartOfMonth
- table [Date] column [Calendar StartOfMonth]
-
-
- Calendar EndOfMonth
- table [Date] column [Calendar EndOfMonth]
-
-
- Calendar StartOfQuarter
- table [Date] column [Calendar StartOfQuarter]
-
-
- Calendar EndOfQuarter
- table [Date] column [Calendar EndOfQuarter]
-
-
- Calendar StartOfYear
- table [Date] column [Calendar StartOfYear]
-
-
- Calendar EndOfYear
- table [Date] column [Calendar EndOfYear]
-
-
- Calendar MonthDays
- table [Date] column [Calendar MonthDays]
-
-
- Calendar QuarterDays
- table [Date] column [Calendar QuarterDays]
-
-
- Calendar YearDays
- table [Date] column [Calendar YearDays]
-
-
- Calendar DayOfMonthNumber
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Calendar DayOfQuarterNumber
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Calendar DayOfYearNumber
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Calendar DatePreviousWeek
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Calendar DatePreviousMonth
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Calendar DatePreviousQuarter
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Calendar DatePreviousYear
- table [Date] column [Calendar DatePreviousYear]
-
-
- Fiscal Year
- table [Date] column [Fiscal Year]
-
-
-
- table [Date] column [Fiscal Year]
-
-
- Fiscal Quarter
- table [Date] column [Fiscal Quarter]
-
-
- Fiscal Quarter Year
- table [Date] column [Fiscal Quarter Year]
-
-
- Fiscal Month
- table [Date] column [Fiscal Month]
-
-
- Fiscal Month Year
- table [Date] column [Fiscal Month Year]
-
-
- Fiscal Week
- table [Date] column [Fiscal Week]
-
-
- Fiscal Week Year
- table [Date] column [Fiscal Week Year]
-
-
- Fiscal RelativeWeekPos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Fiscal RelativeMonthPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Fiscal RelativeQuarterPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Fiscal RelativeYearPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Fiscal StartOfMonth
- table [Date] column [Fiscal StartOfMonth]
-
-
- Fiscal EndOfMonth
- table [Date] column [Fiscal EndOfMonth]
-
-
- Fiscal StartOfQuarter
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Fiscal EndOfQuarter
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Fiscal StartOfYear
- table [Date] column [Fiscal StartOfYear]
-
-
- Fiscal EndOfYear
- table [Date] column [Fiscal EndOfYear]
-
-
- Fiscal MonthDays
- table [Date] column [Fiscal MonthDays]
-
-
- Fiscal QuarterDays
- table [Date] column [Fiscal QuarterDays]
-
-
- Fiscal YearDays
- table [Date] column [Fiscal YearDays]
-
-
- Fiscal DayOfMonthNumber
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Fiscal DayOfQuarterNumber
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Fiscal DayOfYearNumber
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Fiscal DatePreviousWeek
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Fiscal DatePreviousMonth
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Fiscal DatePreviousQuarter
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Fiscal DatePreviousYear
- table [Date] column [Fiscal DatePreviousYear]
-
-
- FW Year
- table [Date] column [FW Year]
-
-
-
- table [Date] column [FW Year]
-
-
- FW Quarter
- table [Date] column [FW Quarter]
-
-
- FW Quarter Year
- table [Date] column [FW Quarter Year]
-
-
- FW Month
- table [Date] column [FW Month]
-
-
- FW Month Year
- table [Date] column [FW Month Year]
-
-
- FW Week
- table [Date] column [FW Week]
-
-
- FW Period
- table [Date] column [FW Period]
-
-
- FW Week Year
- table [Date] column [FW Week Year]
-
-
- FW StartOfWeek
- table [Date] column [FW StartOfWeek]
-
-
- FW EndOfWeek
- table [Date] column [FW EndOfWeek]
-
-
- FW RelativeWeekPos
- table [Date] column [FW RelativeWeekPos]
-
-
- FW RelativeMonthPos
- table [Date] column [FW RelativeMonthPos]
-
-
- FW RelativeQuarterPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- FW RelativeYearPos
- table [Date] column [FW RelativeYearPos]
-
-
- FW StartOfMonth
- table [Date] column [FW StartOfMonth]
-
-
- FW EndOfMonth
- table [Date] column [FW EndOfMonth]
-
-
- FW StartOfQuarter
- table [Date] column [FW StartOfQuarter]
-
-
- FW EndOfQuarter
- table [Date] column [FW EndOfQuarter]
-
-
- FW StartOfYear
- table [Date] column [FW StartOfYear]
-
-
- FW EndOfYear
- table [Date] column [FW EndOfYear]
-
-
- FW MonthDays
- table [Date] column [FW MonthDays]
-
-
- FW QuarterDays
- table [Date] column [FW QuarterDays]
-
-
- FW YearDays
- table [Date] column [FW YearDays]
-
-
- FW DayOfMonthNumber
- table [Date] column [FW DayOfMonthNumber]
-
-
- FW DayOfQuarterNumber
- table [Date] column [FW DayOfQuarterNumber]
-
-
- FW DayOfYearNumber
- table [Date] column [FW DayOfYearNumber]
-
-
- FW DatePreviousWeek
- table [Date] column [FW DatePreviousWeek]
-
-
- FW DatePreviousMonth
- table [Date] column [FW DatePreviousMonth]
-
-
- FW DatePreviousQuarter
- table [Date] column [FW DatePreviousQuarter]
-
-
- FW DatePreviousYear
- table [Date] column [FW DatePreviousYear]
-
-
- Relative Day
- table [Date] column [Relative Day]
-
-
- No. of Days
- table [Date] measure [No. of Days]
-
-
- Working Days
- table [Date] measure [Working Days]
-
-
- Ranged
- table [Date] measure [Ranged]
-
-
- Fiscal Year-Quarter-Month-Week
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Fiscal Quarter Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Fiscal Week Year
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Calendar Year-Quarter-Month-Week
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Calendar Quarter Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Calendar Week Year
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- FW Year-Quarter-Month-Week
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- FW Quarter Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- FW Month Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Fiscal Year-Month
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Fiscal Year-Month-Week
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Fiscal Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Fiscal Month Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Fiscal Week Year
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Calendar Year-Month
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Calendar Year-Month-Week
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Calendar Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Calendar Month Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Calendar Week Year
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- FW Year-Month-Week
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- FW Month Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- FW Year-Quarter-Week
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- FW Quarter Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- FW Year-Week
- table [Date] hierarchy [FW Year-Week]
-
-
- FW Year
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- FW Week Year
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- My Report Title
- table [Localized Labels] measure [My Report Title]
-
-
- My Button Caption
- table [Localized Labels] measure [My Button Caption]
-
-
- My Visual Title
- table [Localized Labels] measure [My Visual Title]
-
-
- Inactive Employees
- table [Localized Labels] measure [Inactive Employees]
-
-
- Terminated Employees
- table [Localized Labels] measure [Terminated Employees]
-
-
- Employees in Unions
- table [Localized Labels] measure [Employees in Unions]
-
-
- Social Analysis
- table [Localized Labels] measure [Social Analysis]
-
-
- Gender Distribution
- table [Localized Labels] measure [Gender Distribution]
-
-
- Age Distribution
- table [Localized Labels] measure [Age Distribution]
-
-
- Employees Qualifications
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realized Emissions vs Target
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e Emissions by Scope
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gas Emissions by Category
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realized Emissions vs Baseline
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e Emissions vs Baseline
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e Emissions by Account
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Water and Waste Analysis
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Water by Facility Location
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Water by Facility Capacity
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Water and Waste by Type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Water and Waste Intensity by Type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Water and Waste Intensity by Facility
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emissions by Category and Scope
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emissions by Category
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emissions by Scope
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e Analysis
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e Emissions by Category
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Carbon Credit by Month
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e Equivalent Emission by Month and Revenue
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Employee Entries Drillthrough
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Employee Ledger Entries
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Sustainability Ledger Entries
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Sustainability Ledger Entries Drillthrough
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Employee Ledger Entries Drillthrough
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Sustainability Overview
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Sustainability Analytics
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e Emissions by Month
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Scopes 1 and 2 Analysis by Categories Per Year
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e Emissions by Department
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Journey to Net-Zero Carbon
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e Emissions by Business Group
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Renewable Energy Usage
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e Emissions Over Time
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- CO2e Smart Review
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e Emissions by Global Dimension One
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e Emissions by Global Dimension Two
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e Equivalent Emissions by Month
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Company Name
- table [Localized Labels] measure [Company Name]
-
-
- Last Refreshed
- table [Localized Labels] measure [Last Refreshed]
-
-
- Released Employees
- table [Localized Labels] measure [Released Employees]
-
-
- CO2e Decomposition Tree
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- CO2e Key Influences
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Water and Waste Yearly and Daily Change
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Sustainability Ledger Entries
- table [table.Name]
-
-
- Entry No.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Description
- table [Sustainability Ledger Entries] column [Description]
-
-
- Water Type
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Wate/Waste Intensity Type
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Document Type
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2 Emissions
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
-
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4 Emissions
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
-
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- CO2 Emissions Balance
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- CO2 Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O Emissions
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
-
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e Emissions
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
-
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- CH4 Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- CH4 Emissions Balance
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Water Intensity
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
-
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Waste Intensity
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
-
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Discharged Into Water
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
-
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- CO2e Emissions Balance
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- CO2e Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Discharged Into Water Balance at Date
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Discharged Into Water Balance
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- N2O Emissions Balance
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- N2O Emissions Balance at Date
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Waste Intensity Balance at Date
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Waste Intensity Balance
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Water Intensity Balance
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Water Intensity Balance at Date
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2 Baseline
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
-
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4 Baseline
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O Baseline
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O vs Baseline (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Water Baseline
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Waste Baseline
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Water vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Waste vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e Baseline
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e vs Baseline (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Purchased Carbon Credits
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
-
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Discharged Into Water Baseline
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Discharged Into Water vs Baseline (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e Emissions (Excl Credits)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Water Intensity PY
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Water Intensity YOY
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Waste Intensity PY
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Waste Intensity YOY
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Discharged Into Water PY
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Discharged Into Water YOY
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Discharged Into Water PD
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Waste Intensity PD
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Water Intensity PD
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Water Intensity DOD
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Waste Intensity DOD
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Discharged Into Water DOD
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Base Link
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
-
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Sustainability Ledger Entries Link
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Water Available
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Sustainability Accounts
- table [table.Name]
-
-
- Sustainability Account No.
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Sustainability Account Name
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Country/Region
- table [table.Name]
-
-
- Country Region Code
- table [Country/Region] column [Country Region Code]
-
-
- Country Region Name
- table [Country/Region] column [Country Region Name]
-
-
- Responsibility Centre
- table [table.Name]
-
-
- Responsibility Centre Code
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Responsibility Centre Name
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Facility Capacity
- table [Responsibility Centre] measure [Facility Capacity]
-
-
-
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Sustainability Goals
- table [table.Name]
-
-
- Score Card No.
- table [Sustainability Goals] column [Score Card No.]
-
-
- No.
- table [Sustainability Goals] column [No.]
-
-
- Name
- table [Sustainability Goals] column [Name]
-
-
- Owner
- table [Sustainability Goals] column [Owner]
-
-
- Target Value For CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Target Value For CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Target Value For N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Target Value For Water Intensity
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Target Value For Waste Intensity
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Main Goal
- table [Sustainability Goals] column [Main Goal]
-
-
- Start Date
- table [Sustainability Goals] column [Start Date]
-
-
- End Date
- table [Sustainability Goals] column [End Date]
-
-
- Baseline Start Date
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Baseline End Date
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2 Target
- table [Sustainability Goals] measure [CO2 Target]
-
-
-
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 Realized (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4 Target
- table [Sustainability Goals] measure [CH4 Target]
-
-
-
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O Target
- table [Sustainability Goals] measure [N2O Target]
-
-
-
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 Realized (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O Realized (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Water Target
- table [Sustainability Goals] measure [Water Target]
-
-
-
- table [Sustainability Goals] measure [Water Target]
-
-
- Waste Target
- table [Sustainability Goals] measure [Waste Target]
-
-
-
- table [Sustainability Goals] measure [Waste Target]
-
-
- Water Realized (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Waste Realized (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e Realized (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
-
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- CO2 Current Value
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- CH4 Current Value
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- N2O Current Value
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- CO2e Current Value
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Water Current Value
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Waste Current Value
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Employee Ledger Entries
- table [table.Name]
-
-
- Entry No.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Document Type
- table [Employee Ledger Entries] column [Document Type]
-
-
- Document No.
- table [Employee Ledger Entries] column [Document No.]
-
-
- Description
- table [Employee Ledger Entries] column [Description]
-
-
- Employee Amount
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
-
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Employee Ledger Entries Link
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
-
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Employee Qualifications
- table [table.Name]
-
-
- Employee Qualification Codes
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Employee Qualifications
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
-
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Emission Fees
- table [table.Name]
-
-
- Emission Type
- table [Emission Fees] column [Emission Type]
-
-
- Scope Type
- table [Emission Fees] column [Scope Type]
-
-
- Starting Date
- table [Emission Fees] column [Starting Date]
-
-
- Ending Date
- table [Emission Fees] column [Ending Date]
-
-
- Country Region Code
- table [Emission Fees] column [Country Region Code]
-
-
- Responsibility Centre
- table [Emission Fees] column [Responsibility Centre]
-
-
- Carbon Fee
- table [Emission Fees] column [Carbon Fee]
-
-
- Carbon Equivalent Factor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e Target
- table [Emission Fees] measure [CO2e Target]
-
-
-
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2 Carbon Equivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4 Carbon Equivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O Carbon Equivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Employee Absences
- table [table.Name]
-
-
- Entry No
- table [Employee Absences] column [Entry No]
-
-
- From Date
- table [Employee Absences] column [From Date]
-
-
- To Date
- table [Employee Absences] column [To Date]
-
-
- Cause of Absence
- table [Employee Absences] column [Cause of Absence]
-
-
- Description
- table [Employee Absences] column [Description]
-
-
- Employee Absences
- table [Employee Absences] measure [Employee Absences]
-
-
-
- table [Employee Absences] measure [Employee Absences]
-
-
- Absence Hours (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Sustainability Sub-Account Categories
- table [table.Name]
-
-
- Sub-Category Code
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Sub-Category Description
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Renewable Energy
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Employees
- table [table.Name]
-
-
- Employee No.
- table [Employees] column [Employee No.]
-
-
- Employee Full Name
- table [Employees] column [Employee Full Name]
-
-
- Employee First Name
- table [Employees] column [Employee First Name]
-
-
- Employee Last Name
- table [Employees] column [Employee Last Name]
-
-
- Employee Gender
- table [Employees] column [Employee Gender]
-
-
- Employee Union Code
- table [Employees] column [Employee Union Code]
-
-
- Employee Status
- table [Employees] column [Employee Status]
-
-
- Employee Cause of Inactivity
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Employee Inactive Date
- table [Employees] column [Employee Inactive Date]
-
-
- Employee Grounds for Termination
- table [Employees] column [Employee Grounds for Termination]
-
-
- Employee Date of Birth
- table [Employees] column [Employee Date of Birth]
-
-
- Age
- table [Employees] column [Age]
-
-
-
- table [Employees] column [Age]
-
-
- Age Distribution
- table [Employees] column [Age Distribution]
-
-
- No. of Employees
- table [Employees] measure [No. of Employees]
-
-
- No. of Male Employees
- table [Employees] measure [No. of Male Employees]
-
-
- No. of Female Employees
- table [Employees] measure [No. of Female Employees]
-
-
- No. of Other Employees
- table [Employees] measure [No. of Other Employees]
-
-
- Male Employees (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Female Employees (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Other Employees (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Active Employees
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.es-ES.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.es-ES.resx
deleted file mode 100644
index 77c7614ce3..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.es-ES.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Categoría de cuenta
- table [table.Name]
-
-
- Descripción de la categoría de cuenta
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Código de categoría de cuenta de sostenibilidad
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Ámbito de emisión de categoría de cuenta de sostenibilidad
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Grupos de dimensiones
- table [table.Name]
-
-
- Dimensión global 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Dimensión global 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Dim. acceso dir. 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Dim. acceso dir. 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Dim. acceso dir. 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Dim. acceso dir. 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Dim. acceso dir. 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Dim. acceso dir. 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- DPTO
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Nombre del departamento
- table [Dimension Sets] column [Department Name]
-
-
- GRUPOCLIENTE
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Nombre del grupo de clientes
- table [Dimension Sets] column [Customer Group Name]
-
-
- ÁREA
- table [Dimension Sets] column [AREA]
-
-
- Nombre de área
- table [Dimension Sets] column [Area Name]
-
-
- GRUPONEGOCIO
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Nombre de grupo de negocio
- table [Dimension Sets] column [Business Group Name]
-
-
- CAMPAÑAVENTA
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Nombre campaña venta
- table [Dimension Sets] column [Sales campaign Name]
-
-
- COMERCIAL
- table [Dimension Sets] column [SALESPERSON]
-
-
- Nombre vendedor
- table [Dimension Sets] column [Salesperson Name]
-
-
- Fecha
- table [table.Name]
-
-
- Día de la semana
- table [Date] column [Week Day]
-
-
- Tipo de pago
- table [Date] column [Day Type]
-
-
- Año natural
- table [Date] column [Calendar Year]
-
-
- Trimestre natural
- table [Date] column [Calendar Quarter]
-
-
- Trimestre año natural
- table [Date] column [Calendar Quarter Year]
-
-
- Mes natural
- table [Date] column [Calendar Month]
-
-
- Mes año natural
- table [Date] column [Calendar Month Year]
-
-
- Semana natural
- table [Date] column [Calendar Week]
-
-
- Semana año natural
- table [Date] column [Calendar Week Year]
-
-
- PosSemanaRelativa natural
- table [Date] column [Calendar RelativeWeekPos]
-
-
- PosMesRelativa natural
- table [Date] column [Calendar RelativeMonthPos]
-
-
- PosTrimestreRelativa natural
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- PosAñoRelativa natural
- table [Date] column [Calendar RelativeYearPos]
-
-
- InicioDeMes natural
- table [Date] column [Calendar StartOfMonth]
-
-
- FinDeMes natural
- table [Date] column [Calendar EndOfMonth]
-
-
- InicioDeTrimestre natural
- table [Date] column [Calendar StartOfQuarter]
-
-
- FinDeTrimestre natural
- table [Date] column [Calendar EndOfQuarter]
-
-
- InicioDeAño natural
- table [Date] column [Calendar StartOfYear]
-
-
- FinDeAño natural
- table [Date] column [Calendar EndOfYear]
-
-
- DíasMes natural
- table [Date] column [Calendar MonthDays]
-
-
- TrimestreDías natural
- table [Date] column [Calendar QuarterDays]
-
-
- AñoDías natural
- table [Date] column [Calendar YearDays]
-
-
- NúmeroDeDíaDeMes natural
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- NúmeroDeDíaDeTrimestre natural
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- NúmeroDeDíaDeAño natural
- table [Date] column [Calendar DayOfYearNumber]
-
-
- FechaSemanaAnterior natural
- table [Date] column [Calendar DatePreviousWeek]
-
-
- FechaMesAnterior natural
- table [Date] column [Calendar DatePreviousMonth]
-
-
- FechaTrimestreAnterior natural
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- FechaAñoAnterior natural
- table [Date] column [Calendar DatePreviousYear]
-
-
- Ejercicio
- table [Date] column [Fiscal Year]
-
-
- Trimestre fiscal
- table [Date] column [Fiscal Quarter]
-
-
- Año trimestre fiscal
- table [Date] column [Fiscal Quarter Year]
-
-
- Mes fiscal
- table [Date] column [Fiscal Month]
-
-
- Mes año fiscal
- table [Date] column [Fiscal Month Year]
-
-
- Semana fiscal
- table [Date] column [Fiscal Week]
-
-
- Semana año fiscal
- table [Date] column [Fiscal Week Year]
-
-
- PosSemanaRelativa fiscal
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- PosMesRelativa fiscal
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- PosTrimestreRelativa fiscal
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- PosAñoRelativa fiscal
- table [Date] column [Fiscal RelativeYearPos]
-
-
- InicioDeMes fiscal
- table [Date] column [Fiscal StartOfMonth]
-
-
- FinDeMes fiscal
- table [Date] column [Fiscal EndOfMonth]
-
-
- InicioDeTrimestre fiscal
- table [Date] column [Fiscal StartOfQuarter]
-
-
- FinDeTrimestre fiscal
- table [Date] column [Fiscal EndOfQuarter]
-
-
- InicioDeAño fiscal
- table [Date] column [Fiscal StartOfYear]
-
-
- FinDeAño fiscal
- table [Date] column [Fiscal EndOfYear]
-
-
- MesDías fiscal
- table [Date] column [Fiscal MonthDays]
-
-
- DíasTrimestre fiscal
- table [Date] column [Fiscal QuarterDays]
-
-
- AñoDías fiscal
- table [Date] column [Fiscal YearDays]
-
-
- NúmeroDeDíaDeMes fiscal
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- NúmeroDeDíaDeTrimestre fiscal
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- NúmeroDíaAño fiscal
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- FechaSemanaAnterior fiscal
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- FechaMesAnterior fiscal
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- FechaTrimestreAnterior fiscal
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- FechaAñoAnterior fiscal
- table [Date] column [Fiscal DatePreviousYear]
-
-
- Año SF
- table [Date] column [FW Year]
-
-
- Trimestre SF
- table [Date] column [FW Quarter]
-
-
- Trimestre año SF
- table [Date] column [FW Quarter Year]
-
-
- Mes SF
- table [Date] column [FW Month]
-
-
- Mes año SF
- table [Date] column [FW Month Year]
-
-
- Semana SF
- table [Date] column [FW Week]
-
-
- Periodo SF
- table [Date] column [FW Period]
-
-
- Semana año SF
- table [Date] column [FW Week Year]
-
-
- InicioDeSemana SF
- table [Date] column [FW StartOfWeek]
-
-
- FinDeSemana SF
- table [Date] column [FW EndOfWeek]
-
-
- PosSemanaRelativa SF
- table [Date] column [FW RelativeWeekPos]
-
-
- PosMesRelativa SF
- table [Date] column [FW RelativeMonthPos]
-
-
- PosTrimestreRelativa SF
- table [Date] column [FW RelativeQuarterPos]
-
-
- PosAñoRelativa SF
- table [Date] column [FW RelativeYearPos]
-
-
- InicioDeMes SF
- table [Date] column [FW StartOfMonth]
-
-
- FinDeMes SF
- table [Date] column [FW EndOfMonth]
-
-
- InicioDeTrimestre SF
- table [Date] column [FW StartOfQuarter]
-
-
- FinDeTrimestre SF
- table [Date] column [FW EndOfQuarter]
-
-
- InicioDeAño SF
- table [Date] column [FW StartOfYear]
-
-
- FinDeAño SF
- table [Date] column [FW EndOfYear]
-
-
- MesDías FS
- table [Date] column [FW MonthDays]
-
-
- DíasTrimestre SF
- table [Date] column [FW QuarterDays]
-
-
- DíasAño SF
- table [Date] column [FW YearDays]
-
-
- NúmeroDeDíaDeMes SF
- table [Date] column [FW DayOfMonthNumber]
-
-
- NúmeroDeDíaDeTrimestre SF
- table [Date] column [FW DayOfQuarterNumber]
-
-
- NúmerDeDíaDeAño SF
- table [Date] column [FW DayOfYearNumber]
-
-
- FechaSemanaAnterior SF
- table [Date] column [FW DatePreviousWeek]
-
-
- FechaMesAnterior SF
- table [Date] column [FW DatePreviousMonth]
-
-
- FechaTrimestreAnterior SF
- table [Date] column [FW DatePreviousQuarter]
-
-
- Fecha AñoAnterior SF
- table [Date] column [FW DatePreviousYear]
-
-
- Día relativo
- table [Date] column [Relative Day]
-
-
- N.º días
- table [Date] measure [No. of Days]
-
-
- Días laborables
- table [Date] measure [Working Days]
-
-
- En intervalo
- table [Date] measure [Ranged]
-
-
- Año-Trimestre-Mes-Semana fiscal
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Ejercicio
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Año trimestre fiscal
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Mes año fiscal
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Semana año fiscal
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Año-Trimestre-Mes-Semana natural
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Año natural
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Trimestre año natural
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Mes año natural
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Semana año natural
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- Año-Trimestre-Mes-Semana SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- Año SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- Trimestre año SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- Mes año SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- Semana año SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Año-mes fiscal
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Ejercicio
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Mes año fiscal
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Año-Mes-Semana fiscal
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Ejercicio
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Mes año fiscal
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Semana año fiscal
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Año-mes natural
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Año natural
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Mes año natural
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Año-Mes-Semana natural
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Año natural
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Mes año natural
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Semana año natural
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- Año-Mes-Semana SF
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- Año SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- Mes año SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- Semana año SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- Año-Trimestre-Semana SF
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- Año SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- Trimestre año SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- Semana año SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- Semana-Año SF
- table [Date] hierarchy [FW Year-Week]
-
-
- Año SF
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- Semana año SF
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Título del informe
- table [Localized Labels] measure [My Report Title]
-
-
- Título de botón
- table [Localized Labels] measure [My Button Caption]
-
-
- Título visual
- table [Localized Labels] measure [My Visual Title]
-
-
- Empleados inactivos
- table [Localized Labels] measure [Inactive Employees]
-
-
- Empleados despedidos
- table [Localized Labels] measure [Terminated Employees]
-
-
- Empleados en sindicatos
- table [Localized Labels] measure [Employees in Unions]
-
-
- Análisis social
- table [Localized Labels] measure [Social Analysis]
-
-
- Distribución de sexos
- table [Localized Labels] measure [Gender Distribution]
-
-
- Distribución por edades
- table [Localized Labels] measure [Age Distribution]
-
-
- Cualificaciones de empleados
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Emisiones realizadas frente a destino
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- Emisiones de CO2e por ámbito
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Emisiones de gases por categoría
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Emisiones realizadas frente a línea de base
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- Emisiones de CO2e frente a línea de base
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- Emisiones de CO2e por cuenta
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Análisis del agua y residuos
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Agua por almacén de instalación
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Agua por capacidad de instalación
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Agua y residuos por tipo
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Intensidad del agua y residuos por tipo
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Intensidad del agua y residuos por instalación
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emisiones por categoría y ámbito
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emisiones por categoría
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emisiones por ámbito
- table [Localized Labels] measure [Emissions by Scope]
-
-
- Análisis de CO2e
- table [Localized Labels] measure [CO2e Analysis]
-
-
- Emisiones de CO2e por categoría
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Crédito de carbono por mes
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- Emisiones equivalentes de CO2e por mes e ingresos
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Análisis detallado de movs. empleados
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Movimientos empleados
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Movimientos de sostenibilidad
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Análisis detallado de movimientos de sostenibilidad
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Análisis detallado de movimientos de empleados
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Información general de sostenibilidad
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Análisis de sostenibilidad
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- Emisiones de CO2e por mes
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Análisis de los ámbitos 1 y 2 por categorías por año
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- Emisiones de CO2e por departamento
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Recorrido hacia el carbono cero neto
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- Emisiones de CO2e por grupo empresarial
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Uso de energías Renovables
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- Emisiones de CO2e a lo largo del tiempo
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Revisión inteligente de CO2e
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- Emisiones de CO2e por dimensión global uno
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- Emisiones de CO2e por dimensión global dos
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- Emisiones equivalentes de CO2e por mes
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Nombre empresa
- table [Localized Labels] measure [Company Name]
-
-
- Última actualización
- table [Localized Labels] measure [Last Refreshed]
-
-
- Empleados liberados
- table [Localized Labels] measure [Released Employees]
-
-
- Árbol de descomposición de CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Influencias clave de CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Cambio anual y diario de agua y residuos
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Movimientos de sostenibilidad
- table [table.Name]
-
-
- N.º de movimiento
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Descripción
- table [Sustainability Ledger Entries] column [Description]
-
-
- Tipo de agua
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Tipo de intensidad de agua/residuos
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Tipo de documento
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- Emisiones de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- Emisiones de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Saldo de emisiones de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Saldo a la fecha de emisiones de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- Emisiones de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- Emisiones de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Saldo a la fecha de emisiones de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Saldo de emisiones de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Intensidad del agua
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Descarga en agua
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Saldo de emisiones de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Saldo a fecha de emisiones de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Saldo a la fecha de descarga en agua
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Saldo de descarga en agua
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Saldo de emisiones de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Saldo a la fecha de emisiones de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Saldo a la fecha de intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Saldo de intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Saldo de intensidad del agua
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Saldo a la fecha de intensidad del agua
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- Línea de base de CO2
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- Línea de base de CH4
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- Línea de base de N2O
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Línea de base hídrica
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Línea de base de residuos
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Agua frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Residuos frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- Línea de base de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Créditos de carbono comprados
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Línea de base de descarga en agua
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Descarga en agua frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- Emisiones de CO2e (sin créditos)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Intensidad del agua AA
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- ATA de intensidad del agua
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- AA de intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- ATA de intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Descarga en agua AA
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Descarga en agua ATA
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Descarga en agua DP
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Intensidad de los residuos DP
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Intensidad del agua DP
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- DTO de intensidad del agua
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- DTO de intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Descarga en agua DTO
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Vínculo base
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Vínculo de movimientos de sostenibilidad
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Agua disponible
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Cuentas de sostenibilidad
- table [table.Name]
-
-
- N.º de cuenta de sostenibilidad
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Nombre de cuenta de sostenibilidad
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- País o región
- table [table.Name]
-
-
- Código de país o región
- table [Country/Region] column [Country Region Code]
-
-
- Nombre de país o región
- table [Country/Region] column [Country Region Name]
-
-
- Centro responsabilidad
- table [table.Name]
-
-
- Código de centro de responsabilidad
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Nombre centro responsabilidad
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Capacidad de instalación
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Objetivos de sostenibilidad
- table [table.Name]
-
-
- N.º de cuadro de mandos
- table [Sustainability Goals] column [Score Card No.]
-
-
- N.º
- table [Sustainability Goals] column [No.]
-
-
- Nombre
- table [Sustainability Goals] column [Name]
-
-
- Propietario
- table [Sustainability Goals] column [Owner]
-
-
- Tipo de objetivo para CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Tipo de objetivo para CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Tipo de objetivo para N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Valor objetivo para intensidad del agua
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Valor objetivo para intensidad de residuos
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Objetivo principal
- table [Sustainability Goals] column [Main Goal]
-
-
- Fecha inic.
- table [Sustainability Goals] column [Start Date]
-
-
- Fecha de finalización
- table [Sustainability Goals] column [End Date]
-
-
- Fecha de inicio de referencia
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Fecha de finalización de referencia
- table [Sustainability Goals] column [Baseline End Date]
-
-
- Destino de CO2
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 generado (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- Destino de CH4
- table [Sustainability Goals] measure [CH4 Target]
-
-
- Destino de N2O
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 generado (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O generado (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Destino de agua
- table [Sustainability Goals] measure [Water Target]
-
-
- Destino de residuos
- table [Sustainability Goals] measure [Waste Target]
-
-
- Agua obtenida (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Residuos generados (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e generado (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Valor actual de CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Valor actual de CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Valor actual de N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Valor actual de CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Valor actual de agua
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Valor actual de residuos
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Movimientos empleados
- table [table.Name]
-
-
- N.º de movimiento
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Tipo de documento
- table [Employee Ledger Entries] column [Document Type]
-
-
- N.º de documento
- table [Employee Ledger Entries] column [Document No.]
-
-
- Descripción
- table [Employee Ledger Entries] column [Description]
-
-
- Importe del empleado
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Vínculo de movimientos de empleados
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Cualificaciones del empleado
- table [table.Name]
-
-
- Códigos de cualificación de empleado
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Cualificaciones del empleado
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Tasas de emisión
- table [table.Name]
-
-
- Tipo de emisiones
- table [Emission Fees] column [Emission Type]
-
-
- Tipo de ámbito
- table [Emission Fees] column [Scope Type]
-
-
- Fecha inicial
- table [Emission Fees] column [Starting Date]
-
-
- Fecha final
- table [Emission Fees] column [Ending Date]
-
-
- Código de país o región
- table [Emission Fees] column [Country Region Code]
-
-
- Centro responsabilidad
- table [Emission Fees] column [Responsibility Centre]
-
-
- Precio por emisiones de carbono
- table [Emission Fees] column [Carbon Fee]
-
-
- Factor de carbono equivalente
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- Objetivo de CO2e
- table [Emission Fees] measure [CO2e Target]
-
-
- Equivalente de carbono CO2
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- Equivalente de carbono CH4
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- Equivalente de carbono N2O
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Ausencias empleado
- table [table.Name]
-
-
- N.º mov.
- table [Employee Absences] column [Entry No]
-
-
- Fecha desde
- table [Employee Absences] column [From Date]
-
-
- Fecha hasta
- table [Employee Absences] column [To Date]
-
-
- Causa ausencia
- table [Employee Absences] column [Cause of Absence]
-
-
- Descripción
- table [Employee Absences] column [Description]
-
-
- Ausencias empleado
- table [Employee Absences] measure [Employee Absences]
-
-
- Horas de ausencia (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Categorías de subcuentas de sostenibilidad
- table [table.Name]
-
-
- Cód. subcategoría
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Descripción de subcategoría
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Energías renovables
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Empleados
- table [table.Name]
-
-
- N.º empleado
- table [Employees] column [Employee No.]
-
-
- Nombre completo del empleado
- table [Employees] column [Employee Full Name]
-
-
- Nombre del empleado
- table [Employees] column [Employee First Name]
-
-
- Apellido del empleado
- table [Employees] column [Employee Last Name]
-
-
- Sexo del empleado
- table [Employees] column [Employee Gender]
-
-
- Cód. sindicato empleado
- table [Employees] column [Employee Union Code]
-
-
- Estado empleado
- table [Employees] column [Employee Status]
-
-
- Cód. inactividad empleado
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Fecha inactividad empleado
- table [Employees] column [Employee Inactive Date]
-
-
- Motivo terminación empleado
- table [Employees] column [Employee Grounds for Termination]
-
-
- Fecha de nacimiento del empleado
- table [Employees] column [Employee Date of Birth]
-
-
- Edad
- table [Employees] column [Age]
-
-
- Distribución por edades
- table [Employees] column [Age Distribution]
-
-
- N.º de empleados
- table [Employees] measure [No. of Employees]
-
-
- N.º de empleados masculinos
- table [Employees] measure [No. of Male Employees]
-
-
- N.º de empleados femeninos
- table [Employees] measure [No. of Female Employees]
-
-
- N.º de otros empleados
- table [Employees] measure [No. of Other Employees]
-
-
- Empleados masculinos (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Empleados femeninos (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Otros empleados (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Empleados activos
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.es-MX.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.es-MX.resx
deleted file mode 100644
index 112302f900..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.es-MX.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Categoría de cuenta
- table [table.Name]
-
-
- Descripción de la categoría de cuenta
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Código de categoría de cuenta de sustentabilidad
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Ámbito de emisión de categoría de cuenta de sustentabilidad
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Grupos de dimensiones
- table [table.Name]
-
-
- Dimensión global 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Dimensión global 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Dim. acceso dir. 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Dim. acceso dir. 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Dim. acceso dir. 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Dim. acceso dir. 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Dim. acceso dir. 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Dim. acceso dir. 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- DPTO
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Nombre del departamento
- table [Dimension Sets] column [Department Name]
-
-
- GRUPOCLIENTE
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Nombre del grupo de clientes
- table [Dimension Sets] column [Customer Group Name]
-
-
- ÁREA
- table [Dimension Sets] column [AREA]
-
-
- Nombre de área
- table [Dimension Sets] column [Area Name]
-
-
- GRUPONEGOCIO
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Nombre de grupo de negocio
- table [Dimension Sets] column [Business Group Name]
-
-
- CAMPAÑAVENTA
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Nombre campaña venta
- table [Dimension Sets] column [Sales campaign Name]
-
-
- COMERCIAL
- table [Dimension Sets] column [SALESPERSON]
-
-
- Nombre vendedor
- table [Dimension Sets] column [Salesperson Name]
-
-
- Fecha
- table [table.Name]
-
-
- Día de la semana
- table [Date] column [Week Day]
-
-
- Tipo de pago
- table [Date] column [Day Type]
-
-
- Año natural
- table [Date] column [Calendar Year]
-
-
- Trimestre natural
- table [Date] column [Calendar Quarter]
-
-
- Trimestre año natural
- table [Date] column [Calendar Quarter Year]
-
-
- Mes natural
- table [Date] column [Calendar Month]
-
-
- Mes año natural
- table [Date] column [Calendar Month Year]
-
-
- Semana natural
- table [Date] column [Calendar Week]
-
-
- Semana año natural
- table [Date] column [Calendar Week Year]
-
-
- PosSemanaRelativa natural
- table [Date] column [Calendar RelativeWeekPos]
-
-
- PosMesRelativa natural
- table [Date] column [Calendar RelativeMonthPos]
-
-
- PosTrimestreRelativa natural
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- PosAñoRelativa natural
- table [Date] column [Calendar RelativeYearPos]
-
-
- InicioDeMes natural
- table [Date] column [Calendar StartOfMonth]
-
-
- FinDeMes natural
- table [Date] column [Calendar EndOfMonth]
-
-
- InicioDeTrimestre natural
- table [Date] column [Calendar StartOfQuarter]
-
-
- FinDeTrimestre natural
- table [Date] column [Calendar EndOfQuarter]
-
-
- InicioDeAño natural
- table [Date] column [Calendar StartOfYear]
-
-
- FinDeAño natural
- table [Date] column [Calendar EndOfYear]
-
-
- DíasMes natural
- table [Date] column [Calendar MonthDays]
-
-
- TrimestreDías natural
- table [Date] column [Calendar QuarterDays]
-
-
- AñoDías natural
- table [Date] column [Calendar YearDays]
-
-
- NúmeroDeDíaDeMes natural
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- NúmeroDeDíaDeTrimestre natural
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- NúmeroDeDíaDeAño natural
- table [Date] column [Calendar DayOfYearNumber]
-
-
- FechaSemanaAnterior natural
- table [Date] column [Calendar DatePreviousWeek]
-
-
- FechaMesAnterior natural
- table [Date] column [Calendar DatePreviousMonth]
-
-
- FechaTrimestreAnterior natural
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- FechaAñoAnterior natural
- table [Date] column [Calendar DatePreviousYear]
-
-
- Ejercicio
- table [Date] column [Fiscal Year]
-
-
- Trimestre fiscal
- table [Date] column [Fiscal Quarter]
-
-
- Año trimestre fiscal
- table [Date] column [Fiscal Quarter Year]
-
-
- Mes fiscal
- table [Date] column [Fiscal Month]
-
-
- Mes año fiscal
- table [Date] column [Fiscal Month Year]
-
-
- Semana fiscal
- table [Date] column [Fiscal Week]
-
-
- Semana año fiscal
- table [Date] column [Fiscal Week Year]
-
-
- PosSemanaRelativa fiscal
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- PosMesRelativa fiscal
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- PosTrimestreRelativa fiscal
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- PosAñoRelativa fiscal
- table [Date] column [Fiscal RelativeYearPos]
-
-
- InicioDeMes fiscal
- table [Date] column [Fiscal StartOfMonth]
-
-
- FinDeMes fiscal
- table [Date] column [Fiscal EndOfMonth]
-
-
- InicioDeTrimestre fiscal
- table [Date] column [Fiscal StartOfQuarter]
-
-
- FinDeTrimestre fiscal
- table [Date] column [Fiscal EndOfQuarter]
-
-
- InicioDeAño fiscal
- table [Date] column [Fiscal StartOfYear]
-
-
- FinDeAño fiscal
- table [Date] column [Fiscal EndOfYear]
-
-
- MesDías fiscal
- table [Date] column [Fiscal MonthDays]
-
-
- DíasTrimestre fiscal
- table [Date] column [Fiscal QuarterDays]
-
-
- AñoDías fiscal
- table [Date] column [Fiscal YearDays]
-
-
- NúmeroDeDíaDeMes fiscal
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- NúmeroDeDíaDeTrimestre fiscal
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- NúmeroDíaAño fiscal
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- FechaSemanaAnterior fiscal
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- FechaMesAnterior fiscal
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- FechaTrimestreAnterior fiscal
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- FechaAñoAnterior fiscal
- table [Date] column [Fiscal DatePreviousYear]
-
-
- Año SF
- table [Date] column [FW Year]
-
-
- Trimestre SF
- table [Date] column [FW Quarter]
-
-
- Trimestre año SF
- table [Date] column [FW Quarter Year]
-
-
- Mes SF
- table [Date] column [FW Month]
-
-
- Mes año SF
- table [Date] column [FW Month Year]
-
-
- Semana SF
- table [Date] column [FW Week]
-
-
- Periodo SF
- table [Date] column [FW Period]
-
-
- Semana año SF
- table [Date] column [FW Week Year]
-
-
- InicioDeSemana SF
- table [Date] column [FW StartOfWeek]
-
-
- FinDeSemana SF
- table [Date] column [FW EndOfWeek]
-
-
- PosSemanaRelativa SF
- table [Date] column [FW RelativeWeekPos]
-
-
- PosMesRelativa SF
- table [Date] column [FW RelativeMonthPos]
-
-
- PosTrimestreRelativa SF
- table [Date] column [FW RelativeQuarterPos]
-
-
- PosAñoRelativa SF
- table [Date] column [FW RelativeYearPos]
-
-
- InicioDeMes SF
- table [Date] column [FW StartOfMonth]
-
-
- FinDeMes SF
- table [Date] column [FW EndOfMonth]
-
-
- InicioDeTrimestre SF
- table [Date] column [FW StartOfQuarter]
-
-
- FinDeTrimestre SF
- table [Date] column [FW EndOfQuarter]
-
-
- InicioDeAño SF
- table [Date] column [FW StartOfYear]
-
-
- FinDeAño SF
- table [Date] column [FW EndOfYear]
-
-
- MesDías FS
- table [Date] column [FW MonthDays]
-
-
- DíasTrimestre SF
- table [Date] column [FW QuarterDays]
-
-
- DíasAño SF
- table [Date] column [FW YearDays]
-
-
- NúmeroDeDíaDeMes SF
- table [Date] column [FW DayOfMonthNumber]
-
-
- NúmeroDeDíaDeTrimestre SF
- table [Date] column [FW DayOfQuarterNumber]
-
-
- NúmerDeDíaDeAño SF
- table [Date] column [FW DayOfYearNumber]
-
-
- FechaSemanaAnterior SF
- table [Date] column [FW DatePreviousWeek]
-
-
- FechaMesAnterior SF
- table [Date] column [FW DatePreviousMonth]
-
-
- FechaTrimestreAnterior SF
- table [Date] column [FW DatePreviousQuarter]
-
-
- Fecha AñoAnterior SF
- table [Date] column [FW DatePreviousYear]
-
-
- Día relativo
- table [Date] column [Relative Day]
-
-
- N.º días
- table [Date] measure [No. of Days]
-
-
- Días laborables
- table [Date] measure [Working Days]
-
-
- En intervalo
- table [Date] measure [Ranged]
-
-
- Año-Trimestre-Mes-Semana fiscal
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Ejercicio
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Año trimestre fiscal
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Mes año fiscal
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Semana año fiscal
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Año-Trimestre-Mes-Semana natural
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Año natural
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Trimestre año natural
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Mes año natural
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Semana año natural
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- Año-Trimestre-Mes-Semana SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- Año SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- Trimestre año SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- Mes año SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- Semana año SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Año-mes fiscal
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Ejercicio
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Mes año fiscal
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Año-Mes-Semana fiscal
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Ejercicio
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Mes año fiscal
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Semana año fiscal
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Año-mes natural
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Año natural
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Mes año natural
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Año-Mes-Semana natural
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Año natural
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Mes año natural
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Semana año natural
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- Año-Mes-Semana SF
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- Año SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- Mes año SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- Semana año SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- Año-Trimestre-Semana SF
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- Año SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- Trimestre año SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- Semana año SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- Semana-Año SF
- table [Date] hierarchy [FW Year-Week]
-
-
- Año SF
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- Semana año SF
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Título del informe
- table [Localized Labels] measure [My Report Title]
-
-
- Título de botón
- table [Localized Labels] measure [My Button Caption]
-
-
- Título visual
- table [Localized Labels] measure [My Visual Title]
-
-
- Empleados inactivos
- table [Localized Labels] measure [Inactive Employees]
-
-
- Empleados despedidos
- table [Localized Labels] measure [Terminated Employees]
-
-
- Empleados en sindicatos
- table [Localized Labels] measure [Employees in Unions]
-
-
- Análisis social
- table [Localized Labels] measure [Social Analysis]
-
-
- Distribución de sexos
- table [Localized Labels] measure [Gender Distribution]
-
-
- Distribución por edades
- table [Localized Labels] measure [Age Distribution]
-
-
- Habilidades de empleados
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Emisiones realizadas frente a destino
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- Emisiones de CO2e por ámbito
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Emisiones de gases por categoría
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Emisiones realizadas frente a línea de base
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- Emisiones de CO2e frente a línea de base
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- Emisiones de CO2e por cuenta
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Análisis del agua y residuos
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Agua por almacén de instalación
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Agua por capacidad de instalación
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Agua y residuos por tipo
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Intensidad del agua y residuos por tipo
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Intensidad del agua y residuos por instalación
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emisiones por categoría y ámbito
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emisiones por categoría
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emisiones por ámbito
- table [Localized Labels] measure [Emissions by Scope]
-
-
- Análisis de CO2e
- table [Localized Labels] measure [CO2e Analysis]
-
-
- Emisiones de CO2e por categoría
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Crédito de carbono por mes
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- Emisiones equivalentes de CO2e por mes e ingresos
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Análisis detallado de movs. empleados
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Movimientos empleados
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Movimientos de sustentabilidad
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Análisis detallado de movimientos de sustentabilidad
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Análisis detallado de movimientos de empleados
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Información general de sustentabilidad
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Análisis de sustentabilidad
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- Emisiones de CO2e por mes
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Análisis de los ámbitos 1 y 2 por categorías por año
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- Emisiones de CO2e por departamento
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Recorrido hacia el carbono cero neto
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- Emisiones de CO2e por grupo empresarial
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Uso de energías Renovables
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- Emisiones de CO2e a lo largo del tiempo
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Revisión inteligente de CO2e
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- Emisiones de CO2e por dimensión global uno
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- Emisiones de CO2e por dimensión global dos
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- Emisiones equivalentes de CO2e por mes
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Nombre empresa
- table [Localized Labels] measure [Company Name]
-
-
- Última actualización
- table [Localized Labels] measure [Last Refreshed]
-
-
- Empleados liberados
- table [Localized Labels] measure [Released Employees]
-
-
- Árbol de descomposición de CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Influencias clave de CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Cambio anual y diario de agua y residuos
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Movimientos de sustentabilidad
- table [table.Name]
-
-
- N.º de movimiento
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Descripción
- table [Sustainability Ledger Entries] column [Description]
-
-
- Tipo de agua
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Tipo de intensidad de agua/residuos
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Tipo de documento
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- Emisiones de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- Emisiones de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Saldo de emisiones de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Saldo a la fecha de emisiones de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- Emisiones de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- Emisiones de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Saldo a la fecha de emisiones de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Saldo de emisiones de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Intensidad del agua
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Descarga en agua
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Saldo de emisiones de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Saldo a fecha de emisiones de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Saldo a la fecha de descarga en agua
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Saldo de descarga en agua
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Saldo de emisiones de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Saldo a la fecha de emisiones de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Saldo a la fecha de intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Saldo de intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Saldo de intensidad del agua
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Saldo a la fecha de intensidad del agua
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- Línea de base de CO2
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- Línea de base de CH4
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- Línea de base de N2O
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Línea de base hídrica
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Línea de base de residuos
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Agua frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Residuos frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- Línea de base de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Créditos de carbono comprados
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Línea de base de descarga en agua
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Descarga en agua frente a línea de base (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- Emisiones de CO2e (sin créditos)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Intensidad del agua AA
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- ATA de intensidad del agua
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- AA de intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- ATA de intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Descarga en agua AA
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Descarga en agua ATA
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Descarga en agua DP
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Intensidad de los residuos DP
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Intensidad del agua DP
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- DTO de intensidad del agua
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- DTO de intensidad de los residuos
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Descarga en agua DTO
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Vínculo base
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Vínculo de movimientos de sustentabilidad
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Agua disponible
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Cuentas de sustentabilidad
- table [table.Name]
-
-
- N.º de cuenta de sustentabilidad
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Nombre de cuenta de sustentabilidad
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- País o región
- table [table.Name]
-
-
- Código de país o región
- table [Country/Region] column [Country Region Code]
-
-
- Nombre de país o región
- table [Country/Region] column [Country Region Name]
-
-
- Centro responsabilidad
- table [table.Name]
-
-
- Código de centro de responsabilidad
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Nombre centro responsabilidad
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Capacidad de instalación
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Objetivos de sustentabilidad
- table [table.Name]
-
-
- N.º de cuadro de mandos
- table [Sustainability Goals] column [Score Card No.]
-
-
- N.º
- table [Sustainability Goals] column [No.]
-
-
- Nombre
- table [Sustainability Goals] column [Name]
-
-
- Propietario
- table [Sustainability Goals] column [Owner]
-
-
- Tipo de objetivo para CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Tipo de objetivo para CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Tipo de objetivo para N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Valor objetivo para intensidad del agua
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Valor objetivo para intensidad de residuos
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Objetivo principal
- table [Sustainability Goals] column [Main Goal]
-
-
- Fecha inic.
- table [Sustainability Goals] column [Start Date]
-
-
- Fecha de finalización
- table [Sustainability Goals] column [End Date]
-
-
- Fecha de inicio de referencia
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Fecha de finalización de referencia
- table [Sustainability Goals] column [Baseline End Date]
-
-
- Destino de CO2
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 generado (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- Destino de CH4
- table [Sustainability Goals] measure [CH4 Target]
-
-
- Destino de N2O
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 generado (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O generado (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Destino de agua
- table [Sustainability Goals] measure [Water Target]
-
-
- Destino de residuos
- table [Sustainability Goals] measure [Waste Target]
-
-
- Agua obtenida (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Residuos generados (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e generado (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Valor actual de CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Valor actual de CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Valor actual de N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Valor actual de CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Valor actual de agua
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Valor actual de residuos
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Movimientos empleados
- table [table.Name]
-
-
- N.º de movimiento
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Tipo de documento
- table [Employee Ledger Entries] column [Document Type]
-
-
- N.º de documento
- table [Employee Ledger Entries] column [Document No.]
-
-
- Descripción
- table [Employee Ledger Entries] column [Description]
-
-
- Importe del empleado
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Vínculo de movimientos de empleados
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Habilidades de empleado
- table [table.Name]
-
-
- Códigos de habilidad de empleado
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Habilidades de empleado
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Tasas de emisión
- table [table.Name]
-
-
- Tipo de emisiones
- table [Emission Fees] column [Emission Type]
-
-
- Tipo de ámbito
- table [Emission Fees] column [Scope Type]
-
-
- Fecha inicial
- table [Emission Fees] column [Starting Date]
-
-
- Fecha final
- table [Emission Fees] column [Ending Date]
-
-
- Código de país o región
- table [Emission Fees] column [Country Region Code]
-
-
- Centro responsabilidad
- table [Emission Fees] column [Responsibility Centre]
-
-
- Precio por emisiones de carbono
- table [Emission Fees] column [Carbon Fee]
-
-
- Factor de carbono equivalente
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- Objetivo de CO2e
- table [Emission Fees] measure [CO2e Target]
-
-
- Equivalente de carbono CO2
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- Equivalente de carbono CH4
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- Equivalente de carbono N2O
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Ausencias empleado
- table [table.Name]
-
-
- N.º mov.
- table [Employee Absences] column [Entry No]
-
-
- Fecha desde
- table [Employee Absences] column [From Date]
-
-
- Fecha hasta
- table [Employee Absences] column [To Date]
-
-
- Causa ausencia
- table [Employee Absences] column [Cause of Absence]
-
-
- Descripción
- table [Employee Absences] column [Description]
-
-
- Ausencias empleado
- table [Employee Absences] measure [Employee Absences]
-
-
- Horas de ausencia (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Categorías de subcuentas de sustentabilidad
- table [table.Name]
-
-
- Cód. subcategoría
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Descripción de subcategoría
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Energías renovables
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Empleados
- table [table.Name]
-
-
- N.º empleado
- table [Employees] column [Employee No.]
-
-
- Nombre completo del empleado
- table [Employees] column [Employee Full Name]
-
-
- Nombre del empleado
- table [Employees] column [Employee First Name]
-
-
- Apellido del empleado
- table [Employees] column [Employee Last Name]
-
-
- Sexo del empleado
- table [Employees] column [Employee Gender]
-
-
- Cód. sindicato empleado
- table [Employees] column [Employee Union Code]
-
-
- Estado empleado
- table [Employees] column [Employee Status]
-
-
- Cód. inactividad empleado
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Fecha inactividad empleado
- table [Employees] column [Employee Inactive Date]
-
-
- Motivo terminación empleado
- table [Employees] column [Employee Grounds for Termination]
-
-
- Fecha de nacimiento del empleado
- table [Employees] column [Employee Date of Birth]
-
-
- Edad
- table [Employees] column [Age]
-
-
- Distribución por edades
- table [Employees] column [Age Distribution]
-
-
- N.º de empleados
- table [Employees] measure [No. of Employees]
-
-
- N.º de empleados masculinos
- table [Employees] measure [No. of Male Employees]
-
-
- N.º de empleados femeninos
- table [Employees] measure [No. of Female Employees]
-
-
- N.º de otros empleados
- table [Employees] measure [No. of Other Employees]
-
-
- Empleados masculinos (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Empleados femeninos (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Otros empleados (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Empleados activos
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fi-FI.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fi-FI.resx
deleted file mode 100644
index 047fb27b20..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fi-FI.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- KP-tilin luokka
- table [table.Name]
-
-
- KP-tililuokan kuvaus
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Vastuullisuustilin luokan koodi
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Vastuullisuustilin luokka – Päästöjen laajuus
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimensioyhdistelmät
- table [table.Name]
-
-
- Yleinen dimensio 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Yleinen dimensio 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Pikadimensio 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Pikadimensio 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Pikadimensio 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Pikadimensio 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Pikadimensio 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Pikadimensio 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- OSASTO
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Osaston nimi
- table [Dimension Sets] column [Department Name]
-
-
- ASIAKASRYHMÄ
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Asiakasryhmän nimi
- table [Dimension Sets] column [Customer Group Name]
-
-
- ALUE
- table [Dimension Sets] column [AREA]
-
-
- Alueen nimi
- table [Dimension Sets] column [Area Name]
-
-
- LIIKETOIMINTARYHMÄ
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Liiketoimintaryhmän nimi
- table [Dimension Sets] column [Business Group Name]
-
-
- MYYNTIKAMPANJA
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Myyntikampanjan nimi
- table [Dimension Sets] column [Sales campaign Name]
-
-
- MYYJÄ
- table [Dimension Sets] column [SALESPERSON]
-
-
- Myyjän nimi
- table [Dimension Sets] column [Salesperson Name]
-
-
- Pvm
- table [table.Name]
-
-
- Viikonpäivä
- table [Date] column [Week Day]
-
-
- Päivän tyyppi
- table [Date] column [Day Type]
-
-
- Kalenterivuosi
- table [Date] column [Calendar Year]
-
-
- Kalenterin vuosineljännes
- table [Date] column [Calendar Quarter]
-
-
- Kalenteri – Neljännesvuosi
- table [Date] column [Calendar Quarter Year]
-
-
- Kalenterikuukausi
- table [Date] column [Calendar Month]
-
-
- Kalenterikuukausi – Vuosi
- table [Date] column [Calendar Month Year]
-
-
- Kalenteriviikko
- table [Date] column [Calendar Week]
-
-
- Kalenteriviikko – Vuosi
- table [Date] column [Calendar Week Year]
-
-
- Kalenteri – SuhteellisenViikonSijainti
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Kalenteri – SuhteellisenKuukaudenSijainti
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Kalenteri – SuhteellisenVuosineljänneksenSijainti
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Kalenteri – SuhteellisenVuodenSijainti
- table [Date] column [Calendar RelativeYearPos]
-
-
- Kalenteri – KuukausiAlkaa
- table [Date] column [Calendar StartOfMonth]
-
-
- Kalenteri – KuukausiPäättyy
- table [Date] column [Calendar EndOfMonth]
-
-
- Kalenteri – VuosineljännesAlkaa
- table [Date] column [Calendar StartOfQuarter]
-
-
- Kalenteri – VuosineljännesPäättyy
- table [Date] column [Calendar EndOfQuarter]
-
-
- Kalenteri – VuosiAlkaa
- table [Date] column [Calendar StartOfYear]
-
-
- Kalenteri – VuosiPäättyy
- table [Date] column [Calendar EndOfYear]
-
-
- Kalenteri – KuukaudenPäivät
- table [Date] column [Calendar MonthDays]
-
-
- Kalenteri – VuosineljänneksenPäivät
- table [Date] column [Calendar QuarterDays]
-
-
- Kalenteri – VuodenPäivät
- table [Date] column [Calendar YearDays]
-
-
- Kalenteri – KuukaudenPäivänNumero
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Kalenteri – VuosineljänneksenPäivänNumero
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Kalenteri – VuodenPäivänNumero
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Kalenteri – PäivämääräEdellinenViikko
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Kalenteri – PäivämääräEdellinenKuukausi
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Kalenteri – PäivämääräEdellinenVuosineljännes
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Kalenteri – PäivämääräEdellinenVuosi
- table [Date] column [Calendar DatePreviousYear]
-
-
- Tilikausi
- table [Date] column [Fiscal Year]
-
-
- Kirjanpidon vuosineljännes
- table [Date] column [Fiscal Quarter]
-
-
- Kirjanpito – Neljännesvuosi
- table [Date] column [Fiscal Quarter Year]
-
-
- Kirjanpitokuukausi
- table [Date] column [Fiscal Month]
-
-
- Kirjanpidon kuukausi, vuosi
- table [Date] column [Fiscal Month Year]
-
-
- Kirjanpitoviikko
- table [Date] column [Fiscal Week]
-
-
- Kirjanpitoviikko, vuosi
- table [Date] column [Fiscal Week Year]
-
-
- Kirjanpito – SuhteellisenViikonSijainti
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Kirjanpito – SuhteellisenKuukaudenSijainti
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Kirjanpito – SuhteellisenVuosineljänneksenSijainti
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Kirjanpito – SuhteellisenVuodenSijainti
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Kirjanpito – KuukausiAlkaa
- table [Date] column [Fiscal StartOfMonth]
-
-
- Kirjanpito – KuukausiPäättyy
- table [Date] column [Fiscal EndOfMonth]
-
-
- Kirjanpito – VuosineljännesAlkaa
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Kirjanpito – VuosineljännesPäättyy
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Kirjanpito – VuosiAlkaa
- table [Date] column [Fiscal StartOfYear]
-
-
- Kirjanpito – VuosiPäättyy
- table [Date] column [Fiscal EndOfYear]
-
-
- Kirjanpito – KuukaudenPäivät
- table [Date] column [Fiscal MonthDays]
-
-
- Kirjanpito – VuosineljänneksenPäivät
- table [Date] column [Fiscal QuarterDays]
-
-
- Kirjanpito – VuodenPäivät
- table [Date] column [Fiscal YearDays]
-
-
- Kirjanpito – KuukaudenPäivänNumero
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Kirjanpito – VuosineljänneksenPäivänNumero
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Kirjanpito – VuodenPäivänNumero
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Kirjanpito – PäivämääräEdellinenViikko
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Kirjanpito – PäivämääräEdellinenKuukausi
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Kirjanpito – PäivämääräEdellinenVuosineljännes
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Kirjanpito – PäivämääräEdellinenVuosi
- table [Date] column [Fiscal DatePreviousYear]
-
-
- KV – Vuosi
- table [Date] column [FW Year]
-
-
- KV – Vuosineljännes
- table [Date] column [FW Quarter]
-
-
- KV – Neljännesvuosi
- table [Date] column [FW Quarter Year]
-
-
- KV – Kuukausi
- table [Date] column [FW Month]
-
-
- KV – Kuukausi, vuosi
- table [Date] column [FW Month Year]
-
-
- KV – Viikko
- table [Date] column [FW Week]
-
-
- KV – Kausi
- table [Date] column [FW Period]
-
-
- KV – Viikko, vuosi
- table [Date] column [FW Week Year]
-
-
- KV – ViikkoAlkaa
- table [Date] column [FW StartOfWeek]
-
-
- KV – ViikkoPäättyy
- table [Date] column [FW EndOfWeek]
-
-
- KV – SuhteellisenViikonSijainti
- table [Date] column [FW RelativeWeekPos]
-
-
- KV – SuhteellisenKuukaudenSijainti
- table [Date] column [FW RelativeMonthPos]
-
-
- KV – SuhteellisenVuosineljänneksenSijainti
- table [Date] column [FW RelativeQuarterPos]
-
-
- KV – SuhteellisenVuodenSijainti
- table [Date] column [FW RelativeYearPos]
-
-
- KV – KuukausiAlkaa
- table [Date] column [FW StartOfMonth]
-
-
- KV – KuukausiPäättyy
- table [Date] column [FW EndOfMonth]
-
-
- KV – VuosineljännesAlkaa
- table [Date] column [FW StartOfQuarter]
-
-
- KV – VuosineljännesPäättyy
- table [Date] column [FW EndOfQuarter]
-
-
- KV – VuosiAlkaa
- table [Date] column [FW StartOfYear]
-
-
- KV – VuosiPäättyy
- table [Date] column [FW EndOfYear]
-
-
- KV – KuukaudenPäivät
- table [Date] column [FW MonthDays]
-
-
- KV – VuosineljänneksenPäivät
- table [Date] column [FW QuarterDays]
-
-
- KV – VuodenPäivät
- table [Date] column [FW YearDays]
-
-
- KV – KuukaudenPäivänNumero
- table [Date] column [FW DayOfMonthNumber]
-
-
- KV – VuosineljänneksenPäivänNumero
- table [Date] column [FW DayOfQuarterNumber]
-
-
- KV – VuodenPäivänNumero
- table [Date] column [FW DayOfYearNumber]
-
-
- KV – PäivämääräEdellinenViikko
- table [Date] column [FW DatePreviousWeek]
-
-
- KV – PäivämääräEdellinenKuukausi
- table [Date] column [FW DatePreviousMonth]
-
-
- KV – PäivämääräEdellinenVuosineljännes
- table [Date] column [FW DatePreviousQuarter]
-
-
- KV – PäivämääräEdellinenVuosi
- table [Date] column [FW DatePreviousYear]
-
-
- Suhteellinen päivämäärä
- table [Date] column [Relative Day]
-
-
- Päivien määrä
- table [Date] measure [No. of Days]
-
-
- Työpäivät
- table [Date] measure [Working Days]
-
-
- Järjestetty
- table [Date] measure [Ranged]
-
-
- Kirjanpito – Vuosi-Vuosineljännes-Kuukausi-Viikko
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Tilikausi
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Kirjanpito – Neljännesvuosi
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Kirjanpidon kuukausi, vuosi
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Kirjanpitoviikko, vuosi
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Kalenteri – Vuosi-Vuosineljännes-Kuukausi-Viikko
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Kalenterivuosi
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Kalenteri – Neljännesvuosi
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Kalenterikuukausi – Vuosi
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Kalenteriviikko – Vuosi
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- KV – Vuosi-Vuosineljännes-Kuukausi-Viikko
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- KV – Vuosi
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- KV – Neljännesvuosi
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- KV – Kuukausi, vuosi
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- KV – Viikko, vuosi
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Kirjanpito – Vuosi-Kuukausi
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Tilikausi
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Kirjanpidon kuukausi, vuosi
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Kirjanpito – Vuosi-Kuukausi-Viikko
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Tilikausi
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Kirjanpidon kuukausi, vuosi
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Kirjanpitoviikko, vuosi
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Kalenteri – Vuosi-Kuukausi
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Kalenterivuosi
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Kalenterikuukausi – Vuosi
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Kalenteri – Vuosi-Kuukausi-Viikko
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Kalenterivuosi
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Kalenterikuukausi – Vuosi
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Kalenteriviikko – Vuosi
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- KV – Vuosi-Kuukausi-Viikko
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- KV – Vuosi
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- KV – Kuukausi, vuosi
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- KV – Viikko, vuosi
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- KV – Vuosi-Vuosineljännes-Viikko
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- KV – Vuosi
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- KV – Neljännesvuosi
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- KV – Viikko, vuosi
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- KV – Vuosi-Viikko
- table [Date] hierarchy [FW Year-Week]
-
-
- KV – Vuosi
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- KV – Viikko, vuosi
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Oman raportin otsikko
- table [Localized Labels] measure [My Report Title]
-
-
- Oma painikkeen otsikko
- table [Localized Labels] measure [My Button Caption]
-
-
- Oma visuaalinen otsikko
- table [Localized Labels] measure [My Visual Title]
-
-
- Passiiviset työntekijät
- table [Localized Labels] measure [Inactive Employees]
-
-
- Työntekijät, joiden työsuhde päättynyt
- table [Localized Labels] measure [Terminated Employees]
-
-
- Työntekijät ammattiyhdistyksissä
- table [Localized Labels] measure [Employees in Unions]
-
-
- Sosiaalinen analyysi
- table [Localized Labels] measure [Social Analysis]
-
-
- Sukupuolijakauma
- table [Localized Labels] measure [Gender Distribution]
-
-
- Ikäjakauma
- table [Localized Labels] measure [Age Distribution]
-
-
- Työntekijöiden pätevyydet
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Toteutuneet päästöt vrt. tavoite
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e-päästöt laajuuksittain
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Kaasupäästöt luokittain
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Toteutuneet päästöt vrt. perustaso
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e-päästöt vrt. perustaso
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e-päästöt tileittäin
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Vesi- ja jäteanalyysi
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Vesi laitoksen sijainnin mukaan
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Vesi laitoksen kapasiteetin mukaan
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Vesi- ja jäte tyypeittäin
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Vesi- ja jäteintensiteetti tyypeittäin
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Vesi- ja jäteintensiteetti laitoksittain
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Päästöt luokittain ja laajuuksittain
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Päästöt luokittain
- table [Localized Labels] measure [Emissions by Category]
-
-
- Päästöt laajuuksittain
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e-analyysi
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e-päästöt luokittain
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Hiilihyvitys kuukausittain
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e-ekvivalenttipäästöt kuukausittain ja tuotoittain
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Työntekijätapahtumiin porautuminen
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Työntekijätapahtumat
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Vastuullisuustapahtumat
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Vastuullisuustapahtumiin porautuminen
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Työntekijätapahtumiin porautuminen
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Vastuullisuus – Yleiskuvaus
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Vastuullisuusanalytiikka
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e-päästöt kuukausittain
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Laajuuksien 1 ja 2 analyysi luokittain per vuosi
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e-päästöt osastoittain
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Matka kohti hiilineutraaliutta
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e-päästöt liiketoimintaryhmittäin
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Uusiutuvan energian käyttö
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e-päästöt ajan myötä
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Älykäs CO2e-arviointi
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e-päästöt yleisen dimension yksi mukaan
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e-päästöt yleisen dimension kaksi mukaan
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e-ekvivalenttipäästöt kuukausittain
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Yrityksen nimi
- table [Localized Labels] measure [Company Name]
-
-
- Päivitetty viimeksi
- table [Localized Labels] measure [Last Refreshed]
-
-
- Vapautetut työntekijät
- table [Localized Labels] measure [Released Employees]
-
-
- CO2e-hajautuspuu
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Tärkeimmät CO2e-vaikutukset
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Veden ja jätteiden vuosittainen ja päivittäinen muutos
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Vastuullisuustapahtumat
- table [table.Name]
-
-
- Tapahtumanro
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Kuvaus
- table [Sustainability Ledger Entries] column [Description]
-
-
- Vesityyppi
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Vesi-/jäteintensiteetin tyyppi
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Asiakirjatyyppi
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2-päästöt
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4-päästöt
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- CO2-päästöt, saldo
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- CO2-päästöt, saldo pvm:ttäin
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O-päästöt
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e-päästöt
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- CH4-päästöt, saldo pvm:ttäin
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- CH4-päästöt, saldo
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Vesi-intensiteetti
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Jäteintensiteetti
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Vesipäästö
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- CO2e-päästöt, saldo
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- CO2e-päästöt, saldo pvm:ttäin
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Vesipäästö, saldo pvm:ttäin
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Vesipäästö, saldo
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- N2O-päästöt, saldo
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- N2O-päästöt, saldo pvm:ttäin
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Jäteintensiteetti, saldo pvm:ttäin
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Jäteintensiteetti, saldo
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Vesi-intensiteetti, saldo
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Vesi-intensiteetti, saldo pvm:ttäin
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2-perustaso
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4-perustaso
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 vrt. perustaso (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O-perustaso
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O vrt. perustaso (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 vrt. perustaso (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Vesi, perustaso
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Jäte, perustaso
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Vesi vrt. perustaso (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Jäte vrt. perustaso (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e-perustaso
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e vrt. perustaso (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Ostetut hiilihyvitykset
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Vesipäästö, perustaso
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Vesipäästö vrt. perustaso (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e-päästöt (ilman hyvityksiä)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Vesi-intensiteetti, EDV
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Vesi-intensiteetti, VV
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Jäteintensiteetti, EDV
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Jäteintensiteetti, VV
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Vesipäästö, EDV
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Vesipäästö, VV
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Vesipäästö, tuotantotiedot
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Jäteintensiteetti, EDP
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Vesi-intensiteetti, tuotantotiedot
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Vesi-intensiteetti, päivittäinen
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Jäteintensiteetti, päivittäinen
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Vesipäästö, päivittäinen
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Perus, linkki
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Vastuullisuustapahtumat, linkki
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Saatavilla oleva vesi
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Vastuullisuustilit
- table [table.Name]
-
-
- Vastuullisuustilin nro
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Vastuullisuustilin nimi
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Maa tai alue
- table [table.Name]
-
-
- Maa- tai aluekoodi
- table [Country/Region] column [Country Region Code]
-
-
- Maan/alueen nimi
- table [Country/Region] column [Country Region Name]
-
-
- Vastuupaikka
- table [table.Name]
-
-
- Vastuupaikan koodi
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Vastuupaikan nimi
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Laitoksen kapasiteetti
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Vastuullisuustavoitteet
- table [table.Name]
-
-
- Tuloskortin nro
- table [Sustainability Goals] column [Score Card No.]
-
-
- Nro
- table [Sustainability Goals] column [No.]
-
-
- Nimi
- table [Sustainability Goals] column [Name]
-
-
- Omistaja
- table [Sustainability Goals] column [Owner]
-
-
- CO2-tavoitearvo
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- CH4-tavoitearvo
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- N2O-tavoitearvo
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Vesi-intensiteetin tavoitearvo
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Jäteintensiteetin tavoitearvo
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Päätavoite
- table [Sustainability Goals] column [Main Goal]
-
-
- Alkamispäivä
- table [Sustainability Goals] column [Start Date]
-
-
- Päättymispäivä
- table [Sustainability Goals] column [End Date]
-
-
- Perustason alkamispäivämäärä
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Perustason päättymispäivämäärä
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2-tavoite
- table [Sustainability Goals] measure [CO2 Target]
-
-
- Toteutunut CO2 (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4-tavoite
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O-tavoite
- table [Sustainability Goals] measure [N2O Target]
-
-
- Toteutunut CH4 (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- Toteutunut N2O (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Vesitavoite
- table [Sustainability Goals] measure [Water Target]
-
-
- Jätetavoite
- table [Sustainability Goals] measure [Waste Target]
-
-
- Toteutunut vesi (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Toteutunut jäte (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- Toteutunut CO2e (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Nykyinen CO2-arvo
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Nykyinen CH4-arvo
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Nykyinen N2O-arvo
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Nykyinen CO2e-arvo
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Vesi, nykyarvo
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Jäte, nykyarvo
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Työntekijätapahtumat
- table [table.Name]
-
-
- Tapahtumanro
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Asiakirjatyyppi
- table [Employee Ledger Entries] column [Document Type]
-
-
- Asiakirjanumero
- table [Employee Ledger Entries] column [Document No.]
-
-
- Kuvaus
- table [Employee Ledger Entries] column [Description]
-
-
- Työntekijän summa
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Työntekijätapahtumat – Linkki
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Työntekijän pätevyydet
- table [table.Name]
-
-
- Työntekijän pätevyyskoodit
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Työntekijän pätevyydet
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Päästömaksut
- table [table.Name]
-
-
- Päästötyyppi
- table [Emission Fees] column [Emission Type]
-
-
- Laajuuden tyyppi
- table [Emission Fees] column [Scope Type]
-
-
- Aloituspäivämäärä
- table [Emission Fees] column [Starting Date]
-
-
- Lopetuspäivämäärä
- table [Emission Fees] column [Ending Date]
-
-
- Maa- tai aluekoodi
- table [Emission Fees] column [Country Region Code]
-
-
- Vastuupaikka
- table [Emission Fees] column [Responsibility Centre]
-
-
- Hiilimaksu
- table [Emission Fees] column [Carbon Fee]
-
-
- Hiiliekvivalenttikerroin
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e-tavoite
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2-hiiliekvivalentti
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4-hiiliekvivalentti
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O-hiiliekvivalentti
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Työntekijän poissaolot
- table [table.Name]
-
-
- Tapahtumanro
- table [Employee Absences] column [Entry No]
-
-
- Alkaen pvm:stä
- table [Employee Absences] column [From Date]
-
-
- Pvm:ään asti
- table [Employee Absences] column [To Date]
-
-
- Poissaolon syy
- table [Employee Absences] column [Cause of Absence]
-
-
- Kuvaus
- table [Employee Absences] column [Description]
-
-
- Työntekijän poissaolot
- table [Employee Absences] measure [Employee Absences]
-
-
- Poissaolotunnit (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Vastuullisuustilin alaluokat
- table [table.Name]
-
-
- Alaluokan koodi
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Alaluokan kuvaus
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Uusiutuva energia
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Työntekijät
- table [table.Name]
-
-
- Työntekijänro
- table [Employees] column [Employee No.]
-
-
- Työntekijän koko nimi
- table [Employees] column [Employee Full Name]
-
-
- Työntekijän etunimi
- table [Employees] column [Employee First Name]
-
-
- Työntekijän sukunimi
- table [Employees] column [Employee Last Name]
-
-
- Työntekijän sukupuoli
- table [Employees] column [Employee Gender]
-
-
- Työntekijän ammattiyhdistyksen koodi
- table [Employees] column [Employee Union Code]
-
-
- Työntekijän tila
- table [Employees] column [Employee Status]
-
-
- Työntekijän toimettomuuden syy
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Työntekijän passiivisuuden pvm
- table [Employees] column [Employee Inactive Date]
-
-
- Työntekijän työsuhteen päättymisen syyt
- table [Employees] column [Employee Grounds for Termination]
-
-
- Työntekijän syntymäpäivä
- table [Employees] column [Employee Date of Birth]
-
-
- Ikä
- table [Employees] column [Age]
-
-
- Ikäjakauma
- table [Employees] column [Age Distribution]
-
-
- Työntekijöiden määrä
- table [Employees] measure [No. of Employees]
-
-
- Miespuolisten työntekijöiden määrä
- table [Employees] measure [No. of Male Employees]
-
-
- Naispuolisten työntekijöiden määrä
- table [Employees] measure [No. of Female Employees]
-
-
- Muiden työntekijöiden määrä
- table [Employees] measure [No. of Other Employees]
-
-
- Miespuoliset työntekijät (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Naispuoliset työntekijät (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Muut työntekijät (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Aktiiviset työntekijät
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-BE.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-BE.resx
deleted file mode 100644
index 4928fe79e6..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-BE.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Catégorie de compte général
- table [table.Name]
-
-
- Désignation catégorie cpte général
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Code catégorie du compte de durabilité
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Champ de l’émission catégorie du compte de durabilité
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Ensembles de dimensions
- table [table.Name]
-
-
- Axe analytique principal 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Axe analytique principal 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Raccourci axe 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Raccourci axe 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Raccourci axe 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Raccourci axe 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Raccourci axe 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Raccourci axe 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- SERVICE
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Nom du service
- table [Dimension Sets] column [Department Name]
-
-
- GROUPECLIENT
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Nom du groupe de clients
- table [Dimension Sets] column [Customer Group Name]
-
-
- RÉGION
- table [Dimension Sets] column [AREA]
-
-
- Nom de la zone
- table [Dimension Sets] column [Area Name]
-
-
- MARCHÉ
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Nom marché
- table [Dimension Sets] column [Business Group Name]
-
-
- CAMPAGNEVENTE
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Nom campagne de vente
- table [Dimension Sets] column [Sales campaign Name]
-
-
- COMMERCIAL
- table [Dimension Sets] column [SALESPERSON]
-
-
- Nom vendeur
- table [Dimension Sets] column [Salesperson Name]
-
-
- Date
- table [table.Name]
-
-
- Jour semaine
- table [Date] column [Week Day]
-
-
- Type de jour
- table [Date] column [Day Type]
-
-
- Année civile
- table [Date] column [Calendar Year]
-
-
- Trimestre civil
- table [Date] column [Calendar Quarter]
-
-
- Trimestre civil
- table [Date] column [Calendar Quarter Year]
-
-
- Mois civil
- table [Date] column [Calendar Month]
-
-
- Mois année civile
- table [Date] column [Calendar Month Year]
-
-
- Semaine civile
- table [Date] column [Calendar Week]
-
-
- Semaine année civile
- table [Date] column [Calendar Week Year]
-
-
- PosSemaineRelative civile
- table [Date] column [Calendar RelativeWeekPos]
-
-
- PosMoisRelatif civil
- table [Date] column [Calendar RelativeMonthPos]
-
-
- PosTrimestreRelatif civil
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- PosAnnéeRelative civile
- table [Date] column [Calendar RelativeYearPos]
-
-
- DébutDuMois civil
- table [Date] column [Calendar StartOfMonth]
-
-
- FinDuMois civil
- table [Date] column [Calendar EndOfMonth]
-
-
- DébutDuTrimestre civil
- table [Date] column [Calendar StartOfQuarter]
-
-
- FinDeTrimestre civil
- table [Date] column [Calendar EndOfQuarter]
-
-
- DébutAnnée civile
- table [Date] column [Calendar StartOfYear]
-
-
- FinAnnée civile
- table [Date] column [Calendar EndOfYear]
-
-
- JoursMois civils
- table [Date] column [Calendar MonthDays]
-
-
- JoursTrimestre civils
- table [Date] column [Calendar QuarterDays]
-
-
- JoursAnnée civils
- table [Date] column [Calendar YearDays]
-
-
- NuméroJourDuMois civil
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre civil
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- NuméroJourAnnée civile
- table [Date] column [Calendar DayOfYearNumber]
-
-
- DateSemainePrécédente civile
- table [Date] column [Calendar DatePreviousWeek]
-
-
- DateMoisPrécédent civil
- table [Date] column [Calendar DatePreviousMonth]
-
-
- DateTrimestrePrécédent civil
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- DateAnnéePrécédente civile
- table [Date] column [Calendar DatePreviousYear]
-
-
- Exercice
- table [Date] column [Fiscal Year]
-
-
- Trimestre d’exercice
- table [Date] column [Fiscal Quarter]
-
-
- Trimestre d’exercice
- table [Date] column [Fiscal Quarter Year]
-
-
- Mois d’exercice
- table [Date] column [Fiscal Month]
-
-
- Mois et année d’exercice
- table [Date] column [Fiscal Month Year]
-
-
- Semaine d’exercice
- table [Date] column [Fiscal Week]
-
-
- Semaine année d’exercice
- table [Date] column [Fiscal Week Year]
-
-
- PosSemaineRelative d’exercice
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- PosMoisRelatif d’exercice
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- PosTrimestreRelatif d’exercice
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- PosAnnéeRelative d’exercice
- table [Date] column [Fiscal RelativeYearPos]
-
-
- DébutDuMois d’exercice
- table [Date] column [Fiscal StartOfMonth]
-
-
- FinDuMois d’exercice
- table [Date] column [Fiscal EndOfMonth]
-
-
- DébutDuTrimestre d’exercice
- table [Date] column [Fiscal StartOfQuarter]
-
-
- FinDuTrimestre d’exercice
- table [Date] column [Fiscal EndOfQuarter]
-
-
- DébutExercice fiscal
- table [Date] column [Fiscal StartOfYear]
-
-
- FinExercice fiscal
- table [Date] column [Fiscal EndOfYear]
-
-
- JoursMois d’exercice
- table [Date] column [Fiscal MonthDays]
-
-
- JoursTrimestre d’exercice
- table [Date] column [Fiscal QuarterDays]
-
-
- JoursExercice
- table [Date] column [Fiscal YearDays]
-
-
- NuméroJourDuMois d’exercice
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre d’exercice
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- NuméroJourAnnée d’exercice
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- DateSemainePrécédente d’exercice
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- DateMoisPrécédent d’exercice
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- DateTrimestrePrécédent d’exercice
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- DateAnnéePrécédente d’exercice
- table [Date] column [Fiscal DatePreviousYear]
-
-
- Année SE
- table [Date] column [FW Year]
-
-
- Trimestre SE
- table [Date] column [FW Quarter]
-
-
- Trimestre année SE
- table [Date] column [FW Quarter Year]
-
-
- Mois SE
- table [Date] column [FW Month]
-
-
- Mois année SE
- table [Date] column [FW Month Year]
-
-
- Semaine SE
- table [Date] column [FW Week]
-
-
- Période SE
- table [Date] column [FW Period]
-
-
- Semaine année SE
- table [Date] column [FW Week Year]
-
-
- DébutDeSemaine SE
- table [Date] column [FW StartOfWeek]
-
-
- FinDeSemaine SE
- table [Date] column [FW EndOfWeek]
-
-
- PosSemaineRelative SE
- table [Date] column [FW RelativeWeekPos]
-
-
- PosMoisRelatif SE
- table [Date] column [FW RelativeMonthPos]
-
-
- PosTrimestreRelatif SE
- table [Date] column [FW RelativeQuarterPos]
-
-
- PosAnnéeRelative SE
- table [Date] column [FW RelativeYearPos]
-
-
- DébutDuMois SE
- table [Date] column [FW StartOfMonth]
-
-
- FinDuMois SE
- table [Date] column [FW EndOfMonth]
-
-
- DébutDuTrimestre SE
- table [Date] column [FW StartOfQuarter]
-
-
- FinDuTrimestre SE
- table [Date] column [FW EndOfQuarter]
-
-
- DébutExercice SE
- table [Date] column [FW StartOfYear]
-
-
- FinAnnée SE
- table [Date] column [FW EndOfYear]
-
-
- JoursMois SE
- table [Date] column [FW MonthDays]
-
-
- JoursTrimestre SE
- table [Date] column [FW QuarterDays]
-
-
- JoursAnnée SE
- table [Date] column [FW YearDays]
-
-
- NuméroJourDuMois SE
- table [Date] column [FW DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre SE
- table [Date] column [FW DayOfQuarterNumber]
-
-
- NuméroJourAnnée SE
- table [Date] column [FW DayOfYearNumber]
-
-
- DateSemainePrécédente SE
- table [Date] column [FW DatePreviousWeek]
-
-
- DateMoisPrécédent SE
- table [Date] column [FW DatePreviousMonth]
-
-
- DateTrimestrePrécédent SE
- table [Date] column [FW DatePreviousQuarter]
-
-
- DateAnnéePrécédente SE
- table [Date] column [FW DatePreviousYear]
-
-
- Jour relatif
- table [Date] column [Relative Day]
-
-
- Nombre de jours
- table [Date] measure [No. of Days]
-
-
- Jours ouvrés
- table [Date] measure [Working Days]
-
-
- Plage
- table [Date] measure [Ranged]
-
-
- Exercice-Trimestre-Mois-Semaine
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Trimestre d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Semaine année d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Semaine-Mois-Trimestre-Année civils
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Trimestre civil
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Semaine année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- Année-Trimestre-Mois-Semaine SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- Trimestre année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- Mois année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Exercice-Mois
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Exercice-Mois-Semaine
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Semaine année d’exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Année-Mois civil
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Mois-Semaine-Année civils
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Semaine année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- Année-Mois-Semaine SE
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- Mois année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- Année-Trimestre-Semaine SE
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- Trimestre année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- Année-Semaine SE
- table [Date] hierarchy [FW Year-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Titre de l’état
- table [Localized Labels] measure [My Report Title]
-
-
- Légende de mon bouton
- table [Localized Labels] measure [My Button Caption]
-
-
- Mon titre visuel
- table [Localized Labels] measure [My Visual Title]
-
-
- Salariés inactifs
- table [Localized Labels] measure [Inactive Employees]
-
-
- Salariés licenciés
- table [Localized Labels] measure [Terminated Employees]
-
-
- Salariés dans les mutuelles
- table [Localized Labels] measure [Employees in Unions]
-
-
- Analyse sociale
- table [Localized Labels] measure [Social Analysis]
-
-
- Répartition par genre
- table [Localized Labels] measure [Gender Distribution]
-
-
- Répartition par âge
- table [Localized Labels] measure [Age Distribution]
-
-
- Qualifications salariés
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Émissions réalisées par rapport à la cible
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- Émissions de CO2e par champ
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Émissions de gaz par catégorie
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Émissions réalisées par rapport à la ligne de base
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- Émissions de CO2e par rapport à la ligne de base
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- Émissions de CO2e par compte
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Analyse de l’eau et des déchets
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Eau par magasin de l’installation
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Eau par capacité de l’installation
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Eau et déchets par type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Intensité en eau et des déchets par type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Intensité en eau et des déchets par installation
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Émissions par catégorie et champ
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Émissions par catégorie
- table [Localized Labels] measure [Emissions by Category]
-
-
- Émissions par portée
- table [Localized Labels] measure [Emissions by Scope]
-
-
- Analyse du CO2e
- table [Localized Labels] measure [CO2e Analysis]
-
-
- Émissions de CO2e par catégorie
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Crédit carbone par mois
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- Émissions d’équivalent CO2e par mois et par revenu
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Extraction écritures salarié
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Écritures comptable salarié
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Écritures comptables durabilité
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Extraction Écritures comptables durabilité
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Extraction écritures comptables salarié
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Vue d’ensemble durabilité
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Analyse de durabilité
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- Émissions de CO2e par mois
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Analyse des champs 1 et 2 par catégories par an
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- Émissions de CO2e par département
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Parcours vers le zéro carbone net
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- Émissions de CO2e par marché
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Activité des énergies renouvelables
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- Émissions de CO2e dans le temps
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- CO2e Smart Review
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- Émissions de CO2e par axe analytique principal un
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- Émissions de CO2e par axe analytique principal deux
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- Émissions d’équivalent CO2e par mois
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Nom de la société
- table [Localized Labels] measure [Company Name]
-
-
- Dernière actualisation
- table [Localized Labels] measure [Last Refreshed]
-
-
- Salariés lancés
- table [Localized Labels] measure [Released Employees]
-
-
- Arborescence de décomposition CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Influences clés CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Changement annuel et quotidien de l’eau et des déchets
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Écritures comptables durabilité
- table [table.Name]
-
-
- N° d’écriture
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Désignation
- table [Sustainability Ledger Entries] column [Description]
-
-
- Type d’eau
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Type d’intensité en eau/des déchets
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Type du document
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- Émissions CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- Émissions CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Solde émissions de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Solde à ce jour émissions de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- Émissions N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- Émissions CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Solde à ce jour émissions de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Solde émissions de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Solde émissions de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Bilan à ce jour émission de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Solde à ce jour rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Solde Rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Solde émissions de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Solde à ce jour émissions de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Solde à ce jour intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Solde intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Solde intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Solde à ce jour intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- Ligne de base CO2
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- Ligne de base CH4
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- Ligne de base N2O
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Ligne de base eau
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Ligne de base déchets
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Eau par rapport à ligne de base (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Déchets par rapport à ligne de base (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- Ligne de base CO2e
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Crédits carbone achetés
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Rejeté dans l’eau par rapport à la ligne de base
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Rejeté dans l’eau par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- Émissions de CO2e (hors crédits)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Intensité en eau AP
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Intensité en eau AAA
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Intensité des déchets AP
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Intensité des déchets AAA
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Rejeté dans l’eau AP
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Rejeté dans l’eau AAA
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- DP rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Intensité des déchets JP
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Intensité en eau DP
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Intensité en eau quotidienne
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Intensité des déchets quotidienne
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Rejeté dans l’eau quotidien
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Lien de base
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Lien Écritures comptables durabilité
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Eau disponible
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Comptes de durabilité
- table [table.Name]
-
-
- N° compte de durabilité
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Nom du compte de durabilité
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Pays/région
- table [table.Name]
-
-
- Code de pays/région
- table [Country/Region] column [Country Region Code]
-
-
- Nom pays/région
- table [Country/Region] column [Country Region Name]
-
-
- Centre de gestion
- table [table.Name]
-
-
- Code centre de gestion
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Nom centre de gestion
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Capacité de l’installation
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Objectifs de durabilité
- table [table.Name]
-
-
- N° de tableau de bord
- table [Sustainability Goals] column [Score Card No.]
-
-
- N°
- table [Sustainability Goals] column [No.]
-
-
- Nom
- table [Sustainability Goals] column [Name]
-
-
- Propriétaire
- table [Sustainability Goals] column [Owner]
-
-
- Valeur cible pour CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Valeur cible pour CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Valeur cible pour N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Valeur cible pour l’intensité en eau
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Valeur cible pour l’intensité des déchets
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Objectif principal
- table [Sustainability Goals] column [Main Goal]
-
-
- Date de début
- table [Sustainability Goals] column [Start Date]
-
-
- Date de fin
- table [Sustainability Goals] column [End Date]
-
-
- Date de début ligne de base
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Date de fin ligne de base
- table [Sustainability Goals] column [Baseline End Date]
-
-
- Cible CO2
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 réalisé (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- Cible CH4
- table [Sustainability Goals] measure [CH4 Target]
-
-
- Cible N2O
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 réalisé (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O réalisé (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Cible eau
- table [Sustainability Goals] measure [Water Target]
-
-
- Cible déchets
- table [Sustainability Goals] measure [Waste Target]
-
-
- Eau réalisée (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Déchets réalisés (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e réalisé (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Valeur actuelle CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Valeur actuelle CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Valeur actuelle N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Valeur actuelle CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Valeur actuelle eau
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Valeur actuelle déchets
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Écritures comptable salarié
- table [table.Name]
-
-
- N° d’écriture
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Type du document
- table [Employee Ledger Entries] column [Document Type]
-
-
- N° de document
- table [Employee Ledger Entries] column [Document No.]
-
-
- Désignation
- table [Employee Ledger Entries] column [Description]
-
-
- Montant de l’employé
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Lien Écritures comptables salariés
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Qualifications salarié
- table [table.Name]
-
-
- Codes qualification salarié
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Qualifications salarié
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Frais d’émission
- table [table.Name]
-
-
- Type d’émission
- table [Emission Fees] column [Emission Type]
-
-
- Type d’étendue
- table [Emission Fees] column [Scope Type]
-
-
- Date de début
- table [Emission Fees] column [Starting Date]
-
-
- Date de fin
- table [Emission Fees] column [Ending Date]
-
-
- Code de pays/région
- table [Emission Fees] column [Country Region Code]
-
-
- Centre de gestion
- table [Emission Fees] column [Responsibility Centre]
-
-
- Taxe carbone
- table [Emission Fees] column [Carbon Fee]
-
-
- Facteur équivalent carbone
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- Cible CO2e
- table [Emission Fees] measure [CO2e Target]
-
-
- Équivalent carbone CO2
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- Équivalent carbone CH4
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- Équivalent carbone N2O
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Indisponibilités salarié
- table [table.Name]
-
-
- N° écriture
- table [Employee Absences] column [Entry No]
-
-
- Date début
- table [Employee Absences] column [From Date]
-
-
- Date fin
- table [Employee Absences] column [To Date]
-
-
- Motif indisponibilité
- table [Employee Absences] column [Cause of Absence]
-
-
- Désignation
- table [Employee Absences] column [Description]
-
-
- Indisponibilités salarié
- table [Employee Absences] measure [Employee Absences]
-
-
- Heures d’indisponibilité (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Catégories sous-compte de durabilité
- table [table.Name]
-
-
- Code sous-catégorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Désignation sous-catégorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Énergies renouvelables
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Salariés
- table [table.Name]
-
-
- N° salarié
- table [Employees] column [Employee No.]
-
-
- Nom complet du salarié
- table [Employees] column [Employee Full Name]
-
-
- Prénom du salarié
- table [Employees] column [Employee First Name]
-
-
- Nom du salarié
- table [Employees] column [Employee Last Name]
-
-
- Genre du salarié
- table [Employees] column [Employee Gender]
-
-
- Code mutuelle salarié
- table [Employees] column [Employee Union Code]
-
-
- Statut salarié
- table [Employees] column [Employee Status]
-
-
- Motif indisponibilité salarié
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Date indisponibilité salarié
- table [Employees] column [Employee Inactive Date]
-
-
- Motifs fin de contrat salarié
- table [Employees] column [Employee Grounds for Termination]
-
-
- Date de naissance du salarié
- table [Employees] column [Employee Date of Birth]
-
-
- Âge
- table [Employees] column [Age]
-
-
- Répartition par âge
- table [Employees] column [Age Distribution]
-
-
- Nombre de salariés
- table [Employees] measure [No. of Employees]
-
-
- Nombre de salariés masculins
- table [Employees] measure [No. of Male Employees]
-
-
- Nombre de salariées féminines
- table [Employees] measure [No. of Female Employees]
-
-
- Nombre d’autres salariés
- table [Employees] measure [No. of Other Employees]
-
-
- Salariés masculins (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Salariées féminines (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Autres salariés (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Employés actifs
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-CA.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-CA.resx
deleted file mode 100644
index bbafd92ee1..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-CA.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Catégorie de compte du grand livre
- table [table.Name]
-
-
- Compte du grand livre Description de la catégorie
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Code catégorie du compte de durabilité
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Champ de l’émission catégorie du compte de durabilité
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Ensembles de dimensions
- table [table.Name]
-
-
- Dimension principale 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Dimension principale 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Dimension de raccourci 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Dimension de raccourci 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Dimension de raccourci 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Dimension de raccourci 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Dimension de raccourci 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Dimension de raccourci 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- SERVICE
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Nom du service
- table [Dimension Sets] column [Department Name]
-
-
- GROUPECLIENT
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Nom du groupe de clients
- table [Dimension Sets] column [Customer Group Name]
-
-
- RÉGION
- table [Dimension Sets] column [AREA]
-
-
- Nom de la zone
- table [Dimension Sets] column [Area Name]
-
-
- MARCHÉ
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Nom marché
- table [Dimension Sets] column [Business Group Name]
-
-
- CAMPAGNEVENTE
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Nom promotion de vente
- table [Dimension Sets] column [Sales campaign Name]
-
-
- REPRÉSENTANT
- table [Dimension Sets] column [SALESPERSON]
-
-
- Nom du représentant
- table [Dimension Sets] column [Salesperson Name]
-
-
- Date
- table [table.Name]
-
-
- Jour semaine
- table [Date] column [Week Day]
-
-
- Type de jour
- table [Date] column [Day Type]
-
-
- Année civile
- table [Date] column [Calendar Year]
-
-
- Trimestre civil
- table [Date] column [Calendar Quarter]
-
-
- Trimestre civil
- table [Date] column [Calendar Quarter Year]
-
-
- Mois civil
- table [Date] column [Calendar Month]
-
-
- Mois année civile
- table [Date] column [Calendar Month Year]
-
-
- Semaine civile
- table [Date] column [Calendar Week]
-
-
- Semaine année civile
- table [Date] column [Calendar Week Year]
-
-
- PosSemaineRelative civile
- table [Date] column [Calendar RelativeWeekPos]
-
-
- PosMoisRelatif civil
- table [Date] column [Calendar RelativeMonthPos]
-
-
- PosTrimestreRelatif civil
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- PosAnnéeRelative civile
- table [Date] column [Calendar RelativeYearPos]
-
-
- DébutDuMois civil
- table [Date] column [Calendar StartOfMonth]
-
-
- FinDuMois civil
- table [Date] column [Calendar EndOfMonth]
-
-
- DébutDuTrimestre civil
- table [Date] column [Calendar StartOfQuarter]
-
-
- FinDeTrimestre civil
- table [Date] column [Calendar EndOfQuarter]
-
-
- DébutAnnée civile
- table [Date] column [Calendar StartOfYear]
-
-
- FinAnnée civile
- table [Date] column [Calendar EndOfYear]
-
-
- JoursMois civils
- table [Date] column [Calendar MonthDays]
-
-
- JoursTrimestre civils
- table [Date] column [Calendar QuarterDays]
-
-
- JoursAnnée civils
- table [Date] column [Calendar YearDays]
-
-
- NuméroJourDuMois civil
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre civil
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- NuméroJourAnnée civile
- table [Date] column [Calendar DayOfYearNumber]
-
-
- DateSemainePrécédente civile
- table [Date] column [Calendar DatePreviousWeek]
-
-
- DateMoisPrécédent civil
- table [Date] column [Calendar DatePreviousMonth]
-
-
- DateTrimestrePrécédent civil
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- DateAnnéePrécédente civile
- table [Date] column [Calendar DatePreviousYear]
-
-
- Exercice
- table [Date] column [Fiscal Year]
-
-
- Trimestre d’exercice
- table [Date] column [Fiscal Quarter]
-
-
- Trimestre d’exercice
- table [Date] column [Fiscal Quarter Year]
-
-
- Mois d’exercice
- table [Date] column [Fiscal Month]
-
-
- Mois et année d’exercice
- table [Date] column [Fiscal Month Year]
-
-
- Semaine d’exercice
- table [Date] column [Fiscal Week]
-
-
- Semaine année d’exercice
- table [Date] column [Fiscal Week Year]
-
-
- PosSemaineRelative d’exercice
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- PosMoisRelatif d’exercice
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- PosTrimestreRelatif d’exercice
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- PosAnnéeRelative d’exercice
- table [Date] column [Fiscal RelativeYearPos]
-
-
- DébutDuMois d’exercice
- table [Date] column [Fiscal StartOfMonth]
-
-
- FinDuMois d’exercice
- table [Date] column [Fiscal EndOfMonth]
-
-
- DébutDuTrimestre d’exercice
- table [Date] column [Fiscal StartOfQuarter]
-
-
- FinDuTrimestre d’exercice
- table [Date] column [Fiscal EndOfQuarter]
-
-
- DébutExercice fiscal
- table [Date] column [Fiscal StartOfYear]
-
-
- FinExercice fiscal
- table [Date] column [Fiscal EndOfYear]
-
-
- JoursMois d’exercice
- table [Date] column [Fiscal MonthDays]
-
-
- JoursTrimestre d’exercice
- table [Date] column [Fiscal QuarterDays]
-
-
- JoursExercice
- table [Date] column [Fiscal YearDays]
-
-
- NuméroJourDuMois d’exercice
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre d’exercice
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- NuméroJourAnnée d’exercice
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- DateSemainePrécédente d’exercice
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- DateMoisPrécédent d’exercice
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- DateTrimestrePrécédent d’exercice
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- DateAnnéePrécédente d’exercice
- table [Date] column [Fiscal DatePreviousYear]
-
-
- Année SE
- table [Date] column [FW Year]
-
-
- Trimestre SE
- table [Date] column [FW Quarter]
-
-
- Trimestre année SE
- table [Date] column [FW Quarter Year]
-
-
- Mois SE
- table [Date] column [FW Month]
-
-
- Mois année SE
- table [Date] column [FW Month Year]
-
-
- Semaine SE
- table [Date] column [FW Week]
-
-
- Période SE
- table [Date] column [FW Period]
-
-
- Semaine année SE
- table [Date] column [FW Week Year]
-
-
- DébutDeSemaine SE
- table [Date] column [FW StartOfWeek]
-
-
- FinDeSemaine SE
- table [Date] column [FW EndOfWeek]
-
-
- PosSemaineRelative SE
- table [Date] column [FW RelativeWeekPos]
-
-
- PosMoisRelatif SE
- table [Date] column [FW RelativeMonthPos]
-
-
- PosTrimestreRelatif SE
- table [Date] column [FW RelativeQuarterPos]
-
-
- PosAnnéeRelative SE
- table [Date] column [FW RelativeYearPos]
-
-
- DébutDuMois SE
- table [Date] column [FW StartOfMonth]
-
-
- FinDuMois SE
- table [Date] column [FW EndOfMonth]
-
-
- DébutDuTrimestre SE
- table [Date] column [FW StartOfQuarter]
-
-
- FinDuTrimestre SE
- table [Date] column [FW EndOfQuarter]
-
-
- DébutExercice SE
- table [Date] column [FW StartOfYear]
-
-
- FinAnnée SE
- table [Date] column [FW EndOfYear]
-
-
- JoursMois SE
- table [Date] column [FW MonthDays]
-
-
- JoursTrimestre SE
- table [Date] column [FW QuarterDays]
-
-
- JoursAnnée SE
- table [Date] column [FW YearDays]
-
-
- NuméroJourDuMois SE
- table [Date] column [FW DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre SE
- table [Date] column [FW DayOfQuarterNumber]
-
-
- NuméroJourAnnée SE
- table [Date] column [FW DayOfYearNumber]
-
-
- DateSemainePrécédente SE
- table [Date] column [FW DatePreviousWeek]
-
-
- DateMoisPrécédent SE
- table [Date] column [FW DatePreviousMonth]
-
-
- DateTrimestrePrécédent SE
- table [Date] column [FW DatePreviousQuarter]
-
-
- DateAnnéePrécédente SE
- table [Date] column [FW DatePreviousYear]
-
-
- Jour relatif
- table [Date] column [Relative Day]
-
-
- Nombre de jours
- table [Date] measure [No. of Days]
-
-
- Jours ouvrés
- table [Date] measure [Working Days]
-
-
- Plage
- table [Date] measure [Ranged]
-
-
- Exercice-trimestre-mois-semaine
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Trimestre d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Semaine année d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Semaine-Mois-Trimestre-Année civils
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Trimestre civil
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Semaine année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- Année-Trimestre-Mois-Semaine SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- Trimestre année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- Mois année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Exercice-mois
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Exercice-mois-semaine
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Semaine année d’exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Année-Mois civil
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Mois-Semaine-Année civils
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Semaine année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- Année-Mois-Semaine SE
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- Mois année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- Année-Trimestre-Semaine SE
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- Trimestre année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- Année-Semaine SE
- table [Date] hierarchy [FW Year-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Titre de mon rapport
- table [Localized Labels] measure [My Report Title]
-
-
- Légende de mon bouton
- table [Localized Labels] measure [My Button Caption]
-
-
- Mon titre visuel
- table [Localized Labels] measure [My Visual Title]
-
-
- Employés inactifs
- table [Localized Labels] measure [Inactive Employees]
-
-
- Employés licenciés
- table [Localized Labels] measure [Terminated Employees]
-
-
- Employés syndiqués
- table [Localized Labels] measure [Employees in Unions]
-
-
- Analyse sociale
- table [Localized Labels] measure [Social Analysis]
-
-
- Répartition par genre
- table [Localized Labels] measure [Gender Distribution]
-
-
- Répartition par âge
- table [Localized Labels] measure [Age Distribution]
-
-
- Qualifications des employés
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Émissions réalisées par rapport à la cible
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- Émissions de CO2e par champ
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Émissions de gaz par catégorie
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Émissions réalisées par rapport à la ligne de base
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- Émissions de CO2e par rapport à la ligne de base
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- Émissions de CO2e par compte
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Analyse de l’eau et des déchets
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Consommation d’eau par site
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Eau par capacité de l’installation
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Eau et déchets par type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Intensité en eau et des déchets par type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Intensité en eau et des déchets par installation
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Émissions par catégorie et champ
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Émissions par catégorie
- table [Localized Labels] measure [Emissions by Category]
-
-
- Émissions par portée
- table [Localized Labels] measure [Emissions by Scope]
-
-
- Analyse du CO2e
- table [Localized Labels] measure [CO2e Analysis]
-
-
- Émissions de CO2e par catégorie
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Crédit carbone par mois
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- Émissions d’équivalent CO2e par mois et par revenu
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Exploration des entrées de l’employé
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Écritures du grand livre des employés
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Écritures relatives au développement durable
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Écritures relatives au développement durable
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Exploration des écritures du grand livre des employés
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Vue d’ensemble durabilité
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Analyse de durabilité
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- Émissions de CO2e par mois
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Analyse des champs 1 et 2 par catégories par an
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- Émissions de CO2e par département
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Parcours vers le zéro carbone net
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- Émissions de CO2e par marché
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Utilisation d’énergies renouvelables
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- Émissions de CO2e dans le temps
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- CO2e Smart Review
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- Émissions de CO2 par dimension principale 1
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- Émissions de CO2 par dimension principale 2
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- Émissions d’équivalent CO2e par mois
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Nom de la compagnie
- table [Localized Labels] measure [Company Name]
-
-
- Dernière actualisation
- table [Localized Labels] measure [Last Refreshed]
-
-
- Raison de l’inactivité des employés
- table [Localized Labels] measure [Released Employees]
-
-
- Arborescence de décomposition CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Influences clés CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Changement annuel et quotidien de l’eau et des déchets
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Écritures relatives au développement durable
- table [table.Name]
-
-
- N° d’écriture
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Description
- table [Sustainability Ledger Entries] column [Description]
-
-
- Type d’eau
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Type d’intensité en eau/des déchets
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Type du document
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- Émissions CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- Émissions CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Solde émissions de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Solde à ce jour émissions de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- Émissions N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- Émissions CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Solde à ce jour émissions de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Solde émissions de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Solde émissions de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Bilan à ce jour émission de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Solde à ce jour rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Solde Rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Solde émissions de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Solde à ce jour émissions de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Solde à ce jour intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Solde intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Solde intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Solde à ce jour intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- Ligne de base CO2
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- Ligne de base CH4
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- Ligne de base N2O
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Ligne de base eau
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Ligne de base déchets
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Eau par rapport à ligne de base (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Déchets par rapport à ligne de base (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- Ligne de base CO2e
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Crédits carbone achetés
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Rejeté dans l’eau par rapport à la ligne de base
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Rejeté dans l’eau par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- Émissions de CO2e (hors crédits)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Intensité en eau AP
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Intensité en eau AAA
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Intensité des déchets AP
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Intensité des déchets AAA
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Rejeté dans l’eau AP
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Rejeté dans l’eau AAA
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- DP rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Intensité des déchets JP
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Intensité en eau DP
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Intensité en eau quotidienne
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Intensité des déchets quotidienne
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Rejeté dans l’eau quotidien
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Lien de base
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Lien vers les écritures relatives au développement durable
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Eau disponible
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Comptes de durabilité
- table [table.Name]
-
-
- N° compte de durabilité
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Nom du compte de durabilité
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Pays/région
- table [table.Name]
-
-
- Code de pays/région
- table [Country/Region] column [Country Region Code]
-
-
- Nom pays/région
- table [Country/Region] column [Country Region Name]
-
-
- Centre de gestion
- table [table.Name]
-
-
- Code centre de gestion
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Nom centre de gestion
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Capacité de l’installation
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Objectifs de durabilité
- table [table.Name]
-
-
- N° de tableau de bord
- table [Sustainability Goals] column [Score Card No.]
-
-
- N°
- table [Sustainability Goals] column [No.]
-
-
- Nom
- table [Sustainability Goals] column [Name]
-
-
- Propriétaire
- table [Sustainability Goals] column [Owner]
-
-
- Valeur cible pour CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Valeur cible pour CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Valeur cible pour N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Valeur cible pour l’intensité en eau
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Valeur cible pour l’intensité des déchets
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Objectif principal
- table [Sustainability Goals] column [Main Goal]
-
-
- Date de début
- table [Sustainability Goals] column [Start Date]
-
-
- Date de fin
- table [Sustainability Goals] column [End Date]
-
-
- Date de début ligne de base
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Date de fin ligne de base
- table [Sustainability Goals] column [Baseline End Date]
-
-
- Cible CO2
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 réalisé (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- Cible CH4
- table [Sustainability Goals] measure [CH4 Target]
-
-
- Cible N2O
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 réalisé (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O réalisé (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Cible eau
- table [Sustainability Goals] measure [Water Target]
-
-
- Cible déchets
- table [Sustainability Goals] measure [Waste Target]
-
-
- Eau réalisée (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Déchets réalisés (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e réalisé (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Valeur actuelle CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Valeur actuelle CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Valeur actuelle N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Valeur actuelle CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Valeur actuelle eau
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Valeur actuelle déchets
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Écritures du grand livre des employés
- table [table.Name]
-
-
- N° d’écriture
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Type du document
- table [Employee Ledger Entries] column [Document Type]
-
-
- N° de document
- table [Employee Ledger Entries] column [Document No.]
-
-
- Description
- table [Employee Ledger Entries] column [Description]
-
-
- Montant de l’employé
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Lien vers les écritures du grand livre des employés
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Qualifications de l’employé
- table [table.Name]
-
-
- Codes de qualification de l’employé
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Qualifications de l’employé
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Frais d’émission
- table [table.Name]
-
-
- Type d’émission
- table [Emission Fees] column [Emission Type]
-
-
- Type d’étendue
- table [Emission Fees] column [Scope Type]
-
-
- Date de début
- table [Emission Fees] column [Starting Date]
-
-
- Date de fin
- table [Emission Fees] column [Ending Date]
-
-
- Code de pays/région
- table [Emission Fees] column [Country Region Code]
-
-
- Centre de gestion
- table [Emission Fees] column [Responsibility Centre]
-
-
- Taxe carbone
- table [Emission Fees] column [Carbon Fee]
-
-
- Facteur équivalent carbone
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- Cible CO2e
- table [Emission Fees] measure [CO2e Target]
-
-
- Équivalent carbone CO2
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- Équivalent carbone CH4
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- Équivalent carbone N2O
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Absences de l’employé
- table [table.Name]
-
-
- N° écriture
- table [Employee Absences] column [Entry No]
-
-
- Date début
- table [Employee Absences] column [From Date]
-
-
- Date fin
- table [Employee Absences] column [To Date]
-
-
- Motif indisponibilité
- table [Employee Absences] column [Cause of Absence]
-
-
- Description
- table [Employee Absences] column [Description]
-
-
- Absences de l’employé
- table [Employee Absences] measure [Employee Absences]
-
-
- Heures d’indisponibilité (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Catégories sous-compte de durabilité
- table [table.Name]
-
-
- Code sous-catégorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Description de la sous-catégorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Énergies renouvelables
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Employés
- table [table.Name]
-
-
- Numéro d’employé
- table [Employees] column [Employee No.]
-
-
- Nom complet de l’employé
- table [Employees] column [Employee Full Name]
-
-
- Prénom de l’employé
- table [Employees] column [Employee First Name]
-
-
- Nom de famille de l’employé
- table [Employees] column [Employee Last Name]
-
-
- Sexe de l’employé
- table [Employees] column [Employee Gender]
-
-
- Code syndical de l’employé
- table [Employees] column [Employee Union Code]
-
-
- Statut des employés
- table [Employees] column [Employee Status]
-
-
- Motif inactivité employé
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Date d’inactivité de l’employé
- table [Employees] column [Employee Inactive Date]
-
-
- Motif de licenciement de l’employé
- table [Employees] column [Employee Grounds for Termination]
-
-
- Date de naissance de l’employé
- table [Employees] column [Employee Date of Birth]
-
-
- Âge
- table [Employees] column [Age]
-
-
- Répartition par âge
- table [Employees] column [Age Distribution]
-
-
- Nombre d’employés
- table [Employees] measure [No. of Employees]
-
-
- Nombre d’employés
- table [Employees] measure [No. of Male Employees]
-
-
- Nombre d’employées
- table [Employees] measure [No. of Female Employees]
-
-
- Nombre d’autres employés
- table [Employees] measure [No. of Other Employees]
-
-
- Employés masculins (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Employées (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Autres employés (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Employés actifs
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-CH.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-CH.resx
deleted file mode 100644
index 4928fe79e6..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-CH.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Catégorie de compte général
- table [table.Name]
-
-
- Désignation catégorie cpte général
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Code catégorie du compte de durabilité
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Champ de l’émission catégorie du compte de durabilité
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Ensembles de dimensions
- table [table.Name]
-
-
- Axe analytique principal 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Axe analytique principal 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Raccourci axe 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Raccourci axe 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Raccourci axe 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Raccourci axe 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Raccourci axe 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Raccourci axe 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- SERVICE
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Nom du service
- table [Dimension Sets] column [Department Name]
-
-
- GROUPECLIENT
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Nom du groupe de clients
- table [Dimension Sets] column [Customer Group Name]
-
-
- RÉGION
- table [Dimension Sets] column [AREA]
-
-
- Nom de la zone
- table [Dimension Sets] column [Area Name]
-
-
- MARCHÉ
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Nom marché
- table [Dimension Sets] column [Business Group Name]
-
-
- CAMPAGNEVENTE
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Nom campagne de vente
- table [Dimension Sets] column [Sales campaign Name]
-
-
- COMMERCIAL
- table [Dimension Sets] column [SALESPERSON]
-
-
- Nom vendeur
- table [Dimension Sets] column [Salesperson Name]
-
-
- Date
- table [table.Name]
-
-
- Jour semaine
- table [Date] column [Week Day]
-
-
- Type de jour
- table [Date] column [Day Type]
-
-
- Année civile
- table [Date] column [Calendar Year]
-
-
- Trimestre civil
- table [Date] column [Calendar Quarter]
-
-
- Trimestre civil
- table [Date] column [Calendar Quarter Year]
-
-
- Mois civil
- table [Date] column [Calendar Month]
-
-
- Mois année civile
- table [Date] column [Calendar Month Year]
-
-
- Semaine civile
- table [Date] column [Calendar Week]
-
-
- Semaine année civile
- table [Date] column [Calendar Week Year]
-
-
- PosSemaineRelative civile
- table [Date] column [Calendar RelativeWeekPos]
-
-
- PosMoisRelatif civil
- table [Date] column [Calendar RelativeMonthPos]
-
-
- PosTrimestreRelatif civil
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- PosAnnéeRelative civile
- table [Date] column [Calendar RelativeYearPos]
-
-
- DébutDuMois civil
- table [Date] column [Calendar StartOfMonth]
-
-
- FinDuMois civil
- table [Date] column [Calendar EndOfMonth]
-
-
- DébutDuTrimestre civil
- table [Date] column [Calendar StartOfQuarter]
-
-
- FinDeTrimestre civil
- table [Date] column [Calendar EndOfQuarter]
-
-
- DébutAnnée civile
- table [Date] column [Calendar StartOfYear]
-
-
- FinAnnée civile
- table [Date] column [Calendar EndOfYear]
-
-
- JoursMois civils
- table [Date] column [Calendar MonthDays]
-
-
- JoursTrimestre civils
- table [Date] column [Calendar QuarterDays]
-
-
- JoursAnnée civils
- table [Date] column [Calendar YearDays]
-
-
- NuméroJourDuMois civil
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre civil
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- NuméroJourAnnée civile
- table [Date] column [Calendar DayOfYearNumber]
-
-
- DateSemainePrécédente civile
- table [Date] column [Calendar DatePreviousWeek]
-
-
- DateMoisPrécédent civil
- table [Date] column [Calendar DatePreviousMonth]
-
-
- DateTrimestrePrécédent civil
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- DateAnnéePrécédente civile
- table [Date] column [Calendar DatePreviousYear]
-
-
- Exercice
- table [Date] column [Fiscal Year]
-
-
- Trimestre d’exercice
- table [Date] column [Fiscal Quarter]
-
-
- Trimestre d’exercice
- table [Date] column [Fiscal Quarter Year]
-
-
- Mois d’exercice
- table [Date] column [Fiscal Month]
-
-
- Mois et année d’exercice
- table [Date] column [Fiscal Month Year]
-
-
- Semaine d’exercice
- table [Date] column [Fiscal Week]
-
-
- Semaine année d’exercice
- table [Date] column [Fiscal Week Year]
-
-
- PosSemaineRelative d’exercice
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- PosMoisRelatif d’exercice
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- PosTrimestreRelatif d’exercice
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- PosAnnéeRelative d’exercice
- table [Date] column [Fiscal RelativeYearPos]
-
-
- DébutDuMois d’exercice
- table [Date] column [Fiscal StartOfMonth]
-
-
- FinDuMois d’exercice
- table [Date] column [Fiscal EndOfMonth]
-
-
- DébutDuTrimestre d’exercice
- table [Date] column [Fiscal StartOfQuarter]
-
-
- FinDuTrimestre d’exercice
- table [Date] column [Fiscal EndOfQuarter]
-
-
- DébutExercice fiscal
- table [Date] column [Fiscal StartOfYear]
-
-
- FinExercice fiscal
- table [Date] column [Fiscal EndOfYear]
-
-
- JoursMois d’exercice
- table [Date] column [Fiscal MonthDays]
-
-
- JoursTrimestre d’exercice
- table [Date] column [Fiscal QuarterDays]
-
-
- JoursExercice
- table [Date] column [Fiscal YearDays]
-
-
- NuméroJourDuMois d’exercice
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre d’exercice
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- NuméroJourAnnée d’exercice
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- DateSemainePrécédente d’exercice
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- DateMoisPrécédent d’exercice
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- DateTrimestrePrécédent d’exercice
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- DateAnnéePrécédente d’exercice
- table [Date] column [Fiscal DatePreviousYear]
-
-
- Année SE
- table [Date] column [FW Year]
-
-
- Trimestre SE
- table [Date] column [FW Quarter]
-
-
- Trimestre année SE
- table [Date] column [FW Quarter Year]
-
-
- Mois SE
- table [Date] column [FW Month]
-
-
- Mois année SE
- table [Date] column [FW Month Year]
-
-
- Semaine SE
- table [Date] column [FW Week]
-
-
- Période SE
- table [Date] column [FW Period]
-
-
- Semaine année SE
- table [Date] column [FW Week Year]
-
-
- DébutDeSemaine SE
- table [Date] column [FW StartOfWeek]
-
-
- FinDeSemaine SE
- table [Date] column [FW EndOfWeek]
-
-
- PosSemaineRelative SE
- table [Date] column [FW RelativeWeekPos]
-
-
- PosMoisRelatif SE
- table [Date] column [FW RelativeMonthPos]
-
-
- PosTrimestreRelatif SE
- table [Date] column [FW RelativeQuarterPos]
-
-
- PosAnnéeRelative SE
- table [Date] column [FW RelativeYearPos]
-
-
- DébutDuMois SE
- table [Date] column [FW StartOfMonth]
-
-
- FinDuMois SE
- table [Date] column [FW EndOfMonth]
-
-
- DébutDuTrimestre SE
- table [Date] column [FW StartOfQuarter]
-
-
- FinDuTrimestre SE
- table [Date] column [FW EndOfQuarter]
-
-
- DébutExercice SE
- table [Date] column [FW StartOfYear]
-
-
- FinAnnée SE
- table [Date] column [FW EndOfYear]
-
-
- JoursMois SE
- table [Date] column [FW MonthDays]
-
-
- JoursTrimestre SE
- table [Date] column [FW QuarterDays]
-
-
- JoursAnnée SE
- table [Date] column [FW YearDays]
-
-
- NuméroJourDuMois SE
- table [Date] column [FW DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre SE
- table [Date] column [FW DayOfQuarterNumber]
-
-
- NuméroJourAnnée SE
- table [Date] column [FW DayOfYearNumber]
-
-
- DateSemainePrécédente SE
- table [Date] column [FW DatePreviousWeek]
-
-
- DateMoisPrécédent SE
- table [Date] column [FW DatePreviousMonth]
-
-
- DateTrimestrePrécédent SE
- table [Date] column [FW DatePreviousQuarter]
-
-
- DateAnnéePrécédente SE
- table [Date] column [FW DatePreviousYear]
-
-
- Jour relatif
- table [Date] column [Relative Day]
-
-
- Nombre de jours
- table [Date] measure [No. of Days]
-
-
- Jours ouvrés
- table [Date] measure [Working Days]
-
-
- Plage
- table [Date] measure [Ranged]
-
-
- Exercice-Trimestre-Mois-Semaine
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Trimestre d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Semaine année d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Semaine-Mois-Trimestre-Année civils
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Trimestre civil
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Semaine année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- Année-Trimestre-Mois-Semaine SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- Trimestre année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- Mois année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Exercice-Mois
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Exercice-Mois-Semaine
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Semaine année d’exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Année-Mois civil
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Mois-Semaine-Année civils
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Semaine année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- Année-Mois-Semaine SE
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- Mois année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- Année-Trimestre-Semaine SE
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- Trimestre année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- Année-Semaine SE
- table [Date] hierarchy [FW Year-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Titre de l’état
- table [Localized Labels] measure [My Report Title]
-
-
- Légende de mon bouton
- table [Localized Labels] measure [My Button Caption]
-
-
- Mon titre visuel
- table [Localized Labels] measure [My Visual Title]
-
-
- Salariés inactifs
- table [Localized Labels] measure [Inactive Employees]
-
-
- Salariés licenciés
- table [Localized Labels] measure [Terminated Employees]
-
-
- Salariés dans les mutuelles
- table [Localized Labels] measure [Employees in Unions]
-
-
- Analyse sociale
- table [Localized Labels] measure [Social Analysis]
-
-
- Répartition par genre
- table [Localized Labels] measure [Gender Distribution]
-
-
- Répartition par âge
- table [Localized Labels] measure [Age Distribution]
-
-
- Qualifications salariés
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Émissions réalisées par rapport à la cible
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- Émissions de CO2e par champ
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Émissions de gaz par catégorie
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Émissions réalisées par rapport à la ligne de base
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- Émissions de CO2e par rapport à la ligne de base
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- Émissions de CO2e par compte
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Analyse de l’eau et des déchets
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Eau par magasin de l’installation
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Eau par capacité de l’installation
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Eau et déchets par type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Intensité en eau et des déchets par type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Intensité en eau et des déchets par installation
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Émissions par catégorie et champ
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Émissions par catégorie
- table [Localized Labels] measure [Emissions by Category]
-
-
- Émissions par portée
- table [Localized Labels] measure [Emissions by Scope]
-
-
- Analyse du CO2e
- table [Localized Labels] measure [CO2e Analysis]
-
-
- Émissions de CO2e par catégorie
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Crédit carbone par mois
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- Émissions d’équivalent CO2e par mois et par revenu
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Extraction écritures salarié
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Écritures comptable salarié
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Écritures comptables durabilité
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Extraction Écritures comptables durabilité
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Extraction écritures comptables salarié
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Vue d’ensemble durabilité
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Analyse de durabilité
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- Émissions de CO2e par mois
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Analyse des champs 1 et 2 par catégories par an
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- Émissions de CO2e par département
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Parcours vers le zéro carbone net
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- Émissions de CO2e par marché
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Activité des énergies renouvelables
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- Émissions de CO2e dans le temps
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- CO2e Smart Review
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- Émissions de CO2e par axe analytique principal un
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- Émissions de CO2e par axe analytique principal deux
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- Émissions d’équivalent CO2e par mois
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Nom de la société
- table [Localized Labels] measure [Company Name]
-
-
- Dernière actualisation
- table [Localized Labels] measure [Last Refreshed]
-
-
- Salariés lancés
- table [Localized Labels] measure [Released Employees]
-
-
- Arborescence de décomposition CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Influences clés CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Changement annuel et quotidien de l’eau et des déchets
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Écritures comptables durabilité
- table [table.Name]
-
-
- N° d’écriture
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Désignation
- table [Sustainability Ledger Entries] column [Description]
-
-
- Type d’eau
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Type d’intensité en eau/des déchets
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Type du document
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- Émissions CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- Émissions CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Solde émissions de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Solde à ce jour émissions de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- Émissions N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- Émissions CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Solde à ce jour émissions de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Solde émissions de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Solde émissions de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Bilan à ce jour émission de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Solde à ce jour rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Solde Rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Solde émissions de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Solde à ce jour émissions de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Solde à ce jour intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Solde intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Solde intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Solde à ce jour intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- Ligne de base CO2
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- Ligne de base CH4
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- Ligne de base N2O
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Ligne de base eau
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Ligne de base déchets
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Eau par rapport à ligne de base (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Déchets par rapport à ligne de base (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- Ligne de base CO2e
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Crédits carbone achetés
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Rejeté dans l’eau par rapport à la ligne de base
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Rejeté dans l’eau par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- Émissions de CO2e (hors crédits)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Intensité en eau AP
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Intensité en eau AAA
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Intensité des déchets AP
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Intensité des déchets AAA
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Rejeté dans l’eau AP
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Rejeté dans l’eau AAA
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- DP rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Intensité des déchets JP
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Intensité en eau DP
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Intensité en eau quotidienne
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Intensité des déchets quotidienne
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Rejeté dans l’eau quotidien
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Lien de base
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Lien Écritures comptables durabilité
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Eau disponible
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Comptes de durabilité
- table [table.Name]
-
-
- N° compte de durabilité
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Nom du compte de durabilité
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Pays/région
- table [table.Name]
-
-
- Code de pays/région
- table [Country/Region] column [Country Region Code]
-
-
- Nom pays/région
- table [Country/Region] column [Country Region Name]
-
-
- Centre de gestion
- table [table.Name]
-
-
- Code centre de gestion
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Nom centre de gestion
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Capacité de l’installation
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Objectifs de durabilité
- table [table.Name]
-
-
- N° de tableau de bord
- table [Sustainability Goals] column [Score Card No.]
-
-
- N°
- table [Sustainability Goals] column [No.]
-
-
- Nom
- table [Sustainability Goals] column [Name]
-
-
- Propriétaire
- table [Sustainability Goals] column [Owner]
-
-
- Valeur cible pour CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Valeur cible pour CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Valeur cible pour N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Valeur cible pour l’intensité en eau
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Valeur cible pour l’intensité des déchets
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Objectif principal
- table [Sustainability Goals] column [Main Goal]
-
-
- Date de début
- table [Sustainability Goals] column [Start Date]
-
-
- Date de fin
- table [Sustainability Goals] column [End Date]
-
-
- Date de début ligne de base
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Date de fin ligne de base
- table [Sustainability Goals] column [Baseline End Date]
-
-
- Cible CO2
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 réalisé (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- Cible CH4
- table [Sustainability Goals] measure [CH4 Target]
-
-
- Cible N2O
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 réalisé (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O réalisé (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Cible eau
- table [Sustainability Goals] measure [Water Target]
-
-
- Cible déchets
- table [Sustainability Goals] measure [Waste Target]
-
-
- Eau réalisée (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Déchets réalisés (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e réalisé (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Valeur actuelle CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Valeur actuelle CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Valeur actuelle N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Valeur actuelle CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Valeur actuelle eau
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Valeur actuelle déchets
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Écritures comptable salarié
- table [table.Name]
-
-
- N° d’écriture
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Type du document
- table [Employee Ledger Entries] column [Document Type]
-
-
- N° de document
- table [Employee Ledger Entries] column [Document No.]
-
-
- Désignation
- table [Employee Ledger Entries] column [Description]
-
-
- Montant de l’employé
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Lien Écritures comptables salariés
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Qualifications salarié
- table [table.Name]
-
-
- Codes qualification salarié
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Qualifications salarié
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Frais d’émission
- table [table.Name]
-
-
- Type d’émission
- table [Emission Fees] column [Emission Type]
-
-
- Type d’étendue
- table [Emission Fees] column [Scope Type]
-
-
- Date de début
- table [Emission Fees] column [Starting Date]
-
-
- Date de fin
- table [Emission Fees] column [Ending Date]
-
-
- Code de pays/région
- table [Emission Fees] column [Country Region Code]
-
-
- Centre de gestion
- table [Emission Fees] column [Responsibility Centre]
-
-
- Taxe carbone
- table [Emission Fees] column [Carbon Fee]
-
-
- Facteur équivalent carbone
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- Cible CO2e
- table [Emission Fees] measure [CO2e Target]
-
-
- Équivalent carbone CO2
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- Équivalent carbone CH4
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- Équivalent carbone N2O
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Indisponibilités salarié
- table [table.Name]
-
-
- N° écriture
- table [Employee Absences] column [Entry No]
-
-
- Date début
- table [Employee Absences] column [From Date]
-
-
- Date fin
- table [Employee Absences] column [To Date]
-
-
- Motif indisponibilité
- table [Employee Absences] column [Cause of Absence]
-
-
- Désignation
- table [Employee Absences] column [Description]
-
-
- Indisponibilités salarié
- table [Employee Absences] measure [Employee Absences]
-
-
- Heures d’indisponibilité (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Catégories sous-compte de durabilité
- table [table.Name]
-
-
- Code sous-catégorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Désignation sous-catégorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Énergies renouvelables
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Salariés
- table [table.Name]
-
-
- N° salarié
- table [Employees] column [Employee No.]
-
-
- Nom complet du salarié
- table [Employees] column [Employee Full Name]
-
-
- Prénom du salarié
- table [Employees] column [Employee First Name]
-
-
- Nom du salarié
- table [Employees] column [Employee Last Name]
-
-
- Genre du salarié
- table [Employees] column [Employee Gender]
-
-
- Code mutuelle salarié
- table [Employees] column [Employee Union Code]
-
-
- Statut salarié
- table [Employees] column [Employee Status]
-
-
- Motif indisponibilité salarié
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Date indisponibilité salarié
- table [Employees] column [Employee Inactive Date]
-
-
- Motifs fin de contrat salarié
- table [Employees] column [Employee Grounds for Termination]
-
-
- Date de naissance du salarié
- table [Employees] column [Employee Date of Birth]
-
-
- Âge
- table [Employees] column [Age]
-
-
- Répartition par âge
- table [Employees] column [Age Distribution]
-
-
- Nombre de salariés
- table [Employees] measure [No. of Employees]
-
-
- Nombre de salariés masculins
- table [Employees] measure [No. of Male Employees]
-
-
- Nombre de salariées féminines
- table [Employees] measure [No. of Female Employees]
-
-
- Nombre d’autres salariés
- table [Employees] measure [No. of Other Employees]
-
-
- Salariés masculins (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Salariées féminines (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Autres salariés (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Employés actifs
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-FR.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-FR.resx
deleted file mode 100644
index 4928fe79e6..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.fr-FR.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Catégorie de compte général
- table [table.Name]
-
-
- Désignation catégorie cpte général
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Code catégorie du compte de durabilité
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Champ de l’émission catégorie du compte de durabilité
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Ensembles de dimensions
- table [table.Name]
-
-
- Axe analytique principal 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Axe analytique principal 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Raccourci axe 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Raccourci axe 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Raccourci axe 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Raccourci axe 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Raccourci axe 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Raccourci axe 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- SERVICE
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Nom du service
- table [Dimension Sets] column [Department Name]
-
-
- GROUPECLIENT
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Nom du groupe de clients
- table [Dimension Sets] column [Customer Group Name]
-
-
- RÉGION
- table [Dimension Sets] column [AREA]
-
-
- Nom de la zone
- table [Dimension Sets] column [Area Name]
-
-
- MARCHÉ
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Nom marché
- table [Dimension Sets] column [Business Group Name]
-
-
- CAMPAGNEVENTE
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Nom campagne de vente
- table [Dimension Sets] column [Sales campaign Name]
-
-
- COMMERCIAL
- table [Dimension Sets] column [SALESPERSON]
-
-
- Nom vendeur
- table [Dimension Sets] column [Salesperson Name]
-
-
- Date
- table [table.Name]
-
-
- Jour semaine
- table [Date] column [Week Day]
-
-
- Type de jour
- table [Date] column [Day Type]
-
-
- Année civile
- table [Date] column [Calendar Year]
-
-
- Trimestre civil
- table [Date] column [Calendar Quarter]
-
-
- Trimestre civil
- table [Date] column [Calendar Quarter Year]
-
-
- Mois civil
- table [Date] column [Calendar Month]
-
-
- Mois année civile
- table [Date] column [Calendar Month Year]
-
-
- Semaine civile
- table [Date] column [Calendar Week]
-
-
- Semaine année civile
- table [Date] column [Calendar Week Year]
-
-
- PosSemaineRelative civile
- table [Date] column [Calendar RelativeWeekPos]
-
-
- PosMoisRelatif civil
- table [Date] column [Calendar RelativeMonthPos]
-
-
- PosTrimestreRelatif civil
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- PosAnnéeRelative civile
- table [Date] column [Calendar RelativeYearPos]
-
-
- DébutDuMois civil
- table [Date] column [Calendar StartOfMonth]
-
-
- FinDuMois civil
- table [Date] column [Calendar EndOfMonth]
-
-
- DébutDuTrimestre civil
- table [Date] column [Calendar StartOfQuarter]
-
-
- FinDeTrimestre civil
- table [Date] column [Calendar EndOfQuarter]
-
-
- DébutAnnée civile
- table [Date] column [Calendar StartOfYear]
-
-
- FinAnnée civile
- table [Date] column [Calendar EndOfYear]
-
-
- JoursMois civils
- table [Date] column [Calendar MonthDays]
-
-
- JoursTrimestre civils
- table [Date] column [Calendar QuarterDays]
-
-
- JoursAnnée civils
- table [Date] column [Calendar YearDays]
-
-
- NuméroJourDuMois civil
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre civil
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- NuméroJourAnnée civile
- table [Date] column [Calendar DayOfYearNumber]
-
-
- DateSemainePrécédente civile
- table [Date] column [Calendar DatePreviousWeek]
-
-
- DateMoisPrécédent civil
- table [Date] column [Calendar DatePreviousMonth]
-
-
- DateTrimestrePrécédent civil
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- DateAnnéePrécédente civile
- table [Date] column [Calendar DatePreviousYear]
-
-
- Exercice
- table [Date] column [Fiscal Year]
-
-
- Trimestre d’exercice
- table [Date] column [Fiscal Quarter]
-
-
- Trimestre d’exercice
- table [Date] column [Fiscal Quarter Year]
-
-
- Mois d’exercice
- table [Date] column [Fiscal Month]
-
-
- Mois et année d’exercice
- table [Date] column [Fiscal Month Year]
-
-
- Semaine d’exercice
- table [Date] column [Fiscal Week]
-
-
- Semaine année d’exercice
- table [Date] column [Fiscal Week Year]
-
-
- PosSemaineRelative d’exercice
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- PosMoisRelatif d’exercice
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- PosTrimestreRelatif d’exercice
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- PosAnnéeRelative d’exercice
- table [Date] column [Fiscal RelativeYearPos]
-
-
- DébutDuMois d’exercice
- table [Date] column [Fiscal StartOfMonth]
-
-
- FinDuMois d’exercice
- table [Date] column [Fiscal EndOfMonth]
-
-
- DébutDuTrimestre d’exercice
- table [Date] column [Fiscal StartOfQuarter]
-
-
- FinDuTrimestre d’exercice
- table [Date] column [Fiscal EndOfQuarter]
-
-
- DébutExercice fiscal
- table [Date] column [Fiscal StartOfYear]
-
-
- FinExercice fiscal
- table [Date] column [Fiscal EndOfYear]
-
-
- JoursMois d’exercice
- table [Date] column [Fiscal MonthDays]
-
-
- JoursTrimestre d’exercice
- table [Date] column [Fiscal QuarterDays]
-
-
- JoursExercice
- table [Date] column [Fiscal YearDays]
-
-
- NuméroJourDuMois d’exercice
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre d’exercice
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- NuméroJourAnnée d’exercice
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- DateSemainePrécédente d’exercice
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- DateMoisPrécédent d’exercice
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- DateTrimestrePrécédent d’exercice
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- DateAnnéePrécédente d’exercice
- table [Date] column [Fiscal DatePreviousYear]
-
-
- Année SE
- table [Date] column [FW Year]
-
-
- Trimestre SE
- table [Date] column [FW Quarter]
-
-
- Trimestre année SE
- table [Date] column [FW Quarter Year]
-
-
- Mois SE
- table [Date] column [FW Month]
-
-
- Mois année SE
- table [Date] column [FW Month Year]
-
-
- Semaine SE
- table [Date] column [FW Week]
-
-
- Période SE
- table [Date] column [FW Period]
-
-
- Semaine année SE
- table [Date] column [FW Week Year]
-
-
- DébutDeSemaine SE
- table [Date] column [FW StartOfWeek]
-
-
- FinDeSemaine SE
- table [Date] column [FW EndOfWeek]
-
-
- PosSemaineRelative SE
- table [Date] column [FW RelativeWeekPos]
-
-
- PosMoisRelatif SE
- table [Date] column [FW RelativeMonthPos]
-
-
- PosTrimestreRelatif SE
- table [Date] column [FW RelativeQuarterPos]
-
-
- PosAnnéeRelative SE
- table [Date] column [FW RelativeYearPos]
-
-
- DébutDuMois SE
- table [Date] column [FW StartOfMonth]
-
-
- FinDuMois SE
- table [Date] column [FW EndOfMonth]
-
-
- DébutDuTrimestre SE
- table [Date] column [FW StartOfQuarter]
-
-
- FinDuTrimestre SE
- table [Date] column [FW EndOfQuarter]
-
-
- DébutExercice SE
- table [Date] column [FW StartOfYear]
-
-
- FinAnnée SE
- table [Date] column [FW EndOfYear]
-
-
- JoursMois SE
- table [Date] column [FW MonthDays]
-
-
- JoursTrimestre SE
- table [Date] column [FW QuarterDays]
-
-
- JoursAnnée SE
- table [Date] column [FW YearDays]
-
-
- NuméroJourDuMois SE
- table [Date] column [FW DayOfMonthNumber]
-
-
- NuméroJourDuTrimestre SE
- table [Date] column [FW DayOfQuarterNumber]
-
-
- NuméroJourAnnée SE
- table [Date] column [FW DayOfYearNumber]
-
-
- DateSemainePrécédente SE
- table [Date] column [FW DatePreviousWeek]
-
-
- DateMoisPrécédent SE
- table [Date] column [FW DatePreviousMonth]
-
-
- DateTrimestrePrécédent SE
- table [Date] column [FW DatePreviousQuarter]
-
-
- DateAnnéePrécédente SE
- table [Date] column [FW DatePreviousYear]
-
-
- Jour relatif
- table [Date] column [Relative Day]
-
-
- Nombre de jours
- table [Date] measure [No. of Days]
-
-
- Jours ouvrés
- table [Date] measure [Working Days]
-
-
- Plage
- table [Date] measure [Ranged]
-
-
- Exercice-Trimestre-Mois-Semaine
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Trimestre d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Semaine année d’exercice
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Semaine-Mois-Trimestre-Année civils
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Trimestre civil
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Semaine année civile
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- Année-Trimestre-Mois-Semaine SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- Trimestre année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- Mois année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Exercice-Mois
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Exercice-Mois-Semaine
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Mois et année d’exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Semaine année d’exercice
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Année-Mois civil
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Mois-Semaine-Année civils
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Mois année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Semaine année civile
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- Année-Mois-Semaine SE
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- Mois année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- Année-Trimestre-Semaine SE
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- Trimestre année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- Année-Semaine SE
- table [Date] hierarchy [FW Year-Week]
-
-
- Année SE
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- Semaine année SE
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Titre de l’état
- table [Localized Labels] measure [My Report Title]
-
-
- Légende de mon bouton
- table [Localized Labels] measure [My Button Caption]
-
-
- Mon titre visuel
- table [Localized Labels] measure [My Visual Title]
-
-
- Salariés inactifs
- table [Localized Labels] measure [Inactive Employees]
-
-
- Salariés licenciés
- table [Localized Labels] measure [Terminated Employees]
-
-
- Salariés dans les mutuelles
- table [Localized Labels] measure [Employees in Unions]
-
-
- Analyse sociale
- table [Localized Labels] measure [Social Analysis]
-
-
- Répartition par genre
- table [Localized Labels] measure [Gender Distribution]
-
-
- Répartition par âge
- table [Localized Labels] measure [Age Distribution]
-
-
- Qualifications salariés
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Émissions réalisées par rapport à la cible
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- Émissions de CO2e par champ
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Émissions de gaz par catégorie
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Émissions réalisées par rapport à la ligne de base
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- Émissions de CO2e par rapport à la ligne de base
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- Émissions de CO2e par compte
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Analyse de l’eau et des déchets
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Eau par magasin de l’installation
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Eau par capacité de l’installation
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Eau et déchets par type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Intensité en eau et des déchets par type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Intensité en eau et des déchets par installation
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Émissions par catégorie et champ
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Émissions par catégorie
- table [Localized Labels] measure [Emissions by Category]
-
-
- Émissions par portée
- table [Localized Labels] measure [Emissions by Scope]
-
-
- Analyse du CO2e
- table [Localized Labels] measure [CO2e Analysis]
-
-
- Émissions de CO2e par catégorie
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Crédit carbone par mois
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- Émissions d’équivalent CO2e par mois et par revenu
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Extraction écritures salarié
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Écritures comptable salarié
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Écritures comptables durabilité
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Extraction Écritures comptables durabilité
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Extraction écritures comptables salarié
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Vue d’ensemble durabilité
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Analyse de durabilité
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- Émissions de CO2e par mois
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Analyse des champs 1 et 2 par catégories par an
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- Émissions de CO2e par département
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Parcours vers le zéro carbone net
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- Émissions de CO2e par marché
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Activité des énergies renouvelables
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- Émissions de CO2e dans le temps
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- CO2e Smart Review
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- Émissions de CO2e par axe analytique principal un
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- Émissions de CO2e par axe analytique principal deux
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- Émissions d’équivalent CO2e par mois
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Nom de la société
- table [Localized Labels] measure [Company Name]
-
-
- Dernière actualisation
- table [Localized Labels] measure [Last Refreshed]
-
-
- Salariés lancés
- table [Localized Labels] measure [Released Employees]
-
-
- Arborescence de décomposition CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Influences clés CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Changement annuel et quotidien de l’eau et des déchets
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Écritures comptables durabilité
- table [table.Name]
-
-
- N° d’écriture
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Désignation
- table [Sustainability Ledger Entries] column [Description]
-
-
- Type d’eau
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Type d’intensité en eau/des déchets
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Type du document
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- Émissions CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- Émissions CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Solde émissions de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Solde à ce jour émissions de CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- Émissions N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- Émissions CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Solde à ce jour émissions de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Solde émissions de CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Solde émissions de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Bilan à ce jour émission de CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Solde à ce jour rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Solde Rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Solde émissions de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Solde à ce jour émissions de N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Solde à ce jour intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Solde intensité des déchets
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Solde intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Solde à ce jour intensité en eau
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- Ligne de base CO2
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- Ligne de base CH4
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- Ligne de base N2O
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Ligne de base eau
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Ligne de base déchets
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Eau par rapport à ligne de base (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Déchets par rapport à ligne de base (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- Ligne de base CO2e
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Crédits carbone achetés
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Rejeté dans l’eau par rapport à la ligne de base
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Rejeté dans l’eau par rapport à la ligne de base (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- Émissions de CO2e (hors crédits)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Intensité en eau AP
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Intensité en eau AAA
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Intensité des déchets AP
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Intensité des déchets AAA
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Rejeté dans l’eau AP
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Rejeté dans l’eau AAA
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- DP rejeté dans l’eau
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Intensité des déchets JP
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Intensité en eau DP
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Intensité en eau quotidienne
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Intensité des déchets quotidienne
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Rejeté dans l’eau quotidien
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Lien de base
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Lien Écritures comptables durabilité
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Eau disponible
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Comptes de durabilité
- table [table.Name]
-
-
- N° compte de durabilité
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Nom du compte de durabilité
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Pays/région
- table [table.Name]
-
-
- Code de pays/région
- table [Country/Region] column [Country Region Code]
-
-
- Nom pays/région
- table [Country/Region] column [Country Region Name]
-
-
- Centre de gestion
- table [table.Name]
-
-
- Code centre de gestion
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Nom centre de gestion
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Capacité de l’installation
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Objectifs de durabilité
- table [table.Name]
-
-
- N° de tableau de bord
- table [Sustainability Goals] column [Score Card No.]
-
-
- N°
- table [Sustainability Goals] column [No.]
-
-
- Nom
- table [Sustainability Goals] column [Name]
-
-
- Propriétaire
- table [Sustainability Goals] column [Owner]
-
-
- Valeur cible pour CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Valeur cible pour CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Valeur cible pour N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Valeur cible pour l’intensité en eau
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Valeur cible pour l’intensité des déchets
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Objectif principal
- table [Sustainability Goals] column [Main Goal]
-
-
- Date de début
- table [Sustainability Goals] column [Start Date]
-
-
- Date de fin
- table [Sustainability Goals] column [End Date]
-
-
- Date de début ligne de base
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Date de fin ligne de base
- table [Sustainability Goals] column [Baseline End Date]
-
-
- Cible CO2
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 réalisé (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- Cible CH4
- table [Sustainability Goals] measure [CH4 Target]
-
-
- Cible N2O
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 réalisé (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O réalisé (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Cible eau
- table [Sustainability Goals] measure [Water Target]
-
-
- Cible déchets
- table [Sustainability Goals] measure [Waste Target]
-
-
- Eau réalisée (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Déchets réalisés (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e réalisé (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Valeur actuelle CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Valeur actuelle CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Valeur actuelle N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Valeur actuelle CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Valeur actuelle eau
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Valeur actuelle déchets
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Écritures comptable salarié
- table [table.Name]
-
-
- N° d’écriture
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Type du document
- table [Employee Ledger Entries] column [Document Type]
-
-
- N° de document
- table [Employee Ledger Entries] column [Document No.]
-
-
- Désignation
- table [Employee Ledger Entries] column [Description]
-
-
- Montant de l’employé
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Lien Écritures comptables salariés
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Qualifications salarié
- table [table.Name]
-
-
- Codes qualification salarié
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Qualifications salarié
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Frais d’émission
- table [table.Name]
-
-
- Type d’émission
- table [Emission Fees] column [Emission Type]
-
-
- Type d’étendue
- table [Emission Fees] column [Scope Type]
-
-
- Date de début
- table [Emission Fees] column [Starting Date]
-
-
- Date de fin
- table [Emission Fees] column [Ending Date]
-
-
- Code de pays/région
- table [Emission Fees] column [Country Region Code]
-
-
- Centre de gestion
- table [Emission Fees] column [Responsibility Centre]
-
-
- Taxe carbone
- table [Emission Fees] column [Carbon Fee]
-
-
- Facteur équivalent carbone
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- Cible CO2e
- table [Emission Fees] measure [CO2e Target]
-
-
- Équivalent carbone CO2
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- Équivalent carbone CH4
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- Équivalent carbone N2O
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Indisponibilités salarié
- table [table.Name]
-
-
- N° écriture
- table [Employee Absences] column [Entry No]
-
-
- Date début
- table [Employee Absences] column [From Date]
-
-
- Date fin
- table [Employee Absences] column [To Date]
-
-
- Motif indisponibilité
- table [Employee Absences] column [Cause of Absence]
-
-
- Désignation
- table [Employee Absences] column [Description]
-
-
- Indisponibilités salarié
- table [Employee Absences] measure [Employee Absences]
-
-
- Heures d’indisponibilité (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Catégories sous-compte de durabilité
- table [table.Name]
-
-
- Code sous-catégorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Désignation sous-catégorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Énergies renouvelables
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Salariés
- table [table.Name]
-
-
- N° salarié
- table [Employees] column [Employee No.]
-
-
- Nom complet du salarié
- table [Employees] column [Employee Full Name]
-
-
- Prénom du salarié
- table [Employees] column [Employee First Name]
-
-
- Nom du salarié
- table [Employees] column [Employee Last Name]
-
-
- Genre du salarié
- table [Employees] column [Employee Gender]
-
-
- Code mutuelle salarié
- table [Employees] column [Employee Union Code]
-
-
- Statut salarié
- table [Employees] column [Employee Status]
-
-
- Motif indisponibilité salarié
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Date indisponibilité salarié
- table [Employees] column [Employee Inactive Date]
-
-
- Motifs fin de contrat salarié
- table [Employees] column [Employee Grounds for Termination]
-
-
- Date de naissance du salarié
- table [Employees] column [Employee Date of Birth]
-
-
- Âge
- table [Employees] column [Age]
-
-
- Répartition par âge
- table [Employees] column [Age Distribution]
-
-
- Nombre de salariés
- table [Employees] measure [No. of Employees]
-
-
- Nombre de salariés masculins
- table [Employees] measure [No. of Male Employees]
-
-
- Nombre de salariées féminines
- table [Employees] measure [No. of Female Employees]
-
-
- Nombre d’autres salariés
- table [Employees] measure [No. of Other Employees]
-
-
- Salariés masculins (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Salariées féminines (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Autres salariés (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Employés actifs
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.is-IS.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.is-IS.resx
deleted file mode 100644
index 4afda6f4c9..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.is-IS.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Fjárhagsreikningsflokkur
- table [table.Name]
-
-
- Lýsing fjárhagsreikningsflokka
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Flokkakóði sjálfbærnireiknings
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Losunarsvið fyrir flokk sjálfbærnireiknings
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Víddasamstæður
- table [table.Name]
-
-
- Altæk vídd 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Altæk vídd 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Flýtivídd 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Flýtivídd 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Flýtivídd 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Flýtivídd 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Flýtivídd 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Flýtivídd 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- DEILD
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Deildarheiti
- table [Dimension Sets] column [Department Name]
-
-
- VIÐSKMHÓPUR
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Heiti viðskiptavinaflokks
- table [Dimension Sets] column [Customer Group Name]
-
-
- SVÆÐI
- table [Dimension Sets] column [AREA]
-
-
- Svæðisheiti
- table [Dimension Sets] column [Area Name]
-
-
- FYRIRTÆKJAHÓPUR
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Heiti fyrirtækjaflokks
- table [Dimension Sets] column [Business Group Name]
-
-
- SÖLUHERFERÐ
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Heiti söluherferðar
- table [Dimension Sets] column [Sales campaign Name]
-
-
- SÖLUMAÐUR
- table [Dimension Sets] column [SALESPERSON]
-
-
- Nafn sölumanns
- table [Dimension Sets] column [Salesperson Name]
-
-
- Dagsetning
- table [table.Name]
-
-
- Vika Dagur
- table [Date] column [Week Day]
-
-
- Dagsgerð
- table [Date] column [Day Type]
-
-
- Almanaksár
- table [Date] column [Calendar Year]
-
-
- Dagatal Ársfjórðungur
- table [Date] column [Calendar Quarter]
-
-
- Dagatal Ársfjórðungur Ár
- table [Date] column [Calendar Quarter Year]
-
-
- Almanaksmánuður
- table [Date] column [Calendar Month]
-
-
- Dagatal Mánuður Ár
- table [Date] column [Calendar Month Year]
-
-
- Almanaksvika
- table [Date] column [Calendar Week]
-
-
- Dagatal Vika Ár
- table [Date] column [Calendar Week Year]
-
-
- Dagatal Staða samsvarandi viku
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Dagatal Staða samsvarandi mánaðar
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Dagatal Staða samsvarandi ársfjórðungs
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Dagatal Staða samsvarandi árs
- table [Date] column [Calendar RelativeYearPos]
-
-
- Dagatal Upphaf mánaðar
- table [Date] column [Calendar StartOfMonth]
-
-
- Dagatal Mánaðarlok
- table [Date] column [Calendar EndOfMonth]
-
-
- Dagatal Upphaf ársfjórðungs
- table [Date] column [Calendar StartOfQuarter]
-
-
- Dagatal Ársfjórðungslok
- table [Date] column [Calendar EndOfQuarter]
-
-
- Dagatal Upphaf árs
- table [Date] column [Calendar StartOfYear]
-
-
- Dagatal Árslok
- table [Date] column [Calendar EndOfYear]
-
-
- Dagatal Dagar mánaðar
- table [Date] column [Calendar MonthDays]
-
-
- Dagatal Dagar ársfjórðungs
- table [Date] column [Calendar QuarterDays]
-
-
- Dagatal Dagar árs
- table [Date] column [Calendar YearDays]
-
-
- Dagatal Númer mánaðardags
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Dagatal Númer dags innan ársfjórðungs
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Dagatal Númer dags innan árs
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Dagatal Dagsetning fyrri viku
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Dagatal Dagsetning fyrri mánaðar
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Dagatal Dagsetning fyrri ársfjórðungs
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Dagatal Dagsetning fyrra árs
- table [Date] column [Calendar DatePreviousYear]
-
-
- Fjárhagur Ár
- table [Date] column [Fiscal Year]
-
-
- Fjórðungur Ársfjórðungur
- table [Date] column [Fiscal Quarter]
-
-
- Fjárhagur Ársfjórðungur og ár
- table [Date] column [Fiscal Quarter Year]
-
-
- Fjárhagur Mánuður
- table [Date] column [Fiscal Month]
-
-
- Fjárhagur Mánuður og ár
- table [Date] column [Fiscal Month Year]
-
-
- Vika fjárhagsárs
- table [Date] column [Fiscal Week]
-
-
- Fjárhagur Vika ár
- table [Date] column [Fiscal Week Year]
-
-
- Fjárhagur Staða samsvarandi viku
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Fjárhagur Staða samsvarandi mánaðar
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Fjárhagur Staða samsvarandi ársfjórðungs
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Fjárhagur Staða samsvarandi árs
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Fjárhagur Upphaf mánaðar
- table [Date] column [Fiscal StartOfMonth]
-
-
- Fjárhagur Mánaðarlok
- table [Date] column [Fiscal EndOfMonth]
-
-
- Fjárhagur Upphaf ársfjórðungs
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Fjárhagur Ársfjórðungslok
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Fjárhagur Upphaf árs
- table [Date] column [Fiscal StartOfYear]
-
-
- Fjárhagur Árslok
- table [Date] column [Fiscal EndOfYear]
-
-
- Fjárhagur Dagar mánaðar
- table [Date] column [Fiscal MonthDays]
-
-
- Fjárhagur Dagar ársfjórðungs
- table [Date] column [Fiscal QuarterDays]
-
-
- Fjárhagur Dagar árs
- table [Date] column [Fiscal YearDays]
-
-
- Fjárhagur Númer mánaðardags
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Fjárhagur Númer dags innan ársfjórðungs
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Fjárhagur Númer dags innan árs
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Fjárhagur Dagsetning fyrri viku
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Fjárhagur Dagsetning fyrri mánaðar
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Fjárhagur Dagsetning fyrri ársfjórðungs
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Fjárhagur Dagsetning fyrra árs
- table [Date] column [Fiscal DatePreviousYear]
-
-
- Fjárhagsvika Ár
- table [Date] column [FW Year]
-
-
- Fjárhagsvika Ársfjórðungur
- table [Date] column [FW Quarter]
-
-
- Fjárhagsvika Ársfjórðungur Ár
- table [Date] column [FW Quarter Year]
-
-
- Fjárhagsvika Mánuður
- table [Date] column [FW Month]
-
-
- Fjárhagsvika Mánuður Ár
- table [Date] column [FW Month Year]
-
-
- Fjárhagsvika Vika
- table [Date] column [FW Week]
-
-
- Fjárhagsvika Tímabil
- table [Date] column [FW Period]
-
-
- Fjárhagsvika Vika Ár
- table [Date] column [FW Week Year]
-
-
- Fjárhagsvika Upphaf viku
- table [Date] column [FW StartOfWeek]
-
-
- Fjárhagsvika Vikulok
- table [Date] column [FW EndOfWeek]
-
-
- Fjárhagsvika Staða samsvarandi viku
- table [Date] column [FW RelativeWeekPos]
-
-
- Fjárhagsvika Staða samsvarandi mánaðar
- table [Date] column [FW RelativeMonthPos]
-
-
- Fjárhagsvika Staða samsvarandi ársfjórðungs
- table [Date] column [FW RelativeQuarterPos]
-
-
- Fjárhagsvika Staða samsvarandi árs
- table [Date] column [FW RelativeYearPos]
-
-
- Fjárhagsvika Upphaf mánaðar
- table [Date] column [FW StartOfMonth]
-
-
- Fjárhagsvika Mánaðarlok
- table [Date] column [FW EndOfMonth]
-
-
- Fjárhagsvika Upphaf ársfjórðungs
- table [Date] column [FW StartOfQuarter]
-
-
- Fjárhagsvika Ársfjórðungslok
- table [Date] column [FW EndOfQuarter]
-
-
- Fjárhagsvika Upphaf árs
- table [Date] column [FW StartOfYear]
-
-
- Fjárhagsvika Árslok
- table [Date] column [FW EndOfYear]
-
-
- Fjárhagsvika Dagar mánaðar
- table [Date] column [FW MonthDays]
-
-
- Fjárhagsvika Dagar ársfjórðungs
- table [Date] column [FW QuarterDays]
-
-
- Fjárhagsvika Dagar árs
- table [Date] column [FW YearDays]
-
-
- Fjárhagsvika Númer mánaðardags
- table [Date] column [FW DayOfMonthNumber]
-
-
- Fjárhagsvika Númer dags innan ársfjórðungs
- table [Date] column [FW DayOfQuarterNumber]
-
-
- Fjárhagsvika Númer dags innan árs
- table [Date] column [FW DayOfYearNumber]
-
-
- Fjárhagsvika Dagsetning fyrri viku
- table [Date] column [FW DatePreviousWeek]
-
-
- Fjárhagsvika Dagsetning fyrri mánaðar
- table [Date] column [FW DatePreviousMonth]
-
-
- Fjárhagsvika Dagsetning fyrri ársfjórðungs
- table [Date] column [FW DatePreviousQuarter]
-
-
- Fjárhagsvika Dagsetning fyrra árs
- table [Date] column [FW DatePreviousYear]
-
-
- Samsvarandi dagur
- table [Date] column [Relative Day]
-
-
- Fjöldi daga
- table [Date] measure [No. of Days]
-
-
- Vinnudagar
- table [Date] measure [Working Days]
-
-
- Bil
- table [Date] measure [Ranged]
-
-
- Fjárhagur Ár-Ársfjórðungur-Mánuður-Vika
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Fjárhagur Ár
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Fjárhagur Ársfjórðungur og ár
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Fjárhagur Mánuður og ár
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Fjárhagur Vika ár
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Dagatal Ár-Ársfjórðungur-Mánuður-Vika
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Almanaksár
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Dagatal Ársfjórðungur Ár
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Dagatal Mánuður Ár
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Dagatal Vika Ár
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- Fjárhagsvika Ár-Ársfjórðungur-Mánuður-Vika
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- Fjárhagsvika Ár
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- Fjárhagsvika Ársfjórðungur Ár
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- Fjárhagsvika Mánuður Ár
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- Fjárhagsvika Vika Ár
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Fjárhagur Ár-Mánuður
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Fjárhagur Ár
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Fjárhagur Mánuður og ár
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Fjárhagur Ár-Mánuður-Vika
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Fjárhagur Ár
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Fjárhagur Mánuður og ár
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Fjárhagur Vika ár
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Dagatal Ár-Mánuður
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Almanaksár
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Dagatal Mánuður Ár
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Dagatal Ár-Mánuður-Vika
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Almanaksár
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Dagatal Mánuður Ár
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Dagatal Vika Ár
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- Fjárhagsvika Ár-Mánuður-Vika
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- Fjárhagsvika Ár
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- Fjárhagsvika Mánuður Ár
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- Fjárhagsvika Vika Ár
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- Fjárhagsvika Ár-Ársfjórðungur-Vika
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- Fjárhagsvika Ár
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- Fjárhagsvika Ársfjórðungur Ár
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- Fjárhagsvika Vika Ár
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- Fjárhagsvika Ár-Vika
- table [Date] hierarchy [FW Year-Week]
-
-
- Fjárhagsvika Ár
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- Fjárhagsvika Vika Ár
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Skýrslutitill notanda
- table [Localized Labels] measure [My Report Title]
-
-
- Texti hnapps notanda
- table [Localized Labels] measure [My Button Caption]
-
-
- Sjónrænn titill notanda
- table [Localized Labels] measure [My Visual Title]
-
-
- Óvirkir starfsmenn
- table [Localized Labels] measure [Inactive Employees]
-
-
- Starfsmenn sem hafa hætt störfum
- table [Localized Labels] measure [Terminated Employees]
-
-
- Starfsmenn í stéttarfélögum
- table [Localized Labels] measure [Employees in Unions]
-
-
- Félagsgreining
- table [Localized Labels] measure [Social Analysis]
-
-
- Kynjadreifing
- table [Localized Labels] measure [Gender Distribution]
-
-
- Aldursdreifing
- table [Localized Labels] measure [Age Distribution]
-
-
- Menntun og hæfi starfsmanna
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Raunlosun samanborið við markmið
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- Losun CO2e eftir umfangi
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Losun lofttegunda eftir flokki
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Raunlosun samanborið við grunngildi
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- Losun CO2e miðað við grunnlínu
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- Losun CO2e eftir reikningi
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Greining á vatni og úrgangi
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Vatn eftir staðsetningu starfsstöðvar
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Vatn eftir afkastagetu starfastöðvar
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Vatn og úrgangur eftir gerð
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Vatns- og úrgangsmagn eftir gerð
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Vatns- og úrgangsmagn eftir starfsstöð
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Losun eftir flokkum og umfangi
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Losun eftir flokki
- table [Localized Labels] measure [Emissions by Category]
-
-
- Losun eftir umfangi
- table [Localized Labels] measure [Emissions by Scope]
-
-
- Greining CO2e
- table [Localized Labels] measure [CO2e Analysis]
-
-
- Losun CO2e eftir flokki
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Kolefnisheimild eftir mánuði
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- Jafngild losun CO2e eftir mánuði og tekjum
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Köfun í færslur starfsmanns
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Fjárhagsfærslur starfsmanns
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Fjárhagsfærslur fyrir sjálfbærni
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Köfun í fjárhagsfærslur fyrir sjálfbærni
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Köfun í fjárhagsfærslur starfsmanns
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Yfirlit yfir sjálfbærni
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Sjálfbærnigreining
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- Losun CO2e eftir mánuði
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Umfang 1 og 2 Greining eftir flokkum eftir ári
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- Losun CO2e eftir deild
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Ferð til nettólosunar kolefnis
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- Losun CO2e eftir fyrirtækjahópi
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Notkun endurnýjanlegrar orku
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- Losun CO2e yfir tíma
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Snjallúttekt CO2e
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- Losun CO2e frá altækri vídd eitt
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- Losun CO2e frá altækri vídd tvö
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- Jafngild losun CO2e eftir mánuði
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Heiti fyrirtækis
- table [Localized Labels] measure [Company Name]
-
-
- Síðast uppfært
- table [Localized Labels] measure [Last Refreshed]
-
-
- Losaðir starfsmenn
- table [Localized Labels] measure [Released Employees]
-
-
- Niðurbrotstré CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Helstu áhrif CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Árlegar og daglegar breytingar á vatni og úrgangi
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Fjárhagsfærslur fyrir sjálfbærni
- table [table.Name]
-
-
- Nr. færslu
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Lýsing
- table [Sustainability Ledger Entries] column [Description]
-
-
- Tegund vatns
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Gerð vatnsmagns/úrgangsmagns
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Gerð skjals
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2 losun
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4 losun
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Losunarjöfnuður CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Losunarstaða CO2 við dagsetningu
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O losun
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- Losun CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Losunarstaða CH4 við dagsetningu
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Losunarjöfnuður CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Vatnsmagn
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Úrgangsmagn
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Losun í vatn
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Losunarstaða CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Staða á dagsetningu losunar CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Losað í vatnsstöðu á degi
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Staða losunar í vatn
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Losunarjöfnuður N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Losunarstaða N2O við dagsetningu
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Staða úrgangsmagns, til dags
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Staða úrgangsmagns
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Staða vatnsmagns
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Staða vatnsmagns til dags
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- Grunngildi CO2
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- Grunngildi CH4
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 miðað við upphafsgildi (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O grunnlína
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O miðað við grunnlínu (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 miðað við upphafsgildi (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Grunnlína vatns
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Grunnlína úrgangs
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Vatn samanborið við grunnlínu (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Úrgangur samaborið við upphafsgildi (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- Grunngildi CO2e
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e miðað við upphafsgildi (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Keyptar kolefnisheimildir
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Grunnlína losunar í vatn
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Losað í vatn samanborið við grunnlínu (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- Losun CO2e (að undanskildum inneignum)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Vatnsmagn fyrra ár
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Vatnsmagn, samanburður milli ára
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Úrgangsmagn, fyrra ár
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Úrgangsmagn, samanburður milli ára
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Losun í vatn fyrra ár
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Losun í vatn samanburður milli ára
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Losun í vatn FK
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Úrgangsmagn, fyrri dagur
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Vatnsmagn FK
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Vatnsmagn, frá degi til dags
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Úrgangsmagn, frá degi til dags
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Losun í vatn milli daga
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Grunntengill
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Fjárhagsfærslutengill fyrir sjálfbærni
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Tiltækt vatn
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Sjálfbærnireikningar
- table [table.Name]
-
-
- Nr. sjálfbærnireiknings
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Heiti sjálfbærnireiknings
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Land/svæði
- table [table.Name]
-
-
- Landskóði/svæðakóði
- table [Country/Region] column [Country Region Code]
-
-
- Landsvæði - Nafn
- table [Country/Region] column [Country Region Name]
-
-
- Ábyrgðarstöð
- table [table.Name]
-
-
- Kóði ábyrgðarstöðvar
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Heiti ábyrgðarstöðvar
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Afkastageta starfsstöðvar
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Sjálfbærnimarkmið
- table [table.Name]
-
-
- Einkunnaspjald nr.
- table [Sustainability Goals] column [Score Card No.]
-
-
- Nr.
- table [Sustainability Goals] column [No.]
-
-
- Heiti
- table [Sustainability Goals] column [Name]
-
-
- Eigandi
- table [Sustainability Goals] column [Owner]
-
-
- Markgildi fyrir CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Markgildi fyrir CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Markgildi fyrir N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Markgildi vatnsmagns
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Markgildi úrgangsmagns
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Meginmarkmið
- table [Sustainability Goals] column [Main Goal]
-
-
- Upphafsdagur
- table [Sustainability Goals] column [Start Date]
-
-
- Lokadagur
- table [Sustainability Goals] column [End Date]
-
-
- Upphafsdagur grunnlínu
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Lokadagur grunnlínu
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2 mark
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 losun (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4 mark
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O mark
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 losun (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O losun (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Vatnsmarkmið
- table [Sustainability Goals] measure [Water Target]
-
-
- Markúrgangur
- table [Sustainability Goals] measure [Waste Target]
-
-
- Vatnslosun (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Úrgangslosun (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- Losun CO2e (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Núverandi gildi CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Núverandi gildi CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Núverandi gildi N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Núverandi gildi CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Núvirði vatns
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Núvirði úrgangs
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Fjárhagsfærslur starfsmanns
- table [table.Name]
-
-
- Nr. færslu
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Gerð skjals
- table [Employee Ledger Entries] column [Document Type]
-
-
- Nr. skjals
- table [Employee Ledger Entries] column [Document No.]
-
-
- Lýsing
- table [Employee Ledger Entries] column [Description]
-
-
- Upphæð starfsmanns
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Fjárhagsfærslutengill starfsmanns
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Menntun og hæfi starfsmanns
- table [table.Name]
-
-
- Hæfikóðar starfsmanns
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Menntun og hæfi starfsmanns
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Losunargjöld
- table [table.Name]
-
-
- Losunargerð
- table [Emission Fees] column [Emission Type]
-
-
- Umfangsgerð
- table [Emission Fees] column [Scope Type]
-
-
- Upphafsdagur
- table [Emission Fees] column [Starting Date]
-
-
- Lokadagur
- table [Emission Fees] column [Ending Date]
-
-
- Landskóði/svæðakóði
- table [Emission Fees] column [Country Region Code]
-
-
- Ábyrgðarstöð
- table [Emission Fees] column [Responsibility Centre]
-
-
- Kolefnisgjald
- table [Emission Fees] column [Carbon Fee]
-
-
- Kolefnisjafngildisstuðull
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- Markmið CO2e
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2 koltvísýringsígildi
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4 koltvísýringsjafngildi
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O koltvísýringsjafngildi
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Fjarvistir starfsmanna
- table [table.Name]
-
-
- Færslunr.
- table [Employee Absences] column [Entry No]
-
-
- Frá dags.
- table [Employee Absences] column [From Date]
-
-
- Til dags
- table [Employee Absences] column [To Date]
-
-
- Ástæða fjarvistar
- table [Employee Absences] column [Cause of Absence]
-
-
- Lýsing
- table [Employee Absences] column [Description]
-
-
- Fjarvistir starfsmanns
- table [Employee Absences] measure [Employee Absences]
-
-
- Fjarverustundir (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Undirflokkar sjálfbærnireikninga
- table [table.Name]
-
-
- Kóði undirflokks
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Lýsing undirflokks
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Endurnýjanleg orka
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Starfsmenn
- table [table.Name]
-
-
- Starfsmannanúmer
- table [Employees] column [Employee No.]
-
-
- Fullt nafn starfsmanns
- table [Employees] column [Employee Full Name]
-
-
- Fornafn starfsmanns
- table [Employees] column [Employee First Name]
-
-
- Eftirnafn starfsmanns
- table [Employees] column [Employee Last Name]
-
-
- Kyn starfsmanns
- table [Employees] column [Employee Gender]
-
-
- Stéttarfélagskóði starfsmanns
- table [Employees] column [Employee Union Code]
-
-
- Staða starfsmanns
- table [Employees] column [Employee Status]
-
-
- Orsök fyrir óvirkni starfsmanns
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Óvirk dagsetning starfsmanns
- table [Employees] column [Employee Inactive Date]
-
-
- Ástæður starfsloka starfsmanns
- table [Employees] column [Employee Grounds for Termination]
-
-
- Fæðingardagur starfsmanns
- table [Employees] column [Employee Date of Birth]
-
-
- Aldur
- table [Employees] column [Age]
-
-
- Aldursdreifing
- table [Employees] column [Age Distribution]
-
-
- Fjöldi starfsmanna
- table [Employees] measure [No. of Employees]
-
-
- Fjöldi karlkyns starfsmanna
- table [Employees] measure [No. of Male Employees]
-
-
- Fjöldi kvenkyns starfsmanna
- table [Employees] measure [No. of Female Employees]
-
-
- Fjöldi annarra starfsmanna
- table [Employees] measure [No. of Other Employees]
-
-
- Karlkyns starfsmenn (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Kvenkyns starfsmenn (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Aðrir starfsmenn (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Virkir starfsmenn
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.it-CH.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.it-CH.resx
deleted file mode 100644
index 4139a566f2..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.it-CH.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Categoria conto C/G
- table [table.Name]
-
-
- Descrizione categoria conto C/G
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Codice categoria conto di sostenibilità
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Ambito di emissione categoria conto di sostenibilità
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Set di dimensioni
- table [table.Name]
-
-
- Dimensione globale 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Dimensione globale 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Collegamento dimensione 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Collegamento dimensione 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Collegamento dimensione 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Collegamento dimensione 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Collegamento dimensione 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Collegamento dimensione 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- REPARTO
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Nome reparto
- table [Dimension Sets] column [Department Name]
-
-
- CATEGORIACLIENTE
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Nome gruppo di clienti
- table [Dimension Sets] column [Customer Group Name]
-
-
- AREA
- table [Dimension Sets] column [AREA]
-
-
- Nome area
- table [Dimension Sets] column [Area Name]
-
-
- CATEGORIABUSINESS
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Nome categoria business
- table [Dimension Sets] column [Business Group Name]
-
-
- CAMPAGNEVENDITA
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Noma campagna di vendita
- table [Dimension Sets] column [Sales campaign Name]
-
-
- VENDITORE
- table [Dimension Sets] column [SALESPERSON]
-
-
- Nome venditore
- table [Dimension Sets] column [Salesperson Name]
-
-
- Data
- table [table.Name]
-
-
- Giorno della settimana
- table [Date] column [Week Day]
-
-
- Tipo di giorno
- table [Date] column [Day Type]
-
-
- Anno di calendario
- table [Date] column [Calendar Year]
-
-
- Trimestre di calendario
- table [Date] column [Calendar Quarter]
-
-
- Trimestre anno di calendario
- table [Date] column [Calendar Quarter Year]
-
-
- Mese di calendario
- table [Date] column [Calendar Month]
-
-
- Mese anno di calendario
- table [Date] column [Calendar Month Year]
-
-
- Settimana di calendario
- table [Date] column [Calendar Week]
-
-
- Settimana anno di calendario
- table [Date] column [Calendar Week Year]
-
-
- PosSettimanaRelativa di calendario
- table [Date] column [Calendar RelativeWeekPos]
-
-
- PosMeseRelativo di calendario
- table [Date] column [Calendar RelativeMonthPos]
-
-
- PosTrimestreRelativo di calendario
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- PosAnnoRelativo di calendario
- table [Date] column [Calendar RelativeYearPos]
-
-
- PrimoGiornoMese di calendario
- table [Date] column [Calendar StartOfMonth]
-
-
- UltimoGiornoMese di calendario
- table [Date] column [Calendar EndOfMonth]
-
-
- PrimoGiornoTrimestre di calendario
- table [Date] column [Calendar StartOfQuarter]
-
-
- UltimoGiornoTrimestre di calendario
- table [Date] column [Calendar EndOfQuarter]
-
-
- PrimoGiornoAnno di calendario
- table [Date] column [Calendar StartOfYear]
-
-
- UltimoGiornoAnno di calendario
- table [Date] column [Calendar EndOfYear]
-
-
- GiorniMese di calendario
- table [Date] column [Calendar MonthDays]
-
-
- GiorniTrimestre di calendario
- table [Date] column [Calendar QuarterDays]
-
-
- GiorniAnno di calendario
- table [Date] column [Calendar YearDays]
-
-
- NumeroGiornoMese di calendario
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- NumeroGiornoTrimestre di calendario
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- NumeroGiornoAnno di calendario
- table [Date] column [Calendar DayOfYearNumber]
-
-
- DataSettimanaPrecedente di calendario
- table [Date] column [Calendar DatePreviousWeek]
-
-
- DataMesePrecedente di calendario
- table [Date] column [Calendar DatePreviousMonth]
-
-
- DataTrimestrePrecedente di calendario
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- DataAnnoPrecedente di calendario
- table [Date] column [Calendar DatePreviousYear]
-
-
- Anno fiscale
- table [Date] column [Fiscal Year]
-
-
- Trimestre fiscale
- table [Date] column [Fiscal Quarter]
-
-
- Trimestre anno fiscale
- table [Date] column [Fiscal Quarter Year]
-
-
- Mese fiscale
- table [Date] column [Fiscal Month]
-
-
- Mese anno fiscale
- table [Date] column [Fiscal Month Year]
-
-
- Settimana fiscale
- table [Date] column [Fiscal Week]
-
-
- Settimana anno fiscale
- table [Date] column [Fiscal Week Year]
-
-
- PosSettimanaRelativa fiscale
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- PosMeseRelativo fiscale
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- PosTrimestreRelativo fiscale
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- PosAnnoRelativo fiscale
- table [Date] column [Fiscal RelativeYearPos]
-
-
- PrimoGiornoMese fiscale
- table [Date] column [Fiscal StartOfMonth]
-
-
- UltimoGiornoMese fiscale
- table [Date] column [Fiscal EndOfMonth]
-
-
- PrimoGiornoTrimestre fiscale
- table [Date] column [Fiscal StartOfQuarter]
-
-
- UltimoGiornoTrimestre fiscale
- table [Date] column [Fiscal EndOfQuarter]
-
-
- PrimoGiornoAnno fiscale
- table [Date] column [Fiscal StartOfYear]
-
-
- UltimoGiornoAnno fiscale
- table [Date] column [Fiscal EndOfYear]
-
-
- GiorniMese fiscale
- table [Date] column [Fiscal MonthDays]
-
-
- GiorniTrimestre fiscale
- table [Date] column [Fiscal QuarterDays]
-
-
- GiorniAnno fiscale
- table [Date] column [Fiscal YearDays]
-
-
- NumeroGiornoMese fiscale
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- NumeroGiornoTrimestre fiscale
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- NumeroGiornoAnno fiscale
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- DataSettimanaPrecedente fiscale
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- DataMesePrecedente fiscale
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- DataTrimestrePrecedente fiscale
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- DataAnnoPrecedente fiscale
- table [Date] column [Fiscal DatePreviousYear]
-
-
- Anno SF
- table [Date] column [FW Year]
-
-
- Trimestre SF
- table [Date] column [FW Quarter]
-
-
- Trimestre anno SF
- table [Date] column [FW Quarter Year]
-
-
- Mese SF
- table [Date] column [FW Month]
-
-
- Mese anno SF
- table [Date] column [FW Month Year]
-
-
- Settimana SF
- table [Date] column [FW Week]
-
-
- Periodo SF
- table [Date] column [FW Period]
-
-
- Settimana anno SF
- table [Date] column [FW Week Year]
-
-
- PrimoGiornoSettimana SF
- table [Date] column [FW StartOfWeek]
-
-
- UltimoGiornoSettimana SF
- table [Date] column [FW EndOfWeek]
-
-
- PosSettimanaRelativa SF
- table [Date] column [FW RelativeWeekPos]
-
-
- PosMeseRelativo SF
- table [Date] column [FW RelativeMonthPos]
-
-
- PosTrimestreRelativo SF
- table [Date] column [FW RelativeQuarterPos]
-
-
- PosAnnoRelativo SF
- table [Date] column [FW RelativeYearPos]
-
-
- PrimoGiornoMese SF
- table [Date] column [FW StartOfMonth]
-
-
- UltimoGiornoMese SF
- table [Date] column [FW EndOfMonth]
-
-
- PrimoGiornoTrimestre SF
- table [Date] column [FW StartOfQuarter]
-
-
- UltimoGiornoTrimestre SF
- table [Date] column [FW EndOfQuarter]
-
-
- PrimoGiornoAnno SF
- table [Date] column [FW StartOfYear]
-
-
- UltimoGiornoAnno SF
- table [Date] column [FW EndOfYear]
-
-
- GiorniMese SF
- table [Date] column [FW MonthDays]
-
-
- GiorniTrimestre SF
- table [Date] column [FW QuarterDays]
-
-
- GiorniAnno SF
- table [Date] column [FW YearDays]
-
-
- NumeroGiornoMese SF
- table [Date] column [FW DayOfMonthNumber]
-
-
- NumeroGiornoTrimestre SF
- table [Date] column [FW DayOfQuarterNumber]
-
-
- NumeroGiornoAnno SF
- table [Date] column [FW DayOfYearNumber]
-
-
- DataSettimanaPrecedente SF
- table [Date] column [FW DatePreviousWeek]
-
-
- DataMesePrecedente SF
- table [Date] column [FW DatePreviousMonth]
-
-
- DataTrimestrePrecedente SF
- table [Date] column [FW DatePreviousQuarter]
-
-
- DataAnnoPrecedente SF
- table [Date] column [FW DatePreviousYear]
-
-
- Giorno relativo
- table [Date] column [Relative Day]
-
-
- Nr. di giorni
- table [Date] measure [No. of Days]
-
-
- Giorni lavorativi
- table [Date] measure [Working Days]
-
-
- Con intervalli
- table [Date] measure [Ranged]
-
-
- Anno-Trimestre-Mese-Settimana fiscale
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Anno fiscale
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Trimestre anno fiscale
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Mese anno fiscale
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Settimana anno fiscale
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Anno-Trimestre-Mese-Settimana di calendario
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Anno di calendario
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Trimestre anno di calendario
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Mese anno di calendario
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Settimana anno di calendario
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- Anno-Trimestre-Mese-Settimana SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- Anno SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- Trimestre anno SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- Mese anno SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- Settimana anno SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Anno-Mese fiscale
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Anno fiscale
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Mese anno fiscale
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Anno-Mese-Settimana fiscale
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Anno fiscale
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Mese anno fiscale
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Settimana anno fiscale
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Anno-Mese di calendario
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Anno di calendario
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Mese anno di calendario
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Anno-Mese-Settimana di calendario
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Anno di calendario
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Mese anno di calendario
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Settimana anno di calendario
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- Anno-Mese-Settimana SF
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- Anno SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- Mese anno SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- Settimana anno SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- Anno-Trimestre-Settimana SF
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- Anno SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- Trimestre anno SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- Settimana anno SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- Anno-Settimana SF
- table [Date] hierarchy [FW Year-Week]
-
-
- Anno SF
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- Settimana anno SF
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Titolo report personale
- table [Localized Labels] measure [My Report Title]
-
-
- Didascalia pulsante personale
- table [Localized Labels] measure [My Button Caption]
-
-
- Titolo visivo personale
- table [Localized Labels] measure [My Visual Title]
-
-
- Dipendenti inattivi
- table [Localized Labels] measure [Inactive Employees]
-
-
- Dipendenti licenziati
- table [Localized Labels] measure [Terminated Employees]
-
-
- Dipendenti in sindacati
- table [Localized Labels] measure [Employees in Unions]
-
-
- Analisi sociale
- table [Localized Labels] measure [Social Analysis]
-
-
- Distribuzione generi
- table [Localized Labels] measure [Gender Distribution]
-
-
- Distribuzione età
- table [Localized Labels] measure [Age Distribution]
-
-
- Qualifiche dipendenti
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realizzazione emissioni rispetto all'obiettivo
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- Emissioni CO2e per ambito
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Emissioni gas per categoria
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realizzazione emissioni rispetto al valore di riferimento
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- Emissioni CO2e rispetto al valore di riferimento
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- Emissioni CO2e per conto
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Analisi acqua e rifiuti
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Acqua per ubicazione dell'impianto
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Acqua per capacità dell'impianto
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Acqua e rifiuti per tipo
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Intensità acqua e rifiuti per tipo
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Intensità acqua e rifiuti per impianto
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emissioni per categoria e ambito
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emissioni per categoria
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emissioni per ambito
- table [Localized Labels] measure [Emissions by Scope]
-
-
- Analisi CO2e
- table [Localized Labels] measure [CO2e Analysis]
-
-
- Emissioni CO2e per categoria
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Credito di carbonio per mese
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- Emissione CO2e equivalente per mese e ricavi
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Drill-through movimenti dipendenti
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Movimenti contabili dipendente
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Movimenti contabili sostenibilità
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Drill-through movimenti contabili sostenibilità
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Drill-through movimenti contabili dipendente
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Panoramica sostenibilità
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Analisi sostenibilità
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- Emissioni CO2e per mese
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Analisi ambiti 1 e 2 per categorie per anno
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- Emissioni CO2e per reparto
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Percorso verso l'azzeramento delle emissioni nette di carbonio
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- Emissioni CO2e per categoria business
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Utilizzo energie rinnovabili
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- Emissioni CO2e nel tempo
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Recensione intelligente CO2e
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- Emissioni CO2e per dimensione globale uno
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- Emissioni CO2e per dimensione globale due
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- Emissioni CO2e equivalente per mese
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Nome società
- table [Localized Labels] measure [Company Name]
-
-
- Ultimo aggiornamento
- table [Localized Labels] measure [Last Refreshed]
-
-
- Dipendenti in aspettativa
- table [Localized Labels] measure [Released Employees]
-
-
- Albero di scomposizione CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Influenze chiave CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Variazione annuale e giornaliera acqua e rifiuti
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Movimenti contabili sostenibilità
- table [table.Name]
-
-
- Nr. movimento
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Descrizione
- table [Sustainability Ledger Entries] column [Description]
-
-
- Tipo di acqua
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Tipo di intensità di acqua/rifiuti
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Tipo di documento
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- Emissioni CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- Emissioni CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Saldo emissioni CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Saldo emissioni CO2 alla data
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- Emissioni N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- Emissioni CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Saldo emissioni CH4 alla data
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Saldo emissioni CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Intensità dell'acqua
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Intensità dei rifiuti
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Scarico in acqua
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Saldo emissioni CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Saldo emissioni CO2e alla data
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Saldo di scarico in acqua alla data
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Saldo di scarico in acqua
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Saldo emissioni N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Saldo emissioni N2O alla data
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Saldo intensità dei rifiuti alla data
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Saldo intensità dei rifiuti
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Saldo intensità acqua
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Saldo intensità acqua alla data
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- Valore di riferimento CO2
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- Valore di riferimento CH4
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 rispetto al valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- Valore di riferimento N2O
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O rispetto al valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 rispetto al valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Valore di riferimento acqua
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Valore di riferimento rifiuti
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Acqua rispetto a valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Rifiuti rispetto a valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- Valore di riferimento CO2e
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e rispetto al valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Crediti di carbonio acquistati
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Valore di riferimento scarico in acqua
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Scarico in acqua rispetto al valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- Emissioni CO2e (crediti esclusi)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Intensità dell'acqua PY
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Intensità dell'acqua anno su anno
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Intensità dei rifiuti anno precedente
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Intensità dei rifiuti anno su anno
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Scarico in acqua PY
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Scarico in acqua YOY
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- DP scarico in acqua
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Intensità dei rifiuti giorno precedente
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- PD intensità acqua
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Intensità dell'acqua giornaliera
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Intensità dei rifiuti giornaliera
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Scarico in acqua giornaliero
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Collegamento base
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Collegamento movimenti contabili sostenibilità
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Acqua disponibile
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Conti di sostenibilità
- table [table.Name]
-
-
- Nr. conto di sostenibilità
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Nome conto di sostenibilità
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Paese/area geografica
- table [table.Name]
-
-
- Codice paese/area geografica
- table [Country/Region] column [Country Region Code]
-
-
- Nome paese/area geografica
- table [Country/Region] column [Country Region Name]
-
-
- Centro di responsabilità
- table [table.Name]
-
-
- Codice centro di responsabilità
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Nome centro di responsabilità
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Capacità impianto
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Obiettivi di sostenibilità
- table [table.Name]
-
-
- Nr. scorecard
- table [Sustainability Goals] column [Score Card No.]
-
-
- Nr.
- table [Sustainability Goals] column [No.]
-
-
- Nome
- table [Sustainability Goals] column [Name]
-
-
- Proprietario
- table [Sustainability Goals] column [Owner]
-
-
- Valore di destinazione per CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Valore di destinazione per CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Valore di destinazione per N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Valore di destinazione per intensità dell'acqua
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Valore di destinazione per intensità dei rifiuti
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Obiettivo principale
- table [Sustainability Goals] column [Main Goal]
-
-
- Data di inizio
- table [Sustainability Goals] column [Start Date]
-
-
- Data di fine
- table [Sustainability Goals] column [End Date]
-
-
- Data di inizio del valore di riferimento
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Data di fine del valore di riferimento
- table [Sustainability Goals] column [Baseline End Date]
-
-
- Obiettivo CO2
- table [Sustainability Goals] measure [CO2 Target]
-
-
- Realizzazione CO2 (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- Obiettivo CH4
- table [Sustainability Goals] measure [CH4 Target]
-
-
- Obiettivo N2O
- table [Sustainability Goals] measure [N2O Target]
-
-
- Realizzazione CH4 (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- Realizzazione N2O (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Obiettivo acqua
- table [Sustainability Goals] measure [Water Target]
-
-
- Obiettivo rifiuti
- table [Sustainability Goals] measure [Waste Target]
-
-
- Realizzazione acqua (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Realizzazione rifiuti (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- Realizzazione CO2e (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Valore corrente CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Valore corrente CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Valore corrente N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Valore corrente CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Valore corrente acqua
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Valore corrente rifiuti
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Movimenti contabili dipendente
- table [table.Name]
-
-
- Nr. movimento
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Tipo di documento
- table [Employee Ledger Entries] column [Document Type]
-
-
- Nr. documento
- table [Employee Ledger Entries] column [Document No.]
-
-
- Descrizione
- table [Employee Ledger Entries] column [Description]
-
-
- Importo dipendente
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Collegamento movimenti contabili dipendente
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Qualifiche dipendenti
- table [table.Name]
-
-
- Codici qualifiche dipendenti
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Qualifiche dipendenti
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Imposte sulle emissioni
- table [table.Name]
-
-
- Tipo di emissioni
- table [Emission Fees] column [Emission Type]
-
-
- Tipo di ambito
- table [Emission Fees] column [Scope Type]
-
-
- Data di inizio
- table [Emission Fees] column [Starting Date]
-
-
- Data di fine
- table [Emission Fees] column [Ending Date]
-
-
- Codice paese/area geografica
- table [Emission Fees] column [Country Region Code]
-
-
- Centro di responsabilità
- table [Emission Fees] column [Responsibility Centre]
-
-
- Onere per emissioni di carbonio
- table [Emission Fees] column [Carbon Fee]
-
-
- Fattore di carbonio equivalente
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- Obiettivo CO2e
- table [Emission Fees] measure [CO2e Target]
-
-
- Carbonio CO2 equivalente
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- Carbonio CH4 equivalente
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- Carbonio N2O equivalente
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Assenze impiegato
- table [table.Name]
-
-
- Nr. movimento
- table [Employee Absences] column [Entry No]
-
-
- Da data
- table [Employee Absences] column [From Date]
-
-
- A data
- table [Employee Absences] column [To Date]
-
-
- Cause delle assenze
- table [Employee Absences] column [Cause of Absence]
-
-
- Descrizione
- table [Employee Absences] column [Description]
-
-
- Assenze impiegato
- table [Employee Absences] measure [Employee Absences]
-
-
- Ore di assenza (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Categorie conti secondari di sostenibilità
- table [table.Name]
-
-
- Codice sottocategoria
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Descrizione sottocategoria
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Energie rinnovabili
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Dipendenti
- table [table.Name]
-
-
- Nr. dipendente
- table [Employees] column [Employee No.]
-
-
- Nome completo dipendente
- table [Employees] column [Employee Full Name]
-
-
- Nome dipendente
- table [Employees] column [Employee First Name]
-
-
- Cognome dipendente
- table [Employees] column [Employee Last Name]
-
-
- Genere dipendente
- table [Employees] column [Employee Gender]
-
-
- Codice sindacato dipendente
- table [Employees] column [Employee Union Code]
-
-
- Stato di impiego
- table [Employees] column [Employee Status]
-
-
- Causa inattività dipendente
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Data di inattività dipendente
- table [Employees] column [Employee Inactive Date]
-
-
- Motivazioni di fine rapporto dipendente
- table [Employees] column [Employee Grounds for Termination]
-
-
- Data di nascita dipendente
- table [Employees] column [Employee Date of Birth]
-
-
- Età
- table [Employees] column [Age]
-
-
- Distribuzione età
- table [Employees] column [Age Distribution]
-
-
- Nr. di dipendenti
- table [Employees] measure [No. of Employees]
-
-
- Nr. di dipendenti di genere maschile
- table [Employees] measure [No. of Male Employees]
-
-
- Nr. di dipendenti di genere femminile
- table [Employees] measure [No. of Female Employees]
-
-
- Nr. di altri dipendenti
- table [Employees] measure [No. of Other Employees]
-
-
- Dipendenti di genere maschile (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Dipendenti di genere femminile (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Altri dipendenti (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Dipendenti attivi
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.it-IT.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.it-IT.resx
deleted file mode 100644
index 4139a566f2..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.it-IT.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Categoria conto C/G
- table [table.Name]
-
-
- Descrizione categoria conto C/G
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Codice categoria conto di sostenibilità
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Ambito di emissione categoria conto di sostenibilità
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Set di dimensioni
- table [table.Name]
-
-
- Dimensione globale 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Dimensione globale 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Collegamento dimensione 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Collegamento dimensione 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Collegamento dimensione 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Collegamento dimensione 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Collegamento dimensione 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Collegamento dimensione 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- REPARTO
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Nome reparto
- table [Dimension Sets] column [Department Name]
-
-
- CATEGORIACLIENTE
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Nome gruppo di clienti
- table [Dimension Sets] column [Customer Group Name]
-
-
- AREA
- table [Dimension Sets] column [AREA]
-
-
- Nome area
- table [Dimension Sets] column [Area Name]
-
-
- CATEGORIABUSINESS
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Nome categoria business
- table [Dimension Sets] column [Business Group Name]
-
-
- CAMPAGNEVENDITA
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Noma campagna di vendita
- table [Dimension Sets] column [Sales campaign Name]
-
-
- VENDITORE
- table [Dimension Sets] column [SALESPERSON]
-
-
- Nome venditore
- table [Dimension Sets] column [Salesperson Name]
-
-
- Data
- table [table.Name]
-
-
- Giorno della settimana
- table [Date] column [Week Day]
-
-
- Tipo di giorno
- table [Date] column [Day Type]
-
-
- Anno di calendario
- table [Date] column [Calendar Year]
-
-
- Trimestre di calendario
- table [Date] column [Calendar Quarter]
-
-
- Trimestre anno di calendario
- table [Date] column [Calendar Quarter Year]
-
-
- Mese di calendario
- table [Date] column [Calendar Month]
-
-
- Mese anno di calendario
- table [Date] column [Calendar Month Year]
-
-
- Settimana di calendario
- table [Date] column [Calendar Week]
-
-
- Settimana anno di calendario
- table [Date] column [Calendar Week Year]
-
-
- PosSettimanaRelativa di calendario
- table [Date] column [Calendar RelativeWeekPos]
-
-
- PosMeseRelativo di calendario
- table [Date] column [Calendar RelativeMonthPos]
-
-
- PosTrimestreRelativo di calendario
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- PosAnnoRelativo di calendario
- table [Date] column [Calendar RelativeYearPos]
-
-
- PrimoGiornoMese di calendario
- table [Date] column [Calendar StartOfMonth]
-
-
- UltimoGiornoMese di calendario
- table [Date] column [Calendar EndOfMonth]
-
-
- PrimoGiornoTrimestre di calendario
- table [Date] column [Calendar StartOfQuarter]
-
-
- UltimoGiornoTrimestre di calendario
- table [Date] column [Calendar EndOfQuarter]
-
-
- PrimoGiornoAnno di calendario
- table [Date] column [Calendar StartOfYear]
-
-
- UltimoGiornoAnno di calendario
- table [Date] column [Calendar EndOfYear]
-
-
- GiorniMese di calendario
- table [Date] column [Calendar MonthDays]
-
-
- GiorniTrimestre di calendario
- table [Date] column [Calendar QuarterDays]
-
-
- GiorniAnno di calendario
- table [Date] column [Calendar YearDays]
-
-
- NumeroGiornoMese di calendario
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- NumeroGiornoTrimestre di calendario
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- NumeroGiornoAnno di calendario
- table [Date] column [Calendar DayOfYearNumber]
-
-
- DataSettimanaPrecedente di calendario
- table [Date] column [Calendar DatePreviousWeek]
-
-
- DataMesePrecedente di calendario
- table [Date] column [Calendar DatePreviousMonth]
-
-
- DataTrimestrePrecedente di calendario
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- DataAnnoPrecedente di calendario
- table [Date] column [Calendar DatePreviousYear]
-
-
- Anno fiscale
- table [Date] column [Fiscal Year]
-
-
- Trimestre fiscale
- table [Date] column [Fiscal Quarter]
-
-
- Trimestre anno fiscale
- table [Date] column [Fiscal Quarter Year]
-
-
- Mese fiscale
- table [Date] column [Fiscal Month]
-
-
- Mese anno fiscale
- table [Date] column [Fiscal Month Year]
-
-
- Settimana fiscale
- table [Date] column [Fiscal Week]
-
-
- Settimana anno fiscale
- table [Date] column [Fiscal Week Year]
-
-
- PosSettimanaRelativa fiscale
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- PosMeseRelativo fiscale
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- PosTrimestreRelativo fiscale
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- PosAnnoRelativo fiscale
- table [Date] column [Fiscal RelativeYearPos]
-
-
- PrimoGiornoMese fiscale
- table [Date] column [Fiscal StartOfMonth]
-
-
- UltimoGiornoMese fiscale
- table [Date] column [Fiscal EndOfMonth]
-
-
- PrimoGiornoTrimestre fiscale
- table [Date] column [Fiscal StartOfQuarter]
-
-
- UltimoGiornoTrimestre fiscale
- table [Date] column [Fiscal EndOfQuarter]
-
-
- PrimoGiornoAnno fiscale
- table [Date] column [Fiscal StartOfYear]
-
-
- UltimoGiornoAnno fiscale
- table [Date] column [Fiscal EndOfYear]
-
-
- GiorniMese fiscale
- table [Date] column [Fiscal MonthDays]
-
-
- GiorniTrimestre fiscale
- table [Date] column [Fiscal QuarterDays]
-
-
- GiorniAnno fiscale
- table [Date] column [Fiscal YearDays]
-
-
- NumeroGiornoMese fiscale
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- NumeroGiornoTrimestre fiscale
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- NumeroGiornoAnno fiscale
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- DataSettimanaPrecedente fiscale
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- DataMesePrecedente fiscale
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- DataTrimestrePrecedente fiscale
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- DataAnnoPrecedente fiscale
- table [Date] column [Fiscal DatePreviousYear]
-
-
- Anno SF
- table [Date] column [FW Year]
-
-
- Trimestre SF
- table [Date] column [FW Quarter]
-
-
- Trimestre anno SF
- table [Date] column [FW Quarter Year]
-
-
- Mese SF
- table [Date] column [FW Month]
-
-
- Mese anno SF
- table [Date] column [FW Month Year]
-
-
- Settimana SF
- table [Date] column [FW Week]
-
-
- Periodo SF
- table [Date] column [FW Period]
-
-
- Settimana anno SF
- table [Date] column [FW Week Year]
-
-
- PrimoGiornoSettimana SF
- table [Date] column [FW StartOfWeek]
-
-
- UltimoGiornoSettimana SF
- table [Date] column [FW EndOfWeek]
-
-
- PosSettimanaRelativa SF
- table [Date] column [FW RelativeWeekPos]
-
-
- PosMeseRelativo SF
- table [Date] column [FW RelativeMonthPos]
-
-
- PosTrimestreRelativo SF
- table [Date] column [FW RelativeQuarterPos]
-
-
- PosAnnoRelativo SF
- table [Date] column [FW RelativeYearPos]
-
-
- PrimoGiornoMese SF
- table [Date] column [FW StartOfMonth]
-
-
- UltimoGiornoMese SF
- table [Date] column [FW EndOfMonth]
-
-
- PrimoGiornoTrimestre SF
- table [Date] column [FW StartOfQuarter]
-
-
- UltimoGiornoTrimestre SF
- table [Date] column [FW EndOfQuarter]
-
-
- PrimoGiornoAnno SF
- table [Date] column [FW StartOfYear]
-
-
- UltimoGiornoAnno SF
- table [Date] column [FW EndOfYear]
-
-
- GiorniMese SF
- table [Date] column [FW MonthDays]
-
-
- GiorniTrimestre SF
- table [Date] column [FW QuarterDays]
-
-
- GiorniAnno SF
- table [Date] column [FW YearDays]
-
-
- NumeroGiornoMese SF
- table [Date] column [FW DayOfMonthNumber]
-
-
- NumeroGiornoTrimestre SF
- table [Date] column [FW DayOfQuarterNumber]
-
-
- NumeroGiornoAnno SF
- table [Date] column [FW DayOfYearNumber]
-
-
- DataSettimanaPrecedente SF
- table [Date] column [FW DatePreviousWeek]
-
-
- DataMesePrecedente SF
- table [Date] column [FW DatePreviousMonth]
-
-
- DataTrimestrePrecedente SF
- table [Date] column [FW DatePreviousQuarter]
-
-
- DataAnnoPrecedente SF
- table [Date] column [FW DatePreviousYear]
-
-
- Giorno relativo
- table [Date] column [Relative Day]
-
-
- Nr. di giorni
- table [Date] measure [No. of Days]
-
-
- Giorni lavorativi
- table [Date] measure [Working Days]
-
-
- Con intervalli
- table [Date] measure [Ranged]
-
-
- Anno-Trimestre-Mese-Settimana fiscale
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Anno fiscale
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Trimestre anno fiscale
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Mese anno fiscale
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Settimana anno fiscale
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Anno-Trimestre-Mese-Settimana di calendario
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Anno di calendario
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Trimestre anno di calendario
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Mese anno di calendario
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Settimana anno di calendario
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- Anno-Trimestre-Mese-Settimana SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- Anno SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- Trimestre anno SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- Mese anno SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- Settimana anno SF
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Anno-Mese fiscale
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Anno fiscale
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Mese anno fiscale
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Anno-Mese-Settimana fiscale
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Anno fiscale
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Mese anno fiscale
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Settimana anno fiscale
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Anno-Mese di calendario
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Anno di calendario
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Mese anno di calendario
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Anno-Mese-Settimana di calendario
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Anno di calendario
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Mese anno di calendario
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Settimana anno di calendario
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- Anno-Mese-Settimana SF
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- Anno SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- Mese anno SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- Settimana anno SF
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- Anno-Trimestre-Settimana SF
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- Anno SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- Trimestre anno SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- Settimana anno SF
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- Anno-Settimana SF
- table [Date] hierarchy [FW Year-Week]
-
-
- Anno SF
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- Settimana anno SF
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Titolo report personale
- table [Localized Labels] measure [My Report Title]
-
-
- Didascalia pulsante personale
- table [Localized Labels] measure [My Button Caption]
-
-
- Titolo visivo personale
- table [Localized Labels] measure [My Visual Title]
-
-
- Dipendenti inattivi
- table [Localized Labels] measure [Inactive Employees]
-
-
- Dipendenti licenziati
- table [Localized Labels] measure [Terminated Employees]
-
-
- Dipendenti in sindacati
- table [Localized Labels] measure [Employees in Unions]
-
-
- Analisi sociale
- table [Localized Labels] measure [Social Analysis]
-
-
- Distribuzione generi
- table [Localized Labels] measure [Gender Distribution]
-
-
- Distribuzione età
- table [Localized Labels] measure [Age Distribution]
-
-
- Qualifiche dipendenti
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realizzazione emissioni rispetto all'obiettivo
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- Emissioni CO2e per ambito
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Emissioni gas per categoria
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realizzazione emissioni rispetto al valore di riferimento
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- Emissioni CO2e rispetto al valore di riferimento
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- Emissioni CO2e per conto
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Analisi acqua e rifiuti
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Acqua per ubicazione dell'impianto
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Acqua per capacità dell'impianto
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Acqua e rifiuti per tipo
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Intensità acqua e rifiuti per tipo
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Intensità acqua e rifiuti per impianto
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Emissioni per categoria e ambito
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Emissioni per categoria
- table [Localized Labels] measure [Emissions by Category]
-
-
- Emissioni per ambito
- table [Localized Labels] measure [Emissions by Scope]
-
-
- Analisi CO2e
- table [Localized Labels] measure [CO2e Analysis]
-
-
- Emissioni CO2e per categoria
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Credito di carbonio per mese
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- Emissione CO2e equivalente per mese e ricavi
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Drill-through movimenti dipendenti
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Movimenti contabili dipendente
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Movimenti contabili sostenibilità
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Drill-through movimenti contabili sostenibilità
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Drill-through movimenti contabili dipendente
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Panoramica sostenibilità
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Analisi sostenibilità
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- Emissioni CO2e per mese
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Analisi ambiti 1 e 2 per categorie per anno
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- Emissioni CO2e per reparto
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Percorso verso l'azzeramento delle emissioni nette di carbonio
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- Emissioni CO2e per categoria business
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Utilizzo energie rinnovabili
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- Emissioni CO2e nel tempo
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Recensione intelligente CO2e
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- Emissioni CO2e per dimensione globale uno
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- Emissioni CO2e per dimensione globale due
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- Emissioni CO2e equivalente per mese
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Nome società
- table [Localized Labels] measure [Company Name]
-
-
- Ultimo aggiornamento
- table [Localized Labels] measure [Last Refreshed]
-
-
- Dipendenti in aspettativa
- table [Localized Labels] measure [Released Employees]
-
-
- Albero di scomposizione CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Influenze chiave CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Variazione annuale e giornaliera acqua e rifiuti
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Movimenti contabili sostenibilità
- table [table.Name]
-
-
- Nr. movimento
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Descrizione
- table [Sustainability Ledger Entries] column [Description]
-
-
- Tipo di acqua
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Tipo di intensità di acqua/rifiuti
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Tipo di documento
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- Emissioni CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- Emissioni CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Saldo emissioni CO2
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Saldo emissioni CO2 alla data
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- Emissioni N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- Emissioni CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Saldo emissioni CH4 alla data
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Saldo emissioni CH4
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Intensità dell'acqua
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Intensità dei rifiuti
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Scarico in acqua
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Saldo emissioni CO2e
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Saldo emissioni CO2e alla data
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Saldo di scarico in acqua alla data
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Saldo di scarico in acqua
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Saldo emissioni N2O
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Saldo emissioni N2O alla data
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Saldo intensità dei rifiuti alla data
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Saldo intensità dei rifiuti
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Saldo intensità acqua
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Saldo intensità acqua alla data
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- Valore di riferimento CO2
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- Valore di riferimento CH4
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 rispetto al valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- Valore di riferimento N2O
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O rispetto al valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 rispetto al valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Valore di riferimento acqua
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Valore di riferimento rifiuti
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Acqua rispetto a valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Rifiuti rispetto a valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- Valore di riferimento CO2e
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e rispetto al valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Crediti di carbonio acquistati
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Valore di riferimento scarico in acqua
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Scarico in acqua rispetto al valore di riferimento (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- Emissioni CO2e (crediti esclusi)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Intensità dell'acqua PY
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Intensità dell'acqua anno su anno
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Intensità dei rifiuti anno precedente
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Intensità dei rifiuti anno su anno
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Scarico in acqua PY
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Scarico in acqua YOY
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- DP scarico in acqua
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Intensità dei rifiuti giorno precedente
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- PD intensità acqua
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Intensità dell'acqua giornaliera
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Intensità dei rifiuti giornaliera
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Scarico in acqua giornaliero
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Collegamento base
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Collegamento movimenti contabili sostenibilità
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Acqua disponibile
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Conti di sostenibilità
- table [table.Name]
-
-
- Nr. conto di sostenibilità
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Nome conto di sostenibilità
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Paese/area geografica
- table [table.Name]
-
-
- Codice paese/area geografica
- table [Country/Region] column [Country Region Code]
-
-
- Nome paese/area geografica
- table [Country/Region] column [Country Region Name]
-
-
- Centro di responsabilità
- table [table.Name]
-
-
- Codice centro di responsabilità
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Nome centro di responsabilità
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Capacità impianto
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Obiettivi di sostenibilità
- table [table.Name]
-
-
- Nr. scorecard
- table [Sustainability Goals] column [Score Card No.]
-
-
- Nr.
- table [Sustainability Goals] column [No.]
-
-
- Nome
- table [Sustainability Goals] column [Name]
-
-
- Proprietario
- table [Sustainability Goals] column [Owner]
-
-
- Valore di destinazione per CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Valore di destinazione per CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Valore di destinazione per N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Valore di destinazione per intensità dell'acqua
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Valore di destinazione per intensità dei rifiuti
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Obiettivo principale
- table [Sustainability Goals] column [Main Goal]
-
-
- Data di inizio
- table [Sustainability Goals] column [Start Date]
-
-
- Data di fine
- table [Sustainability Goals] column [End Date]
-
-
- Data di inizio del valore di riferimento
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Data di fine del valore di riferimento
- table [Sustainability Goals] column [Baseline End Date]
-
-
- Obiettivo CO2
- table [Sustainability Goals] measure [CO2 Target]
-
-
- Realizzazione CO2 (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- Obiettivo CH4
- table [Sustainability Goals] measure [CH4 Target]
-
-
- Obiettivo N2O
- table [Sustainability Goals] measure [N2O Target]
-
-
- Realizzazione CH4 (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- Realizzazione N2O (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Obiettivo acqua
- table [Sustainability Goals] measure [Water Target]
-
-
- Obiettivo rifiuti
- table [Sustainability Goals] measure [Waste Target]
-
-
- Realizzazione acqua (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Realizzazione rifiuti (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- Realizzazione CO2e (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Valore corrente CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Valore corrente CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Valore corrente N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Valore corrente CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Valore corrente acqua
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Valore corrente rifiuti
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Movimenti contabili dipendente
- table [table.Name]
-
-
- Nr. movimento
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Tipo di documento
- table [Employee Ledger Entries] column [Document Type]
-
-
- Nr. documento
- table [Employee Ledger Entries] column [Document No.]
-
-
- Descrizione
- table [Employee Ledger Entries] column [Description]
-
-
- Importo dipendente
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Collegamento movimenti contabili dipendente
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Qualifiche dipendenti
- table [table.Name]
-
-
- Codici qualifiche dipendenti
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Qualifiche dipendenti
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Imposte sulle emissioni
- table [table.Name]
-
-
- Tipo di emissioni
- table [Emission Fees] column [Emission Type]
-
-
- Tipo di ambito
- table [Emission Fees] column [Scope Type]
-
-
- Data di inizio
- table [Emission Fees] column [Starting Date]
-
-
- Data di fine
- table [Emission Fees] column [Ending Date]
-
-
- Codice paese/area geografica
- table [Emission Fees] column [Country Region Code]
-
-
- Centro di responsabilità
- table [Emission Fees] column [Responsibility Centre]
-
-
- Onere per emissioni di carbonio
- table [Emission Fees] column [Carbon Fee]
-
-
- Fattore di carbonio equivalente
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- Obiettivo CO2e
- table [Emission Fees] measure [CO2e Target]
-
-
- Carbonio CO2 equivalente
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- Carbonio CH4 equivalente
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- Carbonio N2O equivalente
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Assenze impiegato
- table [table.Name]
-
-
- Nr. movimento
- table [Employee Absences] column [Entry No]
-
-
- Da data
- table [Employee Absences] column [From Date]
-
-
- A data
- table [Employee Absences] column [To Date]
-
-
- Cause delle assenze
- table [Employee Absences] column [Cause of Absence]
-
-
- Descrizione
- table [Employee Absences] column [Description]
-
-
- Assenze impiegato
- table [Employee Absences] measure [Employee Absences]
-
-
- Ore di assenza (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Categorie conti secondari di sostenibilità
- table [table.Name]
-
-
- Codice sottocategoria
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Descrizione sottocategoria
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Energie rinnovabili
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Dipendenti
- table [table.Name]
-
-
- Nr. dipendente
- table [Employees] column [Employee No.]
-
-
- Nome completo dipendente
- table [Employees] column [Employee Full Name]
-
-
- Nome dipendente
- table [Employees] column [Employee First Name]
-
-
- Cognome dipendente
- table [Employees] column [Employee Last Name]
-
-
- Genere dipendente
- table [Employees] column [Employee Gender]
-
-
- Codice sindacato dipendente
- table [Employees] column [Employee Union Code]
-
-
- Stato di impiego
- table [Employees] column [Employee Status]
-
-
- Causa inattività dipendente
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Data di inattività dipendente
- table [Employees] column [Employee Inactive Date]
-
-
- Motivazioni di fine rapporto dipendente
- table [Employees] column [Employee Grounds for Termination]
-
-
- Data di nascita dipendente
- table [Employees] column [Employee Date of Birth]
-
-
- Età
- table [Employees] column [Age]
-
-
- Distribuzione età
- table [Employees] column [Age Distribution]
-
-
- Nr. di dipendenti
- table [Employees] measure [No. of Employees]
-
-
- Nr. di dipendenti di genere maschile
- table [Employees] measure [No. of Male Employees]
-
-
- Nr. di dipendenti di genere femminile
- table [Employees] measure [No. of Female Employees]
-
-
- Nr. di altri dipendenti
- table [Employees] measure [No. of Other Employees]
-
-
- Dipendenti di genere maschile (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Dipendenti di genere femminile (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Altri dipendenti (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Dipendenti attivi
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.nb-NO.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.nb-NO.resx
deleted file mode 100644
index 256b9ba8c7..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.nb-NO.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Finanskontokategori
- table [table.Name]
-
-
- Beskrivelse av finanskontokategori
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Kategorikode for bærekraftskonto
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Utslippsområde for bærekraftskontokategori
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimensjonssett
- table [table.Name]
-
-
- Global dimensjon 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Global dimensjon 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Snarveisdimensjon 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Snarveisdimensjon 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Snarveisdimensjon 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Snarveisdimensjon 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Snarveisdimensjon 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Snarveisdimensjon 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- AVDELING
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Navn på avdeling
- table [Dimension Sets] column [Department Name]
-
-
- KUNDEGRUPPE
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Navn på kundegruppe
- table [Dimension Sets] column [Customer Group Name]
-
-
- OMRÅDE
- table [Dimension Sets] column [AREA]
-
-
- Områdenavn
- table [Dimension Sets] column [Area Name]
-
-
- FIRMATYPE
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Navn på forretningsgruppe
- table [Dimension Sets] column [Business Group Name]
-
-
- SALGSKAMPANJE
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Navn på salgskampanje
- table [Dimension Sets] column [Sales campaign Name]
-
-
- SELGER
- table [Dimension Sets] column [SALESPERSON]
-
-
- Selgernavn
- table [Dimension Sets] column [Salesperson Name]
-
-
- Dato
- table [table.Name]
-
-
- Ukedag
- table [Date] column [Week Day]
-
-
- Type dag
- table [Date] column [Day Type]
-
-
- Kalenderår
- table [Date] column [Calendar Year]
-
-
- Kalenderkvartal
- table [Date] column [Calendar Quarter]
-
-
- Kalender Kvartal År
- table [Date] column [Calendar Quarter Year]
-
-
- Kalendermåned
- table [Date] column [Calendar Month]
-
-
- Kalender Måned År
- table [Date] column [Calendar Month Year]
-
-
- Kalenderuke
- table [Date] column [Calendar Week]
-
-
- Kalender Uke År
- table [Date] column [Calendar Week Year]
-
-
- Kalender RelativUkePos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Kalender RelativMånedPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Kalender RelativtKvartalPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Kalender RelativtÅrPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Kalender StartPåMåned
- table [Date] column [Calendar StartOfMonth]
-
-
- Kalender SluttPåMåned
- table [Date] column [Calendar EndOfMonth]
-
-
- Kalender StartPåKvartal
- table [Date] column [Calendar StartOfQuarter]
-
-
- KalenderSluttPåKvartal
- table [Date] column [Calendar EndOfQuarter]
-
-
- Kalender StartPåÅr
- table [Date] column [Calendar StartOfYear]
-
-
- Kalender SluttPåÅr
- table [Date] column [Calendar EndOfYear]
-
-
- Kalender MånedDager
- table [Date] column [Calendar MonthDays]
-
-
- Kalender KvartalDager
- table [Date] column [Calendar QuarterDays]
-
-
- Kalender ÅrDager
- table [Date] column [Calendar YearDays]
-
-
- Kalender DagIMånedNummer
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Kalender DagIKvartalNummer
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Kalender DagIÅretNummer
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Kalender DatoForrigeUke
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Kalender DatoForrigeMåned
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Kalender DatoForrigeKvartal
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Kalender DatoForrigeÅr
- table [Date] column [Calendar DatePreviousYear]
-
-
- Regnskapsår
- table [Date] column [Fiscal Year]
-
-
- Regnskapskvartal
- table [Date] column [Fiscal Quarter]
-
-
- Regnskap Kvartal År
- table [Date] column [Fiscal Quarter Year]
-
-
- Regnskapsmåned
- table [Date] column [Fiscal Month]
-
-
- Regnskap Måned År
- table [Date] column [Fiscal Month Year]
-
-
- Regnskapsuke
- table [Date] column [Fiscal Week]
-
-
- Regnskap Uke År
- table [Date] column [Fiscal Week Year]
-
-
- Regnskap RelativUkePos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Regnskap RelativMånedPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Regnskap RelativtKvartalPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Regnskap RelativtÅrPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Regnskap StartPåMåned
- table [Date] column [Fiscal StartOfMonth]
-
-
- Regnskap SluttPåMåned
- table [Date] column [Fiscal EndOfMonth]
-
-
- Regnskap StartPåKvartal
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Regnskap SluttPåKvartal
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Regnskap StartPåÅr
- table [Date] column [Fiscal StartOfYear]
-
-
- Regnskap SluttPåÅr
- table [Date] column [Fiscal EndOfYear]
-
-
- Regnskap MånedDager
- table [Date] column [Fiscal MonthDays]
-
-
- Regnskap KvartalDager
- table [Date] column [Fiscal QuarterDays]
-
-
- Regnskap ÅrDager
- table [Date] column [Fiscal YearDays]
-
-
- Regnskap DagIMånedNummer
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Regnskap DagIKvartalNummer
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Regnskap DagIÅretNummer
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Regnskap DatoForrigeUke
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Regnskap DatoForrigeMåned
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Regnskap DatoForrigeKvartal
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Regnskap DatoForrigeÅr
- table [Date] column [Fiscal DatePreviousYear]
-
-
- Regnskapsuke år
- table [Date] column [FW Year]
-
-
- Regnskapsuke kvartal
- table [Date] column [FW Quarter]
-
-
- Regnskapsuke Kvartal År
- table [Date] column [FW Quarter Year]
-
-
- Regnskapsuke måned
- table [Date] column [FW Month]
-
-
- Regnskapsuke Måned År
- table [Date] column [FW Month Year]
-
-
- Regnskapsuke Uke
- table [Date] column [FW Week]
-
-
- Regnskapsukeperiode
- table [Date] column [FW Period]
-
-
- Regnskapsuke Uke År
- table [Date] column [FW Week Year]
-
-
- Regnskapsuke StartPåUke
- table [Date] column [FW StartOfWeek]
-
-
- Regnskapsuke SluttPåUke
- table [Date] column [FW EndOfWeek]
-
-
- Regnskapsuke RelativUkePos
- table [Date] column [FW RelativeWeekPos]
-
-
- Regnskapsuke RelativMånedPos
- table [Date] column [FW RelativeMonthPos]
-
-
- Regnskapsuke RelativtKvartalPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- Regnskapsuke RelativtÅrPos
- table [Date] column [FW RelativeYearPos]
-
-
- Regnskapsuke StartPåMåned
- table [Date] column [FW StartOfMonth]
-
-
- Regnskapsuke SluttPåMåned
- table [Date] column [FW EndOfMonth]
-
-
- Regnskapsuke StartPåKvartal
- table [Date] column [FW StartOfQuarter]
-
-
- Regnskapsuke SluttPåKvartal
- table [Date] column [FW EndOfQuarter]
-
-
- Regnskapsuke StartPåÅr
- table [Date] column [FW StartOfYear]
-
-
- Regnskapsuke SluttPåÅr
- table [Date] column [FW EndOfYear]
-
-
- Regnskapsuke MånedDager
- table [Date] column [FW MonthDays]
-
-
- Regnskapsuke KvartalDager
- table [Date] column [FW QuarterDays]
-
-
- Regnskapsuke ÅrDager
- table [Date] column [FW YearDays]
-
-
- Regnskapsuke DagIMånedNummer
- table [Date] column [FW DayOfMonthNumber]
-
-
- Regnskapsuke DagIKvartalNummer
- table [Date] column [FW DayOfQuarterNumber]
-
-
- Regnskapsuke DagIÅretNummer
- table [Date] column [FW DayOfYearNumber]
-
-
- Regnskapsuke DatoForrigeUke
- table [Date] column [FW DatePreviousWeek]
-
-
- Regnskapsuke DatoForrigeMåned
- table [Date] column [FW DatePreviousMonth]
-
-
- Regnskapsuke DatoForrigeKvartal
- table [Date] column [FW DatePreviousQuarter]
-
-
- Regnskapsuke DatoForrigeÅr
- table [Date] column [FW DatePreviousYear]
-
-
- Relativ dag
- table [Date] column [Relative Day]
-
-
- Antall dager
- table [Date] measure [No. of Days]
-
-
- Virkedager
- table [Date] measure [Working Days]
-
-
- Fra/til
- table [Date] measure [Ranged]
-
-
- Regnskap år-kvartal-måned-uke
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Regnskapsår
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Regnskap Kvartal År
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Regnskap Måned År
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Regnskap Uke År
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Kalender år-kvartal-måned-uke
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Kalenderår
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Kalender Kvartal År
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Kalender Måned År
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Kalender Uke År
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- Regnskapsuke år-kvartal-måned-uke
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- Regnskapsuke år
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- Regnskapsuke Kvartal År
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- Regnskapsuke Måned År
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- Regnskapsuke Uke År
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Regnskap år-måned
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Regnskapsår
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Regnskap Måned År
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Regnskap år-måned-uke
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Regnskapsår
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Regnskap Måned År
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Regnskap Uke År
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Kalender år-måned
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Kalenderår
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Kalender Måned År
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Kalender år-måned-uke
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Kalenderår
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Kalender Måned År
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Kalender Uke År
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- Regnskapsuke år-måned-uke
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- Regnskapsuke år
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- Regnskapsuke Måned År
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- Regnskapsuke Uke År
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- Regnskapsuke år-kvartal-uke
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- Regnskapsuke år
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- Regnskapsuke Kvartal År
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- Regnskapsuke Uke År
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- Regnskapsuke år-uke
- table [Date] hierarchy [FW Year-Week]
-
-
- Regnskapsuke år
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- Regnskapsuke Uke År
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Min rapporttittel
- table [Localized Labels] measure [My Report Title]
-
-
- Min knappetittel
- table [Localized Labels] measure [My Button Caption]
-
-
- Min visuelle tittel
- table [Localized Labels] measure [My Visual Title]
-
-
- Inaktive ansatte
- table [Localized Labels] measure [Inactive Employees]
-
-
- Oppsagte ansatte
- table [Localized Labels] measure [Terminated Employees]
-
-
- Ansatte i fagforening
- table [Localized Labels] measure [Employees in Unions]
-
-
- Samfunnsanalyse
- table [Localized Labels] measure [Social Analysis]
-
-
- Kjønnsdistribusjon
- table [Localized Labels] measure [Gender Distribution]
-
-
- Aldersfordeling
- table [Localized Labels] measure [Age Distribution]
-
-
- Ansattes kvalifikasjoner
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realiserte utslipp kontra mål
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e-utslipp etter område
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gassutslipp etter kategori
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realiserte utslipp kontra grunnlinje
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e-utslipp kontra grunnlinje
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e-utslipp etter konto
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Vann- og avfallsanalyse
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Vann etter anleggslokasjon
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Vann etter anleggskapasitet
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Vann og avfall etter type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Vann- og avfallsintensitet etter type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Vann- og avfallsintensitet etter anlegg
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Utslipp etter kategori og område
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Utslipp etter kategori
- table [Localized Labels] measure [Emissions by Category]
-
-
- Utslipp etter område
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e-analyse
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e-utslipp etter kategori
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Karbonkredit etter måned
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e-ekvivalentutslipp etter måned og inntekt
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Gjennomgang av ansattposter
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Ansattposter
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Bærekraftposter
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Gjennomgang av bærekraftposter
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Gjennomgang av ansattposter
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Oversikt over bærekraft
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Bærekraftsanalyse
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e-utslipp etter måned
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Analyse av område 1 og 2 etter kategorier per år
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e-utslipp etter avdeling
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Reisen til nettonull karbon
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e-utslipp etter forretningsgruppe
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Bruk av fornybar energi
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e-utslipp over tid
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Smart gjennomgang av CO2e
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e-utslipp etter global dimensjon én
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e-utslipp etter global dimensjon to
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e-ekvivalentutslipp etter måned
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Selskapsnavn
- table [Localized Labels] measure [Company Name]
-
-
- Sist oppdatert
- table [Localized Labels] measure [Last Refreshed]
-
-
- Frigitte ansatte
- table [Localized Labels] measure [Released Employees]
-
-
- CO2e-nedbrytingstre
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- CO2e-nøkkelpåvirkninger
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Vann og avfall, årlig og daglig endring
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Bærekraftposter
- table [table.Name]
-
-
- Oppføringsnr.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Beskrivelse
- table [Sustainability Ledger Entries] column [Description]
-
-
- Vanntype
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Type vann-/avfallsintensitet
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Dokumenttype
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2-utslipp
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4-utslipp
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Saldo for CO2-utslipp
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Saldo for CO2-utslipp per dato
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O-utslipp
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e-utslipp
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Saldo for CH4-utslipp per dato
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Saldo for CH4-utslipp
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Vannintensitet
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Avfallsintensitet
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Utsluppet i vann
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Saldo for CO2e-utslipp
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Saldo for CO2e-utslipp per dato
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Saldo per dato for utsluppet i vann
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Saldo for utsluppet i vann
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Saldo for N2O-utslipp
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Saldo for N2O-utslipp per dato
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Avfallsintensitetssaldo per dato
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Avfallsintensitetssaldo
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Vannintensitetssaldo
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Saldo per dato for vannintensitet
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2-grunnlinje
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4-grunnlinje
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 kontra grunnlinje (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O-grunnlinje
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O kontra grunnlinje (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 kontra grunnlinje (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Vanngrunnlinje
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Avfallsgrunnlinje
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Vann kontra grunnlinje (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Avfall kontra grunnlinje (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e-grunnlinje
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e kontra grunnlinje (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Kjøpte karbonkreditter
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Grunnlinje for utsluppet i vann
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Utsluppet i vann kontra grunnlinje (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e-utslipp (ekskl. krediter)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Vannintensitet PÅ
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Vannintensitet år for år
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Avfallsintensitet i fjor
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Avfallsintensitet år for år
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Utsluppet i vann PÅ
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Utsluppet i vann ÅFÅ
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Utsluppet i vann PD
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Avfallsintensitet i går
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Vannintensitet PD
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Vannintensitet dag for dag
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Avfallsintensitet dag for dag
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Utsluppet i vann DFD
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Grunnkobling
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Kobling for bærekraftposter
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Vann tilgjengelig
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Bærekraftskontoer
- table [table.Name]
-
-
- Bærekraftskontonr.
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Navn på bærekraftskonto
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Land/område
- table [table.Name]
-
-
- Kode for land/område
- table [Country/Region] column [Country Region Code]
-
-
- Navn på land/område
- table [Country/Region] column [Country Region Name]
-
-
- Ansvarssenter
- table [table.Name]
-
-
- Ansvarssenterkode
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Navn på ansvarssenter
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Anleggskapasitet
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Bærekraftsmål
- table [table.Name]
-
-
- Målstyringsnr.
- table [Sustainability Goals] column [Score Card No.]
-
-
- Nr.
- table [Sustainability Goals] column [No.]
-
-
- Navn
- table [Sustainability Goals] column [Name]
-
-
- Eier
- table [Sustainability Goals] column [Owner]
-
-
- Målverdi for CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Målverdi for CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Målverdi for N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Målverdi for vannintensitet
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Målverdi for avfallsintensitet
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Hovedmål
- table [Sustainability Goals] column [Main Goal]
-
-
- Startdato
- table [Sustainability Goals] column [Start Date]
-
-
- Sluttdato
- table [Sustainability Goals] column [End Date]
-
-
- Startdato for grunnlinje
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Sluttdato for grunnlinje
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2-mål
- table [Sustainability Goals] measure [CO2 Target]
-
-
- Realisert CO2 (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4-mål
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O-mål
- table [Sustainability Goals] measure [N2O Target]
-
-
- Realisert CH4 (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- Realisert N2O (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Vannmål
- table [Sustainability Goals] measure [Water Target]
-
-
- Avfallsmål
- table [Sustainability Goals] measure [Waste Target]
-
-
- Realisert vann (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Realisert avfall (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- Realisert CO2e (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Nåværende verdi for CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Nåværende verdi for CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Nåværende verdi for N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Nåværende verdi for CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Nåværende verdi for vann
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Nåværende verdi for avfall
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Ansattposter
- table [table.Name]
-
-
- Oppføringsnr.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Dokumenttype
- table [Employee Ledger Entries] column [Document Type]
-
-
- Dokumentnr.
- table [Employee Ledger Entries] column [Document No.]
-
-
- Beskrivelse
- table [Employee Ledger Entries] column [Description]
-
-
- Ansattbeløp
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Kobling for ansattposter
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Ansattes kvalifikasjoner
- table [table.Name]
-
-
- Koder for ansattes kvalifikasjoner
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Ansattes kvalifikasjoner
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Utslippsavgifter
- table [table.Name]
-
-
- Utslippstype
- table [Emission Fees] column [Emission Type]
-
-
- Områdetype
- table [Emission Fees] column [Scope Type]
-
-
- Startdato
- table [Emission Fees] column [Starting Date]
-
-
- Sluttdato
- table [Emission Fees] column [Ending Date]
-
-
- Kode for land/område
- table [Emission Fees] column [Country Region Code]
-
-
- Ansvarssenter
- table [Emission Fees] column [Responsibility Centre]
-
-
- Karbonavgift
- table [Emission Fees] column [Carbon Fee]
-
-
- Karbonekvivalentfaktor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e-mål
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2-karbonekvivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4-karbonekvivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O-karbonekvivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Ansattes fravær
- table [table.Name]
-
-
- Oppføringsnr.
- table [Employee Absences] column [Entry No]
-
-
- Fra dato
- table [Employee Absences] column [From Date]
-
-
- Til dato
- table [Employee Absences] column [To Date]
-
-
- Fraværsårsak
- table [Employee Absences] column [Cause of Absence]
-
-
- Beskrivelse
- table [Employee Absences] column [Description]
-
-
- Ansattes fravær
- table [Employee Absences] measure [Employee Absences]
-
-
- Fraværstimer (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Underkontokategorier for bærekraft
- table [table.Name]
-
-
- Underkategorikode
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Beskrivelse av underkategori
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Fornybar energi
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Ansatte
- table [table.Name]
-
-
- Ansattnr.
- table [Employees] column [Employee No.]
-
-
- Ansattes fulle navn
- table [Employees] column [Employee Full Name]
-
-
- Ansattes fornavn
- table [Employees] column [Employee First Name]
-
-
- Ansattes etternavn
- table [Employees] column [Employee Last Name]
-
-
- Ansattes kjønn
- table [Employees] column [Employee Gender]
-
-
- Ansattes fagforeningskode
- table [Employees] column [Employee Union Code]
-
-
- Ansattes status
- table [Employees] column [Employee Status]
-
-
- Ansattes inaktivitetsårsak
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Ansattes inaktivitetsdato
- table [Employees] column [Employee Inactive Date]
-
-
- Ansattes sluttårsaker
- table [Employees] column [Employee Grounds for Termination]
-
-
- Ansattes fødselsdato
- table [Employees] column [Employee Date of Birth]
-
-
- Alder
- table [Employees] column [Age]
-
-
- Aldersfordeling
- table [Employees] column [Age Distribution]
-
-
- Antall ansatte
- table [Employees] measure [No. of Employees]
-
-
- Antall mannlige ansatte
- table [Employees] measure [No. of Male Employees]
-
-
- Antall kvinnelige ansatte
- table [Employees] measure [No. of Female Employees]
-
-
- Antall andre ansatte
- table [Employees] measure [No. of Other Employees]
-
-
- Mannlige ansatte (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Kvinnelige ansatte (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Andre ansatte (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Aktive ansatte
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.nl-BE.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.nl-BE.resx
deleted file mode 100644
index 32e5a9cce5..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.nl-BE.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GB-rekeningcategorie
- table [table.Name]
-
-
- Omschrijving van grootboekrekeningcategorie
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Code categorie duurzaamheidsrekening
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Uitstootbereik categorie duurzaamheidsrekening
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimensiecombinaties
- table [table.Name]
-
-
- Globale dimensie 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Globale dimensie 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Shortcutdimensie 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Shortcutdimensie 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Shortcutdimensie 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Shortcutdimensie 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Shortcutdimensie 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Shortcutdimensie 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- AFDELING
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Afdelingsnaam
- table [Dimension Sets] column [Department Name]
-
-
- KLANTGROEP
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Naam van klantengroep
- table [Dimension Sets] column [Customer Group Name]
-
-
- DISTRICT
- table [Dimension Sets] column [AREA]
-
-
- Gebiedsnaam
- table [Dimension Sets] column [Area Name]
-
-
- BEDRIJFSGROEP
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Naam van bedrijfsgroep
- table [Dimension Sets] column [Business Group Name]
-
-
- VERKOOPCAMPAGNE
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Naam verkoopcampagne
- table [Dimension Sets] column [Sales campaign Name]
-
-
- VERKOPER
- table [Dimension Sets] column [SALESPERSON]
-
-
- Verkopersnaam
- table [Dimension Sets] column [Salesperson Name]
-
-
- Datum
- table [table.Name]
-
-
- Week Dag
- table [Date] column [Week Day]
-
-
- Dagsoort
- table [Date] column [Day Type]
-
-
- Kalender Jaar
- table [Date] column [Calendar Year]
-
-
- Kalender Kwartaal
- table [Date] column [Calendar Quarter]
-
-
- Kalender Kwartaal Jaar
- table [Date] column [Calendar Quarter Year]
-
-
- Kalender Maand
- table [Date] column [Calendar Month]
-
-
- Kalender Maand Jaar
- table [Date] column [Calendar Month Year]
-
-
- Kalender Week
- table [Date] column [Calendar Week]
-
-
- Kalender Week Jaar
- table [Date] column [Calendar Week Year]
-
-
- Kalender RelatieveWeekPos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Kalender RelatieveMaandPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Kalender RelatieveKwartaalPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Kalender RelatieveJaarPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Kalender BeginVanMaand
- table [Date] column [Calendar StartOfMonth]
-
-
- Kalender EindVanMaand
- table [Date] column [Calendar EndOfMonth]
-
-
- Kalender BeginVanKwartaal
- table [Date] column [Calendar StartOfQuarter]
-
-
- Kalender EindVanKwartaal
- table [Date] column [Calendar EndOfQuarter]
-
-
- Kalender BeginVanJaar
- table [Date] column [Calendar StartOfYear]
-
-
- Kalender EindVanJaar
- table [Date] column [Calendar EndOfYear]
-
-
- Kalender MaandDagen
- table [Date] column [Calendar MonthDays]
-
-
- Kalender KwartaalDagen
- table [Date] column [Calendar QuarterDays]
-
-
- Kalender JaarDagen
- table [Date] column [Calendar YearDays]
-
-
- Kalender DagVanMaandNummer
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Kalender DagVanKwartaalNummer
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Kalender DagVanJaarNummer
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Kalender DatumVorigeWeek
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Kalender DatumVorigeMaand
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Kalender DatumVorigKwartaal
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Kalender DatumVorigJaar
- table [Date] column [Calendar DatePreviousYear]
-
-
- Fiscaal Jaar
- table [Date] column [Fiscal Year]
-
-
- Fiscaal Kwartaal
- table [Date] column [Fiscal Quarter]
-
-
- Fiscaal Kwartaal Jaar
- table [Date] column [Fiscal Quarter Year]
-
-
- Fiscaal Maand
- table [Date] column [Fiscal Month]
-
-
- Fiscaal Maand Jaar
- table [Date] column [Fiscal Month Year]
-
-
- Fiscaal Week
- table [Date] column [Fiscal Week]
-
-
- Fiscaal Week Jaar
- table [Date] column [Fiscal Week Year]
-
-
- Fiscaal RelatieveWeekPos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Fiscaal RelatieveMaandPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Fiscaal RelatieveKwartaalPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Fiscaal RelatieveJaarPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Fiscaal BeginVanMaand
- table [Date] column [Fiscal StartOfMonth]
-
-
- Fiscaal EindVanMaand
- table [Date] column [Fiscal EndOfMonth]
-
-
- Fiscaal BeginVanKwartaal
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Fiscaal EindVanKwartaal
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Fiscaal BeginVanJaar
- table [Date] column [Fiscal StartOfYear]
-
-
- Fiscaal EindVanJaar
- table [Date] column [Fiscal EndOfYear]
-
-
- Fiscaal MaandDagen
- table [Date] column [Fiscal MonthDays]
-
-
- Fiscaal KwartaalDagen
- table [Date] column [Fiscal QuarterDays]
-
-
- Fiscaal JaarDagen
- table [Date] column [Fiscal YearDays]
-
-
- Fiscaal DagVanMaandNummer
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Fiscaal DagVanKwartaalNummer
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Fiscaal DagVanJaarNummer
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Fiscaal DatumVorigeWeek
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Fiscaal DatumVorigeMaand
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Fiscaal DatumVorigKwartaal
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Fiscaal DatumVorigJaar
- table [Date] column [Fiscal DatePreviousYear]
-
-
- FW Jaar
- table [Date] column [FW Year]
-
-
- FW Kwartaal
- table [Date] column [FW Quarter]
-
-
- FW Kwartaal Jaar
- table [Date] column [FW Quarter Year]
-
-
- FW Maand
- table [Date] column [FW Month]
-
-
- FW Maand Jaar
- table [Date] column [FW Month Year]
-
-
- FW Week
- table [Date] column [FW Week]
-
-
- FW Periode
- table [Date] column [FW Period]
-
-
- FW Week Jaar
- table [Date] column [FW Week Year]
-
-
- FW BeginVanWeek
- table [Date] column [FW StartOfWeek]
-
-
- FW EindVanWeek
- table [Date] column [FW EndOfWeek]
-
-
- FW RelatieveWeekPos
- table [Date] column [FW RelativeWeekPos]
-
-
- FW RelatieveMaandPos
- table [Date] column [FW RelativeMonthPos]
-
-
- FW RelatieveKwartaalPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- FW RelatieveJaarPos
- table [Date] column [FW RelativeYearPos]
-
-
- FW BeginVanMaand
- table [Date] column [FW StartOfMonth]
-
-
- FW EindVanMaand
- table [Date] column [FW EndOfMonth]
-
-
- FW BeginVanKwartaal
- table [Date] column [FW StartOfQuarter]
-
-
- FW EindVanKwartaal
- table [Date] column [FW EndOfQuarter]
-
-
- FW BeginVanJaar
- table [Date] column [FW StartOfYear]
-
-
- FW EindVanJaar
- table [Date] column [FW EndOfYear]
-
-
- FW MaandDagen
- table [Date] column [FW MonthDays]
-
-
- FW KwartaalDagen
- table [Date] column [FW QuarterDays]
-
-
- FW JaarDagen
- table [Date] column [FW YearDays]
-
-
- FW DagVanMaandNummer
- table [Date] column [FW DayOfMonthNumber]
-
-
- FW DagVanKwartaalNummer
- table [Date] column [FW DayOfQuarterNumber]
-
-
- FW DagVanJaarNummer
- table [Date] column [FW DayOfYearNumber]
-
-
- FW DatumVorigeWeek
- table [Date] column [FW DatePreviousWeek]
-
-
- FW DatumVorigeMaand
- table [Date] column [FW DatePreviousMonth]
-
-
- FW DatumVorigKwartaal
- table [Date] column [FW DatePreviousQuarter]
-
-
- FW DatumVorigJaar
- table [Date] column [FW DatePreviousYear]
-
-
- Relatieve Dag
- table [Date] column [Relative Day]
-
-
- Aantal dagen
- table [Date] measure [No. of Days]
-
-
- Werkdagen
- table [Date] measure [Working Days]
-
-
- Bereik
- table [Date] measure [Ranged]
-
-
- Fiscaal Jaar-Kwartaal-Maand-Week
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Fiscaal Jaar
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Fiscaal Kwartaal Jaar
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Fiscaal Maand Jaar
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Fiscaal Week Jaar
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Kalender Jaar-Kwartaal-Maand-Week
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Kalender Jaar
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Kalender Kwartaal Jaar
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Kalender Maand Jaar
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Kalender Week Jaar
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- FW Jaar-Kwartaal-Maand-Week
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- FW Jaar
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- FW Kwartaal Jaar
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- FW Maand Jaar
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- FW Week Jaar
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Fiscaal Jaar-Maand
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Fiscaal Jaar
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Fiscaal Maand Jaar
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Fiscaal Jaar-Maand-Week
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Fiscaal Jaar
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Fiscaal Maand Jaar
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Fiscaal Week Jaar
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Kalender Jaar-Maand
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Kalender Jaar
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Kalender Maand Jaar
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Kalender Jaar-Maand-Week
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Kalender Jaar
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Kalender Maand Jaar
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Kalender Week Jaar
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- FW Jaar-Maand-Week
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- FW Jaar
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- FW Maand Jaar
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- FW Week Jaar
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- FW Jaar-Kwartaal-Week
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- FW Jaar
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- FW Kwartaal Jaar
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- FW Week Jaar
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- FW Jaar-Week
- table [Date] hierarchy [FW Year-Week]
-
-
- FW Jaar
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- FW Week Jaar
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Mijn rapporttitel
- table [Localized Labels] measure [My Report Title]
-
-
- Bijschrift van mijn knop
- table [Localized Labels] measure [My Button Caption]
-
-
- Mijn visuele titel
- table [Localized Labels] measure [My Visual Title]
-
-
- Inactieve werknemers
- table [Localized Labels] measure [Inactive Employees]
-
-
- Ontslagen werknemers
- table [Localized Labels] measure [Terminated Employees]
-
-
- Werknemers in vakbonden
- table [Localized Labels] measure [Employees in Unions]
-
-
- Sociale analyse
- table [Localized Labels] measure [Social Analysis]
-
-
- Geslachtsdistributie
- table [Localized Labels] measure [Gender Distribution]
-
-
- Leeftijdsdistributie
- table [Localized Labels] measure [Age Distribution]
-
-
- Werknemerskwalificaties
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Gerealiseerde uitstoot versus doel
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e-uitstoot per bereik
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gasuitstoot per categorie
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Gerealiseerde uitstoot versus basislijn
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e-uitstoot versus basislijn
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e-uitstoot per rekening
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Water- en afvalanalyse
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Water per faciliteitslocatie
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Water per faciliteitscapaciteit
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Water en afval per type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Water- en afvalintensiteit per type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Water- en afvalintensiteit per faciliteit
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Uitstoot per categorie en bereik
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Uitstoot per categorie
- table [Localized Labels] measure [Emissions by Category]
-
-
- Uitstoot per bereik
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e-analyse
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e-uitstoot per categorie
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Koolstofkrediet per maand
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e-equivalente uitstoot per maand en opbrengst
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Detailanalyse van werknemersposten
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Werknemersposten
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Duurzaamheidsposten
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Detailanalyse duurzaamheidsposten
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Detailanalyse werknemersposten
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Duurzaamheidsoverzicht
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Duurzaamheidsanalyses
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e-uitstoot per maand
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Analyse per categorie per jaar bereik 1 en 2
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e-uitstoot per afdeling
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Reis naar Netto-Nul-Koolstof
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e-uitstoot per bedrijfsgroep
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Gebruik hernieuwbare energie
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e-uitstoot in loop van tijd
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Slimme beoordeling CO2e
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e-uitstoot per globale dimensie één
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e-uitstoot per globale dimensie twee
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e-equivalente uitstoot per maand
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Bedrijfsnaam
- table [Localized Labels] measure [Company Name]
-
-
- Laatst vernieuwd
- table [Localized Labels] measure [Last Refreshed]
-
-
- Vertrokken werknemers
- table [Localized Labels] measure [Released Employees]
-
-
- Ontledingsstructuur CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Belangrijke invloeden CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Jaarlijkse en dagelijkse wijziging van water en afval
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Duurzaamheidsposten
- table [table.Name]
-
-
- Postnr.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Omschrijving
- table [Sustainability Ledger Entries] column [Description]
-
-
- Type water
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Type intensiteit water/afval
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Documenttype
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2-uitstoot
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4-uitstoot
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Saldo CO2-uitstoot
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Saldo op datum CO2-uitstoot
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O-uitstoot
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e-uitstoot
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Saldo op datum CH4-uitstoot
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Saldo CH4-uitstoot
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Waterintensiteit
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Afvalintensiteit
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Geloosd in water
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Saldo CO2e-uitstoot
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Saldo op datum CO2e-uitstoot
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Saldo op datum geloosd in water
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Saldo geloosd in water
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Saldo N2O-uitstoot
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Saldo op datum N2O-uitstoot
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Saldo afvalintensiteit op datum
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Saldo afvalintensiteit
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Saldo waterintensiteit
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Saldo op datum waterintensiteit
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2-basislijn
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4-basislijn
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 versus basislijn (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O-basislijn
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O versus basislijn (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 versus basislijn (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Basislijn water
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Basislijn afval
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Water versus basislijn (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Afval versus basislijn (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e-basislijn
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e versus basislijn (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Ingekochte koolstofkredieten
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Basislijn geloosd in water
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Geloosd in water versus basislijn (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e-uitstoot (excl. kredieten)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Waterintensiteit VJ
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Waterintensiteit JTJ
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Afvalintensiteit VJ
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Afvalintensiteit JTJ
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Geloosd in water VJ
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Geloosd in water JTJ
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- PG geloosd in water
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Afvalintensiteit VD
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- PG waterintensiteit
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Waterintensiteit dag-voor-dag
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Afvalintensiteit dag-voor-dag
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Geloosd in water dag-voor-dag
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Basiskoppeling
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Koppeling Duurzaamheidsposten
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Water beschikbaar
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Duurzaamheidsrekeningen
- table [table.Name]
-
-
- Nr. van duurzaamheidsrekening
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Naam van duurzaamheidsrekening
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Land/regio
- table [table.Name]
-
-
- Land/regio-code
- table [Country/Region] column [Country Region Code]
-
-
- Land/regio-naam
- table [Country/Region] column [Country Region Name]
-
-
- Divisie
- table [table.Name]
-
-
- Divisiecode
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Divisienaam
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Faciliteitscapaciteit
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Duurzaamheidsdoelen
- table [table.Name]
-
-
- Scorekaartnr.
- table [Sustainability Goals] column [Score Card No.]
-
-
- Nr.
- table [Sustainability Goals] column [No.]
-
-
- Naam
- table [Sustainability Goals] column [Name]
-
-
- Eigenaar
- table [Sustainability Goals] column [Owner]
-
-
- Doelwaarde voor CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Doelwaarde voor CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Doelwaarde voor N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Doelwaarde voor waterintensiteit
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Doelwaarde voor afvalintensiteit
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Hoofddoel
- table [Sustainability Goals] column [Main Goal]
-
-
- Begindatum
- table [Sustainability Goals] column [Start Date]
-
-
- Einddatum
- table [Sustainability Goals] column [End Date]
-
-
- Begindatum basislijn
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Einddatum basislijn
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2-doel
- table [Sustainability Goals] measure [CO2 Target]
-
-
- Gerealiseerde CO2 (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4-doel
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O-doel
- table [Sustainability Goals] measure [N2O Target]
-
-
- Gerealiseerde CH4 (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- Gerealiseerde N2O (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Waterdoel
- table [Sustainability Goals] measure [Water Target]
-
-
- Afvaldoel
- table [Sustainability Goals] measure [Waste Target]
-
-
- Gerealiseerd water (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Gerealiseerd afval (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- Gerealiseerde CO2e (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Huidige CO2-waarde
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Huidige CH4-waarde
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Huidige N2O-waarde
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Huidige CO2e-waarde
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Huidige waterwaarde
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Huidige afvalwaarde
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Werknemersposten
- table [table.Name]
-
-
- Postnr.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Documenttype
- table [Employee Ledger Entries] column [Document Type]
-
-
- Documentnr.
- table [Employee Ledger Entries] column [Document No.]
-
-
- Omschrijving
- table [Employee Ledger Entries] column [Description]
-
-
- Werknemersbedrag
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Koppeling Werknemersposten
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Werknemerskwalificaties
- table [table.Name]
-
-
- Werknemerskwalificatiecodes
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Werknemerskwalificaties
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Uitstootkosten
- table [table.Name]
-
-
- Type uitstoot
- table [Emission Fees] column [Emission Type]
-
-
- Type bereik
- table [Emission Fees] column [Scope Type]
-
-
- Begindatum
- table [Emission Fees] column [Starting Date]
-
-
- Einddatum
- table [Emission Fees] column [Ending Date]
-
-
- Land/regio-code
- table [Emission Fees] column [Country Region Code]
-
-
- Divisie
- table [Emission Fees] column [Responsibility Centre]
-
-
- CO2-tarief
- table [Emission Fees] column [Carbon Fee]
-
-
- Koolstofequivalente factor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e-doel
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2-koolstofequivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4-koolstofequivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O-koolstofequivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Werknemersafwezigheid
- table [table.Name]
-
-
- Postnr.
- table [Employee Absences] column [Entry No]
-
-
- Begindatum
- table [Employee Absences] column [From Date]
-
-
- Einddatum
- table [Employee Absences] column [To Date]
-
-
- Afwezigheidsreden
- table [Employee Absences] column [Cause of Absence]
-
-
- Omschrijving
- table [Employee Absences] column [Description]
-
-
- Werknemersafwezigheid
- table [Employee Absences] measure [Employee Absences]
-
-
- Afwezigheidsuren (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Categorieën duurzaamheidssubrekeningen
- table [table.Name]
-
-
- Subcategoriecode
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Omschrijving van subcategorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Hernieuwbare energie
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Werknemers
- table [table.Name]
-
-
- Werknemersnr.
- table [Employees] column [Employee No.]
-
-
- Volledige naam werknemer
- table [Employees] column [Employee Full Name]
-
-
- Voornaam werknemer
- table [Employees] column [Employee First Name]
-
-
- Achternaam werknemer
- table [Employees] column [Employee Last Name]
-
-
- Geslacht werknemer
- table [Employees] column [Employee Gender]
-
-
- Vakbondscode werknemer
- table [Employees] column [Employee Union Code]
-
-
- Werknemersstatus
- table [Employees] column [Employee Status]
-
-
- Reden van inactiviteit werknemer
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Werknemer inactief sinds
- table [Employees] column [Employee Inactive Date]
-
-
- Ontslagredenen werknemer
- table [Employees] column [Employee Grounds for Termination]
-
-
- Geboortedatum werknemer
- table [Employees] column [Employee Date of Birth]
-
-
- Leeftijd
- table [Employees] column [Age]
-
-
- Leeftijdsdistributie
- table [Employees] column [Age Distribution]
-
-
- Aantal werknemers
- table [Employees] measure [No. of Employees]
-
-
- Aantal mannelijke werknemers
- table [Employees] measure [No. of Male Employees]
-
-
- Aantal vrouwelijke werknemers
- table [Employees] measure [No. of Female Employees]
-
-
- Aantal overige werknemers
- table [Employees] measure [No. of Other Employees]
-
-
- Mannelijke werknemers (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Vrouwelijke werknemers (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Overige werknemers (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Actieve werknemers
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.nl-NL.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.nl-NL.resx
deleted file mode 100644
index 5dfb8d094a..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.nl-NL.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GB-rekeningcategorie
- table [table.Name]
-
-
- Omschrijving van grootboekrekeningcategorie
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Code categorie duurzaamheidsrekening
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Uitstootbereik categorie duurzaamheidsrekening
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimensiesets
- table [table.Name]
-
-
- Globale dimensie 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Globale dimensie 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Shortcutdimensie 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Shortcutdimensie 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Shortcutdimensie 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Shortcutdimensie 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Shortcutdimensie 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Shortcutdimensie 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- AFDELING
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Afdelingsnaam
- table [Dimension Sets] column [Department Name]
-
-
- KLANTGROEP
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Naam van klantengroep
- table [Dimension Sets] column [Customer Group Name]
-
-
- DISTRICT
- table [Dimension Sets] column [AREA]
-
-
- Gebiedsnaam
- table [Dimension Sets] column [Area Name]
-
-
- BEDRIJFSGROEP
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Naam van bedrijfsgroep
- table [Dimension Sets] column [Business Group Name]
-
-
- VERKOOPCAMPAGNE
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Naam verkoopcampagne
- table [Dimension Sets] column [Sales campaign Name]
-
-
- VERKOPER
- table [Dimension Sets] column [SALESPERSON]
-
-
- Verkopersnaam
- table [Dimension Sets] column [Salesperson Name]
-
-
- Datum
- table [table.Name]
-
-
- Week Dag
- table [Date] column [Week Day]
-
-
- Dagsoort
- table [Date] column [Day Type]
-
-
- Kalender Jaar
- table [Date] column [Calendar Year]
-
-
- Kalender Kwartaal
- table [Date] column [Calendar Quarter]
-
-
- Kalender Kwartaal Jaar
- table [Date] column [Calendar Quarter Year]
-
-
- Kalender Maand
- table [Date] column [Calendar Month]
-
-
- Kalender Maand Jaar
- table [Date] column [Calendar Month Year]
-
-
- Kalender Week
- table [Date] column [Calendar Week]
-
-
- Kalender Week Jaar
- table [Date] column [Calendar Week Year]
-
-
- Kalender RelatieveWeekPos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Kalender RelatieveMaandPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Kalender RelatieveKwartaalPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Kalender RelatieveJaarPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Kalender BeginVanMaand
- table [Date] column [Calendar StartOfMonth]
-
-
- Kalender EindVanMaand
- table [Date] column [Calendar EndOfMonth]
-
-
- Kalender BeginVanKwartaal
- table [Date] column [Calendar StartOfQuarter]
-
-
- Kalender EindVanKwartaal
- table [Date] column [Calendar EndOfQuarter]
-
-
- Kalender BeginVanJaar
- table [Date] column [Calendar StartOfYear]
-
-
- Kalender EindVanJaar
- table [Date] column [Calendar EndOfYear]
-
-
- Kalender MaandDagen
- table [Date] column [Calendar MonthDays]
-
-
- Kalender KwartaalDagen
- table [Date] column [Calendar QuarterDays]
-
-
- Kalender JaarDagen
- table [Date] column [Calendar YearDays]
-
-
- Kalender DagVanMaandNummer
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Kalender DagVanKwartaalNummer
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Kalender DagVanJaarNummer
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Kalender DatumVorigeWeek
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Kalender DatumVorigeMaand
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Kalender DatumVorigKwartaal
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Kalender DatumVorigJaar
- table [Date] column [Calendar DatePreviousYear]
-
-
- Fiscaal Jaar
- table [Date] column [Fiscal Year]
-
-
- Fiscaal Kwartaal
- table [Date] column [Fiscal Quarter]
-
-
- Fiscaal Kwartaal Jaar
- table [Date] column [Fiscal Quarter Year]
-
-
- Fiscaal Maand
- table [Date] column [Fiscal Month]
-
-
- Fiscaal Maand Jaar
- table [Date] column [Fiscal Month Year]
-
-
- Fiscaal Week
- table [Date] column [Fiscal Week]
-
-
- Fiscaal Week Jaar
- table [Date] column [Fiscal Week Year]
-
-
- Fiscaal RelatieveWeekPos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Fiscaal RelatieveMaandPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Fiscaal RelatieveKwartaalPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Fiscaal RelatieveJaarPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Fiscaal BeginVanMaand
- table [Date] column [Fiscal StartOfMonth]
-
-
- Fiscaal EindVanMaand
- table [Date] column [Fiscal EndOfMonth]
-
-
- Fiscaal BeginVanKwartaal
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Fiscaal EindVanKwartaal
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Fiscaal BeginVanJaar
- table [Date] column [Fiscal StartOfYear]
-
-
- Fiscaal EindVanJaar
- table [Date] column [Fiscal EndOfYear]
-
-
- Fiscaal MaandDagen
- table [Date] column [Fiscal MonthDays]
-
-
- Fiscaal KwartaalDagen
- table [Date] column [Fiscal QuarterDays]
-
-
- Fiscaal JaarDagen
- table [Date] column [Fiscal YearDays]
-
-
- Fiscaal DagVanMaandNummer
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Fiscaal DagVanKwartaalNummer
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Fiscaal DagVanJaarNummer
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Fiscaal DatumVorigeWeek
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Fiscaal DatumVorigeMaand
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Fiscaal DatumVorigKwartaal
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Fiscaal DatumVorigJaar
- table [Date] column [Fiscal DatePreviousYear]
-
-
- FW Jaar
- table [Date] column [FW Year]
-
-
- FW Kwartaal
- table [Date] column [FW Quarter]
-
-
- FW Kwartaal Jaar
- table [Date] column [FW Quarter Year]
-
-
- FW Maand
- table [Date] column [FW Month]
-
-
- FW Maand Jaar
- table [Date] column [FW Month Year]
-
-
- FW Week
- table [Date] column [FW Week]
-
-
- FW Periode
- table [Date] column [FW Period]
-
-
- FW Week Jaar
- table [Date] column [FW Week Year]
-
-
- FW BeginVanWeek
- table [Date] column [FW StartOfWeek]
-
-
- FW EindVanWeek
- table [Date] column [FW EndOfWeek]
-
-
- FW RelatieveWeekPos
- table [Date] column [FW RelativeWeekPos]
-
-
- FW RelatieveMaandPos
- table [Date] column [FW RelativeMonthPos]
-
-
- FW RelatieveKwartaalPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- FW RelatieveJaarPos
- table [Date] column [FW RelativeYearPos]
-
-
- FW BeginVanMaand
- table [Date] column [FW StartOfMonth]
-
-
- FW EindVanMaand
- table [Date] column [FW EndOfMonth]
-
-
- FW BeginVanKwartaal
- table [Date] column [FW StartOfQuarter]
-
-
- FW EindVanKwartaal
- table [Date] column [FW EndOfQuarter]
-
-
- FW BeginVanJaar
- table [Date] column [FW StartOfYear]
-
-
- FW EindVanJaar
- table [Date] column [FW EndOfYear]
-
-
- FW MaandDagen
- table [Date] column [FW MonthDays]
-
-
- FW KwartaalDagen
- table [Date] column [FW QuarterDays]
-
-
- FW JaarDagen
- table [Date] column [FW YearDays]
-
-
- FW DagVanMaandNummer
- table [Date] column [FW DayOfMonthNumber]
-
-
- FW DagVanKwartaalNummer
- table [Date] column [FW DayOfQuarterNumber]
-
-
- FW DagVanJaarNummer
- table [Date] column [FW DayOfYearNumber]
-
-
- FW DatumVorigeWeek
- table [Date] column [FW DatePreviousWeek]
-
-
- FW DatumVorigeMaand
- table [Date] column [FW DatePreviousMonth]
-
-
- FW DatumVorigKwartaal
- table [Date] column [FW DatePreviousQuarter]
-
-
- FW DatumVorigJaar
- table [Date] column [FW DatePreviousYear]
-
-
- Relatieve Dag
- table [Date] column [Relative Day]
-
-
- Aantal dagen
- table [Date] measure [No. of Days]
-
-
- Werkdagen
- table [Date] measure [Working Days]
-
-
- Bereik
- table [Date] measure [Ranged]
-
-
- Fiscaal Jaar-Kwartaal-Maand-Week
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Fiscaal Jaar
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Fiscaal Kwartaal Jaar
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Fiscaal Maand Jaar
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Fiscaal Week Jaar
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Kalender Jaar-Kwartaal-Maand-Week
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Kalender Jaar
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Kalender Kwartaal Jaar
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Kalender Maand Jaar
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Kalender Week Jaar
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- FW Jaar-Kwartaal-Maand-Week
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- FW Jaar
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- FW Kwartaal Jaar
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- FW Maand Jaar
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- FW Week Jaar
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Fiscaal Jaar-Maand
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Fiscaal Jaar
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Fiscaal Maand Jaar
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Fiscaal Jaar-Maand-Week
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Fiscaal Jaar
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Fiscaal Maand Jaar
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Fiscaal Week Jaar
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Kalender Jaar-Maand
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Kalender Jaar
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Kalender Maand Jaar
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Kalender Jaar-Maand-Week
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Kalender Jaar
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Kalender Maand Jaar
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Kalender Week Jaar
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- FW Jaar-Maand-Week
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- FW Jaar
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- FW Maand Jaar
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- FW Week Jaar
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- FW Jaar-Kwartaal-Week
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- FW Jaar
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- FW Kwartaal Jaar
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- FW Week Jaar
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- FW Jaar-Week
- table [Date] hierarchy [FW Year-Week]
-
-
- FW Jaar
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- FW Week Jaar
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Mijn rapporttitel
- table [Localized Labels] measure [My Report Title]
-
-
- Bijschrift van mijn knop
- table [Localized Labels] measure [My Button Caption]
-
-
- Mijn visuele titel
- table [Localized Labels] measure [My Visual Title]
-
-
- Inactieve werknemers
- table [Localized Labels] measure [Inactive Employees]
-
-
- Ontslagen werknemers
- table [Localized Labels] measure [Terminated Employees]
-
-
- Werknemers in vakbonden
- table [Localized Labels] measure [Employees in Unions]
-
-
- Sociale analyse
- table [Localized Labels] measure [Social Analysis]
-
-
- Geslachtsdistributie
- table [Localized Labels] measure [Gender Distribution]
-
-
- Leeftijdsdistributie
- table [Localized Labels] measure [Age Distribution]
-
-
- Werknemerskwalificaties
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Gerealiseerde uitstoot versus doel
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e-uitstoot per bereik
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gasuitstoot per categorie
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Gerealiseerde uitstoot versus basislijn
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e-uitstoot versus basislijn
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e-uitstoot per rekening
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Water- en afvalanalyse
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Water per faciliteitslocatie
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Water per faciliteitscapaciteit
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Water en afval per type
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Water- en afvalintensiteit per type
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Water- en afvalintensiteit per faciliteit
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Uitstoot per categorie en bereik
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Uitstoot per categorie
- table [Localized Labels] measure [Emissions by Category]
-
-
- Uitstoot per bereik
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e-analyse
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e-uitstoot per categorie
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Koolstofkrediet per maand
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- CO2e-equivalente uitstoot per maand en opbrengst
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Detailanalyse van werknemersposten
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Werknemersposten
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Duurzaamheidsposten
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Detailanalyse duurzaamheidsposten
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Detailanalyse werknemersposten
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Duurzaamheidsoverzicht
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Duurzaamheidsanalyses
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e-uitstoot per maand
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Analyse per categorie per jaar bereik 1 en 2
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e-uitstoot per afdeling
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Reis naar Netto-Nul-Koolstof
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e-uitstoot per bedrijfsgroep
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Gebruik hernieuwbare energie
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e-uitstoot in loop van tijd
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Slimme beoordeling CO2e
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e-uitstoot per globale dimensie één
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e-uitstoot per globale dimensie twee
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- CO2e-equivalente uitstoot per maand
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Bedrijfsnaam
- table [Localized Labels] measure [Company Name]
-
-
- Laatst vernieuwd
- table [Localized Labels] measure [Last Refreshed]
-
-
- Vertrokken werknemers
- table [Localized Labels] measure [Released Employees]
-
-
- Ontledingsstructuur CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Belangrijke invloeden CO2e
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Jaarlijkse en dagelijkse wijziging van water en afval
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Duurzaamheidsposten
- table [table.Name]
-
-
- Postnr.
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Omschrijving
- table [Sustainability Ledger Entries] column [Description]
-
-
- Type water
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Type intensiteit water/afval
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Documenttype
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2-uitstoot
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4-uitstoot
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Saldo CO2-uitstoot
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Saldo op datum CO2-uitstoot
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O-uitstoot
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e-uitstoot
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Saldo op datum CH4-uitstoot
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Saldo CH4-uitstoot
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Waterintensiteit
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Afvalintensiteit
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Geloosd in water
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Saldo CO2e-uitstoot
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Saldo op datum CO2e-uitstoot
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Saldo op datum geloosd in water
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Saldo geloosd in water
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Saldo N2O-uitstoot
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Saldo op datum N2O-uitstoot
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Saldo afvalintensiteit op datum
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Saldo afvalintensiteit
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Saldo waterintensiteit
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Saldo op datum waterintensiteit
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2-basislijn
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4-basislijn
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 versus basislijn (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O-basislijn
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O versus basislijn (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 versus basislijn (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Basislijn water
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Basislijn afval
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Water versus basislijn (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Afval versus basislijn (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e-basislijn
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e versus basislijn (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Ingekochte koolstofkredieten
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Basislijn geloosd in water
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Geloosd in water versus basislijn (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e-uitstoot (excl. kredieten)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Waterintensiteit VJ
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Waterintensiteit JTJ
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Afvalintensiteit VJ
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Afvalintensiteit JTJ
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Geloosd in water VJ
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Geloosd in water JTJ
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- PG geloosd in water
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Afvalintensiteit VD
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- PG waterintensiteit
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Waterintensiteit dag-voor-dag
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Afvalintensiteit dag-voor-dag
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Geloosd in water dag-voor-dag
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Basiskoppeling
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Koppeling Duurzaamheidsposten
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Water beschikbaar
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Duurzaamheidsrekeningen
- table [table.Name]
-
-
- Nr. van duurzaamheidsrekening
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Naam van duurzaamheidsrekening
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Land/regio
- table [table.Name]
-
-
- Land/regio-code
- table [Country/Region] column [Country Region Code]
-
-
- Land/regio-naam
- table [Country/Region] column [Country Region Name]
-
-
- Divisie
- table [table.Name]
-
-
- Divisiecode
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Divisienaam
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Faciliteitscapaciteit
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Duurzaamheidsdoelen
- table [table.Name]
-
-
- Scorekaartnr.
- table [Sustainability Goals] column [Score Card No.]
-
-
- Nr.
- table [Sustainability Goals] column [No.]
-
-
- Naam
- table [Sustainability Goals] column [Name]
-
-
- Eigenaar
- table [Sustainability Goals] column [Owner]
-
-
- Doelwaarde voor CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Doelwaarde voor CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Doelwaarde voor N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Doelwaarde voor waterintensiteit
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Doelwaarde voor afvalintensiteit
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Hoofddoel
- table [Sustainability Goals] column [Main Goal]
-
-
- Begindatum
- table [Sustainability Goals] column [Start Date]
-
-
- Einddatum
- table [Sustainability Goals] column [End Date]
-
-
- Begindatum basislijn
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Einddatum basislijn
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2-doel
- table [Sustainability Goals] measure [CO2 Target]
-
-
- Gerealiseerde CO2 (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4-doel
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O-doel
- table [Sustainability Goals] measure [N2O Target]
-
-
- Gerealiseerde CH4 (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- Gerealiseerde N2O (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Waterdoel
- table [Sustainability Goals] measure [Water Target]
-
-
- Afvaldoel
- table [Sustainability Goals] measure [Waste Target]
-
-
- Gerealiseerd water (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Gerealiseerd afval (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- Gerealiseerde CO2e (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Huidige CO2-waarde
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Huidige CH4-waarde
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Huidige N2O-waarde
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Huidige CO2e-waarde
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Huidige waterwaarde
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Huidige afvalwaarde
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Werknemersposten
- table [table.Name]
-
-
- Postnr.
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Documenttype
- table [Employee Ledger Entries] column [Document Type]
-
-
- Documentnr.
- table [Employee Ledger Entries] column [Document No.]
-
-
- Omschrijving
- table [Employee Ledger Entries] column [Description]
-
-
- Werknemersbedrag
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Koppeling Werknemersposten
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Werknemerskwalificaties
- table [table.Name]
-
-
- Werknemerskwalificatiecodes
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Werknemerskwalificaties
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Uitstootkosten
- table [table.Name]
-
-
- Type uitstoot
- table [Emission Fees] column [Emission Type]
-
-
- Type bereik
- table [Emission Fees] column [Scope Type]
-
-
- Begindatum
- table [Emission Fees] column [Starting Date]
-
-
- Einddatum
- table [Emission Fees] column [Ending Date]
-
-
- Land/regio-code
- table [Emission Fees] column [Country Region Code]
-
-
- Divisie
- table [Emission Fees] column [Responsibility Centre]
-
-
- CO2-tarief
- table [Emission Fees] column [Carbon Fee]
-
-
- Koolstofequivalente factor
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e-doel
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2-koolstofequivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4-koolstofequivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O-koolstofequivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Werknemersafwezigheid
- table [table.Name]
-
-
- Postnr.
- table [Employee Absences] column [Entry No]
-
-
- Begindatum
- table [Employee Absences] column [From Date]
-
-
- Einddatum
- table [Employee Absences] column [To Date]
-
-
- Afwezigheidsreden
- table [Employee Absences] column [Cause of Absence]
-
-
- Omschrijving
- table [Employee Absences] column [Description]
-
-
- Werknemersafwezigheid
- table [Employee Absences] measure [Employee Absences]
-
-
- Afwezigheidsuren (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Categorieën duurzaamheidssubrekeningen
- table [table.Name]
-
-
- Subcategoriecode
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Omschrijving van subcategorie
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Hernieuwbare energie
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Werknemers
- table [table.Name]
-
-
- Werknemersnr.
- table [Employees] column [Employee No.]
-
-
- Volledige naam werknemer
- table [Employees] column [Employee Full Name]
-
-
- Voornaam werknemer
- table [Employees] column [Employee First Name]
-
-
- Achternaam werknemer
- table [Employees] column [Employee Last Name]
-
-
- Geslacht werknemer
- table [Employees] column [Employee Gender]
-
-
- Vakbondscode werknemer
- table [Employees] column [Employee Union Code]
-
-
- Werknemersstatus
- table [Employees] column [Employee Status]
-
-
- Reden van inactiviteit werknemer
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Werknemer inactief sinds
- table [Employees] column [Employee Inactive Date]
-
-
- Ontslagredenen werknemer
- table [Employees] column [Employee Grounds for Termination]
-
-
- Geboortedatum werknemer
- table [Employees] column [Employee Date of Birth]
-
-
- Leeftijd
- table [Employees] column [Age]
-
-
- Leeftijdsdistributie
- table [Employees] column [Age Distribution]
-
-
- Aantal werknemers
- table [Employees] measure [No. of Employees]
-
-
- Aantal mannelijke werknemers
- table [Employees] measure [No. of Male Employees]
-
-
- Aantal vrouwelijke werknemers
- table [Employees] measure [No. of Female Employees]
-
-
- Aantal overige werknemers
- table [Employees] measure [No. of Other Employees]
-
-
- Mannelijke werknemers (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Vrouwelijke werknemers (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Overige werknemers (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Actieve werknemers
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file
diff --git a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.sv-SE.resx b/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.sv-SE.resx
deleted file mode 100644
index 72cf7db63e..0000000000
--- a/src/Apps/W1/PowerBIReports/Power BI Files/Translations/Sustainability app/SustainabilityApp.sv-SE.resx
+++ /dev/null
@@ -1,1526 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Redovisningskontokategori
- table [table.Name]
-
-
- Beskrivning av redovisningskontokategori
- table [Sustainability Account Category] column [Sustainability Account Category Description]
-
-
- Kategorikod för hållbarhetskonto
- table [Sustainability Account Category] column [Sustainability Account Category Code]
-
-
- Utsläpps-scope för hållbarhetskontokategori
- table [Sustainability Account Category] column [Sustainability Account Category Emission Scope]
-
-
- Dimensionsuppsättningar
- table [table.Name]
-
-
- Global dimension 1
- table [Dimension Sets] column [Global Dimension 1]
-
-
-
- Global dimension 2
- table [Dimension Sets] column [Global Dimension 2]
-
-
- Genväg dimension 3
- table [Dimension Sets] column [Shortcut Dimension 3]
-
-
- Genväg dimension 4
- table [Dimension Sets] column [Shortcut Dimension 4]
-
-
- Genväg dimension 5
- table [Dimension Sets] column [Shortcut Dimension 5]
-
-
- Genväg dimension 6
- table [Dimension Sets] column [Shortcut Dimension 6]
-
-
- Genväg dimension 7
- table [Dimension Sets] column [Shortcut Dimension 7]
-
-
- Genväg dimension 8
- table [Dimension Sets] column [Shortcut Dimension 8]
-
-
- AVDELNING
- table [Dimension Sets] column [DEPARTMENT]
-
-
- Avdelningens namn
- table [Dimension Sets] column [Department Name]
-
-
- KUNDGRUPP
- table [Dimension Sets] column [CUSTOMERGROUP]
-
-
- Namn på kundgrupp
- table [Dimension Sets] column [Customer Group Name]
-
-
- OMRÅDE
- table [Dimension Sets] column [AREA]
-
-
- Områdesnamn
- table [Dimension Sets] column [Area Name]
-
-
- AFFÄRSGRUPP
- table [Dimension Sets] column [BUSINESSGROUP]
-
-
- Namn för affärsgrupp
- table [Dimension Sets] column [Business Group Name]
-
-
- FÖRSKAMPANJ
- table [Dimension Sets] column [SALESCAMPAIGN]
-
-
- Namn på försäljningskampanj
- table [Dimension Sets] column [Sales campaign Name]
-
-
- SÄLJARE
- table [Dimension Sets] column [SALESPERSON]
-
-
- Säljarnamn
- table [Dimension Sets] column [Salesperson Name]
-
-
- Datum
- table [table.Name]
-
-
- Vecka Dag
- table [Date] column [Week Day]
-
-
- Typ av dag
- table [Date] column [Day Type]
-
-
- Kalender År
- table [Date] column [Calendar Year]
-
-
- Kalender Kvartal
- table [Date] column [Calendar Quarter]
-
-
- Kalender Kvartal År
- table [Date] column [Calendar Quarter Year]
-
-
- Kalender Månad
- table [Date] column [Calendar Month]
-
-
- Kalender Månad År
- table [Date] column [Calendar Month Year]
-
-
- Kalender Vecka
- table [Date] column [Calendar Week]
-
-
- Kalender Vecka År
- table [Date] column [Calendar Week Year]
-
-
- Kalender RelativtVeckaPos
- table [Date] column [Calendar RelativeWeekPos]
-
-
- Kalender RelativtMånadPos
- table [Date] column [Calendar RelativeMonthPos]
-
-
- Kalender RelativtKvartalPos
- table [Date] column [Calendar RelativeQuarterPos]
-
-
- Kalender RelativtÅrPos
- table [Date] column [Calendar RelativeYearPos]
-
-
- Kalender StartPåMånad
- table [Date] column [Calendar StartOfMonth]
-
-
- Kalender SlutPåMånad
- table [Date] column [Calendar EndOfMonth]
-
-
- Kalender StartPåKvartal
- table [Date] column [Calendar StartOfQuarter]
-
-
- Kalender SlutPåKvartal
- table [Date] column [Calendar EndOfQuarter]
-
-
- Kalender StartPåÅr
- table [Date] column [Calendar StartOfYear]
-
-
- Kalender Årsslut
- table [Date] column [Calendar EndOfYear]
-
-
- Kalender MånadDagar
- table [Date] column [Calendar MonthDays]
-
-
- Kalender KvartalDagar
- table [Date] column [Calendar QuarterDays]
-
-
- Kalender ÅrDagar
- table [Date] column [Calendar YearDays]
-
-
- Kalender DagIMånadNummer
- table [Date] column [Calendar DayOfMonthNumber]
-
-
- Kalender DagIKvartalNummer
- table [Date] column [Calendar DayOfQuarterNumber]
-
-
- Kalender DagIÅrNummer
- table [Date] column [Calendar DayOfYearNumber]
-
-
- Kalender DatumFöregåendeVecka
- table [Date] column [Calendar DatePreviousWeek]
-
-
- Kalender DatumFöregåendeMånad
- table [Date] column [Calendar DatePreviousMonth]
-
-
- Kalender DatumFöregåendeKvartal
- table [Date] column [Calendar DatePreviousQuarter]
-
-
- Kalender DatumFöregåendeÅr
- table [Date] column [Calendar DatePreviousYear]
-
-
- Räkenskapsår
- table [Date] column [Fiscal Year]
-
-
- Räkenskapskalender Kvartal
- table [Date] column [Fiscal Quarter]
-
-
- Räkenskapskalender Kvartal År
- table [Date] column [Fiscal Quarter Year]
-
-
- Räkenskapskalender Månad
- table [Date] column [Fiscal Month]
-
-
- Räkenskapskalender Månad År
- table [Date] column [Fiscal Month Year]
-
-
- Räkenskapskalender Vecka
- table [Date] column [Fiscal Week]
-
-
- Räkenskapskalender År Vecka
- table [Date] column [Fiscal Week Year]
-
-
- Räkenskapskalender RelativtVeckaPos
- table [Date] column [Fiscal RelativeWeekPos]
-
-
- Räkenskapskalender: RelativtMånadPos
- table [Date] column [Fiscal RelativeMonthPos]
-
-
- Räkenskapskalender RelativtKvartalPos
- table [Date] column [Fiscal RelativeQuarterPos]
-
-
- Räkenskapskalender RelativtÅrPos
- table [Date] column [Fiscal RelativeYearPos]
-
-
- Räkenskapskalender StartPåMånad
- table [Date] column [Fiscal StartOfMonth]
-
-
- Räkenskapskalender SlutPåMånad
- table [Date] column [Fiscal EndOfMonth]
-
-
- Räkenskapskalender StartPåKvartal
- table [Date] column [Fiscal StartOfQuarter]
-
-
- Räkenskapskalender SlutPåKvartal
- table [Date] column [Fiscal EndOfQuarter]
-
-
- Räkenskapskalender StartPåÅr
- table [Date] column [Fiscal StartOfYear]
-
-
- Räkenskapskalender Årsslut
- table [Date] column [Fiscal EndOfYear]
-
-
- Räkenskapskalender MånadDagar
- table [Date] column [Fiscal MonthDays]
-
-
- Räkenskapskalender KvartalDagar
- table [Date] column [Fiscal QuarterDays]
-
-
- Räkenskapskalender ÅrDagar
- table [Date] column [Fiscal YearDays]
-
-
- Räkenskapskalender DagIMÅnadNummer
- table [Date] column [Fiscal DayOfMonthNumber]
-
-
- Räkenskapskalender DagIKvartalNummer
- table [Date] column [Fiscal DayOfQuarterNumber]
-
-
- Räkenskapskalender DagIÅrNummer
- table [Date] column [Fiscal DayOfYearNumber]
-
-
- Räkenskapskalender DatumFöregåendeVecka
- table [Date] column [Fiscal DatePreviousWeek]
-
-
- Räkenskapskalender DatumFöregåendeMånad
- table [Date] column [Fiscal DatePreviousMonth]
-
-
- Räkenskapskalender DatumFöregåendeKvartal
- table [Date] column [Fiscal DatePreviousQuarter]
-
-
- Räkenskapskalender DatumFöregåendeÅr
- table [Date] column [Fiscal DatePreviousYear]
-
-
- RV År
- table [Date] column [FW Year]
-
-
- RV Kvartal
- table [Date] column [FW Quarter]
-
-
- RV Kvartal År
- table [Date] column [FW Quarter Year]
-
-
- RV Månad
- table [Date] column [FW Month]
-
-
- RV Månad År
- table [Date] column [FW Month Year]
-
-
- RV Vecka
- table [Date] column [FW Week]
-
-
- RV Period
- table [Date] column [FW Period]
-
-
- RV Vecka År
- table [Date] column [FW Week Year]
-
-
- RV StartPåVecka
- table [Date] column [FW StartOfWeek]
-
-
- RV SlutPåVecka
- table [Date] column [FW EndOfWeek]
-
-
- RV RelativtVeckaPos
- table [Date] column [FW RelativeWeekPos]
-
-
- RV RelativtMånPos
- table [Date] column [FW RelativeMonthPos]
-
-
- RV RelativtKvartalPos
- table [Date] column [FW RelativeQuarterPos]
-
-
- RV RelativtÅrPos
- table [Date] column [FW RelativeYearPos]
-
-
- RV StartPåMånad
- table [Date] column [FW StartOfMonth]
-
-
- RV SlutPåMånad
- table [Date] column [FW EndOfMonth]
-
-
- RV StartPåKvartal
- table [Date] column [FW StartOfQuarter]
-
-
- RV SlutPåKvartal
- table [Date] column [FW EndOfQuarter]
-
-
- RV StartPåÅr
- table [Date] column [FW StartOfYear]
-
-
- RV Årsslut
- table [Date] column [FW EndOfYear]
-
-
- RV MånadDagar
- table [Date] column [FW MonthDays]
-
-
- RV KvartalDagar
- table [Date] column [FW QuarterDays]
-
-
- RV ÅrDagar
- table [Date] column [FW YearDays]
-
-
- RV DagPåMånadNummer
- table [Date] column [FW DayOfMonthNumber]
-
-
- RV DagIKvartalNummer
- table [Date] column [FW DayOfQuarterNumber]
-
-
- RV DagIÅrNummer
- table [Date] column [FW DayOfYearNumber]
-
-
- RV DatumFöregåendeVecka
- table [Date] column [FW DatePreviousWeek]
-
-
- RV DatumFöregåendeMånad
- table [Date] column [FW DatePreviousMonth]
-
-
- RV DatumFöregåendeKvartal
- table [Date] column [FW DatePreviousQuarter]
-
-
- RV DatumFöregåendeÅr
- table [Date] column [FW DatePreviousYear]
-
-
- Relativt Dag
- table [Date] column [Relative Day]
-
-
- Antal dagar
- table [Date] measure [No. of Days]
-
-
- Arbetsdagar
- table [Date] measure [Working Days]
-
-
- Intervall
- table [Date] measure [Ranged]
-
-
- Räkenskapskalender År-Kvartal-Månad-Vecka
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week]
-
-
- Räkenskapsår
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Year]
-
-
- Räkenskapskalender Kvartal År
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Quarter Year]
-
-
- Räkenskapskalender Månad År
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Month Year]
-
-
- Räkenskapskalender År Vecka
- table [Date] hierarchy [Fiscal Year-Quarter-Month-Week] level [Fiscal Week Year]
-
-
- Kalender År-Kvartal-Månad-Vecka
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week]
-
-
- Kalender År
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Year]
-
-
- Kalender Kvartal År
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Quarter Year]
-
-
- Kalender Månad År
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Month Year]
-
-
- Kalender Vecka År
- table [Date] hierarchy [Calendar Year-Quarter-Month-Week] level [Calendar Week Year]
-
-
- RV År-Kvartal-Månad-Vecka
- table [Date] hierarchy [FW Year-Quarter-Month-Week]
-
-
- RV År
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Year]
-
-
- RV Kvartal År
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Quarter Year]
-
-
- RV Månad År
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Month Year]
-
-
- RV Vecka År
- table [Date] hierarchy [FW Year-Quarter-Month-Week] level [FW Week Year]
-
-
- Räkenskapskalender År-Månad
- table [Date] hierarchy [Fiscal Year-Month]
-
-
- Räkenskapsår
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Year]
-
-
- Räkenskapskalender Månad År
- table [Date] hierarchy [Fiscal Year-Month] level [Fiscal Month Year]
-
-
- Räkenskapskalender År-Månad-Vecka
- table [Date] hierarchy [Fiscal Year-Month-Week]
-
-
- Räkenskapsår
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Year]
-
-
- Räkenskapskalender Månad År
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Month Year]
-
-
- Räkenskapskalender År Vecka
- table [Date] hierarchy [Fiscal Year-Month-Week] level [Fiscal Week Year]
-
-
- Kalender År-Månad
- table [Date] hierarchy [Calendar Year-Month]
-
-
- Kalender År
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Year]
-
-
- Kalender Månad År
- table [Date] hierarchy [Calendar Year-Month] level [Calendar Month Year]
-
-
- Kalender År-Månad-Vecka
- table [Date] hierarchy [Calendar Year-Month-Week]
-
-
- Kalender År
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Year]
-
-
- Kalender Månad År
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Month Year]
-
-
- Kalender Vecka År
- table [Date] hierarchy [Calendar Year-Month-Week] level [Calendar Week Year]
-
-
- RV År-Månad-Vecka
- table [Date] hierarchy [FW Year-Month-Week]
-
-
- RV År
- table [Date] hierarchy [FW Year-Month-Week] level [FW Year]
-
-
- RV Månad År
- table [Date] hierarchy [FW Year-Month-Week] level [FW Month Year]
-
-
- RV Vecka År
- table [Date] hierarchy [FW Year-Month-Week] level [FW Week Year]
-
-
- RV År-Kvartal-Vecka
- table [Date] hierarchy [FW Year-Quarter-Week]
-
-
- RV År
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Year]
-
-
- RV Kvartal År
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Quarter Year]
-
-
- RV Vecka År
- table [Date] hierarchy [FW Year-Quarter-Week] level [FW Week Year]
-
-
- RV År-Vecka
- table [Date] hierarchy [FW Year-Week]
-
-
- RV År
- table [Date] hierarchy [FW Year-Week] level [FW Year]
-
-
- RV Vecka År
- table [Date] hierarchy [FW Year-Week] level [FW Week Year]
-
-
- Min rapportrubrik
- table [Localized Labels] measure [My Report Title]
-
-
- Min knapprubrik
- table [Localized Labels] measure [My Button Caption]
-
-
- Min visuella rubrik
- table [Localized Labels] measure [My Visual Title]
-
-
- Inaktiva medarbetare
- table [Localized Labels] measure [Inactive Employees]
-
-
- Uppsagda medarbetare
- table [Localized Labels] measure [Terminated Employees]
-
-
- Medarbetare i fackföreningar
- table [Localized Labels] measure [Employees in Unions]
-
-
- Samhällsanalys
- table [Localized Labels] measure [Social Analysis]
-
-
- Könsfördelning
- table [Localized Labels] measure [Gender Distribution]
-
-
- Åldersfördelning
- table [Localized Labels] measure [Age Distribution]
-
-
- Personalkompetenser
- table [Localized Labels] measure [Employees Qualifications]
-
-
- Realiserade utsläpp jämfört med målet
- table [Localized Labels] measure [Realized Emissions vs Target]
-
-
- CO2e-utsläpp per scope
- table [Localized Labels] measure [CO2e Emissions by Scope]
-
-
- Gasutsläpp per kategori
- table [Localized Labels] measure [Gas Emissions by Category]
-
-
- Realiserade utsläpp jämfört med baslinjen
- table [Localized Labels] measure [Realized Emissions vs Baseline]
-
-
- CO2e-utsläpp jämfört med baslinjen
- table [Localized Labels] measure [CO2e Emissions vs Baseline]
-
-
- CO2e-utsläpp per konto
- table [Localized Labels] measure [CO2e Emissions by Account]
-
-
- Vatten- och avfallsanalys
- table [Localized Labels] measure [Water and Waste Analysis]
-
-
- Vatten per anläggningsplats
- table [Localized Labels] measure [Water by Facility Location]
-
-
- Vatten per anläggningskapacitet
- table [Localized Labels] measure [Water by Facility Capacity]
-
-
- Vatten och avfall per typ
- table [Localized Labels] measure [Water and Waste by Type]
-
-
- Vatten- och avfallsintensitet per typ
- table [Localized Labels] measure [Water and Waste Intensity by Type]
-
-
- Vatten- och avfallsintensitet per anläggning
- table [Localized Labels] measure [Water and Waste Intensity by Facility]
-
-
- Utsläpp per kategori och scope
- table [Localized Labels] measure [Emissions by Category and Scope]
-
-
- Utsläpp per kategori
- table [Localized Labels] measure [Emissions by Category]
-
-
- Utsläpp per scope
- table [Localized Labels] measure [Emissions by Scope]
-
-
- CO2e-analys
- table [Localized Labels] measure [CO2e Analysis]
-
-
- CO2e-utsläpp per kategori
- table [Localized Labels] measure [CO2e Emissions by Category]
-
-
- Koldioxidkredit per månad
- table [Localized Labels] measure [Carbon Credit by Month]
-
-
- Utsläpp av CO2e-ekvivalenter per månad och intäkt
- table [Localized Labels] measure [CO2e Equivalent Emission by Month and Revenue]
-
-
- Detaljerad analys av personaltransaktioner
- table [Localized Labels] measure [Employee Entries Drillthrough]
-
-
- Personaltransaktioner
- table [Localized Labels] measure [Employee Ledger Entries]
-
-
- Hållbarhetstransaktioner
- table [Localized Labels] measure [Sustainability Ledger Entries]
-
-
- Detaljerad analys av hållbarhetstransaktioner
- table [Localized Labels] measure [Sustainability Ledger Entries Drillthrough]
-
-
- Detaljerad analys av redovisningstransaktioner för personal
- table [Localized Labels] measure [Employee Ledger Entries Drillthrough]
-
-
- Hållbarhetsöversikt
- table [Localized Labels] measure [Sustainability Overview]
-
-
- Hållbarhetsanalys
- table [Localized Labels] measure [Sustainability Analytics]
-
-
- CO2e-utsläpp per månad
- table [Localized Labels] measure [CO2e Emissions by Month]
-
-
- Analys av kategorierna scope 1 och 2 per kategori och år
- table [Localized Labels] measure [Scopes 1 and 2 Analysis by Categories Per Year]
-
-
- CO2e-utsläpp per avdelning
- table [Localized Labels] measure [CO2e Emissions by Department]
-
-
- Resan mot netto-noll koldioxidutsläpp
- table [Localized Labels] measure [Journey to Net-Zero Carbon]
-
-
- CO2e-utsläpp per affärsgrupp
- table [Localized Labels] measure [CO2e Emissions by Business Group]
-
-
- Användning av förnybar energi
- table [Localized Labels] measure [Renewable Energy Usage]
-
-
- CO2e-utsläpp över tid
- table [Localized Labels] measure [CO2e Emissions Over Time]
-
-
- Smart granskning av CO2e
- table [Localized Labels] measure [CO2e Smart Review]
-
-
- CO2e-utsläpp per global dimension ett
- table [Localized Labels] measure [CO2e Emissions by Global Dimension One]
-
-
- CO2e-utsläpp per global dimension två
- table [Localized Labels] measure [CO2e Emissions by Global Dimension Two]
-
-
- Utsläpp av CO2e-ekvivalenter per månad
- table [Localized Labels] measure [CO2e Equivalent Emissions by Month]
-
-
- Företagsnamn
- table [Localized Labels] measure [Company Name]
-
-
- Uppdaterades senast
- table [Localized Labels] measure [Last Refreshed]
-
-
- Frisläppta medarbetare
- table [Localized Labels] measure [Released Employees]
-
-
- Nedbrytningsträd för CO2e
- table [Localized Labels] measure [CO2e Decomposition Tree]
-
-
- Viktiga CO2e-influenser
- table [Localized Labels] measure [CO2e Key Influences]
-
-
- Årlig och daglig förändring för vatten och avfall
- table [Localized Labels] measure [Water and Waste Yearly and Daily Change]
-
-
- Hållbarhetstransaktioner
- table [table.Name]
-
-
- Transaktionsnummer
- table [Sustainability Ledger Entries] column [Entry No.]
-
-
- Beskrivning
- table [Sustainability Ledger Entries] column [Description]
-
-
- Vattentyp
- table [Sustainability Ledger Entries] column [Water Type]
-
-
- Typ av vatten-/avfallsintensitet
- table [Sustainability Ledger Entries] column [Wate/Waste Intensity Type]
-
-
- Dokumenttyp
- table [Sustainability Ledger Entries] column [Document Type]
-
-
- CO2-utsläpp
- table [Sustainability Ledger Entries] measure [CO2 Emissions]
-
-
- CH4-utsläpp
- table [Sustainability Ledger Entries] measure [CH4 Emissions]
-
-
- Saldo för CO2-utsläpp
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance]
-
-
- Saldo t.o.m. datum för CO2-utsläpp
- table [Sustainability Ledger Entries] measure [CO2 Emissions Balance at Date]
-
-
- N2O-utsläpp
- table [Sustainability Ledger Entries] measure [N2O Emissions]
-
-
- CO2e-utsläpp
- table [Sustainability Ledger Entries] measure [CO2e Emissions]
-
-
- Saldo t.o.m. datum för CH4-utsläpp
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance at Date]
-
-
- Saldo för CH4-utsläpp
- table [Sustainability Ledger Entries] measure [CH4 Emissions Balance]
-
-
- Vattenintensitet
- table [Sustainability Ledger Entries] measure [Water Intensity]
-
-
- Avfallsintensitet
- table [Sustainability Ledger Entries] measure [Waste Intensity]
-
-
- Utsläpp i vatten
- table [Sustainability Ledger Entries] measure [Discharged Into Water]
-
-
- Saldo CO2e-utsläpp
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance]
-
-
- Saldo CO2e-utsläpp t.o.m. datum
- table [Sustainability Ledger Entries] measure [CO2e Emissions Balance at Date]
-
-
- Saldo för utsläpp i vatten t.o.m. datum
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance at Date]
-
-
- Saldo för utsläpp i vatten
- table [Sustainability Ledger Entries] measure [Discharged Into Water Balance]
-
-
- Saldo för N2O-utsläpp
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance]
-
-
- Saldo t.o.m. datum för N2O-utsläpp
- table [Sustainability Ledger Entries] measure [N2O Emissions Balance at Date]
-
-
- Saldo för avfallsintensitet t.o.m. datum
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance at Date]
-
-
- Saldo för avfallsintensitet
- table [Sustainability Ledger Entries] measure [Waste Intensity Balance]
-
-
- Saldo för vattenintensitet
- table [Sustainability Ledger Entries] measure [Water Intensity Balance]
-
-
- Saldo för vattenintensitet t.o.m. datum
- table [Sustainability Ledger Entries] measure [Water Intensity Balance at Date]
-
-
- CO2-baslinje
- table [Sustainability Ledger Entries] measure [CO2 Baseline]
-
-
- CH4-baslinje
- table [Sustainability Ledger Entries] measure [CH4 Baseline]
-
-
- CH4 jämfört med baslinjen (%)
- table [Sustainability Ledger Entries] measure [CH4 vs Baseline (%)]
-
-
- N2O-baslinje
- table [Sustainability Ledger Entries] measure [N2O Baseline]
-
-
- N2O jämfört med baslinjen (%)
- table [Sustainability Ledger Entries] measure [N2O vs Baseline (%)]
-
-
- CO2 jämfört med baslinjen (%)
- table [Sustainability Ledger Entries] measure [CO2 vs Baseline (%)]
-
-
- Vattnets baslinje
- table [Sustainability Ledger Entries] measure [Water Baseline]
-
-
- Baslinje för avfall
- table [Sustainability Ledger Entries] measure [Waste Baseline]
-
-
- Vatten jämfört med baslinje (%)
- table [Sustainability Ledger Entries] measure [Water vs Baseline (%)]
-
-
- Avfall jämfört med baslinje (%)
- table [Sustainability Ledger Entries] measure [Waste vs Baseline (%)]
-
-
- CO2e-baslinje
- table [Sustainability Ledger Entries] measure [CO2e Baseline]
-
-
- CO2e jämfört med baslinjen (%)
- table [Sustainability Ledger Entries] measure [CO2e vs Baseline (%)]
-
-
- Köpta koldioxidkrediter
- table [Sustainability Ledger Entries] measure [Purchased Carbon Credits]
-
-
- Baslinje för utsläpp i vatten
- table [Sustainability Ledger Entries] measure [Discharged Into Water Baseline]
-
-
- Utsläpp i vatten kontra baslinje (%)
- table [Sustainability Ledger Entries] measure [Discharged Into Water vs Baseline (%)]
-
-
- CO2e-utsläpp (exkl. krediter)
- table [Sustainability Ledger Entries] measure [CO2e Emissions (Excl Credits)]
-
-
- Vattenintensitet FÅ
- table [Sustainability Ledger Entries] measure [Water Intensity PY]
-
-
- Vattenintensitet ÅFÅ
- table [Sustainability Ledger Entries] measure [Water Intensity YOY]
-
-
- Avfallsintensitet FÅ
- table [Sustainability Ledger Entries] measure [Waste Intensity PY]
-
-
- Avfallsintensitet ÅFÅ
- table [Sustainability Ledger Entries] measure [Waste Intensity YOY]
-
-
- Utsläpp i vatten FÅ
- table [Sustainability Ledger Entries] measure [Discharged Into Water PY]
-
-
- Utsläpp i vatten ÅFÅ
- table [Sustainability Ledger Entries] measure [Discharged Into Water YOY]
-
-
- Utsläpp i vatten PD
- table [Sustainability Ledger Entries] measure [Discharged Into Water PD]
-
-
- Avfallsintensitet FD
- table [Sustainability Ledger Entries] measure [Waste Intensity PD]
-
-
- Vattenintensitet PD
- table [Sustainability Ledger Entries] measure [Water Intensity PD]
-
-
- Vattenintensitet DFD
- table [Sustainability Ledger Entries] measure [Water Intensity DOD]
-
-
- Avfallsintensitet DFD
- table [Sustainability Ledger Entries] measure [Waste Intensity DOD]
-
-
- Utsläpp i vatten DFD
- table [Sustainability Ledger Entries] measure [Discharged Into Water DOD]
-
-
- Baslänk
- table [Sustainability Ledger Entries] measure [Base Link]
-
-
- Länk för hållbarhetstransaktioner
- table [Sustainability Ledger Entries] measure [Sustainability Ledger Entries Link]
-
-
- Tillgängligt vatten
- table [Sustainability Ledger Entries] measure [Water Available]
-
-
- Hållbarhetskonton
- table [table.Name]
-
-
- Hållbarhetskontonr
- table [Sustainability Accounts] column [Sustainability Account No.]
-
-
- Namn på hållbarhetskonto
- table [Sustainability Accounts] column [Sustainability Account Name]
-
-
- Land/region
- table [table.Name]
-
-
- Lands-/regionskod
- table [Country/Region] column [Country Region Code]
-
-
- Namn på land/region
- table [Country/Region] column [Country Region Name]
-
-
- Ansvarsenhet
- table [table.Name]
-
-
- Kod för ansvarsenhet
- table [Responsibility Centre] column [Responsibility Centre Code]
-
-
- Ansvarsenhetsnamn
- table [Responsibility Centre] column [Responsibility Centre Name]
-
-
- Anläggningens kapacitet
- table [Responsibility Centre] measure [Facility Capacity]
-
-
- Hållbarhetsmål
- table [table.Name]
-
-
- Styrkortsnummer
- table [Sustainability Goals] column [Score Card No.]
-
-
- Nummer
- table [Sustainability Goals] column [No.]
-
-
- Namn
- table [Sustainability Goals] column [Name]
-
-
- Ägare
- table [Sustainability Goals] column [Owner]
-
-
- Målvärde för CO2
- table [Sustainability Goals] column [Target Value For CO2]
-
-
- Målvärde för CH4
- table [Sustainability Goals] column [Target Value For CH4]
-
-
- Målvärde för N2O
- table [Sustainability Goals] column [Target Value For N2O]
-
-
- Målvärde för vattenintensitet
- table [Sustainability Goals] column [Target Value For Water Intensity]
-
-
- Målvärde för avfallsintensitet
- table [Sustainability Goals] column [Target Value For Waste Intensity]
-
-
- Huvudmål
- table [Sustainability Goals] column [Main Goal]
-
-
- Startdatum
- table [Sustainability Goals] column [Start Date]
-
-
- Slutdatum
- table [Sustainability Goals] column [End Date]
-
-
- Startdatum för baslinje
- table [Sustainability Goals] column [Baseline Start Date]
-
-
- Slutdatum för baslinje
- table [Sustainability Goals] column [Baseline End Date]
-
-
- CO2-mål
- table [Sustainability Goals] measure [CO2 Target]
-
-
- CO2 realiserat (%)
- table [Sustainability Goals] measure [CO2 Realized (%)]
-
-
- CH4-mål
- table [Sustainability Goals] measure [CH4 Target]
-
-
- N2O-mål
- table [Sustainability Goals] measure [N2O Target]
-
-
- CH4 realiserat (%)
- table [Sustainability Goals] measure [CH4 Realized (%)]
-
-
- N2O realiserat (%)
- table [Sustainability Goals] measure [N2O Realized (%)]
-
-
- Vattenmål
- table [Sustainability Goals] measure [Water Target]
-
-
- Avfallsmål
- table [Sustainability Goals] measure [Waste Target]
-
-
- Vatten realiserat (%)
- table [Sustainability Goals] measure [Water Realized (%)]
-
-
- Realiserat avfall (%)
- table [Sustainability Goals] measure [Waste Realized (%)]
-
-
- CO2e realiserat (%)
- table [Sustainability Goals] measure [CO2e Realized (%)]
-
-
- Aktuellt värde för CO2
- table [Sustainability Goals] measure [CO2 Current Value]
-
-
- Aktuellt värde för CH4
- table [Sustainability Goals] measure [CH4 Current Value]
-
-
- Aktuellt värde för N2O
- table [Sustainability Goals] measure [N2O Current Value]
-
-
- Aktuellt värde för CO2e
- table [Sustainability Goals] measure [CO2e Current Value]
-
-
- Aktuellt värde för vatten
- table [Sustainability Goals] measure [Water Current Value]
-
-
- Aktuellt värde för avfall
- table [Sustainability Goals] measure [Waste Current Value]
-
-
- Personaltransaktioner
- table [table.Name]
-
-
- Transaktionsnummer
- table [Employee Ledger Entries] column [Entry No.]
-
-
- Dokumenttyp
- table [Employee Ledger Entries] column [Document Type]
-
-
- Dokumentnummer
- table [Employee Ledger Entries] column [Document No.]
-
-
- Beskrivning
- table [Employee Ledger Entries] column [Description]
-
-
- Medarbetarbelopp
- table [Employee Ledger Entries] measure [Employee Amount]
-
-
- Länk för personaltransaktioner
- table [Employee Ledger Entries] measure [Employee Ledger Entries Link]
-
-
- Personalkompetenser
- table [table.Name]
-
-
- Koder för personalkompetens
- table [Employee Qualifications] column [Employee Qualification Codes]
-
-
- Personalkompetenser
- table [Employee Qualifications] measure [Employee Qualifications]
-
-
- Utsläppsavgifter
- table [table.Name]
-
-
- Utsläppstyp
- table [Emission Fees] column [Emission Type]
-
-
- Typ av scope
- table [Emission Fees] column [Scope Type]
-
-
- Startdatum
- table [Emission Fees] column [Starting Date]
-
-
- Slutdatum
- table [Emission Fees] column [Ending Date]
-
-
- Lands-/regionskod
- table [Emission Fees] column [Country Region Code]
-
-
- Ansvarsenhet
- table [Emission Fees] column [Responsibility Centre]
-
-
- Koldioxidavgift
- table [Emission Fees] column [Carbon Fee]
-
-
- Faktor för koldioxidekvivalent
- table [Emission Fees] column [Carbon Equivalent Factor]
-
-
- CO2e-mål
- table [Emission Fees] measure [CO2e Target]
-
-
- CO2-koldioxidekvivalent
- table [Emission Fees] measure [CO2 Carbon Equivalent]
-
-
- CH4-koldioxidekvivalent
- table [Emission Fees] measure [CH4 Carbon Equivalent]
-
-
- N2O-koldioxidekvivalent
- table [Emission Fees] measure [N2O Carbon Equivalent]
-
-
- Personalfrånvaro
- table [table.Name]
-
-
- Transaktionsnummer
- table [Employee Absences] column [Entry No]
-
-
- Från datum
- table [Employee Absences] column [From Date]
-
-
- Till datum
- table [Employee Absences] column [To Date]
-
-
- Orsak till frånvaro
- table [Employee Absences] column [Cause of Absence]
-
-
- Beskrivning
- table [Employee Absences] column [Description]
-
-
- Personalfrånvaro
- table [Employee Absences] measure [Employee Absences]
-
-
- Frånvarotimmar (%)
- table [Employee Absences] measure [Absence Hours (%)]
-
-
- Kategorier för hållbarhetsunderkonton
- table [table.Name]
-
-
- Koder för underkategori
- table [Sustainability Sub-Account Categories] column [Sub-Category Code]
-
-
- Beskrivning av underkategori
- table [Sustainability Sub-Account Categories] column [Sub-Category Description]
-
-
- Förnybar energi
- table [Sustainability Sub-Account Categories] column [Renewable Energy]
-
-
- Medarbetare
- table [table.Name]
-
-
- Anställningsnr
- table [Employees] column [Employee No.]
-
-
- Medarbetarens fullständiga namn
- table [Employees] column [Employee Full Name]
-
-
- Medarbetarens förnamn
- table [Employees] column [Employee First Name]
-
-
- Medarbetarens efternamn
- table [Employees] column [Employee Last Name]
-
-
- Medarbetarens kön
- table [Employees] column [Employee Gender]
-
-
- Medarbetarens fackföreningskod
- table [Employees] column [Employee Union Code]
-
-
- Personalstatus
- table [Employees] column [Employee Status]
-
-
- Orsak till medarbetarens inaktivitet
- table [Employees] column [Employee Cause of Inactivity]
-
-
- Medarbetarens inaktivitetsdatum
- table [Employees] column [Employee Inactive Date]
-
-
- Orsaker till medarbetarens uppsägning
- table [Employees] column [Employee Grounds for Termination]
-
-
- Medarbetarens födelsedatum
- table [Employees] column [Employee Date of Birth]
-
-
- Ålder
- table [Employees] column [Age]
-
-
- Åldersfördelning
- table [Employees] column [Age Distribution]
-
-
- Antal medarbetare
- table [Employees] measure [No. of Employees]
-
-
- Antal medarbetare – män
- table [Employees] measure [No. of Male Employees]
-
-
- Antal medarbetare – kvinnor
- table [Employees] measure [No. of Female Employees]
-
-
- Antal övriga medarbetare
- table [Employees] measure [No. of Other Employees]
-
-
- Medarbetare – män (%)
- table [Employees] measure [Male Employees (%)]
-
-
- Medarbetare – kvinnor (%)
- table [Employees] measure [Female Employees (%)]
-
-
- Övriga medarbetare (%)
- table [Employees] measure [Other Employees (%)]
-
-
- Aktiva medarbetare
- table [Employees] measure [Active Employees]
-
-
\ No newline at end of file