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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Syndicate_Admin
Administrator
Administrator

Total for a calculated column

Good afternoon

I have a column whose data comes from a quick measure. The total for that column is incorrect because it must be the sum of all values and not the calculation.

MMPagola_1-1628821575775.png

How can I make it add me the total of the calculated values with the following function:

PTSTOCK x Surface PT = [PTSTOCK] * [PT Surface].
Thank you so much for your help!
Gears
3 REPLIES 3
Anonymous
Not applicable

Hi @Syndicate_Admin ,

 

The total for measure is not simply the sum of value, it's a calculated value by the formula too.

1.PNG

It's better to share some sample data and the formula you are using to us.

 

Best Regards,

Jay

amitchandak
Super User
Super User

@Syndicate_Admin , if these are measures you can not create a column on top of it

you can have like

PTSTOCK x Surface PT =

sumx(Table,  [PTSTOCK] * [PT Surface] )

 

if both on them are measure

sumx(Values(Table[Groupby]),  [PTSTOCK] * [PT Surface] )

 

 

where Groupby is column / unsummarized column in visual

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @Syndicate_Admin

I am not working with your solutions since both components of the formula are calculated measures.

I have no way to calculate the sum of all the values if they are not columns in a table?

Thanks a lot

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors