Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
JJP1
Regular Visitor

Dates Table

Hello,

 

I created a Dates Table with a column that captures all dates in an identified data set. I used the following formula to achieve this: 

DatesTable = CALENDAR(MIN('Daily WS Business Expertise'[Application_Received_Date]), MAX('Daily WS Business Expertise'[Application_Received_Date]))
 
I observed after some time that all items are no longer being filtered and displayed correctly in Power BI visuals. I found that I eventually had to add to the end of the formula above to get it to filter and display data in visuals. The first time I added '+10' to the formula and just recently, I had to add '+30', so it now looks like this:
 
DatesTable = CALENDAR(MIN('Daily WS Business Expertise'[Application_Received_Date]), MAX('Daily WS Business Expertise'[Application_Received_Date])+30)
 
Is there another measure I can use for this column, so that I do not need to keep adding # of days to the end of the measure every so often? Simply put, I am looking for a long-term/permanent solution that does not require regular maintenance of the measure. 
 
Any help is appreciated! Thanks!
1 ACCEPTED SOLUTION
daircom
Resolver II
Resolver II

@JJP1 
Often simply creating a table using the below already works, as this formula looks at all the data in your data model.

Calendar_Table = CALENDARAUTO()

View solution in original post

2 REPLIES 2
daircom
Resolver II
Resolver II

@JJP1 
Often simply creating a table using the below already works, as this formula looks at all the data in your data model.

Calendar_Table = CALENDARAUTO()

This seems to work for now. It has happened where measures tend to work for some time and eventually they stop working. Hopefully this is the answer!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.