The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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