Marco Russo's Blog posts of 2016
Leverage INTERSECT to apply relationships in DAX
If you are used to virtual relationships in DAX (see Handling Different Granularities in DAX ), you probably use the following pattern relatively often: [Filtered Measure ] := CALCULATE ( <target_measure>, FILTER Read more
Happy Birthday Power BI #powerbi
Power BI has been on the market one year. My biggest concern, when the product was still in private beta, was the promise of monthly releases made by Microsoft. Today, I can say that the promise was real. I see a long road ahead, in terms of features Read more
A new MemoryHeapType default in #ssas #tabular 2016 (please, fix your setting in production!)
If you already installed Analysis Services 2016, you should change the MemoryHeapType setting. There is a new default value (-1), which is an automatic choice that currently applies a new hybrid allocator (which has the number 5 as a value). It should Read more
Free Introducing Power BI eBook and new DAX recorded video course #powerbi #dax
Microsoft Press released a free eBook you can already download , Introducing Microsoft Power BI , which I and Alberto Ferrari wrote in the last few months. Please note it is a very introductive book, don’t expect an inside-out. As we wrote in the introduction: Read more
Many-to-many relationships in DAX and CROSSFILTER #dax #powerbi #powerpivot #ssas #tabular
I wrote many articles and white papers about implementing many-to-many relationships in Analysis Services – for both Multidimensional and Tabular models. For the latter, the same techniques are also useful in Power Pivot and Power BI. With the recent Read more
Licensing and upgrade options for Analysis Services Tabular in SQL Server 2016 #ssas #tabular
With the release of Microsoft SQL Server 2016 , there are several options to use Analysis Services Tabular. SQL Server Standard : it includes Analysis Services Tabular, and it is available in two licensing models: Server + Client Access License (CAL) Read more
New formula to compute new customers in #dax
Two years ago I and Alberto Ferrari spent time discussing techniques to calculate new and returning customers, and we wrote the result of our study in the New and Returning Customer article in DAX Patterns web site and book . During one of the Mastering Read more
Leverage Analyze in Excel for your Power Pivot model
Microsoft recently released the Analyze in Excel feature, which allows you to connect an Excel pivot table to a data model published on Power BI. I think/hope that Microsoft will enhance this feature to extend its current limits. For example, it does Read more
A warm welcome to Power BI Embedded #powerbi
I wrote this blog post with Alberto Ferrari . A few days ago, during the Build conference, Microsoft announced the availability, although still in preview, of Power BI Embedded . In a few words, Power BI Embedded lets you embed Power BI reports in your Read more
How to fix #dax time intelligence functions in #powerbi when date table uses a surrogate key
I wrote an article about Time Intelligence in Power BI Desktop to explain how to fix measures using DAX functions for time intelligence when you have a data model where the relationship uses surrogate keys. THe short description is that all the time intelligence Read more