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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
powerbiexpert22
Impactful Individual
Impactful Individual

dynamic running difference

I want to calculate the difference between current value and previous value dynamically based on date hierarchy , how to acheive same in power bi?

Example 

Scenario 1:  if i use year and sales then below should be the output 

powerbiexpert22_0-1709136431325.png

Scenario 2:  if i use year, month and sales, then below should be the output 

 

powerbiexpert22_1-1709136550005.png

 

2 REPLIES 2
amitchandak
Super User
Super User

@powerbiexpert22 , We got visual calculation function in Feb release. Try previous

 

Master Visual Calculations in Power BI- February 2024 Update RUNNINGSUM, RANGE, MOVINGAVERAGE, COLLAPSE, COLLAPSEALL, EXPAND, EXPANDALL, FIRST, LAST, PREVIOUS, and NEXT
https://www.youtube.com/watch?v=bKD9T0EWgQo&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L

 

Release Notes: https://powerbi.microsoft.com/en-us/blog/visual-calculations-preview/
Microsoft Documentation: https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-visual-calculations-overview

 

 

Or checkout offset

Continue to explore Power BI Offset Compare Categories, Time Intelligence MOM, QOQ, and YOY: https://youtu.be/5YMlkDNGr0U

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak ,

 

we cannot use visual calculations since it is in preview mode, I am able to calculate previous sales with below logic however if i sort the month then previous value is showing blank for month 

 

Level = SWITCH(
TRUE(),
ISINSCOPE('CALENDAR'[Month]),"Month",
ISINSCOPE('CALENDAR'[Year]),"Year"
,"All"
)

Previous Sales

Prev Sales =
IF(
 [Level]="Year" ,  
CALCULATE([Sales],OFFSET(-1,All('CALENDAR'[Year]))),
IF(
     [Level]="Month",
CALCULATE([Sales],OFFSET(-1,All('CALENDAR'[Month]))
)))
 
powerbiexpert22_0-1709199534290.png

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.

Top Solution Authors
Top Kudoed Authors