Forum Discussion

fernandoC's avatar
fernandoC
Helper V
5 years ago
Solved

Pivot fields to filter visual

Hi!   I'm trying to create a pie chart that counts the source of a candidate 'only' if it has been hired. To do this there's two steps in the process:   1- That the 'Offer Resolution' column is =...
  • vanessafvg's avatar
    5 years ago

    hi this is not the most elegant solution, i would probably try and merge them in power query but since i dont have access to the source file what i have done is created a new table called offer accepted, and filtered that only on accepted offers.  I then join that back to link main info on the destination id = source id (look in the relationship view how i have joined them) and then created a measure that does that join with the conditions.

     

    im sure there is a better way to do this but it works.