Welcome to Salvo(z)

Windows Azure Service Bus: Owner Identity

Friday, February 1, 2013
by asalvo

The Windows Azure Service Bus provides both brokered messaging (better known as queues) and relay capabilities between applications, and is secured using using Windows Azure Active Directory (formally Access Control Services or ACS). When creating a new service bus namespace, a default identity with the name Owner is created. This blog post will show you why you should not use this default entity, even though every demo on the web does so.

read more...

Currency Conversion in Tabular Model Using DAX

Sunday, January 27, 2013
by jsalvo

Roughly a year ago, I implemented currency conversion logic in multidimensional cubes using measure expressions (as well as using the Leaves function in MDX).  I documented the implementation in a few blog posts:

read more...

Windows Azure Presentation

Wednesday, January 23, 2013
by asalvo

On Wednesday January 23 2013, I am presenting (or will have presented) on Windows Azure during the January MadPass meeting. Below is a collection of links on various Azure resources which I felt contained good information, some of which made it into my presentation.

read more...

Logitech R400 Clicker and Live Meeting

Tuesday, January 22, 2013
by asalvo

The Logitech R400 is a wireless device used by presenters with Microsoft Power Point to call out objects on the screen using it’s built in laser pointer. It contains buttons for ‘Next’, ‘Previous’, ‘Start/Stop Presentation’ and ‘Hide Slide’.

read more...

Re-writing MDX calculated members as DAX measures

Sunday, January 20, 2013
by jsalvo

I have been working on re-creating some logic in a tabular cube that was originally implemented in multidimensional.  This involved creating some DAX measures that return the same results as the MDX calculated member counterparts in the multidimensional cube.  I thought that some individuals who are familiar with MDX in multidimensional cubes might find it interesting to see the equivalent DAX in the tabular cube.

read more...