Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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?
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 |
---|---|
10 | |
10 | |
10 | |
9 | |
7 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
10 |