Turn on more accessible mode
Skip to main content
Turn off more accessible mode
PowerPivotPro's FAQ Site
Sign In
|
PowerPivotPro's FAQ Site
This Site
This List
PowerPivotPro's FAQ Site
>
The Great PowerPivot FAQ
>
In my DAX measure, aggregations over some related tables are acting upon the ENTIRE table, unfiltered by Pivot context. Why?
The Great PowerPivot FAQ
: In my DAX measure, aggregations over some related tables are acting upon the ENTIRE table, unfiltered by Pivot context. Why?
Title
In my DAX measure, aggregations over some related tables are acting upon the ENTIRE table, unfiltered by Pivot context. Why?
Answer
It is true that in a DAX measure, pivot context (row label, column label, slicer selection, etc.) is factored in, and tables in the source data are filtered by that context.
BUT that is only true for:
1) the tables that are directly filtered (ex: if [Year] is part of pivot context, then the Date table containing [Year] is directly filtered during DAX measure calculation).
AND 2) for related tables that are on the "many" side of a relationship with a filtered table.
In other words, filters from the pivot NEVER FLOW BACK "UP" from a "many" table to a "one" table.
More explanation in my video here:
http://www.youtube.com/watch?v=29frZhkwCqQ
Client/Server
Client
Topic
F - Calculations (DAX)
Purpose
Information
Answered?
Yes
Contributor
Rob Collie
Título
Resposta
Frage
Antwort
preRTM
Attachments
Created at 1/25/2010 5:14 PM by admin@powerpivotfaq.com
Last modified at 1/25/2010 5:19 PM by admin@powerpivotfaq.com
Use this page to add attachments to an item.
Name