Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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.
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)
Solved! Go to Solution.
Hi @jay_patel ,
Please refer to my .pbix file.
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.
Hi @jay_patel ,
Please refer to my .pbix file.
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.
Hi amit
It's not working, giving same result as before.
@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))
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 122 | |
| 118 | |
| 38 | |
| 36 | |
| 29 |