PowerPivot and DAX papers,posts,FAQs,webcasts,samples

Selected Tags:

dashboard, sharepoint

Available Tags: bug, error, excel, gallery, paper, ssrs
Title Author Date
#PowerPivot Data Refresh SSRS Report Denny Lee 01/19/2010
Bug: Management Dashboard .odc file is broken Dave Wickert 04/27/2010
Customizing the PowerPivot Management Dashboard Ankur Goyal 05/11/2010
Get insight to SharePoint PowerPivot usage without Central admin rights using custom SSRS reports Kasper de Jonge 05/17/2010
PowerPivot for SharePoint - Gallery specific issues Dave Wickert 05/17/2010

Most Popular

  • Step by step guide on installing PowerPivot for SharePoint on a single machine
  • List of suggested datasets to test PowerPivot
  • List of PowerPivot DAX functions with description
  • How to install PowerPivot for Excel and list of know issues
  • Microsoft Virtual Lab: PowerPivot for Excel 2010 Introduction
  • List of PowerPivot DAX functions (short)
  • PowerPivot's impact on BI pros?
  • Recorded webcast - A Preview to PowerPivot Server Best Practices

Main Menu

  • Home
  • PowerPivot News
  • PowerPivot Posts
  • PowerPivot and Dax Tips
  • PowerPivot Tools
  • PowerPivot Scripts
  • PowerPivot Links
  • PowerPivot Books
  • PowerPivot Authors
  • PowerPivot Tags
  • PowerPivot FAQ
  • Learn PowerPivot/DAX
  • Learn Powerpivot administration
  • ---
  • PowerPivot and DAX forum
  • ---
  • Contact Us
  • SSAS-info.com

Links

  • PowerPivot.com
  • PowerPivotGeek.com
  • DennyGLee.com
  • PowerPivotPro.com
  • The Great PowerPivot FAQ
  • PowerPivotBlog.nl
RSS News
RSS Posts

Forum Latest Topics

Date format and filtering in Powerpivot tables
Re:Error In-Proc Engine: Could not load embeded data
Re:Error In-Proc Engine: Could not load embeded data
Re:Error In-Proc Engine: Could not load embeded data
Re:Error In-Proc Engine: Could not load embeded data

Login



  • Forgot your password?
  • Forgot your username?
  • Create an account

Poll - please vote!

What do you think about PowerPivot/Gemini?
 
PowerPivot for data analyst
blank

PowerPivot / DAX tip

It’s always a best practice to avoid filtering an entire table if the filter condition involves only some of the table columns (i.e. when no key/unique columns are used in the condition expression). The way to go is to only filter the columns involved in the condition (using Filter over All, Values or Distinct applied to the desired columns), and use those filter results as parameters to Calculate to carry out the rest of the computation.

Example:

=Calculate(CountRows(FactInternetSales), Filter(Values(FactInternetSales[OrderDateKey]), [OrderDateKey] <= Min(DimDate[DateKey])))

Note: Posted by Vidas Matelis based on information received from Marius Dumitru.

larger smaller reset fixed-width fluid-width