Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Everyone - Please see below a snapshot of a Customer table - The first column is the Invoice Date while the 2nd column is what I want to create and unable to do so. The 2nd Column table is the First Date ( what I am looking to generate)
For example , customers with invoices dated from 01 Jan to 31st Jan 2018 should have a First Date of 01 Jan 2018
Similary customers with invoices dated from 01 Feb to 28 Feb 2019 should have a FIRST DATE of 01 Feb 2018 etc
Please can you tell me how to create a CALCULATED COLUMN for this.
See data details:
Many thanks
Solved! Go to Solution.
Hello @atin
Give this a try.
First Date = DATE ( YEAR ( [Invoice Date] ), MONTH ( [Invoice Date] ), 1 )
@atin , Cuple of methods
As a new column
Start Date of month = eomonth([Invoice Date],-1)+1
Start Date of month = date(year([Invoice Date]),month([Invoice Date]) ,1)
@atin , Cuple of methods
As a new column
Start Date of month = eomonth([Invoice Date],-1)+1
Start Date of month = date(year([Invoice Date]),month([Invoice Date]) ,1)
Hello @atin
Give this a try.
First Date = DATE ( YEAR ( [Invoice Date] ), MONTH ( [Invoice Date] ), 1 )
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.