Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I'm new to PowerBI Web and would like to create a new table based on the result of a query.
This is what I have:
Solved! Go to Solution.
Hi @Anonymous ,
You can try this method:
Use the Group By:
The result is:
Or you can download the Power BI Desktop:
Get Power BI Desktop - Power BI | Microsoft Learn
Hope this helps you.
Best Regards,
Community Support Team _Yinliw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Two tables. How can I save the aggregated table?
Original table
Period | SumIntakt
|
1 | 20 |
1 | 20 |
2 | 30 |
Aggregated table
Period | SumIntakt |
1 | 40 |
2 | 30 |
Hi @Anonymous , The best solution is the below.
By creating a measure.
Measure = CALCULATE(SUM('Table'[SumIntakt]),ALLEXCEPT('Table','Table'[Period]))
Regards,
Nikhil Chenna
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
Hi @Anonymous ,
There are three methods to solve this question:
Method 1:
New a measure:
Sumlntakt1 = CALCULATE(SUM('Table'[SumIntakt]),ALLEXCEPT('Table','Table'[Period]))
Method 2:
Method 3:
New a table:
Here is my PBIX file:
Best Regards,
Community Support Team _Yinliw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I got this:
Hi @Anonymous ,
I think you use the formula in the Power Query, you should use it in the Desktop -> New table:
Best Regards,
Community Support Team _Yinliw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
I'm using the webversion so I don't have that function:
Hi @Anonymous ,
You can try this method:
Use the Group By:
The result is:
Or you can download the Power BI Desktop:
Get Power BI Desktop - Power BI | Microsoft Learn
Hope this helps you.
Best Regards,
Community Support Team _Yinliw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi! @Anonymous
The problem is not clear. Can you please share sample data and expected result?
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |