Reporting against a cube -- where to find / how to build one?

  • Is there any alternative to building your own SSAS cubes to report against? I would have sworn that SSAS creates an object that can be reported on using SSRS... but I'm not sure where to find such a thing.

    If I have no option but to build my own, are there tutorials for 2012 around somewhere? I did find Ray Barley's on 2008, but 2012 is a little different.

    Thanks!

    Pieter

  • I'm not sure what you mean.

    In Reporting Services, you can create a connection to an Analysis Services cube stored on an SSAS server. This means of course you need to have a cube deployed and processed on an SSAS server.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Guess I have to learn how to build a cube... oh well.

  • pietlinden (10/1/2014)


    Is there any alternative to building your own SSAS cubes to report against? I would have sworn that SSAS creates an object that can be reported on using SSRS... but I'm not sure where to find such a thing.

    I'm not sure what you are asking either... In SQL Server 2012 SSAS has three deployment modes:

    (1) multidimensional, this allows you to build cubes

    (2) PowerPivot, this allows you to create "workbooks"

    (3) Tablular, for tabular databases

    Depending on what you need you can build SSRS reports right from your data warehouse, no SSAS required.

    If I have no option but to build my own, are there tutorials for 2012 around somewhere? I did find Ray Barley's on 2008, but 2012 is a little different.

    I wish SQLServerCentral had a "Stairway to SSAS". (hint, hint)

    "I cant stress enough the importance of switching from a sequential files mindset to set-based thinking. After you make the switch, you can spend your time tuning and optimizing your queries instead of maintaining lengthy, poor-performing code."

    -- Itzik Ben-Gan 2001

  • pietlinden (10/1/2014)


    Is there any alternative to building your own SSAS cubes to report against? I would have sworn that SSAS creates an object that can be reported on using SSRS... but I'm not sure where to find such a thing.

    I'm not sure what you are asking either... In SQL Server 2012 SSAS has three deployment modes:

    (1) multidimensional, this allows you to build cubes

    (2) PowerPivot, this allows you to create "workbooks"

    (3) Tablular, for tabular databases

    Depending on what you need you can build SSRS reports right from your data warehouse, no SSAS required.

    If I have no option but to build my own, are there tutorials for 2012 around somewhere? I did find Ray Barley's on 2008, but 2012 is a little different.

    I wish SQLServerCentral had a "Stairway to SSAS". (hint, hint)

    "I cant stress enough the importance of switching from a sequential files mindset to set-based thinking. After you make the switch, you can spend your time tuning and optimizing your queries instead of maintaining lengthy, poor-performing code."

    -- Itzik Ben-Gan 2001

  • Alan.B (10/2/2014)


    pietlinden (10/1/2014)


    Is there any alternative to building your own SSAS cubes to report against? I would have sworn that SSAS creates an object that can be reported on using SSRS... but I'm not sure where to find such a thing.

    I'm not sure what you are asking either... In SQL Server 2012 SSAS has three deployment modes:

    (1) multidimensional, this allows you to build cubes

    (2) PowerPivot, this allows you to create "workbooks"

    (3) Tablular, for tabular databases

    Depending on what you need you can build SSRS reports right from your data warehouse, no SSAS required.

    If I have no option but to build my own, are there tutorials for 2012 around somewhere? I did find Ray Barley's on 2008, but 2012 is a little different.

    I wish SQLServerCentral had a "Stairway to SSAS". (hint, hint) <== got my vote!

    I'm trying to build one using multidimensional. Guess I'll watch some YouTube vids and see if I can figure out all the errors.

    Thanks,

    Pieter

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply