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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
sivasrao
Helper III
Helper III

Date_Trunc function

Hi,

What is the equivalent DAX function for Date_Trunc() in SQL?

Or is there any alternate function that we can use the same as Date_Trunc() in Power BI?

 

1 REPLY 1
ValtteriN
Super User
Super User

Hi,

Here is one way to do this in dax:

FORMAT(TRUNC(MAX('Calendar'[Date])),"dd/mm/yyyy")

e.g. 

 

ValtteriN_0-1668688523024.png
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/

 





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

Proud to be a Super User!




Helpful resources

Announcements
Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors