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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!