Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hello everybody,
if have the following example:
Source Table
Order No - Amount - Group
1000 - 100€ - A
2000 - 200€ - A
3000 - 400€ - B
The result should be a table like this:
Order No - Amount - Group - Group Amount
1000 - 100€ - A - 300€
2000 - 200€ - A - 300€
3000 - 400€ - B - 400€
I think, I have to do create a calculated column with calculation and a kind of allselected or simular.
But I don't get it, to group or filter bei the column "Group".
Can somebody help?
Kind regards,
Tristan
Solved! Go to Solution.
@TristanKuesters What I would suggest easiest option would be is to go to power bi desktop query editor -> right click your original query and click Reference. This would create another query that is referenced original. Then for the second group do Group By via Transorm tab that will give you sum of Amount by Group. Close&Apply and then create relationship between two queries using Group column.
So you will end up with query that is grouped by sum of amount like how you wanted and you will also have original query that also contains order number column.
Hi Tristan,
A much easier solution is to choose "Merge Queries" in Query Editor in the original query. Then do a self-referencing left join on the column which you wish to group by. This will add a new column to the original query containing a table in each row. Click the two arrows in the column header and choose "aggregate" to sum the amount for each of your groups.
Best regards,
Christian
@TristanKuesters What I would suggest easiest option would be is to go to power bi desktop query editor -> right click your original query and click Reference. This would create another query that is referenced original. Then for the second group do Group By via Transorm tab that will give you sum of Amount by Group. Close&Apply and then create relationship between two queries using Group column.
So you will end up with query that is grouped by sum of amount like how you wanted and you will also have original query that also contains order number column.
It works. Thanks a lot.
Sometime the solution is so simple.
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
94 | |
90 | |
83 | |
76 | |
49 |
User | Count |
---|---|
145 | |
140 | |
109 | |
68 | |
55 |