0415
This commit is contained in:
@@ -23,7 +23,7 @@ table Config_VisualFlag
|
||||
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]),
|
||||
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMlTSUTLUA0KlWJ1oJSMozwjMMwbzIGwTMNtYKTYWAA==", 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"
|
||||
|
||||
Reference in New Issue
Block a user