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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Juju123
Helper III
Helper III

Power BI don't return good total

Hello,

I'm having a problem with the total sum of a column.

 

I have several filters in my Power BI: Supervisor, Company, Creation date, etc.

In the example I'm showing you, I've only filtered on SUPERVISOR = FME AND FEL.

 

I have a column called "SUPERVISOR" and I want to calculate the total standard cost.
I created a calculated column to get the standard cost: Column A * (Price/Lot size)
The total standard cost is incorrect because Power BI isn't adding the results.
Power BI calculates as 68 * (Price/Lot size), whereas I want it to add the data in the "Standard Cost" column.

Juju123_0-1744631583953.png

Thanks for your help

 

2 ACCEPTED SOLUTIONS
BeaBF
Super User
Super User

@Juju123 Hi! can you paste the data under that visual? with formulas for the calculated columns/measures.

 

Meanwhile you can try with a measures like:

Total Standard Cost =
SUMX(
'YourTable',
'YourTable'[Colonne A] * ('YourTable'[Price] / 'YourTable'[Lot size])
)

 

THX,

BBF

View solution in original post

Juju123
Helper III
Helper III

Hi, 

Finally i do this formula in ETL. Thanks for your answers. 

View solution in original post

5 REPLIES 5
Juju123
Helper III
Helper III

Hi, 

Finally i do this formula in ETL. Thanks for your answers. 

v-prasare
Community Support
Community Support

Hi @Juju123,

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?

 

 

 

Thanks,

Prashanth Are

MS Fabric community support

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query

v-prasare
Community Support
Community Support

Hi @Juju123,

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?

 

 

 

Thanks,

Prashanth Are

MS Fabric community support

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query

v-prasare
Community Support
Community Support

Hi @Juju123,

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?

 

@BeaBF , Thanks for your promt respons

 

 

Thanks,

Prashanth Are

MS Fabric community support

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query

BeaBF
Super User
Super User

@Juju123 Hi! can you paste the data under that visual? with formulas for the calculated columns/measures.

 

Meanwhile you can try with a measures like:

Total Standard Cost =
SUMX(
'YourTable',
'YourTable'[Colonne A] * ('YourTable'[Price] / 'YourTable'[Lot size])
)

 

THX,

BBF

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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