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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply

Need DAX for Percent of Grand Total

 

Currently I'm using the "Percent of Grand Total" by using the field properties ("show value as") in the visual but one problem is that it automatically calculates it to percentage and I can't remove/change its decimal place to 0. So I need a dax formula instead to be able to remove decimal.

 

In the image below, I need to divide the average (12.91/10.70 = 1.21), then for the second row (1.12/10.70 = 0.10) and so on.

 

qqq.PNG

 

 

I'm currently experimenting some formula like this:

Percentage = DIVIDE(SUMX(SUMMARIZE('CUAppend', 'CUAppend'[Target], "NewAverage", [CUA Average Completed Request per day]), [CUA Average])

 

However, still can't get the correct values for each row.

 

For reference:

CUA Average = AVERAGEX(SUMMARIZE('CUAppend', 'CUAppend'[Target], "NewAverage", [CUA Request Completed]), [CUA Average Completed Request per day])

 

CUA Average Completed Request per day = DIVIDE([CUA Request Completed], [CUA Avg ColumnAdded])

 

CUA Request Completed = COUNTROWS('CUAppend')

 

CUA Avg ColumnAdded = AVERAGE('CUAppend'[CUA ColumnAdded])

 

 

Thanks in advance!

 

1 ACCEPTED SOLUTION

Found a relevant topic!

here's the link

View solution in original post

4 REPLIES 4
lorenz0210
Helper I
Helper I

Hi, 

 

I have the same issue and still not working on my end and badly needed help. 

Here are the data: 

 

CategoryCount Percentage
Win 209?
Loss141

?

Not Pursued160?

 

Hope someone can help. DAX function is highly recommended. 

 

Thank you. 

zlokesh
Resolver I
Resolver I

Hi @chesterraepined,

 

     Please go through below screenshot, hope will work.

 

Decimal.JPG

Hi @zlokesh

 

Thanks for the response, but It would not work either. I already tried removing the decimal thru Modeling>Formatting and still won't work.

 

Thanks!

Found a relevant topic!

here's the link

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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