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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jaafer
Frequent Visitor

need help

hi  i am new to power bi.  i have a table  

 

table name " value entry"

entry noentry typepurchase amountsales amount cost
1purchase10010
2Sale02010
3sale02010
4purchase10010

i want to get the profit value, normally i am doing with excel sum if formula to get the total cost and i will deduct the total cost of entry type sale. Please help.

 

1 REPLY 1
v-sihou-msft
Employee
Employee

@jaafer

 

I can't get your logic for Profit exactly. But, to calculate total cost, you can create a measure like: 

 

Total Cost = SUM(ValueEntry[Cost])

For the total cost of entry type sale, you can write a measure like: 

 

Total Cost = CALCULATE(SUM(ValueEntry[Cost]),FILTER(ALL(ValueEntry),ValueEntry[entry type]="Sales"))

Regards,

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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