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

@@ -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