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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I tried solving my issue by reviewing other post on this topic but I seem to be stuck. I am unable to get the
| Year | Total_Sales | Sales_YTD | Sales_LYTD |
| 2015 | $67,878,999,619.50 | $67,878,999,620 | $67,878,999,619.50 |
| 2016 | $78,764,797,884.73 | $78,764,797,885 | $78,764,797,884.73 |
| 2017 | $91,052,871,681.36 | $91,052,871,681 | $91,052,871,681.36 |
| 2018 | $97,214,994,268.74 | $97,214,994,269 | $97,214,994,268.74 |
| 2019 | $66,070,917,033.61 | $66,070,917,034 |
You can Try below DateYTD or Total YTD
Last Year YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD(dateadd('Date'[Date Filer],-12,MONTH)))
Also in one calculation, you are passing data[date] another one calendar date. Just check the join is correct.
Hi @cca8380 ,
I'd like to suggest you use date function ot manually defined filter range instead to use time intelligence function, it requires a calendar table and not allow you to nest multiple time intelligence functions.
Time Intelligence "The Hard Way" (TITHW)
Regards,
Xiaoxin Sheng
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 67 | |
| 59 | |
| 45 | |
| 19 | |
| 15 |