0415
This commit is contained in:
@@ -214,7 +214,7 @@ table Dim_Calendar
|
||||
|
||||
partition Dim_Calendar-59b630e2-4e38-43bf-981e-a88809964372 = m
|
||||
mode: import
|
||||
queryGroup: OLD\非首页
|
||||
queryGroup: Dim
|
||||
source = ```
|
||||
let
|
||||
Source =
|
||||
@@ -266,9 +266,10 @@ table Dim_Calendar
|
||||
EnableFolding = true
|
||||
]
|
||||
),
|
||||
更改的类型 = Table.TransformColumnTypes(Source,{{"YYYYMM", type text}})
|
||||
更改的类型 = Table.TransformColumnTypes(Source,{{"YYYYMM", type text}}),
|
||||
#"Sorted Rows" = Table.Sort(更改的类型,{{"YEAR_FLAG", Order.Ascending}})
|
||||
in
|
||||
更改的类型
|
||||
#"Sorted Rows"
|
||||
```
|
||||
|
||||
changedProperty = IsHidden
|
||||
|
||||
Reference in New Issue
Block a user