Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
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!
Solved! Go to Solution.
Hi,
I have the same issue and still not working on my end and badly needed help.
Here are the data:
Category | Count | Percentage |
Win | 209 | ? |
Loss | 141 | ? |
Not Pursued | 160 | ? |
Hope someone can help. DAX function is highly recommended.
Thank you.
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!
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.