Reddit Reddit reviews Information Dashboard Design: The Effective Visual Communication of Data

We found 10 Reddit comments about Information Dashboard Design: The Effective Visual Communication of Data. Here are the top ones, ranked by their Reddit score.

Arts & Photography
Books
Photography & Video
Photography Reference
Photograpy Equipment & Techniques
Information Dashboard Design: The Effective Visual Communication of Data
Discounted
Check price on Amazon

10 Reddit comments about Information Dashboard Design: The Effective Visual Communication of Data:

u/PartyLikeIts19999 · 17 pointsr/Design
u/CoolCole · 6 pointsr/tableau

Here's an "Intro to Tableau" Evernote link that has the detail below, but this is what I've put together for our teams when new folks join and want to know more about it.

http://www.evernote.com/l/AKBV30_85-ZEFbF0lNaDxgSMuG9Mq0xpmUM/

What is Tableau?

u/[deleted] · 3 pointsr/Database

There is a lot of presentation-layer stuff that might not be immediately apparent in SSRS, but you really can make it look pretty fancy. It takes a bit of playing around in BIDS to get the hang of it. Also, because it's .NET based, there is a lot of extensibility available as well.

The key though is to not sacrifice clarity in your reports and dashboards for the sake of looking fancy. I would recommend Information Dashboard Design for some good guidelines on this. I'm more of a technical user than a designer, so it provided good advice on proper layouts and color-schemes.

u/raleigh_nc_gay_guy · 2 pointsr/web_design

If you’re interested in dashboard design, I can’t recommend this book highly enough.

http://www.amazon.com/Information-Dashboard-Design-Effective-Communication/dp/0596100167

u/omarish · 1 pointr/javascript

Great question. I think about this a lot as well. As someone who was previously really bad at design and has gradually gotten a little bit better:

  1. The book that really got me into this was Information Dashboard Design by Stephen Few: https://www.amazon.com/Information-Dashboard-Design-Effective-Communication/dp/0596100167. Tufte has some really great work as well.
  2. Any time I find a design that I like, I take a full-page screenshot and save it to a folder in my notes system. I have about 40 full-page screenshots that I turn to.
  3. Five Interface Laws Every Software Designer Should Know: https://speakerdeck.com/roundedbygravity/5-interface-laws-every-software-designer-should-know
  4. This great Quora Post on color science: https://www.quora.com/Is-there-a-science-to-picking-colors-that-work-well-together-or-is-it-just-subjective/answer/Colm-Tuite
  5. Ian Storm Taylor - Never Use Black: https://ianstormtaylor.com/design-tip-never-use-black/
u/hagemajr · 1 pointr/AskReddit

Awesome! I kind of fell into the job. I was initially hired as a web developer, and didn't even know what BI was, and then got recruited by one of the BI managers and fell in love. To me, it is one of the few places in IT where what you create will directly impact the choices a business will make.

Most of what I do is ETL work (taking data from multiple systems, and loading them into a single warehouse), with a few cubes (multidimensional data analaysis) and SSRS report models (logical data model built on top of a relational data store used for ad hoc report creation). I also do a bit of report design, and lots of InfoPath 2010 + SharePoint 2010 custom development.

We use the entire Microsoft BI stack here, so SQL Server Integration (SSIS), Analysis (SSAS), and Reporting Services (SSRS). Microsoft is definitely up and coming in the BI world, but you might want to try to familiarize yourself with Oracle BI, Business Objects, or Cognos. Unfortunately, most of these tools are very expensive and not easy to get up and running. I would suggest you familiarize yourself with the concepts, and then you will be able to use any tool to apply them.

For data warehousing, check out the Kimball books:

Here and here and here

For reporting, get good with data visualizations, anything by Few or Tufte, like:

Here and here

For integration, check these out:

Here and here

Also, if you're interested in Microsoft BI (SSIS, SSAS, SSRS) check out this site. It has some awesome videos around SSAS that are easy to follow along with.

Also, check out the MSDN BI Blog: http://blogs.msdn.com/b/bi/

Currently at work, but if you have more questions, feel free to shoot me a message!