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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
sawn
Frequent Visitor

Percentage Calculation

Hello, anyone to assist on how i can visualize the data below to indicate the % difference using a bar chart? Field highlighted is what I need to show on the bar chart.

 

Result AreasBudget AllocationBudget AbsorptionVariance% Burn Rate
Result 1                      64,758.94                 52,660.00                        12,098.9481%
Result 2                    348,016.94               343,141.34                           4,875.6099%
Result 3                    161,600.00               140,720.30                        20,879.7087%
Result 4                    164,817.97               169,930.20-                         5,112.23103%
1 ACCEPTED SOLUTION
v-xiaoyan-msft
Community Support
Community Support

Hi@sawn

 

You can follow these steps to meet your needs:

  1. Create a measure like this:

 

% Burn Rate = DIVIDE(MAX('Table'[Budget Absorption]),MAX('Table'[Budget Allocation]))

 

2.Change the format to Percentage, and change the number of decimal places shown from Auto to 2.

vcaitlynmstf_0-1629337363539.png

 

 

3.Create a table with the measure above, turn off the total in format setting, you will get this:

vcaitlynmstf_1-1629337363540.png

 

vcaitlynmstf_2-1629337363545.png

 

A demo is attached for your reference.

 

Best Regards,

Caitlyn Yan

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
v-xiaoyan-msft
Community Support
Community Support

Hi@sawn

 

You can follow these steps to meet your needs:

  1. Create a measure like this:

 

% Burn Rate = DIVIDE(MAX('Table'[Budget Absorption]),MAX('Table'[Budget Allocation]))

 

2.Change the format to Percentage, and change the number of decimal places shown from Auto to 2.

vcaitlynmstf_0-1629337363539.png

 

 

3.Create a table with the measure above, turn off the total in format setting, you will get this:

vcaitlynmstf_1-1629337363540.png

 

vcaitlynmstf_2-1629337363545.png

 

A demo is attached for your reference.

 

Best Regards,

Caitlyn Yan

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

 

Ashish_Mathur
Super User
Super User

Hi,

Assuming Budget Absorption and Budget Allocation are measures, write this measure and create a bar chart

% burn rate = divide([budget absorption],[budget allocation])

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.