Forum Discussion
zina-aziz
8 years agoFrequent Visitor
Creating a date filter for a date range
Hi everyone, I am working with hotel data which contains nightly rates per hotel with a validity date range as follows: Hotel El Aurassi 180.00 01-Jan-17 31-Dec-17 Epic Sana Luanda ...
- 8 years ago
zina-aziz
8 years agoFrequent Visitor
Thank you it is working now.
The calender, is that a table? Also how do i add the month, order and year components underneath it? Are they measures?
Ashish_Mathur
8 years agoSuper User
Hi,
Yes, Calendar is a Table. To extract the Year and Month from a date, use these calculated column formulas
=YEAR(Calendar[Date])
=FORMAT(Caledar[Date],"mmmm")
Hope this helps.