I'm trying to create a dashboard to display the average number of target languages per project in a given timeframe.
As a basis for the dashboard to see if it was possible, I created a table, using the Projects dataset, with Project Name and Project Target Languages as Group By columns. I then added Project Target Languages again as a Value column thinking that it would count the number of target languages for a project but it just returns 1 for each project even if there's more than 1. I also tried changing it from Count to Count distinct but it made no difference.
If I use the File Translation Status or Task Status datasets, it seems to calculate the number of target languages as a sum of the number of languages per source file, which means it's way too high.
Any ideas as what I'm doing wrong?
Thanks
Peter
Removed AI Suggestion
[edited by: Peter Johnston at 10:43 AM (GMT 0) on 4 Dec 2025]

Translate