Forum Discussion
lwklwk98
Helper I
5 years agoVisualization Help - Show Proportions in Pie Chart & Percent Value
Hello PowerBI Community! I really need help with creating this additional visualization that I was stuck with for quite a long time. Here is a mock-up dataset: (Column A has all 7 days) ...
jaideepnema
Solution Sage
5 years agoHi lwklwk98 ,
You can create a measure like this to get the desired result:
Proportion% = DIVIDE(sum('Table'[Column C]),CALCULATE(sum('Table'[Column C]),ALL('Table')),BLANK())
Please accept this as a solution if your question has been answered !!
Appreciate a Kudos 😀
lwklwk98
Helper I
5 years agoThank you so much! I have learned something from you!