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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Anonymous
Not applicable

Help Creating Gross Profit Measure

I am in a bit of a situation where I am stuck trying to calculate Gross Profit. My Table isn't broken out to an ideal scenario, thus I am relying on some DAX to get this solved.

 

CATEGORY is the Driver

 

Thus, if CATEGORY = Sales then I need to subtract CATEGORY=COST OF SALES  from CATEGORY= SALES. 

Then, If CATEGORY = DIRECT EXPENSES subtract from Gross PROFIT.

 

Problem is how the data is stored. If someone could help that would be great.

op statement.JPG

1 ACCEPTED SOLUTION
charancvg
Frequent Visitor

Use the calculate function to create a measure like

 

Calculate(Sales - Cost of sales, Category = Sales)

 

Or you can breakout the column into 3 new columns and then build a measure to calculate the values.

 

 

View solution in original post

4 REPLIES 4
charancvg
Frequent Visitor

Use the calculate function to create a measure like

 

Calculate(Sales - Cost of sales, Category = Sales)

 

Or you can breakout the column into 3 new columns and then build a measure to calculate the values.

 

 

Anonymous
Not applicable

Unfortunately, it's not that easy for this case. I am provided with the all the category is one column and need to imbed some kind of conditional logic to look for when the categories are met. 

 

 

Can you email a sample of your data? 

I can work on it later in the day.

Anonymous
Not applicable

Hello,

 

This message went to spam so I am just seeing it. However I got it to work!

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.