Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
When selecting a row in the table, I want the line chart to show the values of the selected commodity group across all years (2017-2024) and not only for the selected year.
Solved! Go to Solution.
Hi @PowerNorth
When you cross-filter using a column from the same or a related table, only the selected data points are displayed. To change this behavior, use a disconnected table for the year instead.
Total Revenue Disconected Dates =
CALCULATE (
[Total Revenue],
TREATAS ( VALUES ( DisconnectedDate[Month and Year] ), Dates[Month and Year] )
)
Please see the attached pbix.
Hi @PowerNorth
When you cross-filter using a column from the same or a related table, only the selected data points are displayed. To change this behavior, use a disconnected table for the year instead.
Total Revenue Disconected Dates =
CALCULATE (
[Total Revenue],
TREATAS ( VALUES ( DisconnectedDate[Month and Year] ), Dates[Month and Year] )
)
Please see the attached pbix.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 67 | |
| 59 | |
| 45 | |
| 19 | |
| 15 |