Forum Discussion

Jero's avatar
Jero
Regular Visitor
8 years ago
Solved

Cross-highlighting based on measure

Hi,   I'm working on an error reporting project, which is based on the following data structure:     There are slicers for the department and the agent, and bar charts for the "category" a...
  • v-yulgu-msft's avatar
    8 years ago

    Hi Jero,

     

    In your scenario, click one bar in in "Impact(s)" funnel chart cannot filter the other two bar charts. This is by design. Because you added serveral columns ([NonRecuperableLoss], [RecuperableLoss], [PotentialFutureLoss], [Gain] and [PotentialFutureGain]) into funnel chart, when you clicked one bar in funnel chart, actually, you were making column level filters. This operation didn't filter out any record row in other two charts. That is why the other two charts are not filtered, they supports row level filters.

     

    When you select [Gain] in funnel chart, all record rows are available.

     

     

    When you select [High] in column chart, only highlighted rows are available.

     

    An other example for your reference, if you create funnel chart like below.

     

    When clicking a bar in this chart (e.g. True), it can affect other two charts.

     

    Best regards,
    Yuliana Gu