Ask HN: What would you use to track and update a small companies KPIs?
I'm looking to track some company KPIs, we've been using excel which has all the drawbacks you'd expect.
I thought there'd be some tool which for example stores the data in a SQL db, has a secruity model like RBAC, provides both a frontend and APIs so that data can be updated both manually and programmatically, along with being able to be queried by reporting endpoints etc
I'm guessing this is a common "We've outgrown the simplest thing that just works" solution and my google fu is failing me
8 comments
[ 2.6 ms ] story [ 33.3 ms ] threadNo need to re-invent the wheel with your own DB.
https://www.reddit.com/r/PowerBI/comments/s3o6hi/the_most_in...
However, I’m not aware of any BI platform providing APIs for data manipulation because displaying said data is usually the exclusive responsibility of a BI platform.
I'm going to need to push to keep the number of KPIs down but 5 per horizontal is reasonable.
If it is people entering data then excel or gsheets.
If it is a database then a few sql queries and data studio or even a custom dashboard with plotly or so would work (if you have developers on the team and protected pages slready).
See HN post:https://news.ycombinator.com/item?id=31493118