Forum Discussion
Anonymous
6 years agoNot applicable
Original slicer selection after ApplyJsonFilter
Hello.
I'm using ApplyJsonFilter to push a tuplefilter in powerbi report. This is my object:
Object
- $schema: "http://powerbi.com/product/schema#tuple"
- filterType: 6
- operator: "In"
- target: Array(3)
- 0: {table: "Dim_Metrics", column: "Metric Name"}
- 1: {table: "Dim_Metrics", column: "LevelID"}
- 2: {table: "Dim_MetricProcess", column: "Metric Name"}
- length: 3
- __proto__: Array(0)
- values: Array(1)
- 0: Array(3)
- 0: {value: "Idle Ratio (T6)"}
- 1: {value: "-1"}
- 2: {value: "Idle Ratio (T6)"}
- length: 3
- __proto__: Array(0)
- length: 1
- __proto__: Array(0)
- 0: Array(3)
- __proto__: Object
After apply this filters the slicer keeps the original selection:
But Why the original selected metric “Backup Ratio” still selected? Is there any way to clear this selection? and only shows the new value based on the tuplefilter applied?
Can anyone hep me? I appreciate your help. Thank You.
No Replies