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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.