Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 51 | |
| 44 | |
| 43 | |
| 39 | |
| 32 |