Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

The column specified in the Groupby function was not found in the input table

Dear Team,

 

I would seek the supproting, i have three relationship tables, when I groupby to get relevant column and got message stated that "The column "Item Code" specified in the Groupby function was not found in the input table"

Groupby.JPGRelationship1.JPG

 

I am appreciated for helping

Thanks , LC Aynar

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @Anonymous 
You can use SUMMARIZE to create the new calculated table

SalesInventorySummary =
SUMMARIZE (
    InventoryMovement,
    InventoryMovement[Posting Date],
    InventoryMovement[Document No_],
    InventoryMovement[Agent Code],
    InventoryMovement[Item No_],
    Agents[No_],
    Items[Item Code],
    "OrderQty", SUM ( InventoryMovement[Quantity] )
)

View solution in original post

4 REPLIES 4
tamerj1
Super User
Super User

Hi @Anonymous 
You can use SUMMARIZE to create the new calculated table

SalesInventorySummary =
SUMMARIZE (
    InventoryMovement,
    InventoryMovement[Posting Date],
    InventoryMovement[Document No_],
    InventoryMovement[Agent Code],
    InventoryMovement[Item No_],
    Agents[No_],
    Items[Item Code],
    "OrderQty", SUM ( InventoryMovement[Quantity] )
)
Anonymous
Not applicable

Hi @tamerj1 

 

Thank you so much. I got the solution.

 

Best,

LCAynar

Mahesh0016
Super User
Super User

@Anonymous 
Good Morning,

@Anonymous  You should use one table column in Groupby that's why Dax give you error.
Agents[No_],items["Item Code"] both columns are belong to different table .


 

*If this post helps, please consider accept as solution to help other members find it more quickly and Appreciate your Kudos.

Anonymous
Not applicable

Good Morning @Mahesh0016 ,

 

Thanks for your guidance. But I aim to do goupby to get some columne name from another table for computing. Is there any solution to do this.

 

Thanks!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.