Categories
- Analysis Services (11)
- Business Intelligence (23)
- Community (6)
- DAX (1)
- friends (1)
- Hardware (1)
- Integration Services (1)
- MDX (7)
- Microsoft (6)
- Modeling/Architecture (8)
- OLAP (6)
- Operating Systems (4)
- Reporting Services (1)
- research (1)
- Software (2)
- SQL Server (12)
- Star Schema (2)
- Uncategorized (10)
- Virtualization (3)
- Web (4)
Category Archives: Software
DAX Duration Measure in Days, Hours, Minutes, Seconds
Credit where credit is due. This is an enhancement of the technique originally posted here by @konstantinos and @smoupre. A client needed a duration expressed in this format: 2 days, 05:03:52 In other words, Whenever the duration exceeds 86,400 seconds, … Continue reading
Posted in Analysis Services, Business Intelligence, DAX, SQL Server
Leave a comment
I am positive that measure is not negative – Weird Analysis Services Cube Behavior
I ran into a situation recently that had me stumped for a bit, and there didn’t seem to be any other posts about this when I searched. I was working with a cube containing a very straightforward measure. This was … Continue reading
Posted in Analysis Services, Business Intelligence, MDX, OLAP, SQL Server
Leave a comment
Simple way to test connectivity or compose OLEDB connection strings
This tip has been around a while, but I still run into developers who don’t know it, so it’s worth a post. If you ever need to test connectivity or compose a valid OLEDB connection string, try this: Create an empty … Continue reading
Posted in Business Intelligence, Microsoft, SQL Server
Leave a comment
Backing up SSAS – Yes or No?
A question came up recently about how to back up SSAS. The vast majority of my clients do not back up SSAS. This isn’t appropropriate for all deployments, though. Here’s the thread: This runs contrary to customary SQL server practice, … Continue reading
Microsoft on SSAS and BI Vision Roadmap
A lot of this has been floating around various blogs and press releases, but here’s a very succinct synopsis of where MS is planning to go with Microsoft BI and the BI Semantic Model.
Posted in Analysis Services, Business Intelligence, MDX, SQL Server
Leave a comment
Creating Dashboards WITHOUT SharePoint
As a business intelligence consultant, a frequent request I receive is to “create a dashboard”. One of the first things I do is verify that I understand what the client is actually asking for. Many times by “dashboard”, what they … Continue reading
MDX Query to show number of child members in a Dimension
I was validating some assumptions about my dimensions’ data distribution and hierarchies and wrote some MDX to confirm the number of members. You could also do this by writing a SQL query against the relational table, but in this case … Continue reading
Posted in Analysis Services, Business Intelligence, MDX, SQL Server
Leave a comment
Solution to “Very strange results from MDX Query”
The solution to “Very strange results from MDX Query” It turns out that there was both a psychological component and a technical one. The sleuth who help me discover these issues was none other than my friend, former and occasionally … Continue reading
Posted in Analysis Services, Business Intelligence, MDX, OLAP
Leave a comment
Strange results from MDX Query
I am currently working on adding forecasting capabilities to an existing customer cube. The MDX to do this is based on calculations in an existing spreadsheet model. The spreadsheet works very well in terms of modeling the business accurately, but … Continue reading
Posted in Analysis Services, MDX, OLAP
1 Comment