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
Anonymous
Not applicable

Change from previous month

Hi,

I need to find the change from previous month - I was able to do a Quick Measure to get % MoM change, but not sure how to do a simple $ or point change.

My report pulls from a folder of weekly reports, but this is a filter table just showing the last report from each month...

 

TotalUnapplied>30Percent > 30Report Date
$162,440.22$64,38.01$167,386.8711.67%1/26/2018 0:00
$164,566.38$34,974.99$151,637.1714.89%2/23/2018 0:00
$166,201.05$63,247.38$146,188.7711.71%3/30/2018 0:00
2 REPLIES 2
v-yuta-msft
Community Support
Community Support

@Anonymous ,

 

Please share some sample data and give the expected result.

 

Regards,

Jimmy Tao

amitchandak
Super User
Super User

You can use

 

Last MTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESMTD(dateadd('Date'[Date Filer],-1,MONTH)))

MTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESMTD('Date'[Date Filer])) 

 

 

In this case, the date should be marked as a date table in the model view. subtract  and get change

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.