Forum Discussion
Anonymous
6 years agoNot applicable
Show table numbers until selected date
Hey, Im trying to use a table visual, im trying to show the dates until the selected month of my filter, is it possible to do something like that without using mutiple selection?? ...
- 6 years ago
hi Anonymous
For your requirement, you need a separate date table for slicer.
Try this way as below:
Step1:
Create a separeate date table then use it as slicer.
Step2:
Create a meausre as below:
Forflag = CALCULATE(MAX('Table'[Date]),FILTER('Table','Table'[Date]<=MAX('Date'[Date])))Step3:
Drag this meausre into table's visual level filter and set is not blank
Result:
Regards,
Lin
v-lili6-msft
6 years agoCommunity Support
hi Anonymous
For your requirement, you need a separate date table for slicer.
Try this way as below:
Step1:
Create a separeate date table then use it as slicer.
Step2:
Create a meausre as below:
Forflag = CALCULATE(MAX('Table'[Date]),FILTER('Table','Table'[Date]<=MAX('Date'[Date])))
Step3:
Drag this meausre into table's visual level filter and set is not blank
Result:
Regards,
Lin
- Anonymous6 years agoNot applicable
Thats it!!! it worked, thank you so much v-lili6-msft