March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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) |
1 | 5000 |
2 | 3000 |
3 | 4500 |
4 | 7000 |
5 | 2000 |
Briefly I want to multiply 2021(year)(This is measure) with 12 constant value.
Solved! Go to Solution.
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.
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.
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.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
119 | |
73 | |
58 | |
57 | |
43 |
User | Count |
---|---|
179 | |
120 | |
82 | |
68 | |
56 |