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

Calculate funtion with filters for YTD last year

Hi, 

 

I am pretty new to power bi and have a question. I am trying to create a new measure to calculate the value of business in the previous financial year for YTD with filters for the type.

 

F&A LFY YTD2 = CALCULATE([GM €], FILTER(Opportunities, Opportunities[Pipeline Stages (groups)]="6 Forecast & 7 Actuals"), FILTER(SAMEPERIODLASTYEAR(Opportunities[Call_Date__c]))
 
I am expecting the results to be the the sum of the foreacst and actuals from last year at the same point and time as today minus one year.
3 REPLIES 3
v-xuding-msft
Community Support
Community Support

Hi @apeoples ,
Could you tell me if your problem has been solved? If it is, kindly mark the helpful answer as a solution if you feel that makes sense. Welcome to share your own solution. More people will benefit from here.

 

Best Regards,

Xue Ding

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

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-xuding-msft
Community Support
Community Support

Hi @apeoples ,

We need to create a calendar table when calculate YTD. I created a sample to calculate it out. You could reference it to modify the formulas based on your actual data.

  • Create a calendar table
Date = CALENDARAUTO()

1.PNG

  •  Create measures
Measure = CALCULATE(SUM('Table'[ Sales]),FILTER('Table','Table'[Country] = "Canada"))
Measure 2 = CALCULATE([Measure],SAMEPERIODLASTYEAR('Date'[Date]))

3.PNG

You could reference the blog to learn more about DateAdd vs ParallelPeriod vs SamePeriodLastYear; DAX Time Intelligence Question.

 

Best Regards,

Xue Ding

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

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
parry2k
Super User
Super User

@apeoples seems like you are using date from your transaction table. for time intelligence functions, it is recommended to add date dimension in your model. There are many posts/blogs on how to add calendar/date dimesion in your model.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

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.