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

59 lines
1.4 KiB
Plaintext

table Dim_Market_Total
lineageTag: e3bea067-c208-4eb5-84c4-2dd40535ed78
column MARKET
dataType: string
lineageTag: 4a090ffe-8e70-41ce-9490-242cc464aafa
summarizeBy: none
sourceColumn: MARKET
annotation SummarizationSetBy = Automatic
column DATA_SOURCE
dataType: string
lineageTag: 4f61126f-3948-4eac-9f4c-de8de77ea89a
summarizeBy: none
sourceColumn: DATA_SOURCE
annotation SummarizationSetBy = Automatic
column MKT_SOURCE = [MARKET] & [DATA_SOURCE]
lineageTag: 119c40cb-6ca0-4142-8bfc-b8f0add2d35d
summarizeBy: none
annotation SummarizationSetBy = Automatic
partition Dim_Market_Total = m
mode: import
queryGroup: OLD\首页
source = ```
let
Source =
Value.NativeQuery(
Databricks.Catalogs(
ServerAddress, HttpPath, [
Catalog = CatalogName,
Database = null,
EnableAutomaticProxyDiscovery = null,EnableQueryResultDownload="0"
]
){
[Name = CatalogName, Kind = "Database"]
}[Data],
"SELECT DISTINCT MARKET,DATA_SOURCE FROM DM.DM_TD_EXTERNAL_MARKET"
& UsingLimit,
null,
[
EnableFolding = true
]
)
in
Source
```
annotation PBI_ResultType = Table
annotation PBI_NavigationStepName = Navigation
annotation TabularEditor_TableGroup = 04_DimTable