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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Guys, good morning!
I need help with sales comparison, for example, I want to compare the 12th of this month with the 12th of last month,
and when selecting an example date movie 10th the formula needs to automatically calculate with the 10th of the previous month
Solved! Go to Solution.
@Vitor_sp_bo
CALCULATE(Measure, DATEADD(datedim,-1,month)) this will give you last month same date value based on data availability and using the date slicer. Hope this helps!
Proud to be a Super User!
@Vitor_sp_bo
CALCULATE(Measure, DATEADD(datedim,-1,month)) this will give you last month same date value based on data availability and using the date slicer. Hope this helps!
Proud to be a Super User!