initial
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
table Dim_Reimburse
|
||||
lineageTag: 12b7ce8a-0cd1-49b2-8dc4-bdc0b7ff9a7d
|
||||
|
||||
column REIMBURSE
|
||||
dataType: string
|
||||
lineageTag: 2d70df77-e397-4be3-84f5-ebbe3073a92e
|
||||
summarizeBy: none
|
||||
sourceColumn: REIMBURSE
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column DATA_SOURCE
|
||||
dataType: string
|
||||
lineageTag: 8f0d9bde-505c-4980-b425-0ab6a514ad94
|
||||
summarizeBy: none
|
||||
sourceColumn: DATA_SOURCE
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
column REIMBURSE_SOURCE = [REIMBURSE] & [DATA_SOURCE]
|
||||
lineageTag: 51a59d0d-8af9-47ce-9fe9-2553279c1858
|
||||
summarizeBy: none
|
||||
|
||||
annotation SummarizationSetBy = Automatic
|
||||
|
||||
partition Dim_Reimburse = 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
|
||||
trim(A.REIMBURSE) REIMBURSE
|
||||
,A.DATA_SOURCE
|
||||
FROM DM.DM_TF_EXTERNAL_SALES A
|
||||
"
|
||||
& UsingLimit,
|
||||
null,
|
||||
[
|
||||
EnableFolding = true
|
||||
]
|
||||
)
|
||||
in
|
||||
Source
|
||||
```
|
||||
|
||||
annotation PBI_ResultType = Table
|
||||
|
||||
annotation PBI_NavigationStepName = Navigation
|
||||
|
||||
annotation TabularEditor_TableGroup = 04_DimTable
|
||||
|
||||
Reference in New Issue
Block a user