0401.1
This commit is contained in:
@@ -20782,6 +20782,28 @@ table Measure
|
||||
displayFolder: OLD\Others
|
||||
lineageTag: efda125a-7453-433f-866b-cebe9ff7ff30
|
||||
|
||||
measure 'Geo.3.2.City.BackColor' =
|
||||
SWITCH (
|
||||
SELECTEDVALUE ( Dim_DataSource[SOURCENAME] ),
|
||||
"CHPA", "#FFFFFF",
|
||||
"#E6E6E6"
|
||||
)
|
||||
displayFolder: OLD\Others
|
||||
lineageTag: 75772df1-f1f8-4c0c-8545-49c91590a52a
|
||||
|
||||
annotation PBI_FormatHint = {"isGeneralNumber":true}
|
||||
|
||||
measure CITY_Name =
|
||||
|
||||
SWITCH(SELECTEDVALUE(Dim_DataSource[SOURCENAME]),
|
||||
"CHPA",BLANK (),
|
||||
"City"
|
||||
)
|
||||
displayFolder: OLD\Others
|
||||
lineageTag: dd7d1db9-9ee8-4601-8ce0-c1bc253a9ec7
|
||||
|
||||
annotation PBI_FormatHint = {"isGeneralNumber":true}
|
||||
|
||||
column CreatedBy
|
||||
lineageTag: 74ce729e-edbc-46d1-8445-3279ab9bf147
|
||||
summarizeBy: none
|
||||
|
||||
Reference in New Issue
Block a user