Forum Discussion
How do I give each date a number
- 4 years ago
Hey Sam7 ,
almost everything you need to know about date calculations is here: Time patterns – DAX Patterns
You need to create a dedicated calendar table, then relate this calendar table to the booking date and you will be able to use time intelligence functions like PREVIOUSMONTH – DAX GuideI assume that you one table that contains the bookings, if not - use Power Query to create a single table using the append operation.
Regards,
Tom
Hey Sam7 ,
almost everything you need to know about date calculations is here: Time patterns – DAX Patterns
You need to create a dedicated calendar table, then relate this calendar table to the booking date and you will be able to use time intelligence functions like PREVIOUSMONTH – DAX Guide
I assume that you one table that contains the bookings, if not - use Power Query to create a single table using the append operation.
Regards,
Tom