This commit is contained in:
2026-04-28 13:28:35 +08:00
parent 3284c5d938
commit 49b89352aa
293 changed files with 53784 additions and 83836 deletions

View File

@@ -214,7 +214,7 @@ table Fact_Sales_Total
SUM(NULLIF(A.PDOT, 0)) AS PDOT,
SUM(NULLIF(A.PDOT_LY, 0)) AS PDOT_LY
FROM
DM.dm_tf_ext_unionall_market_sales A
DM.dm_tf_ext_unionall_sales_mapping A
WHERE
YYYYMM >= (YEAR(CURRENT_DATE()) - 3) * 100 + 1 -- 内联,消除 CROSS JOIN
AND DATA_SOURCE <> 'XH Data(Quarterly)'
@@ -238,7 +238,7 @@ table Fact_Sales_Total
Source
```
annotation PBI_ResultType = Exception
annotation PBI_ResultType = Table
annotation PBI_NavigationStepName = Navigation