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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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")

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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