- lots of data stored in variety of data stores
- limited funds and even limited time and patience to wait for IT to facilitate their analytical needs
- totally resistant to learn another tool claiming to be their analytics angel
- and seeking to retain the power of determining the landscape of analytics in their own hands
Monday, September 10, 2012
Excel 2013 BI versus SSRS 2012
I'm reading: Excel 2013 BI versus SSRS 2012Tweet this !Saturday, September 08, 2012
Excel 2013 Visualizations with SSRS 2012 Visualizations
I'm reading: Excel 2013 Visualizations with SSRS 2012 VisualizationsTweet this !Monday, October 17, 2011
Excel Services data source in Performancepoint Services 2010, Hadoop Data Source : New breed of data sources
I'm reading: Excel Services data source in Performancepoint Services 2010, Hadoop Data Source : New breed of data sourcesTweet this !Wednesday, April 13, 2011
Excel Services Technical Evaluation : Considerations for using Excel Services in your BI solution
I'm reading: Excel Services Technical Evaluation : Considerations for using Excel Services in your BI solutionTweet this !- http://technet.microsoft.com/en-us/library/cc262899(office.12).aspx#subsection8
- http://msdn.microsoft.com/en-us/library/aa973804(v=office.12).aspx#Y2512
- http://blogs.msdn.com/b/cumgranosalis/archive/2006/03/24/excelserviceshelloworld.aspx
- http://blogs.office.com/b/microsoft-excel/archive/2008/10/15/using-office-data-connection-files-odc-and-the-dataconnections-web-part-in-sharepoint-to-specify-external-data-connections-in-newly-created-excel-workbooks.aspx
- http://office.microsoft.com/en-us/sharepoint-server-help/connect-filter-web-parts-to-excel-web-access-HA010105470.aspx?CTT=5&origin=HA010105476
Summary: My conclusion for excel services is that it's a suitable candidate when you need excel like capabilities over static data. It's a nice candidate for what-if analysis. If you intend to use it in the way you use SSRS with OLTP sources, Excel Services is definitely NOT the right choice. It's a good candidate for context-sensitive non-parameterized data, which is mostly the nature of data in OLAP sources having structures like dimensions and hierarchies. It's definitely not the right choice where you need to display data dynamically, real-time, and based on conditional parameterized querying mechanism.
Monday, March 28, 2011
Dependency analysis for estimating BI solution development efforts
I'm reading: Dependency analysis for estimating BI solution development effortsTweet this !Wednesday, March 23, 2011
Excel Services : Alternative / Replacement for SSRS ( SQL Server Reporting Services ) from a User Experience perspective
I'm reading: Excel Services : Alternative / Replacement for SSRS ( SQL Server Reporting Services ) from a User Experience perspectiveTweet this !Considering the above points, the answer from Excel Services can be as follows:
Friday, June 11, 2010
Performance testing, Hardware Setup / Sizing and Capacity Planning for Performancepoint Services , Excel Services , Visio Services and others
I'm reading: Performance testing, Hardware Setup / Sizing and Capacity Planning for Performancepoint Services , Excel Services , Visio Services and othersTweet this !I have often seen many companies that engage developer or even a large strength of CoE (Center of Excellence) for collecting best practice documents, carrying out benchmarking exercise, developing POCs (Proof Of Concept) for showcasing their technical strength and maintaining their readiness for upcoming or unforeseen technical challenges. But one thing they miss to see is to check if they are re-inventing the wheel. I mean that one should always check before placing efforts to extract benchmarking results, that if tests have already been done and results are already available from a genuine and reliable source, can the derivation of the targeted tests be built upon something that is already available, is there a real requirement to start from the scratch ? Some people do really enjoy doing from the scratch for whatsoever reasons, but I value my time utmost and to me re-inventing the wheel just to prove that I can build something from scratch is no good reason to waste my time. I even find many bloggers repeating the same content that is already available at tonnes of places, or try placing great efforts to discover something that is already established and available as a whitepaper. With all due respect, in my viewpoint, this just holds the value of making oneself feeling accomplished (though meaninglessly) and nothing else.
Coming to the point, Microsoft has published whitepapers for Performance testing and capacity planning of various services and features of Sharepoint 2010. Few of these whitepapers are pretty useful for a Business Intelligence solution that involves services like Performancepoint Services, Visio Services, Excel Services, Access Services, FAST Search server and others. Below mentioned is the list of download:
Other Sharepoint 2010 Features Related
Tuesday, March 02, 2010
Dashboard Collection / Dashboard Gallery - Design idea for Silverlight based Dashboards
I'm reading: Dashboard Collection / Dashboard Gallery - Design idea for Silverlight based DashboardsTweet this !Monday, February 01, 2010
Download Video Tutorial or Webcast on Performancepoint Services , Excel Services , REST API , Powerpivot , Sharepoint Business Intelligence
I'm reading: Download Video Tutorial or Webcast on Performancepoint Services , Excel Services , REST API , Powerpivot , Sharepoint Business IntelligenceTweet this !The key Business Intelligence features that are now unique to Sharepoint, which even SQL Server needs to complete the eco-system of any Business Intelligence project are Performancepoint Services, Excel Services, Visio Services which facilitate Strategy Maps, web parts that hosts SSRS and Excel Analytical Reports, and Powerpivot. There is a lot to know and learn in Sharepoint 2010 Business Intelligence Features.
How about a book that gives a higher level overview with a demo ? It might seem boring to SQL Server folks. But how about a video tutorial or webcast that takes you on a guided tour of all of these along with a demo, which is also available free of download !!! Yes, I am not kidding. This is a session presented by Mike Fitzmaurice, and this video is available for download from Channel9.
So download this video tutorial / webcast (whatever you call it) and get going on a Sharepoint Server 2010 Business Intelligence Overview. Be advised that this download is over 1 GB and contains over 1 Hr of video training. I recommend it as a must-watch video for MS BI folks.
Friday, November 06, 2009
What is Excel Services ? What is REST API ? What is Excel Services 2010 REST API ?
I'm reading: What is Excel Services ? What is REST API ? What is Excel Services 2010 REST API ?Tweet this !What is Excel Services ?
Excel Services 2007 shipped in Microsoft Office SharePoint Server 2007 as part of the Enterprise CAL. Excel Services 2010 provides real-time, interactive, Excel-based reporting and dashboard capabilities which ship as part of SharePoint Server 2010. Also it includes APIs which enable rich business application development. One such API is Representational state transfer ( REST ) API.
What is REST API ?
A RESTful web service (also called a RESTful web API) is a simple web service implemented using HTTP and the principles of REST. Such a web service can be thought about as a collection of resources. The definition of such a web service can be thought of as comprising three aspects:
- The base URI for the web service
- The MIME type of the data supported by the web service. This is often JSON, XML or YAML but can be any other valid MIME type.
- The set of operations supported by the web service using HTTP methods (e.g., POST, GET, PUT or DELETE).
More about REST can be read on Wikipedia.
What is Excel Services 2010 REST API ?
The Excel Services 2010 REST API is a new programmability framework that allows for easy discovery of and access to data and objects within a spreadsheet. The data, including charts, that is returned by the REST API is not static – it’s live and up-to-date.
With the REST API, any changes in the workbook are reflected in the data that is returned. This includes the latest edits made to the workbook, functions that have recalculated (including User Defined Functions), and external data that is refreshed. The REST API can also push values into the workbook, recalculate based on those changes, and return the range or chart you requested after the effects of the change have been calculated.
By crafting the proper URI, the REST API allows you to:
- Discover the items that exist in a workbook, such as tables, charts and named ranges
- Retrieve the actual items in the workbook in one of the following formats: Image, HTML, ATOM feed, Excel workbook
- Set values in the workbook and recalculate the workbook before retrieving items
The content above is a re-draft of the original article on Microsoft Excel Blog, and it has been re-drafted for the sake of simplicity of understanding.
