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