16没有分区版本

This commit is contained in:
2026-04-16 16:34:02 +08:00
parent 4cf968ce5d
commit 6ab0cd209e
159 changed files with 2805 additions and 2002 deletions

View File

@@ -98,6 +98,85 @@
"Value": "true"
}
}
},
"selfFilter": {
"filter": {
"Version": 2,
"From": [
{
"Name": "d",
"Entity": "Dim_Market",
"Type": 0
}
],
"Where": [
{
"Condition": {
"Contains": {
"Left": {
"Column": {
"Expression": {
"SourceRef": {
"Source": "d"
}
},
"Property": "MARKET"
}
},
"Right": {
"Literal": {
"Value": "'niad'"
}
}
}
},
"Annotations": {
"PowerBI.MParameterBehavior": 1
}
}
]
}
},
"filter": {
"filter": {
"Version": 2,
"From": [
{
"Name": "d",
"Entity": "Dim_Market",
"Type": 0
}
],
"Where": [
{
"Condition": {
"In": {
"Expressions": [
{
"Column": {
"Expression": {
"SourceRef": {
"Source": "d"
}
},
"Property": "MARKET"
}
}
],
"Values": [
[
{
"Literal": {
"Value": "'NIAD (Non-Insulin Anti-Diabetic) Market'"
}
}
]
]
}
}
}
]
}
}
}
}

View File

@@ -110,7 +110,7 @@
[
{
"Literal": {
"Value": "'M RMB'"
"Value": "'RMB'"
}
}
]

View File

@@ -38,12 +38,12 @@
"Entity": "Dim_PackInfo"
}
},
"Property": "PROD_DES_C"
"Property": "PACK_COD"
}
},
"queryRef": "Dim_PackInfo.PROD_DES_C",
"nativeQueryRef": "Brand CN",
"displayName": "Brand CN"
"queryRef": "Dim_PackInfo.PACK_COD",
"nativeQueryRef": "Package Code",
"displayName": "Package Code"
},
{
"field": {
@@ -1357,7 +1357,8 @@
"Property": "PROD_DES_C"
}
},
"type": "Categorical"
"type": "Categorical",
"howCreated": "User"
},
{
"name": "Filterde9c2825d7e1e480c4d9",
@@ -1659,8 +1660,7 @@
"Property": "PACK_COD"
}
},
"type": "Categorical",
"howCreated": "User"
"type": "Categorical"
},
{
"name": "Filterd79fbf1161b31392f605",

View File

@@ -152,5 +152,23 @@
},
"drillFilterOtherVisuals": true
},
"parentGroupName": "44bfd648b2db4cafbae1"
"parentGroupName": "44bfd648b2db4cafbae1",
"filterConfig": {
"filters": [
{
"name": "108447777a706eb9426a",
"field": {
"Column": {
"Expression": {
"SourceRef": {
"Entity": "AIA_Calgroup"
}
},
"Property": "AIA_INS_REMOVE"
}
},
"type": "Categorical"
}
]
}
}

View File

@@ -156,47 +156,6 @@
"Value": "true"
}
}
},
"filter": {
"filter": {
"Version": 2,
"From": [
{
"Name": "d",
"Entity": "Dim_RC",
"Type": 0
}
],
"Where": [
{
"Condition": {
"In": {
"Expressions": [
{
"Column": {
"Expression": {
"SourceRef": {
"Source": "d"
}
},
"Property": "IS_TARGET_HP"
}
}
],
"Values": [
[
{
"Literal": {
"Value": "'Y'"
}
}
]
]
}
}
}
]
}
}
}
}

View File

@@ -259,7 +259,7 @@
},
{
"Literal": {
"Value": "'''Dim_PackInfo''[PROD_DES_C]'"
"Value": "'''Dim_PackInfo''[PACK_COD]'"
}
}
]
@@ -326,7 +326,7 @@
"1": [
{
"Literal": {
"Value": "'''Dim_PackInfo''[PROD_DES_C]'"
"Value": "'''Dim_PackInfo''[PACK_COD]'"
}
}
]
@@ -367,7 +367,7 @@
},
{
"0": "Market & Product",
"1": "Brand CN"
"1": "Package Code"
}
]
}
@@ -375,6 +375,67 @@
}
]
}
},
"selfFilter": {
"filter": {
"Version": 2,
"From": [
{
"Name": "r",
"Entity": "AIA.Fields.Rows",
"Type": 0
}
],
"Where": [
{
"Condition": {
"Or": {
"Left": {
"Contains": {
"Left": {
"Column": {
"Expression": {
"SourceRef": {
"Source": "r"
}
},
"Property": "Category"
}
},
"Right": {
"Literal": {
"Value": "'pack'"
}
}
}
},
"Right": {
"Contains": {
"Left": {
"Column": {
"Expression": {
"SourceRef": {
"Source": "r"
}
},
"Property": "Fields"
}
},
"Right": {
"Literal": {
"Value": "'pack'"
}
}
}
}
}
},
"Annotations": {
"PowerBI.MParameterBehavior": 1
}
}
]
}
}
}
}