Forum Discussion
opyke
3 years agoRegular Visitor
Filter before calculated table generation
Hi, I am using the following DAX to create a calculated table which summarises/totals data for University applications and fills in week end dates where there is no data. ApplicationSu...
lbendlin
Super User
3 years agoYes, but only directly in the definition of the calculated table.
Calculated tables and columns are computed only ONCE during the dataset refresh. They cannot be influenced by measures or filters (one exception is when you create calculated tables temporarily inside a measure)