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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
jay_patel
Helper IV
Helper IV

Need to get Date Format

Hello Friends, 

 

I am created a date table and converted into dd/mm/yyyy, 
but here the requirement is need to get dd/mm/yyyy (day name) i am tried and mentioned below images.
getting into mm/dd/yyyy (day name ) how to get as dd/mm/yyyy (day name).

Please help me. how to write dax. 

 

Image1.JPG

 

In matrix visual getting like this need to get dd/mm/yyyy (day name)

image2.JPG

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@jay_patel ,

To format a date you can use

 

New Date = format([Date], "dd/mm/yyyy (dddd)")

 

 

For UK/India format of date, make sure your setting is correct

 

https://community.powerbi.com/t5/Desktop/How-to-apply-UK-date-format-dd-mm-yyyy-in-Date-slicer/td-p/...

 

 

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

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @jay_patel ,

 

@selimovd 's and @amitchandak 's idea is great. I just modify your original DAX expression a little.

Date & Name=FORMAT('Date'[Date (bins) 2],"dd/mm/yyyy")&" "&"("&'Date'[DayName]&")"

Hope that's what you were looking for.

Best Regards,

Yuna

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

selimovd
Super User
Super User

Hey @jay_patel ,

 

you can add a calculated column and use the format function. The following format should bring you the result you want:

Date and Name = FORMAT ( [Date], "M/D/YYYY (dddd)" )

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 
amitchandak
Super User
Super User

@jay_patel ,

To format a date you can use

 

New Date = format([Date], "dd/mm/yyyy (dddd)")

 

 

For UK/India format of date, make sure your setting is correct

 

https://community.powerbi.com/t5/Desktop/How-to-apply-UK-date-format-dd-mm-yyyy-in-Date-slicer/td-p/...

 

 

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

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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors