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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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))

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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