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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
Tani4ka
Helper I
Helper I

Average for Current months only and totals for the rest of the months

Hi there,

I need to create a dynamic measure that will do next:

 

1. if the date is current month , then 

YoY sales = (Sales/ ((Sales LY / number of days in the months) *number of days Months to date)) -1

 

otherwise 

 

YoY sales = calculate(divide([sales],[Sales LY]), -1)

 

I used the below dax to get the number of days in the months 

 

no_days =
DATEDIFF(
EOMONTH(MAX(dim_date[full_date]),-1),
EOMONTH(MAX(dim_date[full_date]),-0),DAY)
 
and for the curent month:
Current Month = MONTH(TODAY())
 
I'm not sure how to join this all together to get the correct results. The final resutls should be YoY for past months and for the current month only avg based on the number of days.
Assuming today is the 3rd March expected results should be -31% not -93%
Tani4ka_0-1646056436040.png
 
 Thanks a lot for all your help,
T

 

2 REPLIES 2
Thejeswar
Super User
Super User

Hi @Tani4ka ,

If you can share a pbix file with some sample data, people would be easily able to help you much quicker

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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