Forum Discussion
Trying to create a summary table
- Anonymous7 years ago
Thank you Darek,
Sorry for the late response.
Indeed it ended up being slow and memory intensive when updating the data.
I have created measures and filters on column but I need to derived a column based from two measures.
This is a different topic however this was the purpose of the summary table.
Thanks
F
I'm glad it works for you but... you should not (actually NEVER) put a full table fact table as a filter for a measure. This is because if you do that, then you are putting not only the full fact table in there but also the expanded version of the table and this can and will prove to be very expensive (think: slow) on a very big fact table. The golden rule of DAX is: Never filter a table if you can filter a column. That's not the only reason why you should not filter by a full table but to explain all the perils I'd have to write a whole chapter of a book. Don't have time to do this.
You've been warned.
Best
Darek
Thank you Darek,
Sorry for the late response.
Indeed it ended up being slow and memory intensive when updating the data.
I have created measures and filters on column but I need to derived a column based from two measures.
This is a different topic however this was the purpose of the summary table.
Thanks
F