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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

what is the DAX function for Month name date year in power bi

Hi Team,

 

Looking for the concern on the how we can write DAX function for the below requirement.

Date - 28-11-2023

Requirement is --- November 18,2023

Kindly check and do the needful.

 

 

1 ACCEPTED SOLUTION

hi, @Anonymous 

 

try below

FORMAT(MIN('Table 2'[Date]),"mmmm dd, yyyy")

 

just adjust table name 

View solution in original post

4 REPLIES 4
Dangar332
Super User
Super User

hi, @Anonymous 

 

try below

FORMAT(DATE(2023,11,28),"mmmm dd, yyyy")
Anonymous
Not applicable

Hi Thanks for quick reply,

 

I have connected with live data and date should be keep on going on..and need to change every time when we selected 

hi, @Anonymous 

 

try below

FORMAT(MIN('Table 2'[Date]),"mmmm dd, yyyy")

 

just adjust table name 

Anonymous
Not applicable

Its working Now.. thank you for quick response 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.