Agile
Agile Methodology
We are successfully maintaining our no-kill shelter status by staying above the 90% threshold, currently achieving a 93.9% live release rate. While this is commendable, it marks an 8% decrease from the previous year.
The primary factor contributing to this decline is the incidence of rabies within the “other” classification of animals. To address this issue, it is recommended to:
By addressing these areas, we can work towards improving our live release rate and ensure the ongoing success of our no-kill shelter.
Since I have been volunteering with an animal shelter, this data was fun to peek at to understand more about how shelters work.
This particular data set threw some unique challenges. I expected some duplication within the data as some animals could come through the system multiple times. To check I performed a ranking function within power query to see if that would remove duplications based on animal id and date. There were still duplications but since it was only 90 records out of 160 k, I just had power query remove duplicates.
To compare this year vs last year crafted 2 dax measures and set them up so if they changed filters it wouldnt change the value. Here is one of them. Current Year = CALCULATE([Cases], filter(all(Austin_Animal_Center_Outcomes_20240818),year(Austin_Animal_Center_Outcomes_20240818[DateTime])=year(today())&& Austin_Animal_Center_Outcomes_20240818[Outcome Type] = “Euthanasia” )) / CALCULATE([Cases], filter(all(Austin_Animal_Center_Outcomes_20240818),year(Austin_Animal_Center_Outcomes_20240818[DateTime])=year(today())))
How to do ranking within power query
Agile Methodology
Executive Summary Our initial goal was to provide recommendations for business improvements based on the sales data. However, during our analysis, we identif...
Executive Summary We are successfully maintaining our no-kill shelter status by staying above the 90% threshold, currently achieving a 93.9% live release rat...
Executive Summary The primary objective of this project was to analyze Zillow data to provide strategic recommendations for launching a real estate company. ...
Executive Summary To explore if there is a correlation between product ratings and return rates, we analyzed the available data but were unable to see an imp...
Some of my favorite learning sites
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...
Introduction Writing about your projects is crucial to giving context for the work. Writing an impactful article requires a structured approach that captures...