Adhoc Reporting in SSRS

Hello Everyone,
I have recently moved from the world of Oracle+Informatica+Cognos to Microsoft BI, and trying to create the same environment,have been doing trainings to learn everything about the Microsoft stack and create a BI/DWH system from the ground up. So
far we have created the Star Schema model and the next planned step is to create Self Service reporting capabilities as it is provided in Cognos Framework Manager + Query Studio suite. Now this is where I need help from experts who have designed any such
capabilities before.How do we create the metadata model and publish it to end users to empower them.SSRS and Report builder seem to be just static copies of DWH,and is not flexible enough to accomodate all of Star Schema without creating a huge dataset which
is an unnecessary burden on processing.
Any inputs are appreciated.
Thanks,
Shailendra 

Since you say Self Service reporting capabilities  I think what you're looking at is tools like PowerPivot, Powerview, Power BI etc which are the self service BI options available to you from Microsoft.
Powerpivot, Powerview etc provides you ability to connect to variety of datasources like SQL database, SSAS cubes, SSRS reports,,Excel etc. You need to connect to required data source (in your case DWH in star schema) and pull the required tables within
Powerpivot. Then you have the ability of adding relationships within Powerpivot between the various tables pulled. Once that is done your model is ready.
Then you can use design options in powerpivot to add pivot tables,charts etc to show the data from model. You'll get entire tables along with columns from which you can select required columns onto tables/charts in pivot sheet. You may also add calculated
columns if you want and use it for your reports.
You can also refer this
http://www.databasejournal.com/sqletc/understanding-microsoft-power-bi-self-service-solutions.html
Please Mark This As Answer if it solved your issue
Please Mark This As Helpful if it helps to solve your issue
Visakh
My MSDN Page
My Personal Blog
My Facebook Page

Similar Messages

  • Adhoc Reporting using Data Sources instead of Report Model

    Hi Gurus,
    I'm working on SSRS 2008. I'm trying to create Adhoc Report using Report Builder 3.0. To select Data Source, both *.rsds and *.smdl are listed. I selected a Data Source which points to a SQL database. When I add New datasets, I'm able to add the fields and
    it automatically detect relationships (Joins) using Primary Key and Foreign Key defined in the tables. I'm also able to edit the query. I ran the report and it ran successfully.
    My question is I couldn't find any documentation regarding using Data Source for Adhoc Reporting. MS SQL documentation and forums insists that Report Model is required for Adhoc Reporting.
    Please let me know if someone tried to create Adhoc Report using Data Source instead of Report Model. While I understand there are more benefits using Report Model (define entities/attributes, show/hide entity/attributes, organize entities/attributes etc.),
    I just want to know if this is possible.
    Are there any known limitation using this method?
    Thanks In Advance!

    Hi Ereswaran,
    Yes, we can create ad hoc report using report using data source instead of Report Model. Ad hoc reports typically are used to answer a specific question at appoint in time, so consequently people don’t spend a lot of time arranging and formatting the data
    in a precise way. Other report development tools are available in Reporting Services to support more sophisticated reporting requirements.
    Using Report Builder, we can build a simple report that display data form a single data source as defined by a report model. This tool is most useful for business users who need access to information but lack the skills to write a SQL query. If we have full
    experience of SQL query, of course we can use data source instead of Report Model.
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    Charlie Liao
    TechNet Community Support

  • Need Report Ran Date on Adhoc Reports

    Hi All,
    I need the report execution date on adhoc report (SSRS 2005/ Report Builder 1.0).
    I was trying to use formula in text box, But, unfortunately it did not worked.
    Kindly update if it is possible to show report ran date on adhoc report.
    Thanks in Advance.
    Regards
    Kumud 

    Try SSRS Ad Hoc Web Reporting. It is super easy to use and even a ten year old kid can create SSRS reports with it. You can also use it to create and modify SSRS reports from your mobile devices such as IPad, IPhone, Android Phone or Surface.
    See this youtube on how easy SSRS reports can be creates.
    http://www.youtube.com/watch?v=CxQLX5UxIik
    You may try it yourself.
    http://www.ssrsreporting.com

  • Controlling execution of subreport on main Report in ssrs 2008 R2

    Controlling execution of subreport on main Report in ssrs
    Hi,
    Am using more than 100 subreports in my main report using ssrs 2008 R2.
    And given conditional Visibility in sub reports based on the Parameter selection in main Report . But the performance is very very slow in main report.
    While selecting single sub report executes in seconds. The same report in main report executes in hours.
    According to my view,
    All the Sub reports executes and finally conditional visibility is working. Can we Control executing sub reports?
    Regards, Gayathri devi P.S. : Please click the 'Mark as Answer' button if a post solves your problem! :)

    Hi,
    I think the time to render 100 report sure will be long time and the main report want to render those reports.
    So first why you do not separate those report on many reports for different purpose.
    second if this is a dashboard report you may use many matrix in the same report and the parameters passed by default or based on expression.
    I really hope if you make your report as dashboard report, many matrix many parameters render it once. As I remember I think SSRS will try to execute your
    DataSets in parallel which will reduce your waiting time.
    I hope this is helpful.
    Elmozamil Elamir
    MyBlog
    Please Mark it as Answered if it answered your question
    OR mark it as Helpful if it help you to solve your problem
    Elmozamil Elamir Hamid
    http://elmozamil.blogspot.com

  • Issue in AdHoc Report result

    Hi Guys!
    This is the AdHoc Report SS_PH0_48000513. When two different person runs this report based on same selection criteria then for one person the result shows 2400 hit list and for other person it shows only 200 hit list. Does anyone have any solution to this problem.
    The selection criteria is employee sub group and company code and output field is pernr.
    Regards,
    Arul Joseph Isaac

    Hi,
    Please compare the authorizations of these two persons'.
    Generally, this kind of issues end up to be auth. issues.
    Regards,
    Dilek

  • How to get table and column names thats being used in SQL , that's generating all my reports on SSRS.

    Good day,
    I searched through the forum and cant find anything.
    I have around 300 published reports on SSRS and we are busy migrating to a new system.
    They have already setup their tables on the new system and I need to provide them with a list of table names and column names that are being used currently to generate the 300 reports on SSRS.
    We use various tables and databases to generate these reports, and will take me forever to go through each query to get this info.
    Is it at all possible to write a query in SQL 2008 that will give me all the table names and columns being used?
    Your assistance is greatly appreciated.
    I thank you.
    Andre.

    There's no straightforward method for that I guess. There are couple of things you can use to get these details
    1. query the ReportServer.dbo.Catalog table
    for getting details
    you may use script below for that
    http://gallery.technet.microsoft.com/scriptcenter/42440a6b-c5b1-4acc-9632-d608d1c40a5c
    2. Another method is to run the reports and run sql profiler trace on background to retrieve queries used.
    But in some of these cases the report might be using a procedure and you will get only procedure. Then its upto you to get the other details from procedure like tables used, columns etc
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Passing Multivalued parameter to sub report in SSRS

    Hi Team,
    I tried passing multi valued parameter to sub report in SSRS but the report is blank.
    Rgds,
    Shree

    Hi Shree,
    As per my understanding, the issue is caused by the multiple-value parameters are not passed from the main report to the subreport correctly. Please refer to the steps below to check whether you configure the subreport parameter settings correctly:
    Drag a Subreport control from toolbox to design surface.
    Right-click the Subreport to open the Subreport Properties dialog box, then select the correct report as subreport.
    Click Parameters in the left pane.
    Add parameters as below (Parameter1 is a single-value parameter, Parameter2 is a multi-value parameter in subreport ):
    Name: Parameter1              Value: [@ReportParameter1]
    Name: Parameter2              Value: =Split(join(Parameters!ReportParameter2.Value,","),",")
    Please also directly select or type the same values in subreport to check whether the subreport works well with those parameter values.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Reporting Services (SSRS)

    This SQL Server Reporting Services (SSRS) functionality is not supported. Use Central Administration to verify and fix one or more of the following issues:
    A report server URL is not configured. Use the SSRS Integration page to set it.
    The SSRS service application proxy is not configured. Use the SSRS service application pages to configure the proxy.
    The SSRS service application is not mapped to this web application. Use the SSRS service application pages to associate the SSRS service application proxy to the Application Proxy Group for this web application.
    How to Configure all of this?

    In addition to technet link. Find the following link will helpful for you.
    http://www.codeproject.com/Articles/88285/Integrating-Sharepoint-and-SQL-Reporting-Serv
    -- Vadivelu B Life with SharePoint

  • How to move all the standard and adhoc reports from cube to multi provider

    How to move all the standard and adhoc reports from the basic cube to multi provider?
    i created this multiprovider to do the maintenence on the basic cube. for example the infocube physical partition, line item dimension and compression.
    what we decided to do is move all the Standard and ad-hoc reports from the basic cube to the multiprovider. How to do it? and make a copy of the basic cube and do the maintenence on the cube. please help.
    Thanks in advance sdn experts!

    Hi Les,
    This sounds good and one thing we try to always keep in mind when undertaking such activities is to always minimise the impact to the user and make the process as transparent to them as possible. So lets say you have your multiprovider and copied queries up in Prod, these queries will still pick up the data from the base cube.
    Now you need to make a copy of the base cube for some changes to the cube model, I would suggest that you copy the cube and make your changes on the copied cube itself. Then 9depending on the changes done) you can load data from Original Cube to New Cube. When this is being done, make sure that you change your queries to add a restriction on 0INFORPOV by Original Cube.
    After the load to the new cube is complete you can run reports restricted to each cube to verify the numbers. Then change the 0INFOPROV restriction in the queries to point to the New Cube and disengage the old cube from the multiprovider.
    Hope this helps...

  • Adhoc Reporting: Webanalysis vs Financial Reporting Studio

    Hi,
    Our client is using Hyperion Planning 9.3.0.1 and currently the business users use Financial Reporting Studio for adhoc reporting. I am wondering if they can use Web Analysis to do this? Are there any performance issues if many users are using Webanalysis at the same time? Is there anything else that I need to keep in mind before advising the client?
    Thanks and Regards,
    Amol
    Edited by: user638718 on Apr 7, 2009 5:28 PM

    Hi,
    Web Analysis is definitely aimed more towards adhoc reporting, it is just general adhoc reporting you can also use the excel addin and smartview.
    I take it you are already licensed to use web analysis ?
    Performance well that all depends on the load that is going to be put on the server, specs of machines, amount of concurrent users etc
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Balance Sheet/Income Statement Report using SSRS

    I am trying to create a balance sheet, income statement report using ssrs. Due to lack of experience, I am seeking some help from someone who has already built one. For the report I am trying to built, the data isn’t readily available
    in a master/detail format. I need to connect to an Oracle DB, run one or more stored procedures (in Oracle) to put data in a temporary/run-time table (reporting table) and read that data to create the financial statement.
    Any help or guidance would really be appreciated.

    Hi Khaga,
    Adding to Vishal's reply, before we can connect an Oracle data source, the system administrator must have installed the version of the .NET Data Provider for Oracle that supports retrieving data from the Oracle database. This data provider must be installed
    on the same computer as Report Builder and also on the report server. To retrieve data from an Oracle database, we can use Oracle or OLE DB data source type. For more details about the connection string, please see the following document:
    http://msdn.microsoft.com/en-IN/library/dd220591.aspx
    Besides, we can refer to the following SSRS tutorial about create a basic report in Reporting Service:
    http://msdn.microsoft.com/en-IN/library/ms167305.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to restrict field range in selection screen in adhoc report

    Hi Experts,
    I have created one adhoc report in which i have to restrict region values range when i searched for particular company code.is it possible to restrict in adhoc report.
    For example when i searched for particular company code US the values in region gets restricted automatically to US country itself.
    Thanks&Regards,
    narasimha.

    Hi,
    how to restrict  region list to particular company code in Adhoc report.Could you please explain it in brief .
    Regards,
    narasimha.

  • Difference between Adhoc report and general report...

    Hi ,
    Can any budy let me know,how can i differetiate Adhoc report with general report...
    Thanks in advance..
    Regards,
    maruthi

    Hi,
    In Ad-Hoc usefully for user prospective .they do not have too many calculations etc............
    Ad Hoc Query and Analysis  : http://help.sap.com/saphelp_sm40/helpdata/en/08/965b423be8de54e10000000a155106/content.htm
    GENEARAL: What we create in SAP BI
    Regards
    Ram.
    Edited by: Ramakanth Deepak Gandepalli on Dec 17, 2009 12:18 PM

  • How to create  Adhoc Reports

    Hi
               I am new to BW Reporting. For my current project I need to develop both Adhoc Reports and standard Reports. I am familiar with creating a standard report in BEx query designer. However, I  did not create Adhoc report before. Can anyone let me know the difference between a Adhoc Report and Standard Report and also procedure to create a Adhoc Report.
    Thanks,
    Padma

    Query Views can be considered as Adhoc reporting .The one we create on the Query Designer is Standard Report.
    http://help.sap.com/saphelp_sm40/helpdata/en/08/965b423be8de54e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/f9/7f12403dbedd5fe10000000a155106/frameset.htm
    adhoc

  • Strange results in adhoc report??

    Hi Experts,
    I have made changes to adhoc report in development and assigned transaction code ex: zreport to adhoc query.I executed the report by transaction code and through sq01 i am getting same results still here it is fine.
         In quality when i moved changes and executed report through sq01 it is showing changes what i made but when i execute the report through transaction code zreport i am not finding any changes.moreover  title of report in output list(statistics) is also differnt when compared to tile of report in output list executed through sq01(deployment).
    Again i compared the title of report in output list(statistics) executed through tcode zreport in qualityand  title of report in output list executed throug tcode zreport in development(deployment).here also different
    i felt that whatever changes i made to query report was different one when compared to report which i executed by transaction but when i checked queryreport name by going to sq01 -> menu option "query"->more functions->report name.but the report name which i found and tcode report name are both are same.
    Please let me know where exactly mistake was happenedand tell me how to solve this issue.
    Please correct me if i am going wrong.I am waiting for your precious reply.
    Thanks&Regards,
    narasimha.

    problem solved.

Maybe you are looking for

  • How do I get the tag of a selected line in a tree control ?

    I am running LabVIEW 7.1. I want to be able to add a parent or sibling to a tree to a selected item in a tree.

  • How can i make a css tab highligted incicating that i am in current jsf pag

    Hi i am creating jsf pages nad linking the pages thru css tabs. i am able to creat and link the tab. i want to higlight the tab of the current page in which i am. below is my code css code .navigation a color: #000; background: #fb0 url("../images/le

  • First asset plays, second asset video does not, audio does in One track

    I have followed several assets after each other in a track. Now for the first time I have ever seen, the first asset and sound plays then the second asset sound plays but the picture is black. All assets play normally when placed into individual and

  • Scanning from PC failed

    I purchased recently a new HP Officejet 6700 Premium printer. After scanning from the PC, I can not save the scanned subject. I then get the screen message: "HP Scan does not work anymore. There was a problem that the program is no longer operating.

  • Access Point - 1262

    1. Can the C1200 antennas work on the 1262 ? 2. Can the 2.4Ghz antenna work on the 5Ghz ports on the 1262 ? 3. The 1262 has 6 antenna ports (3 2.4ghz and 3 5ghz), can the (3) 2.4 Ghz antenna be used only as i only have antennas for the C1200 Access p