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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
tonny_bwg
Helper I
Helper I

Creating a calendar table.

Hi, Guru,

please help with this problem. I want to create an automated calendar table in which the last date is the max date between onboard date and leave date. how to create it?(see figure below)


thanks in advance.

 

tonny_bwg_0-1658306440038.png

 

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @tonny_bwg 

 

You can try the following methods.

Date = 
CALENDAR(MIN('Table'[Onboard date]),MAX('Table'[Leave Date]))

vzhangti_0-1658745161743.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Sethulakshmi
Frequent Visitor

Is it feasible to generate a calendar table within Fabric notebooks? Which approach adheres better to standardized procedures: creating a table through Power BI or using the calendar function within DAX?

v-zhangti
Community Support
Community Support

Hi, @tonny_bwg 

 

You can try the following methods.

Date = 
CALENDAR(MIN('Table'[Onboard date]),MAX('Table'[Leave Date]))

vzhangti_0-1658745161743.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@tonny_bwg ,

 

Try like

 

Calendar( Min(Min(Table[Onboard Date]), Min (Table[Leave Date])) , Max(Max(Table[Onboard Date]), Max (Table[Leave Date])) )

 

or

 

Calendar( eomonth(Min(Min(Table[Onboard Date]), Min (Table[Leave Date])),-1) +1  , Max(Max(Table[Onboard Date]), Max (Table[Leave Date])) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.