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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
GuilhermeAndrad
Regular Visitor

difference in average revenue between different periods of the same holiday

I don't know how to calculate the 2 columns in red. Since it is not possible to use date dimensions, which dax structure should I use to calculate the percentage difference between these values ​​for the same holiday period that occur at different times of the year?

 

HolidaAverage RevenueLast Average RevenueDiff %

2018

100  
   30/03150  
   31/0350  
201920010050%
   10/04300150 
   11/0410050 
2020150200-33%
   27/04200300 
   28/04100100 

 

Help me plz. THX!

2 REPLIES 2
Greg_Deckler
Super User
Super User

Very difficult to be specific with the information provided. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

 

That being said, See if my Time Intelligence the Hard Way provides a way of accomplishing what you are going for.

https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Original Table:

 

DateHolidayRevenue
01/03/2018 100
02/03/2018finados50
03/03/2018finados80
04/03/2018finados70
05/03/2018 90
06/03/2018 60
.........
27/04/2019finados150
28/04/2019finados200
29/04/2019finados40
30/04/2019 30

 

I have a table with dates from 2017 to 2021 and a column with the revenue per day. I have another column with the holidays, which normally last 3 days, however from year to year there are same holidays that fall on different days. I made an averagex to calculate the average revenue per holiday. Now I would like to calculate a percentage difference measure of the average revenue per holiday period over the years, as in the table in the original question. 

 

I want to assemble on the power bi a segmenter with the name of the holidays and a matrix with the years, the average revenue considering only the selected holidays and the percentage difference compared to the previous holiday (which probably does not fall in the same period of the previous year) .

 

Segmenter:

Feriados
Natal
Ano Novo
Finados (Selected)

 

Matrix:

YearAvarege RevenueDiff %
2017100 
201820050%
2019150-33%

 

is very similar to calculating the percentage difference from the previous year, however the days compared are different from year to year, what we have in common is the holiday column

 

Help plz =D

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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