Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi @Anonymous
I assume all the fields you are showing in the visual are columns of your table. If so, just create this measrue and place it in the visual:
Measure = SUM( Table1[Ldet] ) + SUM(Table1[Parts] ) + SUM( Table1[Odet] )
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers ![]()