This commit is contained in:
2026-03-29 14:24:01 +08:00
commit 3e0ef9086b
4321 changed files with 3174841 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
table refresh_time
lineageTag: 3510f1bf-a7f9-4fbb-b22a-888148996cb0
column 'Refresh Time'
dataType: dateTime
formatString: General Date
lineageTag: de5fd273-246d-49cf-badb-fbd5bef88358
summarizeBy: none
sourceColumn: Refresh Time
changedProperty = DataType
annotation SummarizationSetBy = Automatic
partition refresh_time-6d2a9650-2d90-41e4-860b-099d7289b7bd = m
mode: import
queryGroup: OLD
source =
let
源 = DateTimeZone.RemoveZone(DateTimeZone.SwitchZone(DateTimeZone.FixedUtcNow(),8)),
自定义1 = #table(1, {{源}}),
重命名的列 = Table.RenameColumns(自定义1,{{"Column1", "Refresh Time"}})
in
重命名的列
annotation PBI_ResultType = Table
annotation PBI_NavigationStepName = Navigation