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
isabel_herrero0
New Member

Price variation between dates

Hi,

 

Im traing to calculate the price variation between two dates. 

 

isabel_herrero0_0-1659893882519.png

 

Is just a rest but i dont know how to do it.

 

Thank you

1 ACCEPTED SOLUTION
selinaz
Resolver II
Resolver II

Hi @isabel_herrero0 ,

 

please check this result:

selinaz_0-1660112755294.png

If it is what you want , you can try to create a new column 

selinaz_1-1660112811357.png

and the sytnax is as the following writes:

Variation = DIVIDE(([Brent] - MAXX(FILTER('Table', 'Table'[Date]=EARLIER('Table'[Date])-1),[Brent])),[Brent])

 then you can get the variation between two dates, notice that you can change the format of data to percentages:

selinaz_2-1660112897906.png

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

Best regards.

View solution in original post

2 REPLIES 2
selinaz
Resolver II
Resolver II

Hi @isabel_herrero0 ,

 

please check this result:

selinaz_0-1660112755294.png

If it is what you want , you can try to create a new column 

selinaz_1-1660112811357.png

and the sytnax is as the following writes:

Variation = DIVIDE(([Brent] - MAXX(FILTER('Table', 'Table'[Date]=EARLIER('Table'[Date])-1),[Brent])),[Brent])

 then you can get the variation between two dates, notice that you can change the format of data to percentages:

selinaz_2-1660112897906.png

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

Best regards.

daXtreme
Solution Sage
Solution Sage

Hi @isabel_herrero0 

 

This seems to be a question related to Power Query, not DAX. Can you please post it on the right forum? Here it is: Power Query (powerbi.com)

 

Thanks.

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.