Forum Discussion
Anonymous
7 years agoNot applicable
Calculate table - aggragation
I need to create an aggragated table based on a table within my Power BI app. Basically I have the following fields in the base tablein my Power BI app: Company Revenue Sale Date I want t...
Ashish_Mathur
Super User
7 years agoHi,
Using the Query Editor, right click on the Company Name heading > Group By. Select SUM as the function for Revenue and MAX as the function for Sale Date.
- Anonymous7 years agoNot applicable
Thanks but I need a new table with these aggragations not an aggregation of the current table.