Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Original slicer selection after ApplyJsonFilter

Hello.

 

I'm using ApplyJsonFilter to push a tuplefilter in powerbi report. This is my object:

 

Object

  1. $schema: "http://powerbi.com/product/schema#tuple"
  2. filterType: 6
  3. operator: "In"
  4. target: Array(3)
    1. 0: {table: "Dim_Metrics", column: "Metric Name"}
    2. 1: {table: "Dim_Metrics", column: "LevelID"}
    3. 2: {table: "Dim_MetricProcess", column: "Metric Name"}
    4. length: 3
    5. __proto__: Array(0)
  5. values: Array(1)
    1. 0: Array(3)
      1. 0: {value: "Idle Ratio (T6)"}
      2. 1: {value: "-1"}
      3. 2: {value: "Idle Ratio (T6)"}
      4. length: 3
      5. __proto__: Array(0)
    2. length: 1
    3. __proto__: Array(0)
  6. __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