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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
sinonthenet
New Member

How to move (Now)

So quite simply I want to be able to slice/move "Now" to 3, 6, 9 months into the future. I have a bunch of products that have fixed expiration dates and I am trying to show how bad the situation will be in 3 months time etc.

 

All time functions seem to be based on if x then y.  My data is static, the variable I would like to play with is (Now)

(do you slice (today)? not (Now)??)

 

 

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

Perhaps something like:

 

Measure = 
VAR __now = NOW()
RETURN 
DATE(YEAR(__now),MONTH(__now)+3,DAY(__now))

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

3 REPLIES 3
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @sinonthenet,

 

Have you solved the problem?

 

If you have solved, please 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 need help, could you share 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.
Greg_Deckler
Community Champion
Community Champion

Perhaps something like:

 

Measure = 
VAR __now = NOW()
RETURN 
DATE(YEAR(__now),MONTH(__now)+3,DAY(__now))

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Huge thanks gives us our starting point needed.  Evidentally we need to learn more about DAX formula!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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