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

Previous Month Measure Value

Hi All,

 

I am trying to get previous month value of a measure but not able to. 

 

I have used following options already but none of them worked for me. What am I missing?

CALCULATE(DISTINCTCOUNT('ALL INCIDENTS'[INCIDENT_ID]), PREVIOUSMONTH('FALL INCIDENTS'[INCIDENT_DATE]))  This is giving me same value as current month.
CALCULATE(DISTINCTCOUNT('ALL INCIDENTS'[INCIDENT_ID]),PARALLELPERIOD('FALL INCIDENTS'[INCIDENT_DATE]),-1,MONTH)) 
CALCULATE(DISTINCTCOUNT('ALL INCIDENTS'[INCIDENT_ID]), DATEADD('FALL INCIDENTS'[INCIDENT_DATE]),-1,MONTH))
 
I also tried using Date from my Calendar table but same result. Please help.
 

 

 

0 REPLIES 0

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.