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
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
Solved! Go to Solution.
Hi DAX_Learner,
You can use query editor-> Transform-> Group By to ahieve this requirement.
Regards,
Jimmy Tao
Hi DAX_Learner,
You can use query editor-> Transform-> Group By to ahieve this requirement.
Regards,
Jimmy Tao
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 |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 46 | |
| 44 |