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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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