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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I've created a measure to show the week to date sales but it keeps showing the whole year the measure is as follows
Solved! Go to Solution.
@Anonymous ,
Create below measure:
Current WTD Sales = CALCULATE(sum(Sales[Sales]),WEEKNUM(Sales[Created Date])=WEEKNUM(TODAY()))
Don't forgrt to hit THUMBS UP and Accept this as a solution if it helps you!
@Anonymous
What is the [Total Demand Orders] measure?
I have tested a variation of your measure and it delivers the value for this week. See:
Proud to be a Super User!
Paul on Linkedin.
@Anonymous
What is the [Total Demand Orders] measure?
I have tested a variation of your measure and it delivers the value for this week. See:
Proud to be a Super User!
Paul on Linkedin.
@Anonymous ,
Create below measure:
Current WTD Sales = CALCULATE(sum(Sales[Sales]),WEEKNUM(Sales[Created Date])=WEEKNUM(TODAY()))
Don't forgrt to hit THUMBS UP and Accept this as a solution if it helps you!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!