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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors