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
Jacy
Frequent Visitor

LastDate minus 1

Good morning, I need to add the value of a measure to the maximum date of the base minus one day. As I developed it does not work, it follows $ Recipe D = CALCULATE ([Recipe]; LASTDATE ('Data Link' - 1).
In addition I need to add the accumulated of the month that is smaller than the maximum date selected.

1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

Hello there. Even I didn't understand the cumulative part, i think this can help.

 

Recipe = CALCULATE(SUM('Table'[NumberRecipe]); DATEADD(LASTDATE('Table'[Date]); -1;DAY)) 

 

Regards,

 

 


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

View solution in original post

4 REPLIES 4
v-shex-msft
Community Support
Community Support

Hi @Jacy,

 

>>In addition I need to add the accumulated of the month that is smaller than the maximum date selected.

You can try to use TOTALYTD function to calculate the accumulated value.

 

Referencelink:

TOTALMTD Function (DAX)

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
ibarrau
Super User
Super User

Hello there. Even I didn't understand the cumulative part, i think this can help.

 

Recipe = CALCULATE(SUM('Table'[NumberRecipe]); DATEADD(LASTDATE('Table'[Date]); -1;DAY)) 

 

Regards,

 

 


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Jacy
Frequent Visitor

Hello, this function works but only on a separate object, on a graph that has the company size as an example, it takes the maximum date minus one of each company. Ex - Company x has last move day 09-06-2017 and company y has last on 08-06-2017 when playing the function of maximum date in this chart he picks up 9 in company x and 8 in company y. But the right thing is to take the last date ... day 9. the same logic of maximum date-1.

Jacy
Frequent Visitor

Good morning, I need to add the value of a measure to the maximum date of the base minus one day. As I developed it does not work, it follows $ Recipe D = CALCULATE ([Recipe]; LASTDATE ('Data Link' - 1).
In addition I need to add the accumulated of the month that is smaller than the maximum date selected.

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.