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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
anjanikumar
Helper II
Helper II

Measure for Actual and forecast in Months !!

Want meaure for below requirement.

 

anjanikumar_3-1646039828245.png

Actual(Past and Current months) and forecast (for feature months) and year also needed in this measure.Please look into below image for clear understand and help me asap.

 

anjanikumar_2-1646039562045.png

 

Thanks In Advance.

 

 

 

 

 

 

2 REPLIES 2
amitchandak
Super User
Super User

@anjanikumar, not very clear,

 

but measure like

calculate([Actual] ,filter('Date', Date[Date] <= eomonth(today(),-1)) + calculate([Target] ,filter('Date', Date[Date] >  eomonth(today(),-1))

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

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 Amit,

 

This is my requirement.

 

"ACTUAL" OR FORECAST Amount, based on the selection of the month (i.e. if user selects Future months ( March, April, may etc. of 2022) new measure should display Forecast amount (FCST's) in case user selects past months ( Jan ,Feb, in 2022) then the new measure should display ACTUAL amount.

 

Actual(Past ) and forecast (Current and Feature months).

 

I want dynamic Measure for above requirement.

 

Thanks In Advance.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.