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! Request now

Reply
Krishnan_47
Helper I
Helper I

Measure Formula Help

Hi All,

 

I need help in creating a measure. I have used excel to display the formula. Please find below screenshot where formula is highlighted in yellow.

Column A and B is loaded into Power BI.

Values should come as in Column C based on the formula present in Column D.

 

The challenge in this formula is that we need to use the measure within the measure. In this example, we can call Column B in the formula but I have no idea how to get previous month value in column C.

 

Measure Formula.PNG

 

 

1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

You may download my PBI file from here.

Hope this helps.

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

You may download my PBI file from here.

Hope this helps.

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
manikumar34
Solution Sage
Solution Sage

@Krishnan_47 ,

 

Try below measure. 

manikumar34_0-1637432768808.png

Measure =
VAR pp = CALCULATE(SUM('Table'[Excess Return]),PREVIOUSMONTH('Table'[Date]))
VAR cp=SUM('Table'[Excess Return] )
RETURN
(pp+100)*(1+cp)-100




If this helps, Appreciate your KUDOS!
Did I answer your question? Mark my post as a solution!


Proud to be a Super User!




Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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