Forum Discussion
Matt_Mohawk
Helper II
3 years agoCount Jobs within Dates Selected
Hi, I have a list of jobs that have entered dates. I have a date table connected to it as well. The date table is connected to the add-in called ChicletSlicer. When I select the year and the mont...
Ashish_Mathur
Super User
3 years agoVery confused. What do you want the answe to be? If you want the answer to be 126, then write this measure
Jobs = distinctcount(Data[Job number])
Total = SUMX(VALUES(Calendar[Month name]),[Jobs])
Ensure that you slicers for Year and Month name are from the Calendar Table.