Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi everyone!
I have a table as the one on the left and i want to sum up the effort per week (creat a new table as the one on the right)-
Any ideas how to do it?
Thx.
Solved! Go to Solution.
Use the oddly named function "SUMMARIZE":
Table = SUMMARIZE('Table',[Week No.],"Effort (by hours)",SUM([Effort (by hours)])
😉
Use the oddly named function "SUMMARIZE":
Table = SUMMARIZE('Table',[Week No.],"Effort (by hours)",SUM([Effort (by hours)])
😉
I have a similar issue but I'd like to bring all the rest of the columns from my original table into the summarized table. I see that I can list them individually. Is there a command that will bring them all?
Hi again!
there is an oprion to summerize by two categories?
For example, by WW and by Type (imagine there is another column named Type and describing for each line if it's type a or type b).
Nevermind, i figured it out! thanks again!! 🙂
How did you do that? As i would like to sumarise based on two colomns.
Original Data | ||
Order | Suf | Amount |
500 | 0 | 200 |
500 | 1 | 150 |
500 | 1 | 200 |
500 | 2 | 300 |
501 | 0 | 400 |
502 | 0 | 300 |
502 | 0 | 200 |
502 | 1 | 400 |
502 | 1 | 300 |
502 | 2 | 100 |
503 | 3 | 100 |
Option 1 | |||
Order | Amount | Suf | Amount |
500 | 850 | 0 | 200 |
500 | 1 | 350 | |
500 | 2 | 300 | |
501 | 400 | 0 | 400 |
502 | 1400 | 0 | 500 |
502 | 1 | 700 | |
502 | 2 | 100 | |
502 | 3 | 100 |
Option 2 - Prefered | |||||||||
Order | Total | Suf | Amount | Suf | Amount | Suf | Amount | Suf | Amount |
500 | 850 | 0 | 200 | 1 | 350 | 2 | 300 | ||
501 | 400 | 0 | 400 | ||||||
502 | 1400 | 0 | 500 | 1 | 700 | 2 | 100 | 3 | 100 |
Hi Greg!
Thank you for responding 🙂
i'm new at PBI and don't have much experience so it might be a weird question but -
where should i insert the line you wrote?
I had this same question.
It's under the 'Modeling' tab, 'New Table'
I followed the instructions here:
https://radacad.com/creating-a-table-in-power-bi-using-dax-table-constructor
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |