29 lines
913 B
Plaintext
29 lines
913 B
Plaintext
table Config_PageFlag_FreeReportNIAD
|
|
lineageTag: 97ac9560-aebd-49b9-a0b6-1c767ecc310d
|
|
|
|
column IS_FreeReportNIAD
|
|
dataType: int64
|
|
formatString: 0
|
|
lineageTag: f6912d7d-4bb3-4c46-9399-f518f8070930
|
|
summarizeBy: sum
|
|
sourceColumn: IS_FreeReportNIAD
|
|
|
|
annotation SummarizationSetBy = Automatic
|
|
|
|
partition Config_PageFlag_FreeReportNIAD = m
|
|
mode: import
|
|
queryGroup: OLD
|
|
source =
|
|
let
|
|
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMlSKjQUA", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [IS_FreeReportNIAD = _t]),
|
|
#"Changed Type" = Table.TransformColumnTypes(Source,{{"IS_FreeReportNIAD", Int64.Type}})
|
|
in
|
|
#"Changed Type"
|
|
|
|
annotation PBI_ResultType = Table
|
|
|
|
annotation PBI_NavigationStepName = Navigation
|
|
|
|
annotation TabularEditor_TableGroup = 03_ConfigTable
|
|
|