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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Percentage

Greetings,

 

I have used below measure to get total count - 

Count_total_steps = SUM('Sample-PRT028'[Total_Steps])
 
Now I need to divide total_Steps by count_total_steps to get the % of each Business_Process_Definition.
I tried using below formula but not working - 
Column = DIVIDE('Sample-PRT028'[Total_Steps],'Sample-PRT028'[Count_total_steps], ALLSELECTED)

 

alpha_123_0-1617940266490.png

 

Thanks for your help.
1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @Anonymous 

Try to change you formula "column" as below:

 

Column =
DIVIDE (
    SUM('Sample-PRT028'[Total_Steps]),
    CALCULATE ( [Count_total_steps], ALL ( 'Sample-PRT028' ) )
)

 

89.png

 

 

Best Regards,
Community Support Team _ Eason

 

View solution in original post

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

Hi, @Anonymous 

Try to change you formula "column" as below:

 

Column =
DIVIDE (
    SUM('Sample-PRT028'[Total_Steps]),
    CALCULATE ( [Count_total_steps], ALL ( 'Sample-PRT028' ) )
)

 

89.png

 

 

Best Regards,
Community Support Team _ Eason

 

amitchandak
Super User
Super User

@Anonymous , In case you need a new measure


Measure = DIVIDE([Count_total_steps ],calculate([Count_total_steps], ALLSELECTED('Sample-PRT028')))

 

New column


Column = DIVIDE('Sample-PRT028'[Total_Steps],Sum('Sample-PRT028'[Total_Steps]))

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.