Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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)
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
@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
not working
@mdaamirkhan ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
cannot share the pbix or data
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.