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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
admin11
Memorable Member
Memorable Member

How to simulate my expression today is 1 May ?

Hi All

 

I have below expression , now return Mar 2021 , i like to know by tomorrow will is return Apr 2021 ? instead of waiting for tomorrow. it there a way to test ?

 
Month Previous =
FORMAT(DATE(YEAR(TODAY()),MONTH(TODAY())-2,DAY(TODAY())),"mmm-yyyy")

admin11_0-1619788354107.png

 

1 ACCEPTED SOLUTION
v-kelly-msft
Community Support
Community Support

Hi  @admin11 ,

 

Create  a measure as below:

 

 

Measure = FORMAT(TODAY()+1,"mmm-yyyy")

 

 

And you will see:

v-kelly-msft_0-1620094442817.png

Assume that today is Apr 30:

v-kelly-msft_1-1620094477110.png

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

 

 

 

View solution in original post

3 REPLIES 3
v-kelly-msft
Community Support
Community Support

Hi  @admin11 ,

 

Create  a measure as below:

 

 

Measure = FORMAT(TODAY()+1,"mmm-yyyy")

 

 

And you will see:

v-kelly-msft_0-1620094442817.png

Assume that today is Apr 30:

v-kelly-msft_1-1620094477110.png

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

 

 

 

@v-kelly-msft 

Thank you , it work

Paul

amitchandak
Super User
Super User

@admin11 , Try like

Month Previous =
FORMAT(eomonth(TODAY(),-1),"mmm-yyyy")

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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