Forum Discussion
Getting various dates to display
- 4 years ago
Hi joeydeacan ,
According to your description,here's my solution.
1.I create a sample.
2.Create a measure.
Check = IF(MAX('Table'[Column1])=TODAY(),1,0)3.Put column2 into a visual, put the measure into the visual filter and select the measure is 1, then the value which date is today in column1 will be filtered out.
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.
So basically what im trying to say, and not very well.
Can I display a box which will show, if column 1 = todays date then display column 3 ?
- v-yanjiang-msft4 years agoCommunity Support
Hi joeydeacan ,
According to your description,here's my solution.
1.I create a sample.
2.Create a measure.
Check = IF(MAX('Table'[Column1])=TODAY(),1,0)3.Put column2 into a visual, put the measure into the visual filter and select the measure is 1, then the value which date is today in column1 will be filtered out.
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.