This commit is contained in:
2026-04-15 10:36:20 +08:00
parent 43527d6c98
commit f1903bf7bb
811 changed files with 46977 additions and 41706 deletions

View File

@@ -25,7 +25,7 @@ table Dim_PlatformMID
partition Dim_PlatformMID = m
mode: import
queryGroup: OLD\EXTERNAL_辅助表
queryGroup: Dim
source = ```
let
Source =
@@ -39,9 +39,15 @@ table Dim_PlatformMID
){
[Name = CatalogName, Kind = "Database"]
}[Data],
"SELECT DISTINCT PLATFORM_TYPE,DATA_SOURCE
FROM DM.DM_TF_EXTERNAL_SALES A
WHERE YYYYMM >= (date_format(now(), 'yyyy')-3)*100+1 "
"
SELECT DISTINCT
PLATFORM_TYPE,
DATA_SOURCE
FROM
DM.dm_tf_ext_unionall_sales A
WHERE
YYYYMM >= (date_format(now(), 'yyyy') - 3) * 100 + 1
"
& UsingLimit,
null,
[
@@ -52,7 +58,7 @@ table Dim_PlatformMID
Source
```
annotation PBI_ResultType = Exception
annotation PBI_ResultType = Table
annotation PBI_NavigationStepName = Navigation