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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Puneeth
Frequent Visitor

Power BI Require Run rate calculation

Hi all,

 

i'm trying to Calculate Required Run Rate per month ---

 

formula => (OB Achieved / No. of months passed from FY Start)

 

from above formula OB Achieved is calculated but how do i calculate 'No. of months passed from FY Start'

3 REPLIES 3
Washivale
Resolver V
Resolver V

Hi @Puneeth,

 

whats the FY start month in this case, is it Jan or March?

 

Also, if you could share sample data and desired output it would be great.

 

Regards,

Washivale

 

Hi Thanks for the reply.

 

financial year is from Apr - Mar

Hi @Puneeth,

 

Assuming you have a date column in your Date, you can create a measure as below:

 

OB Achieved by Month YTD = Divide([OB Achieved], (Month([Date])-4))

 

let me know if it works.

 

Thanks

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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