chore: update report visuals, semantic model definitions, and cleanup legacy queries
This commit is contained in:
@@ -133,6 +133,16 @@
|
||||
}
|
||||
],
|
||||
"isToggled": true
|
||||
},
|
||||
{
|
||||
"identityValues": [
|
||||
{
|
||||
"Literal": {
|
||||
"Value": "'更多字段'"
|
||||
}
|
||||
}
|
||||
],
|
||||
"isToggled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.7.0/schema.json",
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.8.0/schema.json",
|
||||
"name": "6d39adb5348bc816bc59",
|
||||
"position": {
|
||||
"x": 5.6975594824342659,
|
||||
@@ -290,7 +290,7 @@
|
||||
[
|
||||
{
|
||||
"Literal": {
|
||||
"Value": "'RMB'"
|
||||
"Value": "'M RMB'"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
[
|
||||
{
|
||||
"Literal": {
|
||||
"Value": "'202512'"
|
||||
"Value": "'R'"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -133,7 +133,7 @@
|
||||
"0": [
|
||||
{
|
||||
"Literal": {
|
||||
"Value": "'202512'"
|
||||
"Value": "'R'"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -157,7 +157,7 @@
|
||||
},
|
||||
"valueMap": [
|
||||
{
|
||||
"0": "202512"
|
||||
"0": "R"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
[
|
||||
{
|
||||
"Literal": {
|
||||
"Value": "'Retail'"
|
||||
"Value": "'CHPA'"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -98,6 +98,44 @@
|
||||
"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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -233,6 +271,56 @@
|
||||
}
|
||||
},
|
||||
"type": "Categorical",
|
||||
"filter": {
|
||||
"Version": 2,
|
||||
"From": [
|
||||
{
|
||||
"Name": "d",
|
||||
"Entity": "Dim_Market",
|
||||
"Type": 0
|
||||
}
|
||||
],
|
||||
"Where": [
|
||||
{
|
||||
"Condition": {
|
||||
"Not": {
|
||||
"Expression": {
|
||||
"In": {
|
||||
"Expressions": [
|
||||
{
|
||||
"Column": {
|
||||
"Expression": {
|
||||
"SourceRef": {
|
||||
"Source": "d"
|
||||
}
|
||||
},
|
||||
"Property": "MARKET"
|
||||
}
|
||||
}
|
||||
],
|
||||
"Values": [
|
||||
[
|
||||
{
|
||||
"Literal": {
|
||||
"Value": "null"
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"Literal": {
|
||||
"Value": "'ALL Market'"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"objects": {
|
||||
"general": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user