Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 39 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 73 | |
| 70 | |
| 37 | |
| 35 | |
| 26 |