Forum Discussion
ajinkya1907
Helper II
8 years agoDisplay 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 displ...
- 8 years ago
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]))
Anonymous
8 years agoNot applicable
Hi ajinkya1907,
I think you can take a look at below link who mentioned about similar requirement.
Regards,
Xiaoxin Sheng
ajinkya1907
Helper II
8 years agoI 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]))