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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
ScotsSailor
Frequent Visitor

Calculate Percentage Difference Between Table Column Totals

I have a simple table showing values for two different years of data. I want to show the total year to year percentage difference in the last column (YOY % Change) in the total row at the bottom of the table. Here is the table.Capture.PNG

In Excel, I would just drop a simple formula in the cell. How do I show the percentage difference between the table column Totals? In effect (JV_tot - JV_tot_17)/JV_tot_17 for the total row?

 

Thanks for your help. I am obviously new to Power bi.

 

1 ACCEPTED SOLUTION
Thejeswar
Super User
Super User

Hi @ScotsSailor,

I tried re-creating your requirement and it seems to work the way that you are expecting it to work

 

I have created 2 measures and below are the codes for them

Measure = SUM(Table1[JV_Tot]) - SUM(Table1[JV_tot_17])
Measure 2 = [Measure]/SUM(Table1[JV_tot_17])

 

The Below is the screenshot

measure.PNG

 

 

One possiblity why the percentage not getting displayed in totals is, you have created the YOY Change and YOY% Change as columns and given don't summarize as the aggregation rule for YOY% change

 

Also keep in might for this creating YOY% Change as column will not give the right values for your total even if they start appearing in totals

 

Hope this solvesyour issue!!!

View solution in original post

2 REPLIES 2
Thejeswar
Super User
Super User

Hi @ScotsSailor,

I tried re-creating your requirement and it seems to work the way that you are expecting it to work

 

I have created 2 measures and below are the codes for them

Measure = SUM(Table1[JV_Tot]) - SUM(Table1[JV_tot_17])
Measure 2 = [Measure]/SUM(Table1[JV_tot_17])

 

The Below is the screenshot

measure.PNG

 

 

One possiblity why the percentage not getting displayed in totals is, you have created the YOY Change and YOY% Change as columns and given don't summarize as the aggregation rule for YOY% change

 

Also keep in might for this creating YOY% Change as column will not give the right values for your total even if they start appearing in totals

 

Hope this solvesyour issue!!!

It did indeed solve the issue and you guessed it, I was using columns instead of measures. I'm very greateful for your prompt response. I am just beginning to understand Power BI, having spent quite some time with PowerQuery and Pivot tables.

 

Best regards,

ScotsSailor

Helpful resources

Announcements
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!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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