Forum Discussion
Anonymous
6 years agoNot applicable
filter by today's date
how can I filter today's value without using date columns?
v-frfei-msft
Community Support
6 years agoHi Anonymous ,
To create a meausre using TODAY function.
Measure = CALCULATE(SUM('Table 2'[value]),FILTER('Table 2','Table 2'[Date] = TODAY()))
For more details, please check the pbix as attached. If it doesn't meet your requirement, kindly share your sample data and excepted result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
Anonymous
4 years agoNot applicable
Thank you a lot, that was jexactly what i was looking for