Forum Discussion
repeat maintenance
- 6 years ago
Simply drag the fields and measure above to a Table visual. A measure always operates on aggregations of data under the evaluation context.
Thank you for you help 🙏 but I want to count in condition same reason and same machine_name when I select slicer (Year , Month)
daedah yes it will work, if I'm missing something, please explain further in detail.
- daedah6 years agoHelper II
Example data
Date Machine_name Reason
1/11/2019 A Person2/11/2019 B spare part
3/11/2019 A Person
10/11/2019 C Using
12/11/2019 B spare part
1/12/2019 A person
Result of November
Machine_Name count of maintenance by monthA 2 (2 from ----- > 1) 1/11/2019 - Person 2) 3/11/2019 - Person )
B 2 (2 from ------> 1) 2/11/2019 - spare part 2) 12/11/2019 - spare part
C 1 (1 from -------> 1) 10/11/2019 - Using
- v-chuncz-msft6 years agoCommunity Support
Simply drag the fields and measure above to a Table visual. A measure always operates on aggregations of data under the evaluation context.