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
koiralasmn
Frequent Visitor

Dynamic Date Range in Power Query

Hi,

 

For the calendar table in my project, I have been doing this in different queries.

 

 

= List.Min(#"Extracted Time"[Date])

= Date.AddDays(List.Max(#"Extracted Time"[Date]),1)

= {Number.From(#"MinDate")..Number.From(#"MaxDate")}

 

 

Is there a way to get the Calendar ranging from Min to Max using a single query?

1 ACCEPTED SOLUTION
AlienSx
Super User
Super User

= List.Generate(() => MinDate, each _ <= MaxDate, each Date.AddDays(_, 1))

View solution in original post

1 REPLY 1
AlienSx
Super User
Super User

= List.Generate(() => MinDate, each _ <= MaxDate, each Date.AddDays(_, 1))

Helpful resources

Announcements
Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

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.

March Power BI Update Carousel

Power BI Community Update - March 2026

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