Visualizing SSAS Calculation Dependencies using PowerBI
One of my best practices when designing bigger SQL Server Analysis Services (SSAS) Tabular models is to nest calculations whenever possible. The reasons for this should be quite obvious:
- no duplication of logics
- easier to develop and maintain
- (caching)
Tags: management, tabular