Forum Discussion
andash
6 years agoNew Member
SUM Values if quarter equal to
Hi I am using power query to manipulate some data. I have a "Quarter" column and a "Total Amount" column. I want to get the sum of the "Total Amount" column if the "Quarter" column is equal to a crit...
- 6 years agoHi andash,
In the query editor you need to select the option groupby, the. Select the quarter column and on the aggregate part select the column you want and sum.
This will give you the aggregation per each quarter.
Be aware that this step will make a table with only 2 columns quarte and the sum of the value you need.
Regards,
MFelix
Super User
6 years agoHi andash,
In the query editor you need to select the option groupby, the. Select the quarter column and on the aggregate part select the column you want and sum.
This will give you the aggregation per each quarter.
Be aware that this step will make a table with only 2 columns quarte and the sum of the value you need.
Regards,
In the query editor you need to select the option groupby, the. Select the quarter column and on the aggregate part select the column you want and sum.
This will give you the aggregation per each quarter.
Be aware that this step will make a table with only 2 columns quarte and the sum of the value you need.
Regards,
andash
6 years agoNew Member
Thank you! This is exactly what I needed.