Forum Discussion

BernierWork's avatar
BernierWork
New Member
4 years ago
Solved

Percentages in a Chart

Please see the images below. The first image showing October November and December is how I want the chart to appear in Power BI. The second chart is where I'm currently at (started with the month of...
  • v-zhangti's avatar
    4 years ago

    Hi, BernierWork 

     

    Try the methods mentioned by parry2k  to achieve almost what you need.

    Measure:

    Measure = DIVIDE(SELECTEDVALUE('Table'[Found Jobs]),SELECTEDVALUE('Table'[Seeking Work]))

    If this is not the result you expect, what's your expected result? Could you please provide more details for it?

     

    Best Regards,

    Community Support Team _Charlotte

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.