Forum Discussion
gooranga1
Power Participant
4 years agoSlow minx/max measure
I am doing something horrible with a tabular measure that is using a huge amount of formula engine. There is a table that contains all warehouse picks by date and time picker warehouse and is ab...
PaulDBrown
Community Champion
4 years agoYou are creating a table, not a measure. Working with 100 million rows. Wow! I'm not surprised it is laborious.
Sometimes it's sensible to in fact create aggregated tables to speed things up. The run time for tables happens when the model is loaded, but the benefit is that working on these tables should speed up the rendering of meaaures (since the number of rows is reduced).