Forum Discussion

tsimpkins's avatar
tsimpkins
Frequent Visitor
2 years ago
Solved

Top Users matched to Distinct Companies Amongst Projects

Hi,

Thanks in advance for any and all help with this! 

 

I have a table of Projects. Each Project has a Company, a Manager, and a Company Contact. Each Company, Manager, and Contact can be attached to multiple Projects. I'm trying to find the Top Manager and Top Contact per Company based on how many times they appear as the Manager or Contact on that Company's Projects. Here's and example of what I'm looking for.

 

ProjectCompanyCompany ContactManager
AFarmersBill A.Frank
BMazdaMonica M.Jerry
CGETerry P.Laura
DMazdaMonica M.Laura
EMazdaMonica M.Laura
FGETerry P.John
GGEJohn G.John
HFarmersGill S.Mark
IFarmersBill A.Mark

 

I want to take these results and build them into a new table or display as:

 

CompanyTop Contact# of Times as Primary ContactTop Manager# of Times as Manager
FarmersBill A.2Mark2
MazdaMonica M.3Laura2
GETerry P.2John2

 

How would I accomplish this?

  • HI 

    Attached PBIX has working solution.  Create [top contact ct], [manager ct] to add in the table and [

    Rank_Filter_VisualLevel] to add as a visual filter. 
     
    If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate you kudos!!

2 Replies

  • NaveenGandhi's avatar
    NaveenGandhi
    Memorable Member

    HI 

    Attached PBIX has working solution.  Create [top contact ct], [manager ct] to add in the table and [

    Rank_Filter_VisualLevel] to add as a visual filter. 
     
    If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate you kudos!!