Skip to article

PROLOGIKA INSIGHTS

Kudos to Report Builder as UDM Client

Back to all articles

Its UDM support limitations withstanding (a partial list here), the Report Builder should definitely be on your list if your requirements call for ad-hoc reporting from an SSAS 2005 cube. Here are some Report Builder features that I particularly like:



  1. Ability to pre-filter the data on the report before the report is run. In comparison, Excel takes the optimistic approach to load all dimension members before allowing you to set a filter. This can surely send Excel in a la-la land if your cube has large dimensions (hundred thousand or more).

  2. Support of calculated columns. For some obscure reasons, the Excel UI doesn’t have an UI interface for creating calculated members (you can do so programmatically however).

  3. Standard report look and feel. In comparison, Excel limits the user to the PivotTable fixed layout (assuming that the user doesn’t convert the report to formulas).

  4. My Reports which allows the business user to save her reports in her own area of the report catalog if she doesn’t have rights to write to other folders.


  5. Nice filter support. This may not be so obvious but each SSAS attribute hierarchy supports an InstanceSelection property which the Report Builder honors. For example, the attached image shows what happens if you set InstanceSelection to List or FilterList (no UI difference between the two). Another filter UI selection is dropdown.

Of course, the Report Builder-UDM integration will improve in future releases (believe me, I am banging hard on the SSRS-SSAS integration door) to make it even more compelling choice for UDM reporting.

JOIN THE CONVERSATION

Discussion

  1. About 3), you can have calculated members as well. Also, you can have a crosstab report with dimension members. Finally, you can bypass the Analysis Services provider and use the OLE DB Provider for Analysis Services 9.0. Then, you can plug in whatever MDX query you want.

  2. Furmangg,

    I’ve noticed your excelent feedback about SSRS and SSAS. I hope Microsoft has noticed it too. WRT 225128, you should be able to use any measure group that intersects with the selected dimensions.

Leave a comment

Your email address will not be published. Required fields are marked *