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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
nzboan
New Member

Difference between 2 dated values

I want to calculate the difference in % between two dated values, like in this example:

 

January 2016: 10

January 2017: 11

%diff: +10%

 

This is what i've managed to do until now: 

 

Capture.PNG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi,

 

If I understand you correctly, you can use SAMEPERIODLASTYEAR(). 

Amount (same time last year)

= CALCULATE(
SUM(FactInternetSales[SalesAmount]),

SAMEPERIODLASTYEAR(OrderDate[FullDateAlternateKey]),

ALL(OrderDate)

)

For example, this should give you:

 

Order Date (Year)          Sale Amount         Calc Sale Amount Same Last Year         
2016                                       10
2017                                       11                          10

From there, you should be able to calculate %diff.


There's a good article about Time Intelligence function, including SAMEPERIODLASTYEAR() - http://radacad.com/secret-of-

time-intelligence-functions-in-power-bi

 

Hope this helps.

 

View solution in original post

2 REPLIES 2
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @nzboan,

 

Have you tried the solution provided by @Anonymous above? Does it work in your scenario? If it works, could you accept it as solution to close this thread?

 

If you still have any question on this issue, feel free to post here. Smiley Happy

 

Regards

Anonymous
Not applicable

Hi,

 

If I understand you correctly, you can use SAMEPERIODLASTYEAR(). 

Amount (same time last year)

= CALCULATE(
SUM(FactInternetSales[SalesAmount]),

SAMEPERIODLASTYEAR(OrderDate[FullDateAlternateKey]),

ALL(OrderDate)

)

For example, this should give you:

 

Order Date (Year)          Sale Amount         Calc Sale Amount Same Last Year         
2016                                       10
2017                                       11                          10

From there, you should be able to calculate %diff.


There's a good article about Time Intelligence function, including SAMEPERIODLASTYEAR() - http://radacad.com/secret-of-

time-intelligence-functions-in-power-bi

 

Hope this helps.

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.