I have a table as below. the column lostoppo is a measure with formula
LostOppo = CALCULATE(COUNT(vBIOppoFunnel[Opportunities]), FILTER(vBIOppoFunnel, vBIOppoFunnel[Opportunity Stage]="Lost"))
the values are not distinct in the column. I am trying to get distinct values which have the opportunity_stage as lost.
at the end I would like to have the percentage of the lost opportunities with the total number of opportunities for that framework.
please can anyone help me with it.