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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
clarkpaul
Helper I
Helper I

Create a date table for previous, current and next months dates only.

I just need a simple dynamic date calendar that includes the dates for the previous month, current month and next month.
Any help is greatly appreciated.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@clarkpaul , Try

new table = calendar(eomonth(today(),-2)+1, eomonth(today(),1))

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@clarkpaul , Try

new table = calendar(eomonth(today(),-2)+1, eomonth(today(),1))

Thank you A

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.