Forum Discussion
Anonymous
5 years agoNot applicable
Running Totals Based Upon Teams In Data
Hi, I'm trying to get running totals based upon teams, so, what I mean is, how many calls a team has got where the value is a count. This needs to be a count of ID based upon a team, then the process...
amitchandak
5 years agoSuper User
Anonymous ,
Divide(Count(Table[First Time Fix]), Count(Table[ID])) *100
// *100 Is not needed you can mark it as % from measure tools
if this did not work then
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Anonymous
5 years agoNot applicable
Hello amitchandak, sorry, only started to use this forumn just before the Christmas break, can you tell me how I can upload some samle data for you (and others) to help me out with this?