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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
waleed111
Helper V
Helper V

CALENDARAUTO function

how can i get a date column using CALENDARAUTO function, i not want getting a table from it i want column just.

4 REPLIES 4
amitchandak
Super User
Super User

@waleed111 ,

 

You can use like

Date = CALENDARAUTO()

or Date = CALENDARAUTO(3)//this make sure the calendar start in March and end at feb

 

https://docs.microsoft.com/en-us/dax/calendarauto-function-dax

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

i know that CALENDARAUTO function return table, but my question is are there a way to get a date column using it.

@waleed111 

I don't think we can do that for a column. CALENDARAUTO() will generate the dates automatically as a table.

Do you want to create continuous dates?

maybe you can try create an index column in PQ first, then use the starting date +index column

Column = DATE(2020,1,1)+tbl[Index]

1.PNG 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable


dates=CALENDARAUTO('List View'[start date])

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

March Power BI Update Carousel

Power BI Community Update - March 2026

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