initial
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
table Config_MergeData
|
||||
lineageTag: 0cfa76d9-0320-4b9c-872d-12c4553bd77a
|
||||
|
||||
column MergeData
|
||||
dataType: string
|
||||
lineageTag: 1f24edcf-c898-4533-96db-9cff0d49f89b
|
||||
summarizeBy: none
|
||||
sourceColumn: MergeData
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
partition Config_MergeData = m
|
||||
mode: import
|
||||
queryGroup: OLD
|
||||
source =
|
||||
let
|
||||
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45Weta951nfUpeQAKXYWAA=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [MergeData = _t]),
|
||||
#"Changed Type" = Table.TransformColumnTypes(Source,{{"MergeData", type text}})
|
||||
in
|
||||
#"Changed Type"
|
||||
|
||||
annotation PBI_ResultType = Table
|
||||
|
||||
annotation TabularEditor_TableGroup = 03_ConfigTable
|
||||
|
||||
Reference in New Issue
Block a user