Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I
I am trying to calculate percentages based off of the total pre row. So, in row ADS, next to number 20, there would be a % value of 25% (as 25% of 79 is 20 when rounded up). I want to do this for all columns in all rows.
The dataset I have looks like this (See below) and all current attempts at writing DAX formulas and calculations have failed...
Your help would be greatly appreciated.
Thanks!
Solved! Go to Solution.
@deanbland
Create a Measure like this
Percentage % =Here is the link in case you want to download the file
var countnum=CALCULATE(COUNT(Data[KPI Checklist Outcome]),ALLEXCEPT(Data,Data[Sector]))
return DIVIDE(COUNT(Data[KPI Checklist Outcome]),countnum,BLANK())
@deanbland
Create a Measure like this
Percentage % =Here is the link in case you want to download the file
var countnum=CALCULATE(COUNT(Data[KPI Checklist Outcome]),ALLEXCEPT(Data,Data[Sector]))
return DIVIDE(COUNT(Data[KPI Checklist Outcome]),countnum,BLANK())
Hi @deanbland ,
Basis the information provided by you in your query. I tried replicating the scenario with the sample data as shown below:
Is this what you are trying to achieve ?
Hi @jaideepnema,
That is exactly what I am trying to do! How did you go about doing this?
Thanks you 🙂
Hi @deanbland ,
Can you attach your sample data in a file please? Screenshot doesn't help.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Thanks,
Pragati
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |