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
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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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