The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a line chart that is plotting 3 measures. Each measure is filtered based on "Type" in the underlying data set.
Under the line chart I have a table with columns from the CloseTable dataset. My expected result is to have the table filtered by Type when I click on a data point in the line chart. Right now, no filtering in the table occurrs when I interact with the line chart. Interactions are set between line chart and table.
Is it possible to filter another visual based on the filters contained in a measure?
Hi @swindhorst,
Visual interaction is based on fields that aggregated in current row contents. When you activate a chart, power bi will try to find out the current category data label and use it to interact with other visuals through current relationship key field.
Did these tables contain relationships? If not, power bi can't interact with other visuals based on the current chart data category label.
Regards,
Xiaoxin Sheng