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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
ysherriff
Resolver II
Resolver II

Fix percent change for total row in matrix

Hi all,

 

Can someone help me with the formula to calculate the correct percentage change for the total in a matrix? For example, in the image below the QTD is $2.1B and Prior QTD is $2.08B which should show 5% QoQ change not 8%.

 

Can someone help.

 

ysherriff_0-1675030996867.png

 

 

4 REPLIES 4
Migasuke
Memorable Member
Memorable Member

Hi @ysherriff ,

QoQ % should be calculate something like this:
QoQ % change = DIVIDE([Quarter Over Quarter measure],[Quarter-to-Date measure],0)

In case, you would like to write precise formula, please share the table name and columns.

 



If my answer was helpful please give me a Kudos or even accept as a Solution.

Let's connect on LinkedIn!

Hi below are the measures I am using for the calculation. This is done via tabular editor. I am trying to get the following results:


Desired Result

ysherriff_4-1675047591657.png

 

 

 

Image #1- QTD

ysherriff_0-1675046920955.png

 

Image #2 - Prior QTD 

ysherriff_5-1675048334261.png

 


Image #3 - QoQ change

ysherriff_2-1675047011564.png

 

Image #4 - QoQ % Change

ysherriff_3-1675047052833.png

 

 

Hi @ysherriff ,

my logic then remains the same, I have just adjusted the name of the measures.
Please try it and let me know:

QoQ % change = DIVIDE([QoQ change],[QTD],0)

 



If my answer was helpful please give me a Kudos or even accept as a Solution.

Let's connect on LinkedIn!

Thanks but I have that formula. I know how to calculate QoQ% but the totals are incorrect. I am using the following formula to get the total but it is incorrect.

 

 

ysherriff_0-1675086043982.png

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors