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
@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
Proud to be a Super User!
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
Check out new user group experience and if you are a leader please create your group
100+ sessions, 100+ speakers, Product managers, MVPs, and experts. All about Power BI. Attend online or watch the recordings.
User | Count |
---|---|
393 | |
222 | |
86 | |
70 | |
67 |
User | Count |
---|---|
451 | |
251 | |
140 | |
82 | |
78 |