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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
mdaamirkhan
Post Prodigy
Post Prodigy

I need help in my current dax which i cannot add Today () +1 which I tried its not working.

Hi All,

 

I need help in my current dax which i cannot add Today () +1 which I tried its not working. How will I added Today () +1 in my current dax to so that it will add Today() +1 in the Number of current days

Query below:
Number of current days:  ABS(DATEDIFF([MaxDate],TODAY(),DAY)+2)

5 REPLIES 5
Anonymous
Not applicable

Hi @mdaamirkhan ,

 

Have you tried to use modified your DAX expression as follows?

ABS(DATEDIFF([MaxDate],TODAY()+1,DAY)+1)

 

If it doesn't work, please share some sample data and the expected result to have a clear understanding of your question? I can do some tests for you.

 

 

Best Regards,

Yuna

amitchandak
Super User
Super User

@mdaamirkhan , Not very clear 

 

Usually +1 should

Try like. Mobed ABS before addition

Number of current days: ABS(DATEDIFF([MaxDate],TODAY(),DAY))+1

 

or

 

Number of current days: ABS(DATEDIFF([MaxDate],TODAY(),DAY))+2

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

not working 

@mdaamirkhan ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

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

cannot share the pbix or data

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.