Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
hello all,
I have two visuals, one table and one line chart.
The table has a list of companys and their respective sales numbers. This visual has a visual level filter that is only showing todays sales.
the problem I am facing is when I click/highlight on a company in the table visual the line chart is only showing todays sales. I want the line chart to show the trending sales over time when I click on a company in the table
is this possible?
thank you!!
Solved! Go to Solution.
When you choose/select a row in the table visual, it will pass the month filter along with company and other attributes to your graph.That caused your trend graph to only show today's data. Please follow the below instructions to achieve what you need.
Sample Input:
Create a month table as
Table1 = ALL(TABLE[MONTH])
Define the relationship between two tables (1 to Many)
Create a new measure in table 1
If I understand your ask correctly, you want to show one day(today) sales in the line graph when you don't click/select anything on the table. But you want to override the visual filter to show trend for selected company?
You could try something with below.
When you choose/select a row in the table visual, it will pass the month filter along with company and other attributes to your graph.That caused your trend graph to only show today's data. Please follow the below instructions to achieve what you need.
Sample Input:
Create a month table as
Table1 = ALL(TABLE[MONTH])
Define the relationship between two tables (1 to Many)
Create a new measure in table 1
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
42 | |
30 | |
27 | |
27 |