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

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
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.