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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
jay_patel
Helper IV
Helper IV

want to divide the value category wise.

Hello All

 

here i am facing a problem, i have a calculated column "primary Sales" based on which i am calculating an another column and the formula for that column is  primary sales (%) = ('primary sales' * 100)/ sum of primary sales. stockiest doubt.PNG 

As you can see i have a matrix, and the formula working fine for SBU's column.. for example for CNS= primary sales(10,708.45) *  100 / total(40,315.32)

 

But for 'ALECTA' it is still dividing the value of primary sales with "40,315.32". I want to divide it with CNS's Value i.e., "10,708.45".

 

 

Also mentioning dax for all calculations below:-

 

1) 

Primary Sales CM(%) = DIVIDE([Primary Sales(%)-1],[primarysalesFinalfor-CM])
 
2)
primarysalesFinalfor-CM = CALCULATE([Primary Sales1],REMOVEFILTERS(SDivision[SBU],SDivision[DivisionName]))
1 ACCEPTED SOLUTION
v-lionel-msft
Community Support
Community Support

Hi @jay_patel ,

 

Please refer to my .pbix file.

v-lionel-msft_1-1618555866468.png

 

Best regards,
Lionel Chen

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

3 REPLIES 3
v-lionel-msft
Community Support
Community Support

Hi @jay_patel ,

 

Please refer to my .pbix file.

v-lionel-msft_1-1618555866468.png

 

Best regards,
Lionel Chen

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

jay_patel
Helper IV
Helper IV

Hi amit

 

 

It's not working, giving same result as before.

amitchandak
Super User
Super User

@jay_patel , Try one of the two options and check

 

primarysalesFinalfor-CM = CALCULATE([Primary Sales1],allselected(SDivision[SBU],SDivision[DivisionName]))

 

or


primarysalesFinalfor-CM = CALCULATE([Primary Sales1],allselected(SDivision))

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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