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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Transform/ Change Date value

Hi gurus,

I have my Power BI desktop connected to an ERP database. As part of the data feed, I have a Date column that has a default value of TODAY's date in mm/dd/yyyy format. 

 

I need to change/ transform the day (dd) component of this date to the first of the current month. For instance, today is the 7th of Oct and this field has default value of '10/07/2020'. I need to convert/change this to "10/01/2020" (1st of Oct 2020). The only way I can think of is possibly creating a NEW custom column, deriving the month (mm) and ear (yyyy) from this default date and hardcoding the day (dd) = "01" and concanenating them into 10/01/2020.  Is there a cleaner way to do this? Any thoughts/ suggestions would be appreciated. I

Thanks

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , In the new column you can create like

 

Date 1= eomonth([date],-1) +1

Or

Date 1=  date(Year([date]), Month([date]), 01)

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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