Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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"
I am appreciated for helping
Thanks , LC Aynar
Solved! Go to Solution.
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] )
)
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
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.
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!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 13 | |
| 12 | |
| 10 |