Forum Discussion
Exclude Columns used from one visual (table) when cross filtering other visual (trend line chart)
Hi,
I have a table visual which have Date, Category, Product, Sales Columns in one table. And a Trend of Category sales in another line chart which uses sales as y axis and date as x-axis. I want the functoonality of cross filtering from table to show the line related to the category if any row is selected from table, however, I do not want the date filter propagating from table visual to line chart. How can I implement this functionality such that, category filter is applied to the trend line but not the date filter on cross filtering:
Below is the screenshot:
shaikarshad29 , Small change in the formula is also required.
Refer to the attached file
4 Replies
- amitchandakSuper User
shaikarshad29 , one of the options is to have two date tables and use different date tables on the axis on two visuals. Both date tables are joined with your fact
- shaikarshad29Frequent Visitor
I am still seeing the same issue:
My two date tables relationship:
Table visual uses primary date table:
Chart visual uses secondary date table:
Still getting the same behavior withd ate filter applied:
Appreciate any further help
- amitchandakSuper User
shaikarshad29 , Small change in the formula is also required.
Refer to the attached file