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

Join 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.

Reply
Anonymous
Not applicable

using measure to calculate a text data type

 
1 REPLY 1
AlB
Community Champion
Community Champion

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  Datanaut

 

 

Helpful resources

Announcements
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.

Top Kudoed Authors