Files
MarketAnalysis-Rebuild/External All Channel.SemanticModel/definition/tables/TOP.tmdl
2026-03-29 14:24:01 +08:00

43 lines
1.2 KiB
Plaintext

table TOP
lineageTag: 74b709c3-046c-48e6-a9c6-6417eedc09ba
column Sort
dataType: string
lineageTag: 3093c401-b04e-4bf8-b55e-0df2485d7851
summarizeBy: none
sourceColumn: Sort
sortByColumn: Index
changedProperty = SortByColumn
annotation SummarizationSetBy = Automatic
column Index
dataType: int64
formatString: 0
lineageTag: 4db328fb-9fb6-445e-8d3d-4c7e15b2e3b0
summarizeBy: sum
sourceColumn: Index
annotation SummarizationSetBy = Automatic
column RankNum = IF([Sort] <> "ALL",INT([Sort]),9999)
formatString: 0
lineageTag: ba36bd44-ea5e-47c3-8c48-ed45846f91c8
summarizeBy: sum
annotation SummarizationSetBy = Automatic
partition TOP = m
mode: import
queryGroup: OLD
source =
let
源 = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMlXSUTJUitWJVjI0ADKNwEwjENMYzHT08QGyTZRiYwE=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [Sort = _t, Index = _t]),
更改的类型 = Table.TransformColumnTypes(源,{{"Sort", type text}, {"Index", Int64.Type}})
in
更改的类型
annotation PBI_ResultType = Table