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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
birgirs
Frequent Visitor

Multiply value in each row with the total number from another column

hi guys 

 

need some Dax help

i need to multiply col1 with the total numer from col2(130) and show that in col3  

 

col1 col2  col3

0,1   20      0,1*130

0,2   30      0,2*130

0,4   50      0,4*130

0,1   10      0,1*130

0,2   20      0,2*130    

 

1 ACCEPTED SOLUTION

@birgirs

 

I believe a similar thread is found at https://community.powerbi.com/t5/Desktop/Sum-of-values-by-each-category/td-p/134279.

 

3.PNG






Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

Proud to be a Super User!



View solution in original post

3 REPLIES 3
Interkoubess
Solution Sage
Solution Sage

Hi @birgirs,

 

Please try this formula in a calcultaed field ( I called my table Table1):

 

[Col1]*CALCULATE(SUMX(Table1,[Col2]),ALL(Table1))

 

Hope it helps...

 

Ninter

no that did not work 

there are more columns 

and if i want to filter by "kiwi" then it is multiplying all of col3 (260) but i only want total for the selected filter 

 

 

col1 col2  col3        col4

0,1   20      0,1*130  apples

0,2   30      0,2*130  apples

0,4   50      0,4*130  apples

0,1   10      0,1*130  apples

0,2   20      0,2*130  apples

0,1   20      0,1*130  Kiwi

0,2   30      0,2*130  Kiwi

0,4   50      0,4*130  Kiwi

0,1   10      0,1*130  Kiwi

0,2   20      0,2*130  Kiwi

@birgirs

 

I believe a similar thread is found at https://community.powerbi.com/t5/Desktop/Sum-of-values-by-each-category/td-p/134279.

 

3.PNG






Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

Proud to be a Super User!



Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.