0415
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user