This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi good day,
Pls need assistance on how can i get the sum per week base from Phase and Trade.
Thank you
Solved! Go to Solution.
Hi @Ashish_Mathur @sivarajan21 @mickey64 thank you to all your reply, i got the solution on my query.
Thank you
Hi,
On week 27, there is only 1 combination of Com and Mech. Shouldn't the answer be 1? In Week 28, for the same combination of Com and Mech, shouldn't the answer be 3?
Hi @Ashish_Mathur @sivarajan21 @mickey64 thank you to all your reply, i got the solution on my query.
Thank you
Hi, @AllanBerces
Glad to know that you appear to have found a solution.
Could you please share your solution and mark it as a solution? This will help other members of the community who are experiencing similar problems to yours to be able to find a solution faster. Thank you.
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @AllanBerces ,
PFA measure to achieve your outcome
Sumxperweek =
CALCULATE(COUNTAX(Trade,Trade[Phase]),ALLEXCEPT(Trade,Trade[Phase],Trade[Week No.]))
The result is:
If you are satisfied with this, please accept it as a solution and give a kudos.
Thanks in advance!
BTW i required it as Calculated Column
For your reference.
For your reference.
Sum_Count = CALCULATE(SUM(DATA[Count]),ALLEXCEPT('DATA','DATA'[Week No.],'DATA'[Phase],'DATA'[Trade]))
Sum_Outcome = CALCULATE(SUM(DATA[Outcome]),ALLEXCEPT('DATA','DATA'[Week No.],'DATA'[Phase],'DATA'[Trade]))
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 33 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 48 | |
| 33 | |
| 24 | |
| 24 |