pbi-county-2026调整

This commit is contained in:
2026-05-20 18:44:29 +08:00
parent 6e957a44f6
commit fbbd428a3b
19 changed files with 230 additions and 423 deletions

View File

@@ -57,15 +57,6 @@ table Dim_Market
annotation SummarizationSetBy = Automatic
column IS_HIDDEN_COUNTY
dataType: int64
formatString: 0
lineageTag: f991248d-5cae-4b11-8178-7d460f1fa073
summarizeBy: sum
sourceColumn: IS_HIDDEN_COUNTY
annotation SummarizationSetBy = Automatic
column MERGED_DATA_MARKET
dataType: int64
formatString: 0
@@ -132,11 +123,6 @@ table Dim_Market
AND A.MARKET IN ('Respules Market', 'HTN Market') THEN 2
ELSE 0
END AS MKT_FLAG,
CASE
WHEN B.TA_MAP = 'RARE' THEN 1
WHEN B.TA_MAP = 'ONCO' THEN 2
ELSE 0
END AS IS_HIDDEN_COUNTY,
CASE WHEN C.MARKET IS NOT NULL THEN 1 ELSE 0 END AS MERGED_DATA_MARKET
FROM DM.dm_td_ext_unionall_market A
LEFT JOIN COUNTY_MARKET B ON A.MARKET = B.MARKET
@@ -152,7 +138,7 @@ table Dim_Market
Source
```
annotation PBI_ResultType = Exception
annotation PBI_ResultType = Table
annotation PBI_NavigationStepName = Navigation