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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
JamesGordon
Helper II
Helper II

Sum of data in certain rows

Hi,

 

I am new to Power Bi and DAX and hoping someone can help with the following please.

 

I am trying to create a DAX to calculate the sum of stock that has been allocated for sale. In our data set we have columns with "Cost price" and "allocated to" the "allocated to" column contains the customer account numbers so they are all different . I am trying to calculate the sum of the "cost value" if there is data in the "allocated to" column. Is this possible?

 

Any advice would be appreciated!

 

Regards,

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @JamesGordon 

 

Total allocated cost=Calculate(Sum(table[Cost]),filter(table,table[Allocated to] <> blank()))

Total UNallocated cost=Calculate(Sum(table[Cost]),filter(table,table[Allocated to] = blank()))

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

please share some sample data and expected output.

 

Thanks,

Pravin

Hi,

 

I have attached an illustration that will hopefully make it clearer - let me know if more detail is required.Power Bi Ques.jpg

Anonymous
Not applicable

Hi @JamesGordon 

 

Total allocated cost=Calculate(Sum(table[Cost]),filter(table,table[Allocated to] <> blank()))

Total UNallocated cost=Calculate(Sum(table[Cost]),filter(table,table[Allocated to] = blank()))

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

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.