Forum Discussion

Stabben23's avatar
Stabben23
Helper I
5 years ago

Create 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.

6 Replies

  • AlB's avatar
    AlB
    Community Champion

    Hi 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's avatar
      Stabben23
      Helper I

      Hi, Gives me an error like" reference to many columns..."

      • Stabben23's avatar
        Stabben23
        Helper I

        Problem is that this works in Power BI, not Power Pivot. 

  • AlB's avatar
    AlB
    Community Champion

    Stabben23 

    Should work.  PRobably you're doing something differently.

    If you share the table above in text-tabular format instead of on a pic, I can copy the contents and share back a pbix with the whole thing working.

     


    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.