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
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
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.