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

Selected Tags:

date

Available Tags: dax, excel, faq, video
Title Author Date
Q: How can I create Calendar Date/Time table for PowerPivot if I do not have any source for that? Vidas Matelis 01/09/2010
Q: How can I create Fiscal Date/Time table for PowerPivot if I do not have any source for that? Vidas Matelis 01/12/2010
Screencast: Introduction to time intelligent functions in PowerPivot Kasper de Jonge 01/13/2010
Solving the 'Events in Progress' Problem in DAX, Part Two: Aggregating Dates and Multiselect Chris Webb 01/13/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

Re:MAX / MIN function in DAX
Re:MAX / MIN function in DAX
MAX / MIN function in DAX
Error When import NAVISION Database through ODBC
Error during import NAV database through ODBC

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