Forum Discussion
dineshkumar_vrv
Helper I
8 years agohow 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. Ones the stacked bar is se...
KumarDarmesh
Helper IV
8 years agothe 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
Helper I
8 years agoI 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.