37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
table Config_VisualFlag
|
|
lineageTag: 3cf05043-2a07-42d6-9767-59c31de5af8d
|
|
|
|
column Flag_ID
|
|
dataType: int64
|
|
formatString: 0
|
|
lineageTag: 00ae7e4d-11a5-4549-b0ad-40c08a75dcfd
|
|
summarizeBy: count
|
|
sourceColumn: Flag_ID
|
|
|
|
annotation SummarizationSetBy = Automatic
|
|
|
|
column Visual_Name
|
|
dataType: string
|
|
lineageTag: a58b3b69-f90a-45e9-9bb7-9d5775d0cb69
|
|
summarizeBy: none
|
|
sourceColumn: Visual_Name
|
|
|
|
annotation SummarizationSetBy = Automatic
|
|
|
|
partition Config_VisualFlag = m
|
|
mode: import
|
|
queryGroup: OLD
|
|
source =
|
|
let
|
|
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMlTSUTLUM1SKjQUA", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [Flag_ID = _t, Visual_Name = _t]),
|
|
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Flag_ID", Int64.Type}})
|
|
in
|
|
#"Changed Type"
|
|
|
|
annotation PBI_NavigationStepName = Navigation
|
|
|
|
annotation PBI_ResultType = Table
|
|
|
|
annotation TabularEditor_TableGroup = 03_ConfigTable
|
|
|