Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Filter data table using chart

We have one table with transactional data. We added a clustered chart and a table to a dashboard. Source table contains (for example) date, produce (apple, kiwi, mango...), number in stock, number on order, number sold. Data is the source table is summarized by date/produce. The chart visual shows bars that represent sum of numbers by date. The table visual has 5 columns: date, produce, number in stock, number on order, number sold. When we click on any line in the table, the chart changes to highlight that data as well as table highlights selected row. The problem is when we click on the bars in the chart, the selected bar is highlighted, but the table does not change to highlight specific data for that bar. What are we doing wrong? If it matters, we are using Power BI Desktop only at this point.

4 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      It's a very simple dataset and dashboard, just not working as expected.

       

      Dataset:

       

      DateProduceNumber in StockNumber on OrderNumber Sold
      2/1/2019Apple300100500
      2/1/2019Mango305025
      2/1/2019Oranges40030120
      2/8/2019Apple40000
      2/8/2019Mango60020
      2/8/2019Oranges370200150
      2/15/2019Apple250150150
      2/15/2019Mango2010020
      2/15/2019Oranges35012070

       

      Dashboard has 2 visuals: Clustered Bar Chart on top that shows totals for quantities by date and Table on the bottom that shows all lines from dataset.

      Once I click on specific line in the table, chart dynamically changes to highlight portions of bars that numbers make up, but if I click on the bar in the chart, table does not change at all. Anyone know how to fix this or what am I doing wrong?