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
uayan
Frequent Visitor

Multiply measure with constant 12 value

My table like below. I want to multiply 5000(prj no: 1) with 12 constant(for january 0.91, for february 0.83...) and

(row2)3000*0,91 and 3000*0,83 ... 

(row3)4500*0,91 and 4500*0,83...

.

.

.

 

Prj No 2021(year)
15000
23000
34500
47000
52000

 

Briefly I want to multiply 2021(year)(This is measure) with 12 constant value.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @uayan ,

 

According to your description, here are my steps you can follow as a solution.

(1) My test data is the same as yours.

(2) We can create measures.

january = 'Table'[2021(year)]*0.91
february = 'Table'[2021(year)]*0.83

(3) Then the result is as follows.

vtangjiemsft_0-1673487646197.png

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @uayan ,

 

According to your description, here are my steps you can follow as a solution.

(1) My test data is the same as yours.

(2) We can create measures.

january = 'Table'[2021(year)]*0.91
february = 'Table'[2021(year)]*0.83

(3) Then the result is as follows.

vtangjiemsft_0-1673487646197.png

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

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
Top Kudoed Authors