Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
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 |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 37 | |
| 29 | |
| 26 |