Forum Discussion
Anonymous
7 years agoNot applicable
Incident Data
I have a spreadsheet with incident data (one incident per row). Information captured on each row includes the location of the incident and the type of incident. At the moment, the PowerBI report...
- 7 years ago
Anonymous The best approach would be to have another table with location and the capacity and set relationship between your daily incident table wth this new table to calculate the %
Rujohn
5 years agoRegular Visitor
Hi,
I am new here. I need help.
IF(Incident[Age of Incident]<7,COUNT(Incident[Incident Number]))
^^above is fine (no errors when I saved). this is to calculate the age LESSER THAN 7.
How do I write below?
Age is GREATER THAN 7 BUT IS LESSER THAN 14?