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.
There is always a sales report that is displayed on a monthly basis, showing the cumulative progress of products in sales. It is of utmost importance to display the current sales and compare them with those of yesterday. How can this be done?
Share details...
Proud to be a Super User!
Hi @Darwin98 ,
For sales for yesterday you could reference with TODAY, something like
CALCULATE(
[your measure],
Your Calendar date column = TODAY()-1
)
Proud to be a Super User!
I am getting an error, despite complementing it with filtering 😞