Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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))
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
42 | |
40 |