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
game1
Helper III
Helper III

Create a KPI target based on the previous year value

Hello,

I want a target that shoud multiply the number of items of the previous year or month with 1.8.

So, for example, I have 4 items in 2022. To calculate my Target for 2023, it must be -> Target = 4 * 1.8

Thanks!

 

 items date

 car     2022/06/19 

 table  2023/10/11 

 chair  2022/10/11 

 table  2022/06/11 

 car     2022/06/13 

 house 2023/02/11 

1 ACCEPTED SOLUTION

Please find the link Test.pbix

I hope this will help you 

View solution in original post

4 REPLIES 4
VillyMBI
Resolver I
Resolver I

Hi @game1 ,

 

I assume you also have date table having relation with your data table

Pre Year Items = CALCULATE(COUNT('Table'[Item]),SAMEPERIODLASTYEAR('DateTable'[Date])) * 1.8

Working. 

Thanks! 

Please find the link Test.pbix

I hope this will help you 

talespin
Solution Sage
Solution Sage

hi @game1 

 

Please use 

Count = COUNT(TestTbl7[items])*1.8
 

talespin_0-1707894308556.png

 

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.