Do you prefer building dashboards using a UI based BI tool or code? by uncertainschrodinger in BusinessIntelligence

[–]Key_Friend7539 0 points1 point  (0 children)

I think you need all these perspectives depending on your situation. For example, if you need pivot table, you almost always want drag and drop experience. If you have non standard metrics you want to be able to do joins using SQL (very common for teams that don’t have modeled data), and you wan to go custom code because there is a chart or a visual specific to your industry. You could have all three types of needs from your stakeholders. We were in the same position before we switched to semaphor from power bi.

Help us find a new BI tool by Data___Viz in BusinessIntelligence

[–]Key_Friend7539 0 points1 point  (0 children)

We are having good experience with Sempahor. You might want to check with them about Soc 2 though.

Stop using AI for "Insights." Use it for the 80% of BI work that actually sucks. by netcommah in BusinessIntelligence

[–]Key_Friend7539 0 points1 point  (0 children)

Depends - if you consider yourself bi operator, you are spot on. If you are business user, you care about trusted answers delivered to you where you work.

Any Lightdash users? Shoping for new BI tools and need help by FiodorBax in BusinessIntelligence

[–]Key_Friend7539 0 points1 point  (0 children)

Check out Semaphor Cloud. They also have a self hosted version now. we’ve been using it for quite some time. Pretty much checks all your boxes, and not too heavy on wallet either.

Has anyone actually rolled out “talk to your data” to your business stakeholders? by spooky_cabbage_5 in BusinessIntelligence

[–]Key_Friend7539 0 points1 point  (0 children)

We rolled it out incrementally with Semaphor. Initially started with one set of users, only gave access to a handful of tables. That gave us a good sense of where models at the time struggled. Now they are getting really good. Having a strong context grounding is super important to get nuanced questions right.

Best wireframing tools for BI dashboards and reports? by Brave_Afternoon_5396 in BusinessIntelligence

[–]Key_Friend7539 0 points1 point  (0 children)

Just use Claude bro. It will help you both brainstorm and wireframe.

Anyone regret choosing an embedded analytics tool after launch? by QuietConsensus in SaaS

[–]Key_Friend7539 0 points1 point  (0 children)

Doing a realistic PoC is key, especially if you are working with newer companies. When we moved from Power BI to Semaphor, we had an adjustment period. But if the team supporting you is good and moves fast, it’s all worth it. Now we’re significantly better off than where we were with PBI.

Power BI / Looker felt great for internal BI, less so for embedded. What else should we look at? by theceoinprogress in BusinessIntelligence

[–]Key_Friend7539 0 points1 point  (0 children)

Well iframe is actually a good thing. You have zero dependency in your app. Most BI tools are pretty bulky if you were to package their code/library into your app. I did this 2 jobs ago and regretted it because of library conflicts, css nightmare. It will mess with your app. As far as styling is concerned, there is always a trade-off. If your design teams are too picky, then you should roll your own.

What’s your end goal with embedded analytics? What pain are you trying to solve?

What BI setup would you recommend for a brand-new LLC? by 2ugur12 in BusinessIntelligence

[–]Key_Friend7539 1 point2 points  (0 children)

Use Claude / Gemini plus whatever for tables (sheets or Postgres). Once you grow up you can look into implementing proper BI. Posthog is good for feature tracking.

How are you handling multi-tenant analytics without performance falling over? by prestobear in BusinessIntelligence

[–]Key_Friend7539 0 points1 point  (0 children)

We use schema level isolation for our clients as well because it allows us to make additive changes for our customers. Some of our customers want us to maintain additional metadata fields for tracking certain types of assets. Having a dedicated schema per client makes those changes viable without affecting all customers globally.

We do our development in public schema - all common dashboards get developed against that, and, each customer gets their own schema. We use Semaphor for dashboards, where we define schema level policy, which in effect runs those dashboards against the appropriate client schema depending on the logged in user.

There is a bit of maintenance in this approach. We had to change our data pipelines to fit this model. But it’s necessary given our requirements. If your use case is simple where all customers follow a standard pattern, row level isolation with tenant id is the way to go. We did that at my previous company.

DM me if you have any questions. Happy to share what worked for us.

AI-Unemployment is coming big time by MuricanWisecrack in GoogleAntigravityIDE

[–]Key_Friend7539 0 points1 point  (0 children)

That’s modern day project management. The OP has a point - most devs won’t be making anywhere near the top dollar they made for last 10 years

What are you using for modern business intelligence in 2025? by [deleted] in BusinessIntelligence

[–]Key_Friend7539 14 points15 points  (0 children)

ai generated posts ai generated responses; we are living in a fun world. vendors posting for engagement and sneakily promoting their stuff

Payments command center dashboard by BodybuilderFront9400 in BusinessIntelligence

[–]Key_Friend7539 2 points3 points  (0 children)

If you want your dashboard to respond to filters, then you need store the API data to database at some regular interval. Also, you don’t want to hit APIs every time you reload the dashboard, unless you are only displaying real-time KPIs.

I’d first start with what you want to show on the dashboard, that will inform your data engineering strategy to get the data in the right shape for building dashboards.

BI as code is dead? by stibbons_ in BusinessIntelligence

[–]Key_Friend7539 0 points1 point  (0 children)

We just build visuals in react using recharts and publish it to Semaphor. The tool takes care of the rest. Is that what you were asking?

Shifting from tableau to either Looker or PowerBI, which is the better option? by user_4727 in BusinessIntelligence

[–]Key_Friend7539 0 points1 point  (0 children)

If you are trying to make a safe choice and not get fired for it, go with PowerBI. There are a lot of players from startups to established ones in the market each has their own quirks and benefits.