Forum Discussion
Jayfemi
9 years agoHelper I
Percentage Data Labels for Line and Stacked Column Chart
Hi i have got a Line and Stacked Column Chart and when i select data labels i am given the sum for each segment in the chart. Ideally instead of the sum i would like the percentage of that segment to...
- 9 years ago
Hi Jayfemi,
If my understanding is right, you can create several measures using the formulas.NewCompleted = SUM(Data[Completed])/SUM(Data[Allocated]) NewFollow = SUM(Data[FollowOn])/SUM(Data[Allocated]) NewNoAccess = SUM(Data[NoAccess])/SUM(Data[Allocated]) NewNoAction = SUM(Data[NoAction])/SUM(Data[Allocated])
Add the measures as value levels, you will get the following result, please review and download the pbix file.
Best Regards,
Angelia
v-huizhn-msft
9 years agoMicrosoft Employee
Hi Jayfemi,
If my understanding is right, you can create several measures using the formulas.
NewCompleted = SUM(Data[Completed])/SUM(Data[Allocated]) NewFollow = SUM(Data[FollowOn])/SUM(Data[Allocated]) NewNoAccess = SUM(Data[NoAccess])/SUM(Data[Allocated]) NewNoAction = SUM(Data[NoAction])/SUM(Data[Allocated])
Add the measures as value levels, you will get the following result, please review and download the pbix file.
Best Regards,
Angelia
Jayfemi
9 years agoHelper I
i believe this will work i am having trouble accessing the file you uploaded when i extract it i cant fine the pbix file.