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.
@Anonymous,
Please check if the following DAX returns your expected result. If not, please share sample data of your column and post desired result here.
PYDate = DATE(YEAR(Table[date])-1,MONTH(Table[date]),DAY(Table[date]))
Regards,
@Anonymous,
Please check if the following DAX returns your expected result. If not, please share sample data of your column and post desired result here.
PYDate = DATE(YEAR(Table[date])-1,MONTH(Table[date]),DAY(Table[date]))
Regards,