
Excel 365 Pro Plus with Power Pivot and Power Query.
YTD per month and year.
https://www.mediafire.com/file/lkw5tk8xqdko6ru/10_29_22.xlsx/file
https://www.mediafire.com/file/jfe09wowshf9fjk/10_29_22.pdf/file
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Need help calculating Prior Year TOTALYTD.
I am able to calculate the current year TOTALYTD but for the prior year it's not coming as like the current year TOTALYTD it's giving prior year single month total.
using this for current year --- YTD_SHIP_CY:=TOTALYTD([SHIPMENT_GROSS],DATESYTD('Calendar'[Date]))
Tried this for Prior year --- YTD_SHIP_PY:=CALCULATE([SHIPMENT_GROSS],SAMEPERIODLASTYEAR('Calendar'[Date])) Or PREVIOUSYEAR
Both formulas give the same result not giving YTD Total.
Someone, please help me.
Thanks
Yeasin Arafat
Excel 365 Pro Plus with Power Pivot and Power Query.
YTD per month and year.
https://www.mediafire.com/file/lkw5tk8xqdko6ru/10_29_22.xlsx/file
https://www.mediafire.com/file/jfe09wowshf9fjk/10_29_22.pdf/file
Any one please help me with this? Thanks in advance
Hi,
Write this measure
YTD_SHIP_PY:=CALCULATE([YTD_SHIP_CY],SAMEPERIODLASTYEAR('Calendar'[Date]))