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 pls see below a dax expression thta isnt working for me. I'd like to avoid vars as i dont use them. my first attempt at this expressio involved passig Today() to PREVIOUSDAY. I got the sense that passig a datetime wasnt valid so i tried passig DATEVALUE(TODAY()) but apparently am not doing this right.
Solved! Go to Solution.
Replace PREVIOUSDAY ( DATEVALUE ( TODAY () ) ) with TODAY () - 1
If this helped, please consider giving kudos and mark as a solution
@me in replies or I'll lose your thread
consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
Replace PREVIOUSDAY ( DATEVALUE ( TODAY () ) ) with TODAY () - 1
If this helped, please consider giving kudos and mark as a solution
@me in replies or I'll lose your thread
consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI