Forum Discussion
Stabben23
Helper I
5 years agoCreate new aggregated table
Hi I have a table with values, I want to create a New table that is group by Item. This has to be done as new table because ACCMax is a calculated column with DAX, no Power Query.
AlB
Community Champion
5 years agoHi Stabben23
Create a calculated table:
NewTable =
SUMMARIZE(Table1, Table1[Items], Table1[ACCMax] )
|
|
Please accept the solution when done and consider giving a thumbs up if posts are helpful. Contact me privately for support with any larger-scale BI needs, tutoring, etc. |
Stabben23
Helper I
5 years agoHi, Gives me an error like" reference to many columns..."