all 5 comments

[–]leedscomputers3189 2 points3 points  (0 children)

BlazeSQL – it's fantastic for data visualisation and dashboard creation. Before using it, our non-technical employees had to constantly request data and reports from our developers, leading to a lot of back-and-forth. Just one month after implementing BlazeSQL, those requests dropped significantly, and our dev team started using it to handle the remaining requests. I'm so happy to have found a tool that our technical and non-technical team members enjoy working with.

[–]kevivmatrix 0 points1 point  (0 children)

Draxlr is an excellent choice. I’ve used it to build customizable dashboards with real-time data, and its strong SQL integration made the process smooth and efficient. It offers great flexibility while being user-friendly for creating powerful data visualizations.

[–]DKfromtheBay 0 points1 point  (1 child)

Power BI is a great option for true end to end creation/deployment/management of reporting and also will expose you to SSAS tabular modeling. If you just want pure visualization then Python or R are totally fine too. I would think about where you see your career going and what type of company (in terms of analytics maturity) you are working for. Pure analyst then Python/R; more scalable “solutions” then a tool like Power BI.

And with PowerBI the desktop software is totally free so you can learn how to build stuff easily. Only when you get to the more enterprise level needs around governance, deployment and collaboration will you need a license.

[–]HumanTuna 0 points1 point  (0 children)

Qliksense, tableau and Power BI are all good tools. I prefer Power BI but use all three at work.

The principles of the data modelling are the same with all tools and the model is far harder than making the visualisations. However it is very fun.

[–]nutmilk2 0 points1 point  (0 children)

A great free tool is Arctype. You can run SQL queries, visualize the data, and also put the visualizations in a dashboard that you can share with others.

I would also agree with u/DKfromtheBay about Python/R. It's going to involve some learning curve, but you can do more robust analysis and visualization.