Forum Discussion
Anonymous
2 years agoNot applicable
Need help on dynamic interactions
Hi, I have a table visual which has a timestamp column and a line chart with same timestamp column in X axis. Now when I/end user click on any time stamp value I need the line chart to display ...
Anonymous
2 years agoNot applicable
Hi Thank you for your solution, Unfortunately it is not working :(.
Anonymous
2 years agoNot applicable
when I select only one timestamp due to interaction it is filtering to only one point in line chart, if I block interaction it is not working
- Selva-Salimi1 year ago
Solution Sage
Anonymous
you should have a Dimdate table and selected timestamp slicer, should be added to this report using DimDate
- Anonymous1 year agoNot applicableHi Selva-Salimi, Thank you for the reply, how can we accomplish this?
- Selva-Salimi1 year ago
Solution Sage
you can create a table with minimum date and maximum date you need to have as follows:
then go to transform data (edit query) and add a custom column using the following formula:
{Number.From([start date])..Number.From([end date])}
then click on the specified list and expand. this can call your DimDate table.