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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
10168
Helper I
Helper I

How do I create incremental values in a column (Multiply by 2) based on a column condition (Year)

Hello Everyone, I have a tricky situaltion where I need to create incremental values in a column (Multiply 0.03 by 2 starting from year 2023) based on a column condition (Year) and increments through the years. I'm trying to replicate below excel in power BI based on just the metric table attached, beginning from 2023. Any help or directions are most appreciated as I cannot have below table in PowerBI as the metrics are subjected to change. Thank you !! 

10168_1-1657819304337.png

 

10168_0-1657819263009.png

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

@10168 
1.png2.png

Growth Rate = 0.3 * ( Data[Year] - MIN ( Data[Year] ) + 1 )
Inflation Rate = Data[Growth Rate] * 2

View solution in original post

5 REPLIES 5
tamerj1
Super User
Super User

@10168 
1.png2.png

Growth Rate = 0.3 * ( Data[Year] - MIN ( Data[Year] ) + 1 )
Inflation Rate = Data[Growth Rate] * 2

That was very helpful, thank you so much !! 

tamerj1
Super User
Super User

Hi @10168 
Would you please copy/paste the sample data?

I'm trying to create same values in a column in powerBI but have them incremented based on the incremented year 

YearProjects Cost Growth RateInflation Rate
2023B02 Admin/Visitor Bldg$348,3270.030.06
2024B02 Admin/Visitor Bldg$3,323,0440.060.12
2025B03 Warehouse$628,1420.090.18
2026B03 Warehouse$2,996,2370.120.24
2027B03 Warehouse$3,176,0110.150.3
2027B04 Shop 2$949,3370.150.36
2028B04 Shop 2$4,528,3390.180.36
2029B04 Shop 2$4,800,0390.210.42
2030B05 Lumber Blast Shed & Paint Shop$696,1930.240.48
2031B05 Lumber Blast Shed & Paint Shop$320,8400.270.54
2032B05 Lumber Blast Shed & Paint Shop$3,520,0900.30.6

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.