Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
103 | |
99 | |
98 | |
38 | |
37 |
User | Count |
---|---|
151 | |
121 | |
73 | |
71 | |
63 |