Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
68 | |
64 | |
52 | |
39 | |
26 |
User | Count |
---|---|
80 | |
57 | |
45 | |
44 | |
35 |