Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
admin11
Memorable Member
Memorable Member

How to convert YTD expression to LYTD ?

Hi All

 

Below YTD expression working fine , Return 759.60K :-

_YTD REV = CALCULATE(CALCULATE(GL[AMOUNT],DATESYTD('Date'[Date],"12/31")), GL[1_REV] = "REV")

 

How to get LYTD expression ?

i Have try it return error :-

_LYTD REV = CALCULATE(CALCULATE(GL[AMOUNT],DATESLYTD('Date'[Date],"12/31")), GL[1_REV] = "REV")

 

https://www.dropbox.com/s/7st0zke5hx206cy/PBT%20GL%20VER0023%20ask%20how%20to%20get%20LYTD%20REV%20w...

My PBI file above :-

 

Paul

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@admin11 , Try like

 

_LYTD REV = CALCULATE(CALCULATE(GL[AMOUNT],DATESYTD(dateadd('Date'[Date],-1,year),"12/31")), GL[1_REV] = "REV")

 

 

example

Last YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD(dateadd('Date'[Date],-1,Year),"12/31"))

 

Power BI — Year on Year with or Without Time Intelligence
https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a
https://www.youtube.com/watch?v=km41KfM_0uA

 

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@admin11 , Try like

 

_LYTD REV = CALCULATE(CALCULATE(GL[AMOUNT],DATESYTD(dateadd('Date'[Date],-1,year),"12/31")), GL[1_REV] = "REV")

 

 

example

Last YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD(dateadd('Date'[Date],-1,Year),"12/31"))

 

Power BI — Year on Year with or Without Time Intelligence
https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a
https://www.youtube.com/watch?v=km41KfM_0uA

 

Hi Amit

Thank it work fine now

Paul

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.