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
RickSmalls83
Frequent Visitor

New % complete column/ measure required to look at 2 columns( planned v actual)

Hi, 

I want to create a calculation that shows the below right sided columns as actual amounts complete against the Scope/ Planned data in the left side column;

RickSmalls83_0-1688568848437.png

As preference i would like to do this in Power BI and ont in the excel source data.

 

Thanks,

 

Rick

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @RickSmalls83 

 

You can create a measure with the following DAX. 

New % complete = DIVIDE(SUM('TableName'[Actual amount]),SUM('TableName'[Planned Amount]))

 

Or create a calculated column in the original table with the following DAX. 

New % complete = DIVIDE('TableName'[Actual amount],'TableName'[Planned Amount])

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

View solution in original post

2 REPLIES 2
RickSmalls83
Frequent Visitor

know how i can ' minus' the difference between to columns? I want to a measure or column that shows the variance between to columns...

 

Thanks,

 

Rick

v-jingzhang
Community Support
Community Support

Hi @RickSmalls83 

 

You can create a measure with the following DAX. 

New % complete = DIVIDE(SUM('TableName'[Actual amount]),SUM('TableName'[Planned Amount]))

 

Or create a calculated column in the original table with the following DAX. 

New % complete = DIVIDE('TableName'[Actual amount],'TableName'[Planned Amount])

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

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.