Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Need help in formatting the date column in the below format
Solved! Go to Solution.
Hi @Sow-1 ,
Make sure your data type is set for Date, and in format field past the the follow string: ddd, dd MMM, yyyy
Your final result will look like this:
In Power BI, the FORMAT function converts a value into a text string. Since you need to keep the column as a "Date" data type, FORMAT alone won't suffice. Unfortunately, Power BI does not allow for custom date formats directly while retaining the data type as Date.
Go to the Power Query Editor.
Duplicate the Date column.
Format the new column using Power Query's built-in options (under "Transform" → "Format").
Use the original Date column for calculations, and the formatted text column for display.
💌 If this helped, a Kudos 👍 or Solution mark ✅ would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
Hi @Sow-1 ,
Make sure your data type is set for Date, and in format field past the the follow string: ddd, dd MMM, yyyy
Your final result will look like this:
great man
Hi @Sow-1
You can change a column's format either at the semantic model or visual level. Please see the screenshots below:
It looks like you’re using DAX in Power BI to format your date column. The FORMAT function indeed converts the date into text. If you need to keep the date as a date type while displaying it in the desired format, you might need to handle the formatting at the visualization level rather than in the data model.
However, if converting to text is acceptable for your use case, you can use the FORMAT function as you did. Here’s the correct syntax:
FormattedDate = FORMAT(table[Date], "ddd, dd MMM, yyyy")
If you need to keep the date type, you can use the following approach in Power BI:
If you need further assistance with Power BI or any other tool, feel free to ask!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
68 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
88 | |
49 | |
45 | |
38 | |
37 |