Forum Discussion
Auto disappear from table visual after contract end date
- 4 years ago
Hi Anonymous ,
According to your description, in my understanding you want the contract end date which is over not display in the visual, you can create a measure.
Check = IF ( MAX ( 'Table'[Contract end date] ) > TODAY (), 1, 0 )Then put the measure in the visual filter and select its value to 1.
After apply filter, get the correct result, the date(2022/8/10) is filtered out.
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
According to your description, in my understanding you want the contract end date which is over not display in the visual, you can create a measure.
Check =
IF ( MAX ( 'Table'[Contract end date] ) > TODAY (), 1, 0 )
Then put the measure in the visual filter and select its value to 1.
After apply filter, get the correct result, the date(2022/8/10) is filtered out.
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous4 years agoNot applicable
hi v-kalyj-msft,
thanks a ton ! this is exactly what i was looking for
excellent solution
thanks again
regards,
dsmitha