Forum Discussion

dineshkumar_vrv's avatar
8 years ago

how to avoid filter loss while selecting the filtered results

Hi .

I want to select stakes chart to filter Table (text data) and form those table results I have to select one data to appear in bigger picture in card chart.

Stacked bar chartstacked bar chart after selecting

Ones the stacked bar is selected I get the filtered results in the Table chart where my data is text  as below.

 

Filtered results in Table chart

To break even further I select one of the filtered result where my stacked bar selction is getting lost 

Selecting one of the filtered results

The above selection is making loss of selection in the stacked bar chart but It expected to be unchanged.

 

 

Selected results getting lost

More over after selecting the filtered results expected result to be displayed in the card chart as below figures.

 

Selection of filtered resultsExpected result

Overall View

Is this possible?

Thanks in Advance

2 Replies

  • the loss of selection in stack column chart is by design.

    As to display in card visual, you need a measure like  measure= lastnonblank(yourTable[TextColumn],"").

    • dineshkumar_vrv's avatar
      dineshkumar_vrv
      Icon for Helper I rankHelper I

      I added your formula on the dashboard as new measure column.While selecting the staked bar it displays final text in the card and as usual when I select table chart selection getting lost.