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
Tonyy
Regular Visitor

how to calculate percentage for the data in one column

Hello masters,

 

i need your support to calculate the percentage of other cost to sales cost. In below, I have cost data and sales data in one table.  

 

Tonyy_0-1611324935945.png

when I use measurement: 
 
Cost to Sales - % = Divide([Total HFM Cost],calculate([Total HFM Cost], 'HFM data'[Cost type]="Production sales")
 
it shows me like this :
 

Capture.JPG

 

Could someone tell me what the problem is and how to show the percentage for each row? 

 

Thanks!

 

 

 

 

 

1 ACCEPTED SOLUTION
mhossain
Solution Sage
Solution Sage

Hello @Tonyy 

 

Try this

 

Cost to Sales - % =
Divide(
[Total HFM Cost],

CALCULATE(
[Total HFM Cost], 'HFM data'[Cost type]="Production sales",ALL('HFM data'Cost type (groups))
), 0
)

 

Hope it solves and this is what were looking for.

View solution in original post

2 REPLIES 2
mhossain
Solution Sage
Solution Sage

Hello @Tonyy 

 

Try this

 

Cost to Sales - % =
Divide(
[Total HFM Cost],

CALCULATE(
[Total HFM Cost], 'HFM data'[Cost type]="Production sales",ALL('HFM data'Cost type (groups))
), 0
)

 

Hope it solves and this is what were looking for.

Thanks so much! 

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.