Forum Discussion
Date filter affects my tooltip page
Hi,
I have created a table with values in it by year-month.
I have also created a tooltip. The tooltip contains 2 charts.
1: a small table with the change
2: a small linechart with year-month in the X axis
At the moment the Year month on the report page is filtering the line chart for 1 year-month.
Is it possible to stop that from happening somehow?
Thank you,
Gabor
2 Replies
- amitchandak
Super User
Gaborfromungarn , In this you can either use all YTD measure or a measure that ignore dates
Example
Calculate([measure], all(date))
But as the filter has been passed you might need an independent table to plot trend: https://www.youtube.com/watch?v=duMSovyosXE
- Gaborfromungarn
Helper I
Hi @amitchandak
That is a brilliant idea, but I don't really want to create another table, as it would increase the size of the model, by almsot double.
Gabor