﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Data Warehousing / Analysis Services  / Identifying Facts and Dimensions.. Urgent Help Required.. / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 17:49:39 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Identifying Facts and Dimensions.. Urgent Help Required..</title><link>http://www.sqlservercentral.com/Forums/Topic1354246-17-1.aspx</link><description>[quote][b]Thomas LeBlanc (9/5/2012)[/b][hr]I would first suggest reading some articles from the Kimbal group and concentrate on Fact tables - Tranaction, Snapshot and Accumalitve. You need this understanding to get the measures the reports are requiring.http://www.kimballgroup.com/[/quote]Making it easier for those that will follow:[b][url]http://www.kimballgroup.com/[/url][/b]</description><pubDate>Wed, 05 Sep 2012 09:37:32 GMT</pubDate><dc:creator>Lynn Pettis</dc:creator></item><item><title>RE: Identifying Facts and Dimensions.. Urgent Help Required..</title><link>http://www.sqlservercentral.com/Forums/Topic1354246-17-1.aspx</link><description>I would first suggest reading some articles from the Kimbal group and concentrate on Fact tables - Tranaction, Snapshot and Accumalitve. You need this understanding to get the measures the reports are requiring.http://www.kimballgroup.com/</description><pubDate>Wed, 05 Sep 2012 09:07:30 GMT</pubDate><dc:creator>Thomas LeBlanc</dc:creator></item><item><title>RE: Identifying Facts and Dimensions.. Urgent Help Required..</title><link>http://www.sqlservercentral.com/Forums/Topic1354246-17-1.aspx</link><description>[quote][b]Evil Kraig F (9/4/2012)[/b][hr]For warehouses, particulary for cubes, you need to start with 'what questions do I want to ask of the data?'  This will help inform you of what are facts and what are dimensions.  Incredibly short form: Facts can answer questions, Dimensions will describe facts.In this case, it looks like you want to ask questions about the projects, so think of that as your fact table, and decide what questions you want to be able to ask of it, and then hang your dimensions off the resulting fact table.[/quote]In all honesty none of the OLTP tables/data you are describing really translates into a Fact table as it stands.  Agree with EKF - what are your questions?  What do you want your reports to tell you?Your fact table(s) generally represent the 'transactional' element of your system.  So, for example, if I rent cars, my dimensions might be my cars, customers, rental stations (and never forgetting date) but the transactional element is the process; the actual renting of the car. So my fact table would bring together a customer, a car, a rental station and a date together with the relevant bits of data (the 'measures') like the cost and the duration of the rental.  The Dimensions are the objects and the Facts are the processes.There are some great free resources on the Kimball website that may help you get moving [url=http://www.kimballgroup.com/data-warehouse-and-business-intelligence-resources/kimball-core-concepts/]http://www.kimballgroup.com/data-warehouse-and-business-intelligence-resources/kimball-core-concepts/[/url]</description><pubDate>Tue, 04 Sep 2012 19:10:02 GMT</pubDate><dc:creator>MissTippsInOz</dc:creator></item><item><title>RE: Identifying Facts and Dimensions.. Urgent Help Required..</title><link>http://www.sqlservercentral.com/Forums/Topic1354246-17-1.aspx</link><description>For warehouses, particulary for cubes, you need to start with 'what questions do I want to ask of the data?'  This will help inform you of what are facts and what are dimensions.  Incredibly short form: Facts can answer questions, Dimensions will describe facts.In this case, it looks like you want to ask questions about the projects, so think of that as your fact table, and decide what questions you want to be able to ask of it, and then hang your dimensions off the resulting fact table.This of course is not the only approach to warehouse building, but it's an excellent starting point if you're new to the process.  Then take what you've learned and re-read all that material that's got you twisted around and it should make a TON more sense.I know it's not what you're asking for, you're looking for a solution.  I'm loathe to give you *my* solution because I doubt the questions I'd expect to ask of data are the ones that are actually on your mind.</description><pubDate>Tue, 04 Sep 2012 17:02:53 GMT</pubDate><dc:creator>Evil Kraig F</dc:creator></item><item><title>Identifying Facts and Dimensions.. Urgent Help Required..</title><link>http://www.sqlservercentral.com/Forums/Topic1354246-17-1.aspx</link><description>Hi all,I have an OLTP Database and we are currently planning to build a datawarehouse and a cube and then reports over the cube. I am totally new to OLAP. Please help me figure out the solution by explaining the below question.I have 5 tables in my OLTP.User(id, login, fname, lname)Proj(id, name, desc, website)members(id, user_id, project_id)roles(id, name)member_roles(id, member_id, role_id)Now, I have to figure out Dimensions and Facts from these tables (STAR SCHEMA). I am a newbie to this total terminology.From my readings I figured out, that I will need,DimProj(ProjectKey, Pid, name, desc, website)DimRole(RoleKey, Rid, name)DimUser(UserKey, UID, login, fname, lname)Fact_MemberRoles(MemberRoleKey, UserID, RoleID, ProjID)Is this correct?? Please correct and show me a way to move ahead.Thanks</description><pubDate>Tue, 04 Sep 2012 16:44:40 GMT</pubDate><dc:creator>a4apple</dc:creator></item></channel></rss>