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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi all,
I have a small question regarding YTD and MTD calculation with filters for weeks in Power BI:
I want to create a card which will show this years YTD vs last years YTD as a percentage, but for some reason, PBI only calculates YTD measure from the first date in the selected week. I have tried to bypass this problem with the following measures:
Solved! Go to Solution.
Hi all,
Turns out, I was using the correct formulas, but my Date column in my Calendar was not Marked as Date Table, and that was causing this issue.
Hi @DJOXXXA
Try this.
Sales Year To Date =
CALCULATE(
[Sales],
DATESYTD( 'Calendar'[Date] )
)
Dear Mariusz,
Thank you for your reply! I have this formula set up already, but it is not working properly. As you can see, first picture represents the table without any slicers:
And this picture represents the same table with slicer for week: (as you can see, PBI recalculates YTD measure from the first date in the selected week, not from the January 1st)
Hi all,
Turns out, I was using the correct formulas, but my Date column in my Calendar was not Marked as Date Table, and that was causing this issue.
Thanks, sorry for wasting your time 😞
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 53 | |
| 42 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 121 | |
| 103 | |
| 46 | |
| 30 | |
| 24 |