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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Date - 1month

Hello
I have a date column, I would like to display a date column -1Month.
What is the DAX formula please?
Thank you.
cordially

date-1.PNG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

you can do this by adding a calculated column to your table with this code:

Previous Month = 
DATEADD( DimCalendar[Date], -1, MONTH )

View solution in original post

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous ,

Have you solved you problem?

If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

If you still need help, please share your some data sample and your desired output so that we could help further on it.

Best Regards,

Cherry

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

you can do this by adding a calculated column to your table with this code:

Previous Month = 
DATEADD( DimCalendar[Date], -1, MONTH )

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.