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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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