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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Percentage of grand total not calculating as expected?

Hi,

 

I want to calculate the Y axis to show the % of the toal: 3.35m.

 

However, when I click 'Show value as percentage of grand total', 

 

 

It is showing the % of 350m, rather than 3.5m.....

 

Could some please advise? Thanks.



1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

try this

 

GT% WAULT Income to Break = 
VAR _MAX = CALCULATE(MAX('Waterfall (New)'[WAULT Income to Break]), ALLSELECTED('Waterfall (New)' ))
RETURN
DIVIDE(MAX('Waterfall (New)'[WAULT Income to Break]),_MAX)
GT% WAULT Income to Expiry = 
VAR _MAX = CALCULATE(MAX('Waterfall (New)'[WAULT Income to Expiry]), ALLSELECTED('Waterfall (New)' ))
RETURN
DIVIDE(MAX('Waterfall (New)'[WAULT Income to Expiry]),_MAX)
Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast


View solution in original post

6 REPLIES 6
Anonymous
Not applicable

 

@Anonymous , You need to create a measure like

 

Divide([Measure], 400000)

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Anonymous
Not applicable

Hi,  I have added sample data, thanks.

Hi @Anonymous ,

can you provide a sample file?

The grand total will be the sum of all values without considering the X axis.

 

 

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast


Anonymous
Not applicable

Hi, I have added the sample data in a table in the question. Thanks.

Hi @Anonymous ,

 

try this

 

GT% WAULT Income to Break = 
VAR _MAX = CALCULATE(MAX('Waterfall (New)'[WAULT Income to Break]), ALLSELECTED('Waterfall (New)' ))
RETURN
DIVIDE(MAX('Waterfall (New)'[WAULT Income to Break]),_MAX)
GT% WAULT Income to Expiry = 
VAR _MAX = CALCULATE(MAX('Waterfall (New)'[WAULT Income to Expiry]), ALLSELECTED('Waterfall (New)' ))
RETURN
DIVIDE(MAX('Waterfall (New)'[WAULT Income to Expiry]),_MAX)
Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast


Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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