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,27 @@
table Dim_MergeDataSource
lineageTag: b9ec943e-c3e6-4334-a98c-527f4e55ccd6
column DATA_SOURCE
dataType: string
lineageTag: 15289739-f23f-4232-97fe-cba489e38214
summarizeBy: none
sourceColumn: DATA_SOURCE
annotation SummarizationSetBy = Automatic
partition Dim_MergeDataSource = m
mode: import
queryGroup: OLD\FreeReport独有表
source =
let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45W8ssvyk3MUYrViVZyCQkA084eAY5ghqMnkI4FAA==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [DATA_SOURCE = _t]),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"DATA_SOURCE", type text}})
in
#"Changed Type"
annotation PBI_NavigationStepName = Navigation
annotation PBI_ResultType = Table
annotation TabularEditor_TableGroup = 04_DimTable