I'm looking to calculate Operational % of a thing.
This thing travels to different locations and has Many "States/Status's" is can be in.
Information comes in sporadically so we want to assume its last Status then calculate the time between the dates as shown below then Calculate what % of time in each state (% operational being specifically time it has been UP and used).
We also want to be able to see if that item spends more time DOWN at a specific location to look for trends in locations.
I can calc this in Tableau BUT it is too taxing for the vis given there are 2 million lines and counting daily (increase of 60k lines a week)
it is important the we see the parts lineage( location ) and operational time but I'm semi new to Alteryx and don't know the route to take.
| Date | 1-Jan | 2-Jan | 3-Jan | 4-Jan | 5-Jan | 6-Jan | 7-Jan | 8-Jan | %Operational |
| ID 1 | UP | no report | no report | DN | no report | no report | UP | no report | |
| Assumed info | UP | UP | UP | DN | DN | DN | UP | UP | 66% ish (don't judge my eyeball math) |
| ID 2 | DN | DN | no report | no report | no report | no report | DN | no report | |
| | A | A | A | B | B | B | B | D | |
| Assumed info | DN | DN | DN | DN | DN | DN | DN | UP | 3% ish |
| | A | D | B | C | C | C | C | C | |
| ID 1 Health BY location example | | | | | | | | | |
| A | 70% | | | | | | | | |
| B | 75% | | | | | | | | |
| D | 100 | | | | | | | | |