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! Request now

Reply
Anonymous
Not applicable

grouping and joining data usin full outer join

EVALUATE
ADDCOLUMNS(
VALUES('Inc_$Item Ledger Entry'[Item No_]),

"PurchReq",CALCULATE(SUM('Inc_$Requisition Line'[Quantity (Base)]))
)

 

I am trying to group the data by Item NO which would display the sum of Quantity (Base) as per item.

But I am not getting required output.

 

Item No_]   PurchReq

1000            4563

1100            4563

..

 

its giving same sum for all item no

Any suggestions would be welcome

Thank you

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

Hi DAX_Learner,

 

You can use query editor-> Transform-> Group By to ahieve this requirement.

Capture.PNG 

 

Regards,

Jimmy Tao

View solution in original post

1 REPLY 1
v-yuta-msft
Community Support
Community Support

Hi DAX_Learner,

 

You can use query editor-> Transform-> Group By to ahieve this requirement.

Capture.PNG 

 

Regards,

Jimmy Tao

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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.

Top Solution Authors