PowerBI.tips

Make Calendars Using DAX – Curbal

August 30, 2016 By Mike Carlo
Make Calendars Using DAX – Curbal

Often you will need to create some custom calendars within your PowerBI reports. Ruth Pozuelo from Curbal does a great video tutorial on using Calendar() and CalendarAuto(). I have used the Calendar() DAX function many times and find it very helpful.

Different Approaches to Date Tables

The following videos are built directly within DAX. This approach is one of many different methods that can be used to generate a list of dates. In a previous tutorial I talked about how to build a date table within the Query Editor (build date table in the Query Editor).

One method that Ruth talks about is the ability to use the CalendarAuto(). I have not used this expression in any previous reports, but seeing how simple it is to implement this will definitely have to be added to the toolbox.

DAX Calendar Functions

Microsoft Docs on Calendar()

See Calendar DAX example below:

= CALENDAR (DATE (2005, 1, 1), DATE (2015, 12, 31))

Microsoft Docs on CalendarAuto()

See CalendarAuto DAX Example below:

= CALENDARAUTO()

Video Tutorials from Curbal

Here are the highlights from Ruth’s video:

Using Calendar

Using CalendarAuto

Learn More

Curbal has been generating a lot of great content. To learn about more information you can visit the website found here, or visit the YouTube Channel.

For more great videos about Power BI check out our videos page.

Previous

Load Multiple Excel (xls or xlsx) Files

More Posts

Jun 10, 2026

Microsoft Build Recap – Ep.535

Mike and Tommy recap Microsoft Build 2026 through a Power BI and Fabric lens, focusing on the announcements that matter most for report builders, semantic models, and agent-driven app development. They unpack why Rayfin, Replit integration, OneLake, and new Fabric skills signal a shift from asking AI for answers toward using agents to create real production artifacts.

Jun 5, 2026

CI/CD Automation with Agents – Ep.534

Mike and Tommy explore how agents can simplify CI/CD in Fabric by helping teams work through Git workflows, merge conflicts, validation, and deployment automation. They also compare deployment pipelines with Git-based approaches and explain why small, testable automations are the safest way to start.

Jun 3, 2026

Claude Design & Power BI Embedded – Ep.533

Mike and Tommy explore how Claude Design, agentic workflows, and HTML wireframes could reshape report prototyping for Power BI teams. They also debate where today’s tooling still falls short, especially for Power BI Desktop users who need practical ways to turn context, design ideas, and embedded experiences into working reports.