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
Pandetbaby
Frequent Visitor

Getting the difference of a value between two seperate time slicers.

Hey Everyone, 

 

I'm trying to figure out a measure to give me what the difference between two time slicers are. 

We're trying to find out how many events has happened in the current date, the previous date and get a measure to determine what the movement between has been. 

 

I've seperated the Dates into two sheets form the samesource, one will be my "Comparison Month" and the other "Current Month"

 

The formulas are as follows, and both of them give me the correct answer. 

Comparison Month= calculate([Count Total Instances],filter('Workforce','Workforce'[Start Date ]= max('Start Date Comparison'[Start Date ])))
 
Current Month = calculate([Count Total Instances],FILTER('Workforce','Workforce '[Start Date ]=max('Workforce'[Start Date (bins)])))
 
Problem occurs when I want to make the measure to subtract Current from the Comparison. I use the formua
Movement = [Current Month] - {Comparison Month] 
However, for some reason it appears that the comparison is = 0, as this formula just returns to Current Month
 
E.g.
Current Month= 10
Comparison Month = 8
Movement=10 (when it should be 2)
 
Thank you!
2 REPLIES 2
amitchandak
Super User
Super User

@Pandetbaby , I have a blog on two date range comparison, see if somehow can help in this case

https://community.powerbi.com/t5/Community-Blog/Comparing-Data-Across-Date-Ranges/ba-p/823601

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
AlB
Community Champion
Community Champion

Hi @Pandetbaby 

Have you checked that both measures [Current Month] and [Comparison Month] return the correct result if you use them exactly in the scenario where you want to use [Movement] ? If so, [Movement] should certainly work. You show 

Movement = [Current Month] - {Comparison Month]

instead of the correct

Movement = [Current Month] - [Comparison Month]

but I'm guessing that's just a typo

 

Please mark the question solved when done and consider giving a thumbs up if posts are helpful.

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

Cheers 

SU18_powerbi_badge

   

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

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.