Forum Discussion
aishaakhter18
2 years agoHelper I
Percentage Calculation in Power BI
I need to calculate the percentage based on the number of programs with a "Yes" response and how many are planned or have a "No" response. However, the challenge is that each program consists of mult...
Dangar332
2 years agoResident Rockstar
- aishaakhter182 years agoHelper I
I have not use DAX for it, I am using %GT calculation in X Axis to get percentage, but t giving me incorrect one
- ronrsnfld2 years agoSuper User
What would you consider the correct result? How are you handling the "Under Assessment" option? I get very different results for "Yes"
- aishaakhter182 years agoHelper I
- Service Order Status Response = Yes: This counts as a "Yes" for a program.
- Service Order Status Response = Planned: This only considers unique program numbers without other responses.
- Service Order Status Response = No: This also only considers unique program numbers without other responses.
- Service Order Status Response = Under Assesment: This also only considers unique program numbers without other responses.
The total percentage for all respnses should ne equal to 100%