Search code examples
spotfirestar-schema

Spotfire for cross fact table joins using conformed dimensions


A few years I ascertained that Spotfire cannot perform multi-fact table queries using conform dimensions a la Ralph Kimball - like Tableau in which this is still the case.

Is this still so? Most people I speak to are not aware of this. I am not in a position to quickly assess this, hence my question.


Solution

  • If you are reading from a DB, you can create custom information links using SQL (or what Spotfire calls SQL, its a little different) that can certainly join multiple fact tables together through conforming dimensions. These may perform well or poorly depending on the amount of data and structure of the tables in question.

    You can also 'join' fact tables across dimensions (or directly to each other if you have the right keys) within the tool itself. These are called relations and work under the same principles, but don't kick off joined SQL statements.

    If you create a view in the DB that does the joins as you have said, Spotfire can read those as well into an information link.