Forum Discussion
sunilhetu
1 year agoFrequent Visitor
Fliter dataset
I have a table where my all date is there. This is my fliter for single select date. Now i have another dataset where i want get data of -9 days of of selected date. Ex, 03/07/25 Another ...
- 1 year ago
update the file . pls kindly reivew
ryan_mayu
1 year agoSuper User
you can try to create a measure
Measure = if(max('Table'[date])<=max('Table (2)'[date])&&max('Table'[date])>=max('Table (2)'[date])-9,1)
and add this measure to visual filter and set to 1
pls see the attachment below