0402.0
This commit is contained in:
@@ -20428,303 +20428,6 @@ table Measure
|
||||
displayFolder: OLD\ForAI
|
||||
lineageTag: ef44ef79-7921-416c-8ec0-a2d4ac11bf37
|
||||
|
||||
measure '00.Retail.NIAD.Value' =
|
||||
IF (
|
||||
ISCROSSFILTERED ( Dim_Market ),
|
||||
SUMX (
|
||||
Fact_Sales_NIAD,
|
||||
Fact_Sales_NIAD[SALES_VALUE_CAL]
|
||||
* [External.SelectValueMKTRatio]
|
||||
),
|
||||
SUM ( Fact_Sales_NIAD[SALES_VALUE_CAL] )
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\00
|
||||
lineageTag: 5c3ce518-dae6-4095-b5f1-f3c216cadef0
|
||||
|
||||
annotation PBI_FormatHint = {"isGeneralNumber":true}
|
||||
|
||||
measure '00.Retail.NIAD.Unit.LY' =
|
||||
IF (
|
||||
ISCROSSFILTERED ( Dim_Market ),
|
||||
SUMX (
|
||||
Fact_Sales_NIAD,
|
||||
Fact_Sales_NIAD[SALES_UNIT_CAL_LY]
|
||||
* [External.SelectUnitMKTRatio]
|
||||
),
|
||||
SUM ( Fact_Sales_NIAD[SALES_UNIT_CAL_LY] )
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\00
|
||||
lineageTag: a4017c61-122d-4af7-8eac-8a5410e92475
|
||||
|
||||
annotation PBI_FormatHint = {"isGeneralNumber":true}
|
||||
|
||||
measure '00.Retail.NIAD.Unit' =
|
||||
IF (
|
||||
ISCROSSFILTERED ( Dim_Market ),
|
||||
SUMX (
|
||||
Fact_Sales_NIAD,
|
||||
Fact_Sales_NIAD[SALES_UNIT_CAL]
|
||||
* [External.SelectUnitMKTRatio]
|
||||
),
|
||||
SUM ( Fact_Sales_NIAD[SALES_UNIT_CAL] )
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\00
|
||||
lineageTag: 24edaf71-7530-4c6d-929e-4d971a4a0e8b
|
||||
|
||||
annotation PBI_FormatHint = {"isGeneralNumber":true}
|
||||
|
||||
measure '00.Retail.NIAD.PDOT.LY' =
|
||||
IF (
|
||||
ISCROSSFILTERED ( Dim_Market ),
|
||||
SUMX (
|
||||
Fact_Sales_NIAD,
|
||||
Fact_Sales_NIAD[CONUTING_UNIT_LY]
|
||||
* [External.SelectPDOTMKTRatio]
|
||||
),
|
||||
SUM ( Fact_Sales_NIAD[CONUTING_UNIT_LY] )
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\00
|
||||
lineageTag: 8b95b9d7-235a-4d7e-b6ea-94e79fcce762
|
||||
|
||||
annotation PBI_FormatHint = {"isGeneralNumber":true}
|
||||
|
||||
measure '00.Retail.NIAD.PDOT' =
|
||||
IF (
|
||||
ISCROSSFILTERED ( Dim_Market ),
|
||||
SUMX (
|
||||
Fact_Sales_NIAD,
|
||||
Fact_Sales_NIAD[CONUTING_UNIT]
|
||||
* [External.SelectPDOTMKTRatio]
|
||||
),
|
||||
SUM ( Fact_Sales_NIAD[CONUTING_UNIT] )
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\00
|
||||
lineageTag: 04b73112-a012-4bab-b05e-774810797bec
|
||||
|
||||
annotation PBI_FormatHint = {"isGeneralNumber":true}
|
||||
|
||||
measure '00.Retail.NIAD.Value.LY' =
|
||||
IF (
|
||||
ISCROSSFILTERED ( Dim_Market ),
|
||||
SUMX (
|
||||
Fact_Sales_NIAD,
|
||||
Fact_Sales_NIAD[SALES_VALUE_CAL_LY]
|
||||
* [External.SelectValueMKTRatio]
|
||||
),
|
||||
SUM ( Fact_Sales_NIAD[SALES_VALUE_CAL_LY] )
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\00
|
||||
lineageTag: 9593012e-070a-44a2-a950-93c5ac014837
|
||||
|
||||
annotation PBI_FormatHint = {"isGeneralNumber":true}
|
||||
|
||||
measure '00.Retail.NIAD.CU.LY' =
|
||||
IF (
|
||||
ISCROSSFILTERED ( Dim_Market ),
|
||||
SUMX (
|
||||
Fact_Sales_NIAD,
|
||||
Fact_Sales_NIAD[CONUTING_UNIT_LY]
|
||||
* [External.SelectCountingUnitMKTRatio]
|
||||
),
|
||||
SUM ( Fact_Sales_NIAD[CONUTING_UNIT_LY] )
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\00
|
||||
lineageTag: 6dc0eda0-6f38-4ed7-af8b-2922241500d5
|
||||
|
||||
annotation PBI_FormatHint = {"isGeneralNumber":true}
|
||||
|
||||
measure '00.Retail.NIAD.CU' =
|
||||
IF (
|
||||
ISCROSSFILTERED ( Dim_Market ),
|
||||
SUMX (
|
||||
Fact_Sales_NIAD,
|
||||
Fact_Sales_NIAD[CONUTING_UNIT]
|
||||
* [External.SelectCountingUnitMKTRatio]
|
||||
),
|
||||
SUM ( Fact_Sales_NIAD[CONUTING_UNIT] )
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\00
|
||||
lineageTag: e7134c78-d8eb-4b51-a621-a71934194739
|
||||
|
||||
annotation PBI_FormatHint = {"isGeneralNumber":true}
|
||||
|
||||
measure '01.Retail.NIAD.CU' =
|
||||
SWITCH (
|
||||
TRUE ( ),
|
||||
ISFILTERED ( Dim_RC ) || ISFILTERED ( Dim_Org ),
|
||||
CALCULATE (
|
||||
[00.Retail.NIAD.CU],
|
||||
TREATAS (
|
||||
VALUES ( Dim_Market[MKT_SOURCE] ),
|
||||
Dim_RC[MKT_SOURCE]
|
||||
)
|
||||
),
|
||||
[00.Retail.NIAD.CU]
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\01
|
||||
lineageTag: f2fbd703-32b4-45c5-8f2f-37b9c6e68908
|
||||
|
||||
measure '01.Retail.NIAD.CU.LY' =
|
||||
SWITCH (
|
||||
TRUE ( ),
|
||||
ISFILTERED ( Dim_RC ) || ISFILTERED ( Dim_Org ),
|
||||
CALCULATE (
|
||||
[00.Retail.NIAD.CU.LY],
|
||||
TREATAS (
|
||||
VALUES ( Dim_Market[MKT_SOURCE] ),
|
||||
Dim_RC[MKT_SOURCE]
|
||||
)
|
||||
),
|
||||
[00.Retail.NIAD.CU.LY]
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\01
|
||||
lineageTag: cd23c4ea-e5b0-4ce3-864f-c45178a9af82
|
||||
|
||||
measure '01.Retail.NIAD.PDOT' =
|
||||
SWITCH (
|
||||
TRUE ( ),
|
||||
ISFILTERED ( Dim_RC ) || ISFILTERED ( Dim_Org ),
|
||||
CALCULATE (
|
||||
[00.Retail.NIAD.PDOT],
|
||||
TREATAS (
|
||||
VALUES ( Dim_Market[MKT_SOURCE] ),
|
||||
Dim_RC[MKT_SOURCE]
|
||||
)
|
||||
),
|
||||
[00.Retail.NIAD.PDOT]
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\01
|
||||
lineageTag: 4c7f667e-7d0a-4fcf-82d2-19fabf18e790
|
||||
|
||||
measure '01.Retail.NIAD.PDOT.LY' =
|
||||
SWITCH (
|
||||
TRUE ( ),
|
||||
ISFILTERED ( Dim_RC ) || ISFILTERED ( Dim_Org ),
|
||||
CALCULATE (
|
||||
[00.Retail.NIAD.PDOT.LY],
|
||||
TREATAS (
|
||||
VALUES ( Dim_Market[MKT_SOURCE] ),
|
||||
Dim_RC[MKT_SOURCE]
|
||||
)
|
||||
),
|
||||
[00.Retail.NIAD.PDOT.LY]
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\01
|
||||
lineageTag: 1dcc6d0b-3a67-45da-b593-c09d2a2f9802
|
||||
|
||||
measure '01.Retail.NIAD.Unit' =
|
||||
SWITCH (
|
||||
TRUE ( ),
|
||||
ISFILTERED ( Dim_RC ) || ISFILTERED ( Dim_Org ),
|
||||
CALCULATE (
|
||||
[00.Retail.NIAD.Unit],
|
||||
TREATAS (
|
||||
VALUES ( Dim_Market[MKT_SOURCE] ),
|
||||
Dim_RC[MKT_SOURCE]
|
||||
)
|
||||
),
|
||||
[00.Retail.NIAD.Unit]
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\01
|
||||
lineageTag: 99b4674a-cd6d-4621-897d-c3e8831c5210
|
||||
|
||||
measure '01.Retail.NIAD.Unit.LY' =
|
||||
SWITCH (
|
||||
TRUE ( ),
|
||||
ISFILTERED ( Dim_RC ) || ISFILTERED ( Dim_Org ),
|
||||
CALCULATE (
|
||||
[00.Retail.NIAD.Unit.LY],
|
||||
TREATAS (
|
||||
VALUES ( Dim_Market[MKT_SOURCE] ),
|
||||
Dim_RC[MKT_SOURCE]
|
||||
)
|
||||
),
|
||||
[00.Retail.NIAD.Unit.LY]
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\01
|
||||
lineageTag: 0a81f7dc-01d9-4446-b7fa-1cb30dd57d44
|
||||
|
||||
measure '01.Retail.NIAD.Value' =
|
||||
SWITCH (
|
||||
TRUE ( ),
|
||||
ISFILTERED ( Dim_RC ) || ISFILTERED ( Dim_Org ),
|
||||
CALCULATE (
|
||||
[00.Retail.NIAD.Value],
|
||||
TREATAS (
|
||||
VALUES ( Dim_Market[MKT_SOURCE] ),
|
||||
Dim_RC[MKT_SOURCE]
|
||||
)
|
||||
),
|
||||
[00.Retail.NIAD.Value]
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\01
|
||||
lineageTag: 792eaa55-a51f-4d28-8aef-f62b69a676e4
|
||||
|
||||
measure '01.Retail.NIAD.Value.LY' =
|
||||
SWITCH (
|
||||
TRUE ( ),
|
||||
ISFILTERED ( Dim_RC ) || ISFILTERED ( Dim_Org ),
|
||||
CALCULATE (
|
||||
[00.Retail.NIAD.Value.LY],
|
||||
TREATAS (
|
||||
VALUES ( Dim_Market[MKT_SOURCE] ),
|
||||
Dim_RC[MKT_SOURCE]
|
||||
)
|
||||
),
|
||||
[00.Retail.NIAD.Value.LY]
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD\01
|
||||
lineageTag: 00a3ee30-b5b7-4253-9db4-f0aa80e5b409
|
||||
|
||||
measure 'Retail.NIAD.Sales' =
|
||||
SWITCH (
|
||||
[External.SelectUnit],
|
||||
"RMB", [01.Retail.NIAD.Value],
|
||||
"K RMB", [01.Retail.NIAD.Value] / 1000,
|
||||
"M RMB", [01.Retail.NIAD.Value] / 1000000,
|
||||
"USD", DIVIDE ( [01.Retail.NIAD.Value], [ExchangeRate] ),
|
||||
"K USD",
|
||||
DIVIDE ( [01.Retail.NIAD.Value], [ExchangeRate] ) / 1000,
|
||||
"M USD",
|
||||
DIVIDE ( [01.Retail.NIAD.Value], [ExchangeRate] ) / 1000000,
|
||||
"Unit", [01.Retail.NIAD.Unit],
|
||||
"K Unit", [01.Retail.NIAD.Unit] / 1000,
|
||||
"M Unit", [01.Retail.NIAD.Unit] / 1000000,
|
||||
"CU", [01.Retail.NIAD.CU],
|
||||
"K CU", [01.Retail.NIAD.CU] / 1000,
|
||||
"M CU", [01.Retail.NIAD.CU] / 1000000,
|
||||
"PDOT", [01.Retail.NIAD.PDOT],
|
||||
"K PDOT", [01.Retail.NIAD.PDOT] / 1000,
|
||||
"M PDOT", [01.Retail.NIAD.PDOT] / 1000000
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD
|
||||
lineageTag: c23f7423-669e-4d88-aad1-98352853d75f
|
||||
|
||||
measure 'Retail.NIAD.Sales.LY' =
|
||||
SWITCH (
|
||||
[External.SelectUnit],
|
||||
"RMB", [01.Retail.NIAD.Value.LY],
|
||||
"K RMB", [01.Retail.NIAD.Value.LY] / 1000,
|
||||
"M RMB", [01.Retail.NIAD.Value.LY] / 1000000,
|
||||
"USD", DIVIDE ( [01.Retail.NIAD.Value.LY], [ExchangeRate] ),
|
||||
"K USD",
|
||||
DIVIDE ( [01.Retail.NIAD.Value.LY], [ExchangeRate] ) / 1000,
|
||||
"M USD",
|
||||
DIVIDE ( [01.Retail.NIAD.Value.LY], [ExchangeRate] )
|
||||
/ 1000000,
|
||||
"Unit", [01.Retail.NIAD.Unit.LY],
|
||||
"K Unit", [01.Retail.NIAD.Unit.LY] / 1000,
|
||||
"M Unit", [01.Retail.NIAD.Unit.LY] / 1000000,
|
||||
"CU", [01.Retail.NIAD.CU.LY],
|
||||
"K CU", [01.Retail.NIAD.CU.LY] / 1000,
|
||||
"M CU", [01.Retail.NIAD.CU.LY] / 1000000,
|
||||
"PDOT", [01.Retail.NIAD.PDOT.LY],
|
||||
"K PDOT", [01.Retail.NIAD.PDOT.LY] / 1000,
|
||||
"M PDOT", [01.Retail.NIAD.PDOT.LY] / 1000000
|
||||
)
|
||||
displayFolder: OLD\FreeReport_NIAD
|
||||
lineageTag: 782b8f68-5311-4d58-b8c3-77d0615c723c
|
||||
|
||||
measure 'External.4.1.Text.Retail.NIAD.Text' =
|
||||
VAR R = "NIAD市场月度明细(仅Retail/EC)"
|
||||
VAR EC = "NIAD市场月度明细(仅Retail/EC)"
|
||||
|
||||
Reference in New Issue
Block a user