Forum Discussion

ajinkya1907's avatar
ajinkya1907
Helper II
8 years ago
Solved

Display Dynamic Image

 

Dear Friends,

 

I am using IPL Crikcet Data set which can be found on

https://www.kaggle.com/manasgarg/ipl/data

 

I have created calculaed Measure to get the winner Team & would like to display logo of winner team. I have created separate table with Team Name & Team URL Mapping. Kindly help me on How to match team name with winner team & display the image. Thanks.

 

  • I used below function where team Logo is the URL field & team name is indicates

     

    Winner Filter = CALCULATE(count(Logo[Team Logo]),FILTER(Logo,logo[Team_Name]=[IPL_Winner]))

     

     

     

3 Replies

    • ajinkya1907's avatar
      ajinkya1907
      Helper II

      I used below function where team Logo is the URL field & team name is indicates

       

      Winner Filter = CALCULATE(count(Logo[Team Logo]),FILTER(Logo,logo[Team_Name]=[IPL_Winner]))